Skip to content

Instantly share code, notes, and snippets.

@koo5
Created December 28, 2020 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koo5/480e8fbe6078041fad1bb28fb579c06b to your computer and use it in GitHub Desktop.
Save koo5/480e8fbe6078041fad1bb28fb579c06b to your computer and use it in GitHub Desktop.
>bash -c "git show --pretty=oneline | head -n 1"
f3bdbc045b97aece8963b73bfe9441be2cea17ba Typo
>git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: ../packages/xpce (modified content)
Untracked files:
(use "git add <file>..." to include in what will be committed)
../Testing/
../runs/
../runs2/
../runs4/
../test_runs/
no changes added to commit (use "git add" and/or "git commit -a")
>ctest -j 1 --output-on-failure
Test project /home/koom/repos/swipl-devel/build
Start 1: swipl:basic
1/69 Test #1: swipl:basic ...................... Passed 1.64 sec
Start 2: swipl:unprotected
2/69 Test #2: swipl:unprotected ................ Passed 0.44 sec
Start 3: swipl:core
3/69 Test #3: swipl:core ....................... Passed 6.29 sec
Start 4: swipl:attvar
4/69 Test #4: swipl:attvar ..................... Passed 0.41 sec
Start 5: swipl:debug
5/69 Test #5: swipl:debug ...................... Passed 1.43 sec
Start 6: swipl:tabling
6/69 Test #6: swipl:tabling .................... Passed 4.42 sec
Start 7: swipl:library
7/69 Test #7: swipl:library .................... Passed 2.61 sec
Start 8: swipl:compile
8/69 Test #8: swipl:compile .................... Passed 0.18 sec
Start 9: swipl:charset
9/69 Test #9: swipl:charset .................... Passed 0.28 sec
Start 10: swipl:eclipse
10/69 Test #10: swipl:eclipse .................... Passed 0.25 sec
Start 11: swipl:clp
11/69 Test #11: swipl:clp ........................ Passed 0.41 sec
Start 12: swipl:GC
12/69 Test #12: swipl:GC ......................... Passed 4.19 sec
Start 13: swipl:save
13/69 Test #13: swipl:save ....................... Passed 2.35 sec
Start 14: swipl:files
14/69 Test #14: swipl:files ...................... Passed 0.34 sec
Start 15: swipl:transaction
15/69 Test #15: swipl:transaction ................ Passed 0.77 sec
Start 16: swipl:xsb/basic_tests
16/69 Test #16: swipl:xsb/basic_tests ............ Passed 0.89 sec
Start 17: swipl:xsb/ai_tests
17/69 Test #17: swipl:xsb/ai_tests ............... Passed 0.77 sec
Start 18: swipl:xsb/ptq
18/69 Test #18: swipl:xsb/ptq .................... Passed 0.72 sec
Start 19: swipl:xsb/neg_tests
19/69 Test #19: swipl:xsb/neg_tests .............. Passed 0.68 sec
Start 20: swipl:xsb/delay_tests
20/69 Test #20: swipl:xsb/delay_tests ............ Passed 1.03 sec
Start 21: swipl:xsb/wfs_tests
21/69 Test #21: swipl:xsb/wfs_tests .............. Passed 0.73 sec
Start 22: swipl:xsb/table_tests
22/69 Test #22: swipl:xsb/table_tests ............***Failed 1.45 sec
Running scripts from table_tests ...DIFFERS: 18 common, 1 extra, 1 missing
EXTRA:
< remaining(2)
MISSING:
> remaining(0)
ERROR: /home/koom/repos/swipl-devel/src/Tests/xsb/table_tests/xsb_test_tables.pl:78:
test abol_test3: failed
............................
Script /home/koom/repos/swipl-devel/src/Tests/xsb/table_tests/xsb_test_tables.pl failed
done
*** 1 tests failed ***
Start 23: swipl:xsb/incremental_tests
23/69 Test #23: swipl:xsb/incremental_tests ...... Passed 0.49 sec
Start 24: swipl:xsb/nonmt_tests
24/69 Test #24: swipl:xsb/nonmt_tests ............ Passed 0.47 sec
Start 25: swipl:xsb/sub_tests
25/69 Test #25: swipl:xsb/sub_tests .............. Passed 0.49 sec
Start 26: swipl:thread
26/69 Test #26: swipl:thread ..................... Passed 14.79 sec
Start 27: swipl:thread_wait
27/69 Test #27: swipl:thread_wait ................ Passed 2.18 sec
Start 28: chr:chr
28/69 Test #28: chr:chr .......................... Passed 1.40 sec
Start 29: clib:cgi
29/69 Test #29: clib:cgi ......................... Passed 0.28 sec
Start 30: clib:crypt
30/69 Test #30: clib:crypt ....................... Passed 0.19 sec
Start 31: clib:memfile
31/69 Test #31: clib:memfile ..................... Passed 0.24 sec
Start 32: clib:process
32/69 Test #32: clib:process ..................... Passed 0.58 sec
Start 33: clib:readutil
33/69 Test #33: clib:readutil .................... Passed 0.23 sec
Start 34: clib:socket
34/69 Test #34: clib:socket ...................... Passed 4.44 sec
Start 35: clib:af_unix
35/69 Test #35: clib:af_unix ..................... Passed 0.24 sec
Start 36: clib:stream
36/69 Test #36: clib:stream ...................... Passed 0.22 sec
Start 37: clib:time
37/69 Test #37: clib:time ........................ Passed 1.13 sec
Start 38: clib:uri
38/69 Test #38: clib:uri ......................... Passed 0.23 sec
Start 39: http:cgi_stream
39/69 Test #39: http:cgi_stream .................. Passed 0.37 sec
Start 40: http:http
40/69 Test #40: http:http ........................ Passed 0.72 sec
Start 41: http:json
41/69 Test #41: http:json ........................ Passed 0.54 sec
Start 42: http:multipart
42/69 Test #42: http:multipart ................... Passed 0.44 sec
Start 43: http:proxy
43/69 Test #43: http:proxy ....................... Passed 0.71 sec
Start 44: http:websocket
44/69 Test #44: http:websocket ................... Passed 0.52 sec
Start 45: nlp:nlp
45/69 Test #45: nlp:nlp .......................... Passed 0.24 sec
Start 46: redis:redis
46/69 Test #46: redis:redis ...................... Passed 0.30 sec
Start 47: pengines:pengines
47/69 Test #47: pengines:pengines ................ Passed 3.56 sec
Start 48: pengines:term_html
48/69 Test #48: pengines:term_html ............... Passed 0.34 sec
Start 49: protobufs:protobufs
49/69 Test #49: protobufs:protobufs .............. Passed 0.20 sec
Start 50: RDF:rdf
50/69 Test #50: RDF:rdf .......................... Passed 0.32 sec
Start 51: RDF:write
51/69 Test #51: RDF:write ........................ Passed 0.46 sec
Start 52: semweb:con
52/69 Test #52: semweb:con ....................... Passed 0.28 sec
Start 53: semweb:litmap
53/69 Test #53: semweb:litmap .................... Passed 0.33 sec
Start 54: semweb:load
54/69 Test #54: semweb:load ...................... Passed 0.31 sec
Start 55: semweb:ntriples
55/69 Test #55: semweb:ntriples .................. Passed 0.31 sec
Start 56: semweb:rdf11
56/69 Test #56: semweb:rdf11 ..................... Passed 0.43 sec
Start 57: semweb:rdf_db
57/69 Test #57: semweb:rdf_db .................... Passed 0.46 sec
Start 58: semweb:subprop
58/69 Test #58: semweb:subprop ................... Passed 1.83 sec
Start 59: semweb:turtle2
59/69 Test #59: semweb:turtle2 ................... Passed 0.35 sec
Start 60: semweb:turtle
60/69 Test #60: semweb:turtle .................... Passed 1.69 sec
Start 61: sgml:sgml
61/69 Test #61: sgml:sgml ........................ Passed 0.25 sec
Start 62: sgml:sgml_write
62/69 Test #62: sgml:sgml_write .................. Passed 0.23 sec
Start 63: sgml:xsd
63/69 Test #63: sgml:xsd ......................... Passed 0.25 sec
Start 64: sgml:c14n
64/69 Test #64: sgml:c14n ........................ Passed 0.22 sec
Start 65: zlib:zlib
65/69 Test #65: zlib:zlib ........................ Passed 0.39 sec
Start 66: bdb:bdb
66/69 Test #66: bdb:bdb .......................... Passed 0.42 sec
Start 67: pcre:pcre
67/69 Test #67: pcre:pcre ........................ Passed 0.26 sec
Start 68: yaml:yaml
68/69 Test #68: yaml:yaml ........................ Passed 0.27 sec
Start 69: ssl:ssl
69/69 Test #69: ssl:ssl .......................... Passed 3.82 sec
99% tests passed, 1 tests failed out of 69
Total Test time (real) = 80.79 sec
The following tests FAILED:
22 - swipl:xsb/table_tests (Failed)
Errors while running CTest
>gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
>uname -a
Linux dev 4.15.0-128-generic #131-Ubuntu SMP Wed Dec 9 06:57:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
>lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 4
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 58
Model name: Intel Xeon E3-12xx v2 (Ivy Bridge, IBRS)
Stepping: 9
CPU MHz: 2594.106
BogoMIPS: 5188.21
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 4096K
L3 cache: 16384K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cpuid_fault pti ssbd ibrs ibpb fsgsbase smep erms xsaveopt arat md_clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment