]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/false-positives
Don't treat hexdumps which contain "cc" as compiler lines
[blhc/blhc.git] / t / logs / false-positives
1 dpkg-buildpackage: source package test
2
3 # Some false positives.
4
5 swig -Wall -c++ -python test.i
6
7 + CC=gcc CFLAGS=-g -O2 ... sh ../../build.sh -r -c lto
8
9 rm -f afl-gcc afl-as afl-fuzz afl-showmap as afl-g++ afl-clang afl-clang++ *.o *~ a.out core core.[1-9][0-9]* *.stackdump test .test test-instr .test-instr0 .test-instr1
10
11 # "Missing" flags in comments should be ignored.
12 # gcc -E tag_tree.list does not work, so use a .c name
13
14 19:49:25 runner  ../source3/script/build_env.sh /build/samba-4.4.4+dfsg/source3 /build/samba-4.4.4+dfsg/source3 /usr/bin/gcc > default/source3/include/build_env.h
15
16 # gcc -v can cause false positives.
17 cd GUI && qmake
18 /usr/bin/make -C GUI
19 make[2]: Entering directory '/tmp/buildd/i7z-0.27.2+git2013.10.12-g5023138/GUI'
20 /usr/lib/x86_64-linux-gnu/qt4/bin/moc -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. i7z_GUI.cpp -o i7z_GUI.moc
21 g++ -c -m64 -pipe -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -v -fno-schedule-insns2 -fno-schedule-insns -fno-inline-small-functions -fno-caller-saves -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o i7z_GUI.o i7z_GUI.cpp
22 Using built-in specs.
23 COLLECT_GCC=g++
24 Target: x86_64-linux-gnu
25 Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.1-17' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
26 Thread model: posix
27 gcc version 4.9.1 (Debian 4.9.1-17)
28 COLLECT_GCC_OPTIONS='-c' '-m64' '-pipe' '-g' '-O2' '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' '-D' '_FORTIFY_SOURCE=2' '-v' '-fno-schedule-insns2' '-fno-schedule-insns' '-fno-inline-small-functions' '-fno-caller-saves' '-g' '-Wall' '-Wextra' '-D' '_REENTRANT' '-D' 'QT_GUI_LIB' '-D' 'QT_CORE_LIB' '-D' 'QT_SHARED' '-I' '/usr/share/qt4/mkspecs/linux-g++-64' '-I' '.' '-I' '/usr/include/qt4/QtCore' '-I' '/usr/include/qt4/QtGui' '-I' '/usr/include/qt4' '-I' '.' '-I' '.' '-o' 'i7z_GUI.o' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
29  /usr/lib/gcc/x86_64-linux-gnu/4.9/cc1plus -quiet -v -I /usr/share/qt4/mkspecs/linux-g++-64 -I . -I /usr/include/qt4/QtCore -I /usr/include/qt4/QtGui -I /usr/include/qt4 -I . -I . -imultiarch x86_64-linux-gnu -D_GNU_SOURCE -D _FORTIFY_SOURCE=2 -D _REENTRANT -D QT_GUI_LIB -D QT_CORE_LIB -D QT_SHARED i7z_GUI.cpp -quiet -dumpbase i7z_GUI.cpp -m64 -mtune=generic -march=x86-64 -auxbase-strip i7z_GUI.o -g -g -O2 -Wformat=1 -Werror=format-security -Wall -Wextra -version -fstack-protector-strong -fno-schedule-insns2 -fno-schedule-insns -fno-inline-small-functions -fno-caller-saves -o - | as -v -I /usr/share/qt4/mkspecs/linux-g++-64 -I . -I /usr/include/qt4/QtCore -I /usr/include/qt4/QtGui -I /usr/include/qt4 -I . -I . --64 -o i7z_GUI.o
30 GNU assembler version 2.24.51 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.24.90.20141014
31 GNU C++ (Debian 4.9.1-17) version 4.9.1 (x86_64-linux-gnu)
32         compiled by GNU C version 4.9.1, GMP version 6.0.0, MPFR version 3.1.2-p3, MPC version 1.0.2
33 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
34 ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/4.9"
35 ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
36 ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../x86_64-linux-gnu/include"
37 ignoring duplicate directory "."
38 ignoring duplicate directory "."
39 #include "..." search starts here:
40 #include <...> search starts here:
41 [...]
42  /usr/include
43 End of search list.
44 GNU C++ (Debian 4.9.1-17) version 4.9.1 (x86_64-linux-gnu)
45         compiled by GNU C version 4.9.1, GMP version 6.0.0, MPFR version 3.1.2-p3, MPC version 1.0.2
46 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
47 Compiler executable checksum: 26648cf2c5cb5e5907eedabc7a0be2ce
48
49 # hexdump
50 0300 - 41 0f ec 2f 28 ea be ac-a1 33 91 ca cc 35 6d 63   A../(....3...5mc
51 0310 - 57 e9 0a d6 1a 41 1b d2-89 b2 87 ef 9a fb 77 6b   W....A........wk
52 0320 - 80 c3 b8 bc 5d 86 ce b6-2f b0 6c 46 ba 7b 03 cc   ....].../.lF.{..
53 0330 - 0f 85 8c 0a 6e 16 b8 90-80 29 13 49 00 c1 43 51   ....n....).I..CQ
54 0340 - b9 59 53 8b 20 1d 0c e2-3d 0d 75 11 77 63 96 0a   .YS. ...=.u.wc..
55 0350 - 12 82 f0 da b8 82 57 4b-71 6a e1 8d 6e ce cc 69   ......WKqj..n..i
56 0360 - a0 ab 2b 9c 95 18 77 f2-6c 48 cf 7f fc 28 5f 3e   ..+...w.lH...(_>
57 0370 - 7e 01 4c c7 a5 3a 68 b5-a3 95 ff 5f fb 16 ae 97   ~.L..:h...._....
58 0380 - 1d 5a a0 a1 d6 65 cb 0c-63 5e a0 b5 0c 9e 5f de   .Z...e..c^...._.
59 0390 - eb f4 06 ab 35 e2 61 73-ea b8 e5 9e c1 c4 bf 88   ....5.as........
60 03a0 - 41 aa 93 84 bd 5a a5 9a-88 d7 86 9a 68 97 d1 f3   A....Z......h...
61 03b0 - e2 6e 5d a0 cc 46 14 df-74 c8 8b 77 ff c2 1e f5   .n]..F..t..w....
62 03c0 - f9 11 0d 38 23 3c 31 6d-1c 7a 2b 28 8f 3c 04 22   ...8#<1m.z+(.<."
63 03d0 - 6e 57 7b cb f1 2d ec 4a-82 b6 b6 49 be 63 56 1a   nW{..-.J...I.cV.
64 03e0 - 8c 1d af 9a e6 5c 5f 6e-03 f8 8e 9b 0b 30 b6 c0   .....\_n.....0..
65 03f0 - 42 b6 a1 d9 b0 59 09 81-74 b1 1f c0 9c 3f c6 f1   B....Y..t....?..