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/mumsh.c.o
/in/mumsh.c:353:13: 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__))
                                                  ^
/in/mumsh.c:384: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__))
                                                  ^
2 warnings generated.
[ 50%] Building C object mumsh/CMakeFiles/mumsh.dir/main.c.o
[ 62%] Linking C executable mumsh
CMakeFiles/mumsh.dir/mumsh.c.o: In function `execute':
mumsh.c:(.text+0x1358): 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/mumsh.c.o
/in/mumsh.c:353:13: 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__))
                                                  ^
/in/mumsh.c:384: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__))
                                                  ^
2 warnings generated.
[ 87%] Building C object mumsh/CMakeFiles/mumsh_memory_check.dir/main.c.o
[100%] Linking C executable mumsh_memory_check
CMakeFiles/mumsh_memory_check.dir/mumsh.c.o: In function `execute':
mumsh.c:(.text+0x6ed0): 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 11ms 4.23 MiB
#2 Accepted Detail 12ms 5.012 MiB
#3 Accepted Detail 12ms 5.133 MiB
#4 Accepted Detail 16ms 5.629 MiB
#5 Accepted Detail 12ms 5.016 MiB
#6 Accepted Detail 12ms 5.02 MiB
#7 Accepted Detail 18ms 5.48 MiB
#8 Accepted Detail 26ms 5.531 MiB
#9 Accepted Detail 17ms 5.289 MiB
#10 Accepted Detail 16ms 5.316 MiB
#11 Accepted Detail 23ms 5.273 MiB
#12 Accepted Detail 32ms 5.301 MiB
#13 Accepted Detail 22ms 5.582 MiB
#14 Accepted Detail 20ms 5.715 MiB
#15 Accepted Detail 25ms 5.887 MiB
#16 Accepted Detail 34ms 5.457 MiB
#17 Accepted Detail 24ms 6.023 MiB
#18 Accepted Detail 34ms 5.492 MiB

Information

Submit By
Type
Submission
Homework
Project 1 Final Test
Language
CMake
Submit At
2020-10-03 18:45:48
Judged At
2020-12-11 18:54:38
Judged By
Score
180
Total Time
373ms
Peak Memory
6.023 MiB