46 lines
2.1 KiB
Plaintext
46 lines
2.1 KiB
Plaintext
= Host-specific information ====================================================
|
|
$> hostname; uname -msr
|
|
e1r2p14.42.fr
|
|
Darwin 16.7.0 x86_64
|
|
$> date
|
|
Wed May 2 17:31:37 CEST 2018
|
|
$> gcc --version
|
|
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
|
Apple LLVM version 9.0.0 (clang-900.0.39.2)
|
|
Target: x86_64-apple-darwin16.7.0
|
|
Thread model: posix
|
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
|
$> clang --version
|
|
Apple LLVM version 9.0.0 (clang-900.0.39.2)
|
|
Target: x86_64-apple-darwin16.7.0
|
|
Thread model: posix
|
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
|
|
|
= User files collection ========================================================
|
|
Collecting user files from Vogsphere
|
|
Repository URL: auto-exam/2018/c-exam-alone-in-the-dark-beginner/practice-exam_20180502/tmaze
|
|
|
|
= Git history ==================================================================
|
|
$> git -C /var/folders/52/mbjfk1yd7l7d30l33p4zsy400000gq/T/tmp2Yf7_Y/user log --pretty='%H - %an, %ad : %s'
|
|
50d778ec5e0453efc70bdd0ab4f140d238cd8692 - Tanguy MAZE, Wed May 2 17:31:30 2018 +0200 : cyecle_detector
|
|
|
|
= Collected files ==========================================
|
|
$> ls -lAR /var/folders/52/mbjfk1yd7l7d30l33p4zsy400000gq/T/tmp2Yf7_Y/user
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 264 May 2 17:31 __GIT_HISTORY
|
|
drwxr-xr-x 3 deepthought deepthought 102 May 2 17:31 cycle_detector
|
|
|
|
/var/folders/52/mbjfk1yd7l7d30l33p4zsy400000gq/T/tmp2Yf7_Y/user/cycle_detector:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1404 May 2 17:31 cycle_detector.c
|
|
|
|
= cycle_detector ===============================================================
|
|
$> clang -Wextra -Wall -Werror main.c test_cycle_detector.c cycle_detector.c -o user_exe
|
|
|
|
= Test 1 ===================================================
|
|
$> ./sbul5733a9ghu6ju844bn47o
|
|
Command './sbul5733a9ghu6ju844bn47o' got killed by a Segmentation fault (Signal -11)
|
|
Grade: 0
|
|
|
|
= Final grade: 0 ===============================================================
|