Record Detail

Accepted

prepare (1/4): 
finished

cmake (2/4): 
-- The C compiler identification is Clang 6.0.0
-- The CXX compiler identification is Clang 6.0.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /out/build
finished

make (3/4): 
Scanning dependencies of target driver
[ 16%] Building C object CMakeFiles/driver.dir/driver.c.o
[ 33%] Linking C executable driver
[ 33%] Built target driver
Scanning dependencies of target mumsh
[ 50%] Building C object mumsh/CMakeFiles/mumsh.dir/mumsh.c.o
/in/mumsh.c:122:9: warning: implicit declaration of function 'waitpid' is invalid in C99 [-Wimplicit-function-declaration]
        waitpid(pid, NULL, 0);
        ^
/in/mumsh.c:534:108: warning: expression which evaluates to zero treated as a null pointer constant of type 'const char *' [-Wnon-literal-null-conversion]
                                            strcat(commands.info[i].parsed_normal_word[parsed_normal_num], '\0');
                                                                                                           ^~~~
/in/mumsh.c:534:112: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
                                            strcat(commands.info[i].parsed_normal_word[parsed_normal_num], '\0');
                                                                                                           ~~~~^
3 warnings generated.
[ 66%] Linking C executable mumsh
[ 66%] Built target mumsh
Scanning dependencies of target mumsh_memory_check
[ 83%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/mumsh.c.o
/in/mumsh.c:122:9: warning: implicit declaration of function 'waitpid' is invalid in C99 [-Wimplicit-function-declaration]
        waitpid(pid, NULL, 0);
        ^
/in/mumsh.c:534:108: warning: expression which evaluates to zero treated as a null pointer constant of type 'const char *' [-Wnon-literal-null-conversion]
                                            strcat(commands.info[i].parsed_normal_word[parsed_normal_num], '\0');
                                                                                                           ^~~~
/in/mumsh.c:534:112: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
                                            strcat(commands.info[i].parsed_normal_word[parsed_normal_num], '\0');
                                                                                                           ~~~~^
3 warnings generated.
[100%] Linking C executable mumsh_memory_check
[100%] Built target mumsh_memory_check
finished

clean (4/4): 
finished

all tasks finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted Detail 5ms 1.598 MiB
#2 Accepted Detail 4ms 1.363 MiB
#3 Accepted Detail 6ms 1.426 MiB
#4 Accepted Detail 5ms 1.5 MiB
#5 Accepted Detail 11ms 1.527 MiB
#6 Accepted Detail 4ms 1.461 MiB
#7 Accepted Detail 11ms 2.578 MiB
#8 Accepted Detail 21ms 3.246 MiB
#9 Accepted Detail 4ms 1.246 MiB
#10 Accepted Detail 2ms 760.0 KiB
#11 Accepted Detail 3ms 1.23 MiB
#12 Accepted Detail 12ms 1.445 MiB
#13 Accepted Detail 6ms 1.266 MiB
#14 Accepted Detail 6ms 1.484 MiB
#15 Accepted Detail 20ms 1.906 MiB
#16 Accepted Detail 14ms 2.152 MiB
#17 Accepted Detail 15ms 1.809 MiB
#18 Accepted Detail 52ms 3.359 MiB

Information

Submit By
Type
Submission
Homework
Project 1 Final Pretest
Language
CMake
Submit At
2018-10-13 22:17:46
Judged At
2018-10-16 23:02:46
Judged By
Score
180
Total Time
210ms
Peak Memory
3.359 MiB