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
[ 12%] Building C object CMakeFiles/driver.dir/driver.c.o
[ 25%] Linking C executable driver
[ 25%] Built target driver
Scanning dependencies of target mumsh
[ 37%] Building C object mumsh/CMakeFiles/mumsh.dir/main.c.o
[ 50%] Building C object mumsh/CMakeFiles/mumsh.dir/mumsh.c.o
/in/mumsh.c:137:17: warning: 'getwd' is deprecated [-Wdeprecated-declarations]
                getwd(pwdResult);
                ^
/usr/include/unistd.h:529:30: note: 'getwd' has been explicitly marked deprecated here
     __THROW __nonnull ((1)) __attribute_deprecated__ __wur;
                             ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:246:51: note: expanded from macro '__attribute_deprecated__'
# define __attribute_deprecated__ __attribute__ ((__deprecated__))
                                                  ^
1 warning generated.
[ 62%] Linking C executable mumsh
CMakeFiles/mumsh.dir/mumsh.c.o: In function `execute':
mumsh.c:(.text+0x661): warning: the `getwd' function is dangerous and should not be used.
[ 62%] Built target mumsh
Scanning dependencies of target mumsh_memory_check
[ 75%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/main.c.o
[ 87%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/mumsh.c.o
/in/mumsh.c:137:17: warning: 'getwd' is deprecated [-Wdeprecated-declarations]
                getwd(pwdResult);
                ^
/usr/include/unistd.h:529:30: note: 'getwd' has been explicitly marked deprecated here
     __THROW __nonnull ((1)) __attribute_deprecated__ __wur;
                             ^
/usr/include/x86_64-linux-gnu/sys/cdefs.h:246:51: note: expanded from macro '__attribute_deprecated__'
# define __attribute_deprecated__ __attribute__ ((__deprecated__))
                                                  ^
1 warning generated.
[100%] Linking C executable mumsh_memory_check
CMakeFiles/mumsh_memory_check.dir/mumsh.c.o: In function `execute':
mumsh.c:(.text+0x3448): warning: the `getwd' function is dangerous and should not be used.
[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.418 MiB
#2 Accepted Detail 28ms 1.047 MiB
#3 Accepted Detail 4ms 1.316 MiB
#4 Accepted Detail 3ms 1.227 MiB
#5 Accepted Detail 19ms 1.75 MiB
#6 Accepted Detail 28ms 1.129 MiB
#7 Accepted Detail 7ms 2.738 MiB
#8 Accepted Detail 15ms 4.363 MiB
#9 Accepted Detail 2ms 1.012 MiB
#10 Accepted Detail 1ms 900.0 KiB
#11 Accepted Detail 1ms 804.0 KiB
#12 Accepted Detail 26ms 1.684 MiB
#13 Accepted Detail 3ms 1.312 MiB
#14 Accepted Detail 5ms 1.402 MiB
#15 Accepted Detail 70ms 3.43 MiB
#16 Accepted Detail 26ms 2.461 MiB
#17 Accepted Detail 12ms 1.957 MiB
#18 Accepted Detail 74ms 4.617 MiB

Information

Submit By
Type
Submission
Homework
Project 1 Milestone 2
Language
CMake
Submit At
2020-09-23 16:12:43
Judged At
2020-09-23 16:12:43
Judged By
Score
180
Total Time
338ms
Peak Memory
4.617 MiB