Guest User

Untitled

a guest
Dec 15th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 245.89 KB | None | 0 0
  1.  
  2. Travis CI
  3.  
  4. About Us
  5. Plans & Pricing
  6. Enterprise
  7. Help
  8.  
  9. Join over 500,000 developers testing and building on Travis CI
  10.  
  11. vanhauser-thc / AFLplusplus
  12. build:passed
  13.  
  14. Current
  15. Branches
  16. Build History
  17. Pull Requests
  18.  
  19. Build #211
  20. Job #211.1
  21.  
  22. Pull Request #138 Moved unicorn_mode to unicornafl
  23.  
  24. Commit 4657c2a
  25. #138: Moved unicorn_mode to unicornafl
  26. Branch master
  27.  
  28. Dominik Maier avatar Dominik Maier
  29. #211.1 failed
  30.  
  31. Ran for 10 min 34 sec
  32.  
  33. 14 minutes ago
  34.  
  35. AMD64
  36. C
  37. NAME="bionic-amd64" MODERN="yes" GCC="7"
  38.  
  39. Job log
  40. View config
  41.  
  42. Raw log
  43.  
  44. 0.01s0.17s0.00s0.10s
  45. worker_info
  46.  
  47. Worker information
  48.  
  49. 0.22s0.01s0.00s0.01s
  50. system_info
  51.  
  52. Build system information
  53.  
  54. 0.02s0.01s0.42s0.30s0.06s0.00s0.05s0.00s0.01s0.01s0.03s0.01s0.01s0.00s0.00s0.07s0.00s0.01s0.16s0.00s0.00s0.00s0.01s0.00s0.11s0.00s0.93s0.00s0.00s3.05s0.00s2.78s0.00s4.67s
  55. docker_mtu
  56. resolvconf
  57. git.checkout
  58.  
  59. 1.87s$ git clone --depth=50 https://github.com/vanhauser-thc/AFLplusplus.git vanhauser-thc/AFLplusplus
  60.  
  61. git.submodule
  62.  
  63. 3.12s$ git submodule update --init --recursive
  64.  
  65. Setting environment variables from .travis.yml
  66.  
  67. $ export NAME="bionic-amd64"
  68.  
  69. $ export MODERN="yes"
  70.  
  71. $ export GCC="7"
  72.  
  73. $ export TRAVIS_COMPILER=gcc
  74.  
  75. $ export CC=${CC:-gcc}
  76.  
  77. $ export CC_FOR_BUILD=${CC_FOR_BUILD:-gcc}
  78.  
  79. $ gcc --version
  80.  
  81. gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
  82.  
  83. Copyright (C) 2017 Free Software Foundation, Inc.
  84.  
  85. This is free software; see the source for copying conditions. There is NO
  86.  
  87. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  88.  
  89. before_install.1
  90.  
  91. 0.00s$ echo Testing on $NAME
  92. before_install.2
  93.  
  94. 0.00s$ if [ "$TRAVIS_OS_NAME" = "osx" ]; then wget "$LINK""$NAME".tar.xz ; export LLVM_CONFIG=`pwd`/"$NAME" ; tar xJf "$NAME".tar.xz ; fi
  95. before_install.3
  96.  
  97. $ if [ "$MODERN" = "yes" ]; then sudo apt update ; sudo apt upgrade ; sudo apt install -y libtool libtool-bin automake bison libglib2.0 build-essential clang gcc-"$GCC" gcc-"$GCC"-plugin-dev libc++-"$GCC"-dev ; fi
  98. before_install.4
  99.  
  100. 0.00s$ if [ "$MODERN" = "no" ]; then sudo apt update ; sudo apt install -y libtool $EXTRA libpixman-1-dev automake bison libglib2.0 build-essential gcc-"$GCC" gcc-"$GCC"-plugin-dev libc++-dev ; fi
  101.  
  102. 0.00s$ gcc -v
  103.  
  104. Using built-in specs.
  105.  
  106. COLLECT_GCC=gcc
  107.  
  108. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
  109.  
  110. OFFLOAD_TARGET_NAMES=nvptx-none
  111.  
  112. OFFLOAD_TARGET_DEFAULT=1
  113.  
  114. Target: x86_64-linux-gnu
  115.  
  116. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --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 --with-sysroot=/ --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
  117.  
  118. Thread model: posix
  119.  
  120. gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)
  121.  
  122. The command "gcc -v" exited with 0.
  123.  
  124. 0.27s$ clang -v
  125.  
  126. clang version 7.0.0 (tags/RELEASE_700/final)
  127.  
  128. Target: x86_64-unknown-linux-gnu
  129.  
  130. Thread model: posix
  131.  
  132. InstalledDir: /usr/local/clang-7.0.0/bin
  133.  
  134. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6
  135.  
  136. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/6.5.0
  137.  
  138. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7
  139.  
  140. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7.4.0
  141.  
  142. Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
  143.  
  144. Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7.4.0
  145.  
  146. Candidate multilib: .;@m64
  147.  
  148. Selected multilib: .;@m64
  149.  
  150. The command "clang -v" exited with 0.
  151.  
  152. 0.00s$ if [ "$TRAVIS_OS_NAME" = "osx" ]; then export LLVM_CONFIG=`pwd`/"$NAME" ; make source-only ; fi
  153.  
  154. The command "if [ "$TRAVIS_OS_NAME" = "osx" ]; then export LLVM_CONFIG=`pwd`/"$NAME" ; make source-only ; fi" exited with 0.
  155.  
  156. 377.60s$ if [ "$TRAVIS_OS_NAME" = "linux" -a "$TRAVIS_CPU_ARCH" = "amd64" ]; then make distrib ; fi
  157.  
  158. pyenv: python3.7m-config: command not found
  159.  
  160. The `python3.7m-config' command exists in these Python versions:
  161.  
  162. 3.7.1
  163.  
  164. pyenv: python3.7m-config: command not found
  165.  
  166. The `python3.7m-config' command exists in these Python versions:
  167.  
  168. 3.7.1
  169.  
  170. pyenv: python3.7m-config: command not found
  171.  
  172. The `python3.7m-config' command exists in these Python versions:
  173.  
  174. 3.7.1
  175.  
  176. [*] Checking for the default compiler cc...
  177.  
  178. [*] Checking for the ability to compile x86 code...
  179.  
  180. [+] shmat seems to be working.
  181.  
  182. [-] You seem to need to install the package python3.7-dev or python2.7-dev, but it is optional so we continue
  183.  
  184. [+] Everything seems to be working, ready to compile.
  185.  
  186. gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -Wno-unused-function src/afl-gcc.c -o afl-gcc -ldl
  187.  
  188. set -e; for i in afl-g++ afl-clang afl-clang++; do ln -sf afl-gcc $i; done
  189.  
  190. gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -Wno-unused-function -c src/afl-common.c -o src/afl-common.o
  191.  
  192. gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -Wno-unused-function -c src/afl-sharedmem.c -o src/afl-sharedmem.o
  193.  
  194. gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -Wno-unused-function -c src/afl-forkserver.c -o src/afl-forkserver.o
  195.  
  196. gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -Wno-unused-function src/afl-fuzz-misc.c src/afl-fuzz-globals.c src/afl-fuzz-extras.c src/afl-fuzz-queue.c src/afl-fuzz-one.c src/afl-fuzz-python.c src/afl-fuzz-stats.c src/afl-fuzz-init.c src/afl-fuzz.c src/afl-fuzz-bitmap.c src/afl-fuzz-run.c src/afl-common.o src/afl-sharedmem.o src/afl-forkserver.o -o afl-fuzz -ldl
  197.  
  198. gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -Wno-unused-function src/afl-showmap.c src/afl-common.o src/afl-sharedmem.o -o afl-showmap -ldl
  199.  
  200. gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -Wno-unused-function src/afl-tmin.c src/afl-common.o src/afl-sharedmem.o src/afl-forkserver.o -o afl-tmin -ldl
  201.  
  202. gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -Wno-unused-function src/afl-gotcpu.c -o afl-gotcpu -ldl
  203.  
  204. gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -Wno-unused-function src/afl-analyze.c src/afl-common.o src/afl-sharedmem.o -o afl-analyze -ldl
  205.  
  206. gcc -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -Wno-unused-function src/afl-as.c -o afl-as -ldl
  207.  
  208. ln -sf afl-as as
  209.  
  210. [*] Testing the CC wrapper and instrumentation output...
  211.  
  212. ./afl-showmap -m none -q -o .test-instr0 ./test-instr < /dev/null
  213.  
  214. echo 1 | ./afl-showmap -m none -q -o .test-instr1 ./test-instr
  215.  
  216. [+] All right, the instrumentation seems to be working!
  217.  
  218. [+] LLVM users: see llvm_mode/README.llvm for a faster alternative to afl-gcc.
  219.  
  220. [+] All done! Be sure to review the README.md - it's pretty short and useful.
  221.  
  222. NOTE: If you can read this, your terminal probably uses white background.
  223.  
  224. This will make the UI hard to read. See docs/status_screen.txt for advice.
  225.  
  226. make -C src/third_party/libradamsa/
  227.  
  228. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/src/third_party/libradamsa'
  229.  
  230. ***************************************************************
  231.  
  232. * Compiling libradamsa, wait some minutes (~3 on modern CPUs) *
  233.  
  234. ***************************************************************
  235.  
  236. gcc -fPIC -O3 -I /home/travis/build/vanhauser-thc/AFLplusplus/src/third_party/libradamsa -o libradamsa.a -c libradamsa.c
  237.  
  238. gcc -O3 -shared libradamsa.a -o libradamsa.so
  239.  
  240. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/src/third_party/libradamsa'
  241.  
  242. cp src/third_party/libradamsa/libradamsa.so .
  243.  
  244. make -C llvm_mode
  245.  
  246. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/llvm_mode'
  247.  
  248. [+] shmat seems to be working.
  249.  
  250. [*] Checking for working 'llvm-config'...
  251.  
  252. [*] Checking for working '/usr/local/clang-7.0.0/bin/clang'...
  253.  
  254. [*] Checking for matching versions of '/usr/local/clang-7.0.0/bin/clang' and 'llvm-config'
  255.  
  256. [*] We have llvm-config version 7.0.0 with a clang version 7.0.0, good.
  257.  
  258. [*] Checking for '../afl-showmap'...
  259.  
  260. [+] All set and ready to build.
  261.  
  262. /usr/local/clang-7.0.0/bin/clang -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I ../include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DLLVM_BINDIR=\"/usr/local/clang-7.0.0/bin\" -DVERSION=\"++2.58d\" afl-clang-fast.c -o ../afl-clang-fast
  263.  
  264. ln -sf afl-clang-fast ../afl-clang-fast++
  265.  
  266. /usr/local/clang-7.0.0/bin/clang++ `llvm-config --cxxflags` -Wl,-znodelete -fno-rtti -fpic -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -I ../include/ -DVERSION=\"++2.58d\" -Wno-variadic-macros -DLLVMInsTrim_EXPORTS -fno-rtti -fPIC -std=gnu++11 -shared afl-llvm-pass.so.cc -o ../afl-llvm-pass.so `llvm-config --ldflags`
  267.  
  268. /usr/local/clang-7.0.0/bin/clang++ `llvm-config --cxxflags` -Wl,-znodelete -fno-rtti -fpic -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -I ../include/ -DVERSION=\"++2.58d\" -Wno-variadic-macros -DLLVMInsTrim_EXPORTS -fno-rtti -fPIC -std=gnu++11 -shared LLVMInsTrim.so.cc MarkNodes.cc -o ../libLLVMInsTrim.so `llvm-config --ldflags`
  269.  
  270. /usr/local/clang-7.0.0/bin/clang -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I ../include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DLLVM_BINDIR=\"/usr/local/clang-7.0.0/bin\" -DVERSION=\"++2.58d\" -fPIC -c afl-llvm-rt.o.c -o ../afl-llvm-rt.o
  271.  
  272. [*] Building 32-bit variant of the runtime (-m32)... failed (that's fine)
  273.  
  274. [*] Building 64-bit variant of the runtime (-m64)... success!
  275.  
  276. /usr/local/clang-7.0.0/bin/clang++ `llvm-config --cxxflags` -Wl,-znodelete -fno-rtti -fpic -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -I ../include/ -DVERSION=\"++2.58d\" -Wno-variadic-macros -shared compare-transform-pass.so.cc -o ../compare-transform-pass.so `llvm-config --ldflags`
  277.  
  278. /usr/local/clang-7.0.0/bin/clang++ `llvm-config --cxxflags` -Wl,-znodelete -fno-rtti -fpic -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -I ../include/ -DVERSION=\"++2.58d\" -Wno-variadic-macros -shared split-compares-pass.so.cc -o ../split-compares-pass.so `llvm-config --ldflags`
  279.  
  280. /usr/local/clang-7.0.0/bin/clang++ `llvm-config --cxxflags` -Wl,-znodelete -fno-rtti -fpic -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -I ../include/ -DVERSION=\"++2.58d\" -Wno-variadic-macros -shared split-switches-pass.so.cc -o ../split-switches-pass.so `llvm-config --ldflags`
  281.  
  282. ln -sf afl-clang-fast.8 ../afl-clang-fast++.8
  283.  
  284. [*] Testing the CC wrapper and instrumentation output...
  285.  
  286. unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; AFL_QUIET=1 AFL_PATH=. AFL_CC=/usr/local/clang-7.0.0/bin/clang AFL_LLVM_LAF_SPLIT_SWITCHES=1 AFL_LLVM_LAF_TRANSFORM_COMPARES=1 AFL_LLVM_LAF_SPLIT_COMPARES=1 ../afl-clang-fast -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I ../include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DLLVM_BINDIR=\"/usr/local/clang-7.0.0/bin\" -DVERSION=\"++2.58d\" ../test-instr.c -o test-instr
  287.  
  288. Rewriting 1 switch statements
  289.  
  290. switch: 2 cases 8 bit
  291.  
  292. Split-integer-compare-pass 64bit: 1 splitted
  293.  
  294. Split-integer-compare-pass 32bit: 4 splitted
  295.  
  296. Split-integer-compare-pass 16bit: 12 splitted
  297.  
  298. ../afl-showmap -m none -q -o .test-instr0 ./test-instr < /dev/null
  299.  
  300. echo 1 | ../afl-showmap -m none -q -o .test-instr1 ./test-instr
  301.  
  302. [+] All right, the instrumentation seems to be working!
  303.  
  304. [+] All done! You can now use '../afl-clang-fast' to compile programs.
  305.  
  306. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/llvm_mode'
  307.  
  308. make -C gcc_plugin
  309.  
  310. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/gcc_plugin'
  311.  
  312. [+] shmat seems to be working.
  313.  
  314. [*] Checking for working 'gcc'...
  315.  
  316. [*] Checking for gcc plugin development header files...
  317.  
  318. [*] Checking for '../afl-showmap'...
  319.  
  320. [+] All set and ready to build.
  321.  
  322. gcc -DAFL_GCC_CC=\"gcc\" -DAFL_GCC_CXX=\"g++\" -O3 -g -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" afl-gcc-fast.c -o ../afl-gcc-fast
  323.  
  324. ln -sf afl-gcc-fast ../afl-g++-fast
  325.  
  326. g++ -O3 -g -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -fPIC -fno-rtti -I"/usr/lib/gcc/x86_64-linux-gnu/7/plugin/include" -shared afl-gcc-pass.so.cc -o ../afl-gcc-pass.so
  327.  
  328. gcc -O3 -g -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -fPIC -c afl-gcc-rt.o.c -o ../afl-gcc-rt.o
  329.  
  330. ln -sf afl-gcc-fast.8 ../afl-g++-fast.8
  331.  
  332. [*] Testing the CC wrapper and instrumentation output...
  333.  
  334. unset AFL_USE_ASAN AFL_USE_MSAN; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. AFL_CC=gcc ../afl-gcc-fast -O3 -g -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" ../test-instr.c -o test-instr
  335.  
  336. ../afl-showmap -m none -q -o .test-instr0 ./test-instr </dev/null
  337.  
  338. echo 1 | ../afl-showmap -m none -q -o .test-instr1 ./test-instr
  339.  
  340. [+] All right, the instrumentation seems to be working!
  341.  
  342. [+] All done! You can now use '../afl-gcc-fast' to compile programs.
  343.  
  344. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/gcc_plugin'
  345.  
  346. make -C libdislocator
  347.  
  348. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/libdislocator'
  349.  
  350. gcc -O3 -funroll-loops -I ../include/ -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -shared -fPIC libdislocator.so.c -o ../libdislocator.so
  351.  
  352. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/libdislocator'
  353.  
  354. make -C libtokencap
  355.  
  356. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/libtokencap'
  357.  
  358. gcc -O3 -funroll-loops -I ../include/ -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -shared -fPIC libtokencap.so.c -o ../libtokencap.so -ldl
  359.  
  360. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/libtokencap'
  361.  
  362. cd qemu_mode && sh ./build_qemu_support.sh
  363.  
  364. =================================================
  365.  
  366. AFL binary-only instrumentation QEMU build script
  367.  
  368. =================================================
  369.  
  370. [*] Performing basic sanity checks...
  371.  
  372. [+] All checks passed!
  373.  
  374. [*] Downloading QEMU 3.1.1 from the web...
  375.  
  376. --2019-12-15 17:56:33-- http://download.qemu-project.org/qemu-3.1.1.tar.xz
  377.  
  378. Resolving download.qemu-project.org (download.qemu-project.org)... 172.99.69.163
  379.  
  380. Connecting to download.qemu-project.org (download.qemu-project.org)|172.99.69.163|:80... connected.
  381.  
  382. HTTP request sent, awaiting response... 301 Moved Permanently
  383.  
  384. Location: http://download.qemu.org/qemu-3.1.1.tar.xz [following]
  385.  
  386. --2019-12-15 17:56:34-- http://download.qemu.org/qemu-3.1.1.tar.xz
  387.  
  388. Resolving download.qemu.org (download.qemu.org)... 172.99.69.163
  389.  
  390. Reusing existing connection to download.qemu-project.org:80.
  391.  
  392. HTTP request sent, awaiting response... 302 Found
  393.  
  394. Location: https://download.qemu.org/qemu-3.1.1.tar.xz [following]
  395.  
  396. --2019-12-15 17:56:34-- https://download.qemu.org/qemu-3.1.1.tar.xz
  397.  
  398. Connecting to download.qemu.org (download.qemu.org)|172.99.69.163|:443... connected.
  399.  
  400. HTTP request sent, awaiting response... 200 OK
  401.  
  402. Length: 36072500 (34M) [application/x-xz]
  403.  
  404. Saving to: ‘qemu-3.1.1.tar.xz’
  405.  
  406. qemu-3.1.1.tar.xz 100%[===================>] 34.40M 22.2MB/s in 1.5s
  407.  
  408. 2019-12-15 17:56:36 (22.2 MB/s) - ‘qemu-3.1.1.tar.xz’ saved [36072500/36072500]
  409.  
  410. [+] Cryptographic signature on qemu-3.1.1.tar.xz checks out.
  411.  
  412. [*] Uncompressing archive (this will take a while)...
  413.  
  414. [+] Unpacking successful.
  415.  
  416. [*] Configuring QEMU for ...
  417.  
  418. [*] Applying patches...
  419.  
  420. patching file linux-user/elfload.c
  421.  
  422. patching file accel/tcg/cpu-exec.c
  423.  
  424. patching file linux-user/syscall.c
  425.  
  426. patching file accel/tcg/translate-all.c
  427.  
  428. patching file tcg/tcg.c
  429.  
  430. patching file target/i386/translate.c
  431.  
  432. patching file target/arm/translate.c
  433.  
  434. patching file target/i386/ops_sse.h
  435.  
  436. patching file target/i386/fpu_helper.c
  437.  
  438. patching file fpu/softfloat.c
  439.  
  440. [+] Patching done.
  441.  
  442. Install prefix /usr/local
  443.  
  444. BIOS directory /usr/local/share/qemu
  445.  
  446. firmware path /usr/local/share/qemu-firmware
  447.  
  448. binary directory /usr/local/bin
  449.  
  450. library directory /usr/local/lib
  451.  
  452. module directory /usr/local/lib/qemu
  453.  
  454. libexec directory /usr/local/libexec
  455.  
  456. include directory /usr/local/include
  457.  
  458. config directory /usr/local/etc
  459.  
  460. local state directory /usr/local/var
  461.  
  462. Manual directory /usr/local/share/man
  463.  
  464. ELF interp prefix /usr/gnemul/qemu-%M
  465.  
  466. Source path /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1
  467.  
  468. GIT binary git
  469.  
  470. GIT submodules
  471.  
  472. C compiler gcc
  473.  
  474. Host C compiler cc
  475.  
  476. C++ compiler c++
  477.  
  478. Objective-C compiler clang
  479.  
  480. ARFLAGS rv
  481.  
  482. CFLAGS -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g -O3 -ggdb
  483.  
  484. QEMU_CFLAGS -I/usr/include/pixman-1 -I$(SRC_PATH)/dtc/libfdt -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong -I$(SRC_PATH)/capstone/include
  485.  
  486. LDFLAGS -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -g
  487.  
  488. QEMU_LDFLAGS -L$(BUILD_DIR)/dtc/libfdt
  489.  
  490. make make
  491.  
  492. install install
  493.  
  494. python python -B
  495.  
  496. smbd /usr/sbin/smbd
  497.  
  498. module support no
  499.  
  500. host CPU x86_64
  501.  
  502. host big endian no
  503.  
  504. target list x86_64-linux-user
  505.  
  506. gprof enabled no
  507.  
  508. sparse enabled no
  509.  
  510. strip binaries yes
  511.  
  512. profiler no
  513.  
  514. static build no
  515.  
  516. SDL support no
  517.  
  518. GTK support no
  519.  
  520. GTK GL support no
  521.  
  522. VTE support no
  523.  
  524. TLS priority NORMAL
  525.  
  526. GNUTLS support no
  527.  
  528. libgcrypt no
  529.  
  530. nettle no
  531.  
  532. libtasn1 no
  533.  
  534. curses support yes
  535.  
  536. virgl support no
  537.  
  538. curl support yes
  539.  
  540. mingw32 support no
  541.  
  542. Audio drivers oss
  543.  
  544. Block whitelist (rw)
  545.  
  546. Block whitelist (ro)
  547.  
  548. VirtFS support
  549.  
  550. Multipath support
  551.  
  552. VNC support no
  553.  
  554. xen support no
  555.  
  556. brlapi support no
  557.  
  558. bluez support no
  559.  
  560. Documentation no
  561.  
  562. PIE yes
  563.  
  564. vde support no
  565.  
  566. netmap support no
  567.  
  568. Linux AIO support no
  569.  
  570. ATTR/XATTR support yes
  571.  
  572. Install blobs yes
  573.  
  574. KVM support yes
  575.  
  576. HAX support no
  577.  
  578. HVF support no
  579.  
  580. WHPX support no
  581.  
  582. TCG support yes
  583.  
  584. TCG debug enabled no
  585.  
  586. TCG interpreter no
  587.  
  588. malloc trim support yes
  589.  
  590. RDMA support no
  591.  
  592. PVRDMA support no
  593.  
  594. fdt support git
  595.  
  596. membarrier no
  597.  
  598. preadv support yes
  599.  
  600. fdatasync yes
  601.  
  602. madvise yes
  603.  
  604. posix_madvise yes
  605.  
  606. posix_memalign yes
  607.  
  608. libcap-ng support no
  609.  
  610. vhost-net support yes
  611.  
  612. vhost-crypto support yes
  613.  
  614. vhost-scsi support yes
  615.  
  616. vhost-vsock support yes
  617.  
  618. vhost-user support yes
  619.  
  620. Trace backends log
  621.  
  622. spice support no
  623.  
  624. rbd support no
  625.  
  626. xfsctl support no
  627.  
  628. smartcard support no
  629.  
  630. libusb no
  631.  
  632. usb net redir no
  633.  
  634. OpenGL support no
  635.  
  636. OpenGL dmabufs no
  637.  
  638. libiscsi support no
  639.  
  640. libnfs support no
  641.  
  642. build guest agent yes
  643.  
  644. QGA VSS support no
  645.  
  646. QGA w32 disk info no
  647.  
  648. QGA MSI support no
  649.  
  650. seccomp support no
  651.  
  652. coroutine backend ucontext
  653.  
  654. coroutine pool yes
  655.  
  656. debug stack usage no
  657.  
  658. mutex debugging no
  659.  
  660. crypto afalg no
  661.  
  662. GlusterFS support no
  663.  
  664. gcov gcov
  665.  
  666. gcov enabled no
  667.  
  668. TPM support yes
  669.  
  670. libssh2 support no
  671.  
  672. TPM passthrough yes
  673.  
  674. TPM emulator yes
  675.  
  676. QOM debugging yes
  677.  
  678. Live block migration yes
  679.  
  680. lzo support no
  681.  
  682. snappy support no
  683.  
  684. bzip2 support yes
  685.  
  686. NUMA host support no
  687.  
  688. libxml2 yes
  689.  
  690. tcmalloc support no
  691.  
  692. jemalloc support no
  693.  
  694. avx2 optimization yes
  695.  
  696. replication support yes
  697.  
  698. VxHS block device no
  699.  
  700. bochs support yes
  701.  
  702. cloop support yes
  703.  
  704. dmg support yes
  705.  
  706. qcow v1 support yes
  707.  
  708. vdi support yes
  709.  
  710. vvfat support yes
  711.  
  712. qed support yes
  713.  
  714. parallels support yes
  715.  
  716. sheepdog support yes
  717.  
  718. capstone internal
  719.  
  720. docker yes
  721.  
  722. libpmem support no
  723.  
  724. libudev no
  725.  
  726. NOTE: cross-compilers enabled: 'gcc'
  727.  
  728. [+] Configuration complete.
  729.  
  730. [*] Attempting to build QEMU (fingers crossed!)...
  731.  
  732. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1'
  733.  
  734. GEN x86_64-linux-user/config-devices.mak.tmp
  735.  
  736. GEN config-host.h
  737.  
  738. GEN x86_64-linux-user/config-devices.mak
  739.  
  740. GEN qemu-options.def
  741.  
  742. CC cs.o
  743.  
  744. GEN qapi-gen
  745.  
  746. CC utils.o
  747.  
  748. CC SStream.o
  749.  
  750. CC MCInstrDesc.o
  751.  
  752. CC MCRegisterInfo.o
  753.  
  754. CC arch/ARM/ARMDisassembler.o
  755.  
  756. CC arch/ARM/ARMInstPrinter.o
  757.  
  758. CC arch/ARM/ARMMapping.o
  759.  
  760. CC arch/ARM/ARMModule.o
  761.  
  762. CC arch/AArch64/AArch64BaseInfo.o
  763.  
  764. CC arch/AArch64/AArch64Disassembler.o
  765.  
  766. CC arch/AArch64/AArch64InstPrinter.o
  767.  
  768. GEN trace/generated-tcg-tracers.h
  769.  
  770. CC arch/AArch64/AArch64Mapping.o
  771.  
  772. CC arch/AArch64/AArch64Module.o
  773.  
  774. CC arch/Mips/MipsDisassembler.o
  775.  
  776. CC arch/Mips/MipsInstPrinter.o
  777.  
  778. CC arch/Mips/MipsMapping.o
  779.  
  780. CC arch/Mips/MipsModule.o
  781.  
  782. CC arch/PowerPC/PPCDisassembler.o
  783.  
  784. CC arch/PowerPC/PPCInstPrinter.o
  785.  
  786. CC arch/PowerPC/PPCMapping.o
  787.  
  788. CC arch/PowerPC/PPCModule.o
  789.  
  790. CC arch/Sparc/SparcDisassembler.o
  791.  
  792. CC arch/Sparc/SparcInstPrinter.o
  793.  
  794. CC arch/Sparc/SparcMapping.o
  795.  
  796. CC arch/Sparc/SparcModule.o
  797.  
  798. CC arch/SystemZ/SystemZDisassembler.o
  799.  
  800. CC arch/SystemZ/SystemZInstPrinter.o
  801.  
  802. CC arch/SystemZ/SystemZMapping.o
  803.  
  804. CC arch/SystemZ/SystemZModule.o
  805.  
  806. CC arch/SystemZ/SystemZMCTargetDesc.o
  807.  
  808. CC arch/X86/X86DisassemblerDecoder.o
  809.  
  810. GEN trace/generated-helpers-wrappers.h
  811.  
  812. GEN trace/generated-helpers.h
  813.  
  814. GEN trace/generated-helpers.c
  815.  
  816. GEN module_block.h
  817.  
  818. GEN ui/input-keymap-atset1-to-qcode.c
  819.  
  820. GEN ui/input-keymap-linux-to-qcode.c
  821.  
  822. GEN ui/input-keymap-qcode-to-atset1.c
  823.  
  824. GEN ui/input-keymap-qcode-to-atset2.c
  825.  
  826. GEN ui/input-keymap-qcode-to-atset3.c
  827.  
  828. CC arch/X86/X86Disassembler.o
  829.  
  830. GEN ui/input-keymap-qcode-to-linux.c
  831.  
  832. GEN ui/input-keymap-qcode-to-qnum.c
  833.  
  834. GEN ui/input-keymap-qcode-to-sun.c
  835.  
  836. GEN ui/input-keymap-qnum-to-qcode.c
  837.  
  838. GEN ui/input-keymap-usb-to-qcode.c
  839.  
  840. GEN ui/input-keymap-win32-to-qcode.c
  841.  
  842. CC arch/X86/X86IntelInstPrinter.o
  843.  
  844. GEN ui/input-keymap-x11-to-qcode.c
  845.  
  846. GEN ui/input-keymap-xorgevdev-to-qcode.c
  847.  
  848. GEN ui/input-keymap-xorgkbd-to-qcode.c
  849.  
  850. GEN ui/input-keymap-xorgxquartz-to-qcode.c
  851.  
  852. GEN ui/input-keymap-xorgxwin-to-qcode.c
  853.  
  854. GEN ui/input-keymap-osx-to-qcode.c
  855.  
  856. GEN tests/test-qapi-gen
  857.  
  858. GEN trace-root.h
  859.  
  860. GEN accel/kvm/trace.h
  861.  
  862. GEN accel/tcg/trace.h
  863.  
  864. GEN audio/trace.h
  865.  
  866. CC arch/X86/X86ATTInstPrinter.o
  867.  
  868. GEN block/trace.h
  869.  
  870. GEN chardev/trace.h
  871.  
  872. GEN crypto/trace.h
  873.  
  874. GEN hw/9pfs/trace.h
  875.  
  876. GEN hw/acpi/trace.h
  877.  
  878. GEN hw/alpha/trace.h
  879.  
  880. GEN hw/arm/trace.h
  881.  
  882. GEN hw/audio/trace.h
  883.  
  884. GEN hw/block/trace.h
  885.  
  886. GEN hw/block/dataplane/trace.h
  887.  
  888. GEN hw/char/trace.h
  889.  
  890. CC arch/X86/X86Mapping.o
  891.  
  892. CC arch/X86/X86Module.o
  893.  
  894. CC arch/XCore/XCoreDisassembler.o
  895.  
  896. CC arch/XCore/XCoreInstPrinter.o
  897.  
  898. CC arch/XCore/XCoreMapping.o
  899.  
  900. CC arch/XCore/XCoreModule.o
  901.  
  902. CC MCInst.o
  903.  
  904. GEN hw/display/trace.h
  905.  
  906. GEN hw/dma/trace.h
  907.  
  908. GEN hw/hppa/trace.h
  909.  
  910. AR libcapstone.a
  911.  
  912. ar: creating /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/capstone/libcapstone.a
  913.  
  914. GEN hw/i2c/trace.h
  915.  
  916. GEN hw/i386/trace.h
  917.  
  918. GEN hw/i386/xen/trace.h
  919.  
  920. GEN hw/ide/trace.h
  921.  
  922. GEN hw/input/trace.h
  923.  
  924. GEN hw/intc/trace.h
  925.  
  926. GEN hw/isa/trace.h
  927.  
  928. GEN hw/mem/trace.h
  929.  
  930. GEN hw/misc/trace.h
  931.  
  932. GEN hw/misc/macio/trace.h
  933.  
  934. GEN hw/net/trace.h
  935.  
  936. GEN hw/nvram/trace.h
  937.  
  938. GEN hw/pci/trace.h
  939.  
  940. GEN hw/pci-host/trace.h
  941.  
  942. GEN hw/ppc/trace.h
  943.  
  944. GEN hw/rdma/trace.h
  945.  
  946. GEN hw/rdma/vmw/trace.h
  947.  
  948. GEN hw/s390x/trace.h
  949.  
  950. GEN hw/scsi/trace.h
  951.  
  952. GEN hw/sd/trace.h
  953.  
  954. GEN hw/sparc/trace.h
  955.  
  956. GEN hw/sparc64/trace.h
  957.  
  958. GEN hw/timer/trace.h
  959.  
  960. GEN hw/tpm/trace.h
  961.  
  962. GEN hw/usb/trace.h
  963.  
  964. GEN hw/vfio/trace.h
  965.  
  966. GEN hw/virtio/trace.h
  967.  
  968. GEN hw/watchdog/trace.h
  969.  
  970. GEN hw/xen/trace.h
  971.  
  972. GEN io/trace.h
  973.  
  974. GEN linux-user/trace.h
  975.  
  976. GEN migration/trace.h
  977.  
  978. GEN nbd/trace.h
  979.  
  980. GEN net/trace.h
  981.  
  982. GEN qapi/trace.h
  983.  
  984. GEN qom/trace.h
  985.  
  986. GEN scsi/trace.h
  987.  
  988. GEN target/arm/trace.h
  989.  
  990. GEN target/i386/trace.h
  991.  
  992. GEN target/mips/trace.h
  993.  
  994. GEN target/ppc/trace.h
  995.  
  996. GEN target/s390x/trace.h
  997.  
  998. GEN target/sparc/trace.h
  999.  
  1000. GEN ui/trace.h
  1001.  
  1002. GEN util/trace.h
  1003.  
  1004. GEN trace-root.c
  1005.  
  1006. GEN accel/kvm/trace.c
  1007.  
  1008. GEN accel/tcg/trace.c
  1009.  
  1010. GEN audio/trace.c
  1011.  
  1012. GEN block/trace.c
  1013.  
  1014. GEN chardev/trace.c
  1015.  
  1016. GEN crypto/trace.c
  1017.  
  1018. GEN hw/9pfs/trace.c
  1019.  
  1020. GEN hw/acpi/trace.c
  1021.  
  1022. GEN hw/alpha/trace.c
  1023.  
  1024. GEN hw/arm/trace.c
  1025.  
  1026. GEN hw/audio/trace.c
  1027.  
  1028. GEN hw/block/trace.c
  1029.  
  1030. GEN hw/block/dataplane/trace.c
  1031.  
  1032. GEN hw/char/trace.c
  1033.  
  1034. GEN hw/display/trace.c
  1035.  
  1036. GEN hw/dma/trace.c
  1037.  
  1038. GEN hw/hppa/trace.c
  1039.  
  1040. GEN hw/i2c/trace.c
  1041.  
  1042. GEN hw/i386/trace.c
  1043.  
  1044. GEN hw/i386/xen/trace.c
  1045.  
  1046. GEN hw/ide/trace.c
  1047.  
  1048. GEN hw/input/trace.c
  1049.  
  1050. GEN hw/intc/trace.c
  1051.  
  1052. GEN hw/isa/trace.c
  1053.  
  1054. GEN hw/mem/trace.c
  1055.  
  1056. GEN hw/misc/trace.c
  1057.  
  1058. GEN hw/misc/macio/trace.c
  1059.  
  1060. GEN hw/net/trace.c
  1061.  
  1062. GEN hw/nvram/trace.c
  1063.  
  1064. GEN hw/pci/trace.c
  1065.  
  1066. GEN hw/pci-host/trace.c
  1067.  
  1068. GEN hw/ppc/trace.c
  1069.  
  1070. GEN hw/rdma/trace.c
  1071.  
  1072. GEN hw/rdma/vmw/trace.c
  1073.  
  1074. GEN hw/s390x/trace.c
  1075.  
  1076. GEN hw/scsi/trace.c
  1077.  
  1078. GEN hw/sd/trace.c
  1079.  
  1080. GEN hw/sparc/trace.c
  1081.  
  1082. GEN hw/sparc64/trace.c
  1083.  
  1084. GEN hw/timer/trace.c
  1085.  
  1086. GEN hw/tpm/trace.c
  1087.  
  1088. GEN hw/usb/trace.c
  1089.  
  1090. GEN hw/vfio/trace.c
  1091.  
  1092. GEN hw/virtio/trace.c
  1093.  
  1094. GEN hw/watchdog/trace.c
  1095.  
  1096. GEN hw/xen/trace.c
  1097.  
  1098. GEN io/trace.c
  1099.  
  1100. GEN linux-user/trace.c
  1101.  
  1102. GEN migration/trace.c
  1103.  
  1104. GEN nbd/trace.c
  1105.  
  1106. GEN net/trace.c
  1107.  
  1108. GEN qapi/trace.c
  1109.  
  1110. GEN qom/trace.c
  1111.  
  1112. GEN scsi/trace.c
  1113.  
  1114. GEN target/arm/trace.c
  1115.  
  1116. GEN target/i386/trace.c
  1117.  
  1118. GEN target/mips/trace.c
  1119.  
  1120. GEN target/ppc/trace.c
  1121.  
  1122. GEN target/s390x/trace.c
  1123.  
  1124. GEN target/sparc/trace.c
  1125.  
  1126. GEN ui/trace.c
  1127.  
  1128. GEN util/trace.c
  1129.  
  1130. GEN config-all-devices.mak
  1131.  
  1132. DEP tests/dumptrees.c
  1133.  
  1134. DEP tests/trees.S
  1135.  
  1136. DEP tests/testutils.c
  1137.  
  1138. DEP tests/value-labels.c
  1139.  
  1140. DEP tests/asm_tree_dump.c
  1141.  
  1142. DEP tests/truncated_memrsv.c
  1143.  
  1144. DEP tests/truncated_string.c
  1145.  
  1146. DEP tests/truncated_property.c
  1147.  
  1148. DEP tests/check_full.c
  1149.  
  1150. DEP tests/check_header.c
  1151.  
  1152. DEP tests/check_path.c
  1153.  
  1154. DEP tests/overlay_bad_fixup.c
  1155.  
  1156. DEP tests/overlay.c
  1157.  
  1158. DEP tests/subnode_iterate.c
  1159.  
  1160. DEP tests/property_iterate.c
  1161.  
  1162. DEP tests/integer-expressions.c
  1163.  
  1164. DEP tests/utilfdt_test.c
  1165.  
  1166. DEP tests/path_offset_aliases.c
  1167.  
  1168. DEP tests/add_subnode_with_nops.c
  1169.  
  1170. DEP tests/dtbs_equal_unordered.c
  1171.  
  1172. DEP tests/dtb_reverse.c
  1173.  
  1174. DEP tests/dtbs_equal_ordered.c
  1175.  
  1176. DEP tests/extra-terminating-null.c
  1177.  
  1178. DEP tests/incbin.c
  1179.  
  1180. DEP tests/boot-cpuid.c
  1181.  
  1182. DEP tests/phandle_format.c
  1183.  
  1184. DEP tests/path-references.c
  1185.  
  1186. DEP tests/references.c
  1187.  
  1188. DEP tests/string_escapes.c
  1189.  
  1190. DEP tests/propname_escapes.c
  1191.  
  1192. DEP tests/appendprop2.c
  1193.  
  1194. DEP tests/appendprop1.c
  1195.  
  1196. DEP tests/del_node.c
  1197.  
  1198. DEP tests/del_property.c
  1199.  
  1200. DEP tests/setprop.c
  1201.  
  1202. DEP tests/set_name.c
  1203.  
  1204. DEP tests/rw_tree1.c
  1205.  
  1206. DEP tests/open_pack.c
  1207.  
  1208. DEP tests/nopulate.c
  1209.  
  1210. DEP tests/mangle-layout.c
  1211.  
  1212. DEP tests/move_and_save.c
  1213.  
  1214. DEP tests/sw_states.c
  1215.  
  1216. DEP tests/sw_tree1.c
  1217.  
  1218. DEP tests/nop_node.c
  1219.  
  1220. DEP tests/nop_property.c
  1221.  
  1222. DEP tests/setprop_inplace.c
  1223.  
  1224. DEP tests/stringlist.c
  1225.  
  1226. DEP tests/addr_size_cells2.c
  1227.  
  1228. DEP tests/addr_size_cells.c
  1229.  
  1230. DEP tests/notfound.c
  1231.  
  1232. DEP tests/sized_cells.c
  1233.  
  1234. DEP tests/char_literal.c
  1235.  
  1236. DEP tests/get_alias.c
  1237.  
  1238. DEP tests/node_offset_by_compatible.c
  1239.  
  1240. DEP tests/node_check_compatible.c
  1241.  
  1242. DEP tests/node_offset_by_phandle.c
  1243.  
  1244. DEP tests/node_offset_by_prop_value.c
  1245.  
  1246. DEP tests/parent_offset.c
  1247.  
  1248. DEP tests/supernode_atdepth_offset.c
  1249.  
  1250. DEP tests/get_path.c
  1251.  
  1252. DEP tests/get_phandle.c
  1253.  
  1254. DEP tests/getprop.c
  1255.  
  1256. DEP tests/get_name.c
  1257.  
  1258. DEP tests/path_offset.c
  1259.  
  1260. DEP tests/subnode_offset.c
  1261.  
  1262. DEP tests/find_property.c
  1263.  
  1264. DEP tests/root_node.c
  1265.  
  1266. DEP tests/get_mem_rsv.c
  1267.  
  1268. DEP libfdt/fdt_overlay.c
  1269.  
  1270. DEP libfdt/fdt_addresses.c
  1271.  
  1272. DEP libfdt/fdt_empty_tree.c
  1273.  
  1274. DEP libfdt/fdt_strerror.c
  1275.  
  1276. DEP libfdt/fdt_rw.c
  1277.  
  1278. DEP libfdt/fdt_sw.c
  1279.  
  1280. DEP libfdt/fdt_wip.c
  1281.  
  1282. DEP libfdt/fdt_ro.c
  1283.  
  1284. DEP libfdt/fdt.c
  1285.  
  1286. DEP util.c
  1287.  
  1288. DEP fdtoverlay.c
  1289.  
  1290. DEP fdtput.c
  1291.  
  1292. DEP fdtget.c
  1293.  
  1294. DEP fdtdump.c
  1295.  
  1296. LEX convert-dtsv0-lexer.lex.c
  1297.  
  1298. DEP srcpos.c
  1299.  
  1300. BISON dtc-parser.tab.c
  1301.  
  1302. LEX dtc-lexer.lex.c
  1303.  
  1304. DEP treesource.c
  1305.  
  1306. DEP livetree.c
  1307.  
  1308. DEP fstree.c
  1309.  
  1310. DEP flattree.c
  1311.  
  1312. DEP dtc.c
  1313.  
  1314. DEP data.c
  1315.  
  1316. DEP checks.c
  1317.  
  1318. DEP convert-dtsv0-lexer.lex.c
  1319.  
  1320. DEP dtc-parser.tab.c
  1321.  
  1322. DEP dtc-lexer.lex.c
  1323.  
  1324. CHK version_gen.h
  1325.  
  1326. UPD version_gen.h
  1327.  
  1328. DEP util.c
  1329.  
  1330. CHK version_gen.h
  1331.  
  1332. CC libfdt/fdt_ro.o
  1333.  
  1334. CC libfdt/fdt.o
  1335.  
  1336. CC libfdt/fdt_wip.o
  1337.  
  1338. CC libfdt/fdt_sw.o
  1339.  
  1340. CC libfdt/fdt_rw.o
  1341.  
  1342. CC libfdt/fdt_strerror.o
  1343.  
  1344. CC libfdt/fdt_empty_tree.o
  1345.  
  1346. CC libfdt/fdt_addresses.o
  1347.  
  1348. CC libfdt/fdt_overlay.o
  1349.  
  1350. AR libfdt/libfdt.a
  1351.  
  1352. ar: creating libfdt/libfdt.a
  1353.  
  1354. a - libfdt/fdt.o
  1355.  
  1356. a - libfdt/fdt_ro.o
  1357.  
  1358. a - libfdt/fdt_wip.o
  1359.  
  1360. a - libfdt/fdt_sw.o
  1361.  
  1362. a - libfdt/fdt_rw.o
  1363.  
  1364. a - libfdt/fdt_strerror.o
  1365.  
  1366. a - libfdt/fdt_empty_tree.o
  1367.  
  1368. a - libfdt/fdt_addresses.o
  1369.  
  1370. a - libfdt/fdt_overlay.o
  1371.  
  1372. CHK version_gen.h
  1373.  
  1374. GEN qga/qapi-generated/qapi-gen
  1375.  
  1376. CC qapi/qapi-builtin-types.o
  1377.  
  1378. CC qapi/qapi-types.o
  1379.  
  1380. CC qapi/qapi-types-block-core.o
  1381.  
  1382. CC qapi/qapi-types-block.o
  1383.  
  1384. CC qapi/qapi-types-char.o
  1385.  
  1386. CC qapi/qapi-types-common.o
  1387.  
  1388. CC qapi/qapi-types-crypto.o
  1389.  
  1390. CC qapi/qapi-types-introspect.o
  1391.  
  1392. CC qapi/qapi-types-job.o
  1393.  
  1394. CC qapi/qapi-types-migration.o
  1395.  
  1396. CC qapi/qapi-types-misc.o
  1397.  
  1398. CC qapi/qapi-types-net.o
  1399.  
  1400. CC qapi/qapi-types-rocker.o
  1401.  
  1402. CC qapi/qapi-types-run-state.o
  1403.  
  1404. CC qapi/qapi-types-sockets.o
  1405.  
  1406. CC qapi/qapi-types-tpm.o
  1407.  
  1408. CC qapi/qapi-types-trace.o
  1409.  
  1410. CC qapi/qapi-types-transaction.o
  1411.  
  1412. CC qapi/qapi-types-ui.o
  1413.  
  1414. CC qapi/qapi-builtin-visit.o
  1415.  
  1416. CC qapi/qapi-visit.o
  1417.  
  1418. CC qapi/qapi-visit-block-core.o
  1419.  
  1420. CC qapi/qapi-visit-block.o
  1421.  
  1422. CC qapi/qapi-visit-char.o
  1423.  
  1424. CC qapi/qapi-visit-common.o
  1425.  
  1426. CC qapi/qapi-visit-crypto.o
  1427.  
  1428. CC qapi/qapi-visit-introspect.o
  1429.  
  1430. CC qapi/qapi-visit-job.o
  1431.  
  1432. CC qapi/qapi-visit-migration.o
  1433.  
  1434. CC qapi/qapi-visit-misc.o
  1435.  
  1436. CC qapi/qapi-visit-net.o
  1437.  
  1438. CC qapi/qapi-visit-rocker.o
  1439.  
  1440. CC qapi/qapi-visit-run-state.o
  1441.  
  1442. CC qapi/qapi-visit-sockets.o
  1443.  
  1444. CC qapi/qapi-visit-tpm.o
  1445.  
  1446. CC qapi/qapi-visit-trace.o
  1447.  
  1448. CC qapi/qapi-visit-transaction.o
  1449.  
  1450. CC qapi/qapi-visit-ui.o
  1451.  
  1452. CC qapi/qapi-events.o
  1453.  
  1454. CC qapi/qapi-events-block-core.o
  1455.  
  1456. CC qapi/qapi-events-block.o
  1457.  
  1458. CC qapi/qapi-events-char.o
  1459.  
  1460. CC qapi/qapi-events-common.o
  1461.  
  1462. CC qapi/qapi-events-crypto.o
  1463.  
  1464. CC qapi/qapi-events-introspect.o
  1465.  
  1466. CC qapi/qapi-events-job.o
  1467.  
  1468. CC qapi/qapi-events-migration.o
  1469.  
  1470. CC qapi/qapi-events-misc.o
  1471.  
  1472. CC qapi/qapi-events-net.o
  1473.  
  1474. CC qapi/qapi-events-rocker.o
  1475.  
  1476. CC qapi/qapi-events-run-state.o
  1477.  
  1478. CC qapi/qapi-events-sockets.o
  1479.  
  1480. CC qapi/qapi-events-tpm.o
  1481.  
  1482. CC qapi/qapi-events-trace.o
  1483.  
  1484. CC qapi/qapi-events-transaction.o
  1485.  
  1486. CC qapi/qapi-events-ui.o
  1487.  
  1488. CC qapi/qapi-introspect.o
  1489.  
  1490. CC qapi/qapi-visit-core.o
  1491.  
  1492. CC qapi/qapi-dealloc-visitor.o
  1493.  
  1494. CC qapi/qobject-input-visitor.o
  1495.  
  1496. CC qapi/qobject-output-visitor.o
  1497.  
  1498. CC qapi/qmp-registry.o
  1499.  
  1500. CC qapi/qmp-dispatch.o
  1501.  
  1502. CC qapi/string-input-visitor.o
  1503.  
  1504. CC qapi/string-output-visitor.o
  1505.  
  1506. qapi/string-input-visitor.c: In function ‘parse_type_uint64’:
  1507.  
  1508. qapi/string-input-visitor.c:262:14: warning: ‘i’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1509.  
  1510. *obj = i;
  1511.  
  1512. ~~~~~^~~
  1513.  
  1514. CC qapi/opts-visitor.o
  1515.  
  1516. CC qapi/qapi-clone-visitor.o
  1517.  
  1518. CC qapi/qmp-event.o
  1519.  
  1520. CC qapi/qapi-util.o
  1521.  
  1522. CC qobject/qnull.o
  1523.  
  1524. CC qobject/qnum.o
  1525.  
  1526. CC qobject/qstring.o
  1527.  
  1528. CC qobject/qdict.o
  1529.  
  1530. CC qobject/qlist.o
  1531.  
  1532. CC qobject/qbool.o
  1533.  
  1534. CC qobject/qlit.o
  1535.  
  1536. CC qobject/qjson.o
  1537.  
  1538. CC qobject/qobject.o
  1539.  
  1540. CC qobject/json-lexer.o
  1541.  
  1542. CC qobject/json-streamer.o
  1543.  
  1544. CC qobject/json-parser.o
  1545.  
  1546. CC qobject/block-qdict.o
  1547.  
  1548. qobject/block-qdict.c: In function ‘qdict_array_split’:
  1549.  
  1550. qobject/block-qdict.c:259:9: warning: ‘subqdict’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1551.  
  1552. qlist_append_obj(*dst, subqobj ?: QOBJECT(subqdict));
  1553.  
  1554. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1555.  
  1556. CC trace/control.o
  1557.  
  1558. CC trace/qmp.o
  1559.  
  1560. CC util/osdep.o
  1561.  
  1562. CC util/cutils.o
  1563.  
  1564. CC util/unicode.o
  1565.  
  1566. CC util/qemu-timer-common.o
  1567.  
  1568. CC util/bufferiszero.o
  1569.  
  1570. CC util/lockcnt.o
  1571.  
  1572. CC util/aiocb.o
  1573.  
  1574. CC util/async.o
  1575.  
  1576. CC util/aio-wait.o
  1577.  
  1578. CC util/thread-pool.o
  1579.  
  1580. CC util/qemu-timer.o
  1581.  
  1582. CC util/main-loop.o
  1583.  
  1584. CC util/iohandler.o
  1585.  
  1586. CC util/aio-posix.o
  1587.  
  1588. CC util/compatfd.o
  1589.  
  1590. CC util/event_notifier-posix.o
  1591.  
  1592. CC util/mmap-alloc.o
  1593.  
  1594. CC util/oslib-posix.o
  1595.  
  1596. CC util/qemu-openpty.o
  1597.  
  1598. CC util/qemu-thread-posix.o
  1599.  
  1600. CC util/memfd.o
  1601.  
  1602. CC util/envlist.o
  1603.  
  1604. CC util/path.o
  1605.  
  1606. CC util/module.o
  1607.  
  1608. CC util/host-utils.o
  1609.  
  1610. CC util/bitmap.o
  1611.  
  1612. CC util/bitops.o
  1613.  
  1614. CC util/hbitmap.o
  1615.  
  1616. CC util/fifo8.o
  1617.  
  1618. CC util/acl.o
  1619.  
  1620. CC util/cacheinfo.o
  1621.  
  1622. CC util/error.o
  1623.  
  1624. CC util/qemu-error.o
  1625.  
  1626. CC util/id.o
  1627.  
  1628. CC util/iov.o
  1629.  
  1630. CC util/qemu-config.o
  1631.  
  1632. CC util/qemu-sockets.o
  1633.  
  1634. CC util/uri.o
  1635.  
  1636. CC util/notify.o
  1637.  
  1638. CC util/qemu-option.o
  1639.  
  1640. CC util/qemu-progress.o
  1641.  
  1642. CC util/keyval.o
  1643.  
  1644. CC util/hexdump.o
  1645.  
  1646. CC util/crc32c.o
  1647.  
  1648. CC util/uuid.o
  1649.  
  1650. CC util/throttle.o
  1651.  
  1652. CC util/getauxval.o
  1653.  
  1654. CC util/readline.o
  1655.  
  1656. CC util/rcu.o
  1657.  
  1658. CC util/qemu-coroutine.o
  1659.  
  1660. CC util/qemu-coroutine-lock.o
  1661.  
  1662. CC util/qemu-coroutine-io.o
  1663.  
  1664. CC util/qemu-coroutine-sleep.o
  1665.  
  1666. CC util/coroutine-ucontext.o
  1667.  
  1668. CC util/buffer.o
  1669.  
  1670. CC util/timed-average.o
  1671.  
  1672. CC util/base64.o
  1673.  
  1674. CC util/log.o
  1675.  
  1676. CC util/pagesize.o
  1677.  
  1678. CC util/qdist.o
  1679.  
  1680. CC util/qht.o
  1681.  
  1682. CC util/qsp.o
  1683.  
  1684. CC util/range.o
  1685.  
  1686. CC util/stats64.o
  1687.  
  1688. CC util/systemd.o
  1689.  
  1690. CC util/iova-tree.o
  1691.  
  1692. CC util/vfio-helpers.o
  1693.  
  1694. CC trace-root.o
  1695.  
  1696. CC accel/kvm/trace.o
  1697.  
  1698. CC accel/tcg/trace.o
  1699.  
  1700. CC audio/trace.o
  1701.  
  1702. CC block/trace.o
  1703.  
  1704. CC chardev/trace.o
  1705.  
  1706. CC crypto/trace.o
  1707.  
  1708. CC hw/9pfs/trace.o
  1709.  
  1710. CC hw/acpi/trace.o
  1711.  
  1712. CC hw/alpha/trace.o
  1713.  
  1714. CC hw/arm/trace.o
  1715.  
  1716. CC hw/audio/trace.o
  1717.  
  1718. CC hw/block/trace.o
  1719.  
  1720. CC hw/block/dataplane/trace.o
  1721.  
  1722. CC hw/char/trace.o
  1723.  
  1724. CC hw/display/trace.o
  1725.  
  1726. CC hw/dma/trace.o
  1727.  
  1728. CC hw/hppa/trace.o
  1729.  
  1730. CC hw/i2c/trace.o
  1731.  
  1732. CC hw/i386/trace.o
  1733.  
  1734. CC hw/i386/xen/trace.o
  1735.  
  1736. CC hw/ide/trace.o
  1737.  
  1738. CC hw/input/trace.o
  1739.  
  1740. CC hw/intc/trace.o
  1741.  
  1742. CC hw/isa/trace.o
  1743.  
  1744. CC hw/mem/trace.o
  1745.  
  1746. CC hw/misc/trace.o
  1747.  
  1748. CC hw/misc/macio/trace.o
  1749.  
  1750. CC hw/net/trace.o
  1751.  
  1752. CC hw/nvram/trace.o
  1753.  
  1754. CC hw/pci/trace.o
  1755.  
  1756. CC hw/pci-host/trace.o
  1757.  
  1758. CC hw/ppc/trace.o
  1759.  
  1760. CC hw/rdma/trace.o
  1761.  
  1762. CC hw/rdma/vmw/trace.o
  1763.  
  1764. CC hw/s390x/trace.o
  1765.  
  1766. CC hw/scsi/trace.o
  1767.  
  1768. CC hw/sd/trace.o
  1769.  
  1770. CC hw/sparc/trace.o
  1771.  
  1772. CC hw/sparc64/trace.o
  1773.  
  1774. CC hw/timer/trace.o
  1775.  
  1776. CC hw/tpm/trace.o
  1777.  
  1778. CC hw/usb/trace.o
  1779.  
  1780. CC hw/vfio/trace.o
  1781.  
  1782. CC hw/virtio/trace.o
  1783.  
  1784. CC hw/watchdog/trace.o
  1785.  
  1786. CC hw/xen/trace.o
  1787.  
  1788. CC io/trace.o
  1789.  
  1790. CC linux-user/trace.o
  1791.  
  1792. CC migration/trace.o
  1793.  
  1794. CC nbd/trace.o
  1795.  
  1796. CC net/trace.o
  1797.  
  1798. CC qapi/trace.o
  1799.  
  1800. CC qom/trace.o
  1801.  
  1802. CC scsi/trace.o
  1803.  
  1804. CC target/arm/trace.o
  1805.  
  1806. CC target/i386/trace.o
  1807.  
  1808. CC target/mips/trace.o
  1809.  
  1810. CC target/ppc/trace.o
  1811.  
  1812. CC target/s390x/trace.o
  1813.  
  1814. CC target/sparc/trace.o
  1815.  
  1816. CC ui/trace.o
  1817.  
  1818. CC util/trace.o
  1819.  
  1820. CC crypto/pbkdf-stub.o
  1821.  
  1822. CC stubs/arch-query-cpu-def.o
  1823.  
  1824. CC stubs/arch-query-cpu-model-expansion.o
  1825.  
  1826. CC stubs/arch-query-cpu-model-comparison.o
  1827.  
  1828. CC stubs/arch-query-cpu-model-baseline.o
  1829.  
  1830. CC stubs/bdrv-next-monitor-owned.o
  1831.  
  1832. CC stubs/blk-commit-all.o
  1833.  
  1834. CC stubs/blockdev-close-all-bdrv-states.o
  1835.  
  1836. CC stubs/clock-warp.o
  1837.  
  1838. CC stubs/cpu-get-clock.o
  1839.  
  1840. CC stubs/cpu-get-icount.o
  1841.  
  1842. CC stubs/dump.o
  1843.  
  1844. CC stubs/error-printf.o
  1845.  
  1846. CC stubs/fdset.o
  1847.  
  1848. CC stubs/gdbstub.o
  1849.  
  1850. CC stubs/get-vm-name.o
  1851.  
  1852. CC stubs/iothread.o
  1853.  
  1854. CC stubs/iothread-lock.o
  1855.  
  1856. CC stubs/is-daemonized.o
  1857.  
  1858. CC stubs/machine-init-done.o
  1859.  
  1860. CC stubs/migr-blocker.o
  1861.  
  1862. CC stubs/change-state-handler.o
  1863.  
  1864. CC stubs/monitor.o
  1865.  
  1866. CC stubs/notify-event.o
  1867.  
  1868. CC stubs/qtest.o
  1869.  
  1870. CC stubs/replay.o
  1871.  
  1872. CC stubs/runstate-check.o
  1873.  
  1874. CC stubs/set-fd-handler.o
  1875.  
  1876. CC stubs/slirp.o
  1877.  
  1878. CC stubs/sysbus.o
  1879.  
  1880. CC stubs/tpm.o
  1881.  
  1882. CC stubs/trace-control.o
  1883.  
  1884. CC stubs/uuid.o
  1885.  
  1886. CC stubs/vm-stop.o
  1887.  
  1888. CC stubs/vmstate.o
  1889.  
  1890. CC stubs/qmp_memory_device.o
  1891.  
  1892. CC stubs/target-monitor-defs.o
  1893.  
  1894. CC stubs/target-get-monitor-def.o
  1895.  
  1896. CC stubs/pc_madt_cpu_entry.o
  1897.  
  1898. CC stubs/vmgenid.o
  1899.  
  1900. CC stubs/xen-common.o
  1901.  
  1902. CC stubs/xen-hvm.o
  1903.  
  1904. CC stubs/pci-host-piix.o
  1905.  
  1906. CC stubs/ram-block.o
  1907.  
  1908. CC stubs/ramfb.o
  1909.  
  1910. CC contrib/ivshmem-client/ivshmem-client.o
  1911.  
  1912. CC contrib/ivshmem-client/main.o
  1913.  
  1914. CC contrib/ivshmem-server/ivshmem-server.o
  1915.  
  1916. CC contrib/ivshmem-server/main.o
  1917.  
  1918. CC qemu-nbd.o
  1919.  
  1920. CC block.o
  1921.  
  1922. CC blockjob.o
  1923.  
  1924. CC job.o
  1925.  
  1926. CC qemu-io-cmds.o
  1927.  
  1928. CC replication.o
  1929.  
  1930. CC block/raw-format.o
  1931.  
  1932. CC block/vmdk.o
  1933.  
  1934. CC block/vpc.o
  1935.  
  1936. CC block/qcow.o
  1937.  
  1938. block/vmdk.c: In function ‘vmdk_open_desc_file.isra.13’:
  1939.  
  1940. block/vmdk.c:893:39: warning: ‘extent’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1941.  
  1942. extent->flat_start_offset = flat_offset << 9;
  1943.  
  1944. ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  1945.  
  1946. block/vmdk.c:823:17: note: ‘extent’ was declared here
  1947.  
  1948. VmdkExtent *extent;
  1949.  
  1950. ^~~~~~
  1951.  
  1952. block/vmdk.c: In function ‘vmdk_open_vmdk4’:
  1953.  
  1954. block/vmdk.c:738:24: warning: ‘extent’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1955.  
  1956. extent->has_marker = le32_to_cpu(header.flags) & VMDK4_FLAG_MARKER;
  1957.  
  1958. ^
  1959.  
  1960. block/vmdk.c: In function ‘vmdk_open_sparse’:
  1961.  
  1962. block/vmdk.c:550:9: warning: ‘extent’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1963.  
  1964. ret = vmdk_init_tables(bs, extent, errp);
  1965.  
  1966. ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1967.  
  1968. block/vmdk.c:529:17: note: ‘extent’ was declared here
  1969.  
  1970. VmdkExtent *extent;
  1971.  
  1972. ^~~~~~
  1973.  
  1974. CC block/vdi.o
  1975.  
  1976. CC block/cloop.o
  1977.  
  1978. CC block/bochs.o
  1979.  
  1980. CC block/vvfat.o
  1981.  
  1982. CC block/dmg.o
  1983.  
  1984. CC block/qcow2.o
  1985.  
  1986. CC block/qcow2-refcount.o
  1987.  
  1988. CC block/qcow2-cluster.o
  1989.  
  1990. CC block/qcow2-snapshot.o
  1991.  
  1992. CC block/qcow2-cache.o
  1993.  
  1994. CC block/qcow2-bitmap.o
  1995.  
  1996. CC block/qed.o
  1997.  
  1998. CC block/qed-l2-cache.o
  1999.  
  2000. CC block/qed-table.o
  2001.  
  2002. CC block/qed-cluster.o
  2003.  
  2004. CC block/qed-check.o
  2005.  
  2006. CC block/vhdx.o
  2007.  
  2008. CC block/vhdx-endian.o
  2009.  
  2010. CC block/vhdx-log.o
  2011.  
  2012. CC block/quorum.o
  2013.  
  2014. CC block/blkdebug.o
  2015.  
  2016. CC block/blkverify.o
  2017.  
  2018. CC block/blkreplay.o
  2019.  
  2020. CC block/parallels.o
  2021.  
  2022. CC block/blklogwrites.o
  2023.  
  2024. CC block/block-backend.o
  2025.  
  2026. CC block/snapshot.o
  2027.  
  2028. CC block/qapi.o
  2029.  
  2030. CC block/file-posix.o
  2031.  
  2032. CC block/null.o
  2033.  
  2034. CC block/mirror.o
  2035.  
  2036. CC block/commit.o
  2037.  
  2038. CC block/io.o
  2039.  
  2040. CC block/create.o
  2041.  
  2042. CC block/throttle-groups.o
  2043.  
  2044. CC block/nvme.o
  2045.  
  2046. CC block/nbd.o
  2047.  
  2048. CC block/nbd-client.o
  2049.  
  2050. CC block/sheepdog.o
  2051.  
  2052. block/nbd-client.c: In function ‘nbd_co_request’:
  2053.  
  2054. block/nbd-client.c:605:8: warning: ‘local_reply.type’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2055.  
  2056. if (chunk->type == NBD_REPLY_TYPE_NONE) {
  2057.  
  2058. ^
  2059.  
  2060. block/nbd-client.c:572:14: note: ‘local_reply.type’ was declared here
  2061.  
  2062. NBDReply local_reply;
  2063.  
  2064. ^~~~~~~~~~~
  2065.  
  2066. block/nbd-client.c:572:14: warning: ‘local_reply.flags’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2067.  
  2068. block/nbd-client.c: In function ‘nbd_client_co_preadv’:
  2069.  
  2070. block/nbd-client.c:211:8: warning: ‘reply.length’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2071.  
  2072. if (chunk->length != sizeof(offset) + sizeof(hole_size)) {
  2073.  
  2074. ^
  2075.  
  2076. block/nbd-client.c:648:14: note: ‘reply.length’ was declared here
  2077.  
  2078. NBDReply reply;
  2079.  
  2080. ^~~~~
  2081.  
  2082. block/nbd-client.c:660:9: warning: ‘reply.type’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2083.  
  2084. switch (chunk->type) {
  2085.  
  2086. ^~~~~~
  2087.  
  2088. block/nbd-client.c:648:14: note: ‘reply.type’ was declared here
  2089.  
  2090. NBDReply reply;
  2091.  
  2092. ^~~~~
  2093.  
  2094. block/nbd-client.c:648:14: warning: ‘reply.flags’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2095.  
  2096. block/nbd-client.c: In function ‘nbd_client_co_flush’:
  2097.  
  2098. block/nbd-client.c:605:8: warning: ‘local_reply.type’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2099.  
  2100. if (chunk->type == NBD_REPLY_TYPE_NONE) {
  2101.  
  2102. ^
  2103.  
  2104. block/nbd-client.c:572:14: note: ‘local_reply.type’ was declared here
  2105.  
  2106. NBDReply local_reply;
  2107.  
  2108. ^~~~~~~~~~~
  2109.  
  2110. block/nbd-client.c:572:14: warning: ‘local_reply.flags’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2111.  
  2112. block/nbd-client.c: In function ‘nbd_client_co_block_status’:
  2113.  
  2114. block/nbd-client.c:243:8: warning: ‘reply.length’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2115.  
  2116. if (chunk->length != sizeof(context_id) + sizeof(*extent)) {
  2117.  
  2118. ^
  2119.  
  2120. block/nbd-client.c:697:14: note: ‘reply.length’ was declared here
  2121.  
  2122. NBDReply reply;
  2123.  
  2124. ^~~~~
  2125.  
  2126. block/nbd-client.c:711:9: warning: ‘reply.type’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2127.  
  2128. switch (chunk->type) {
  2129.  
  2130. ^~~~~~
  2131.  
  2132. block/nbd-client.c:697:14: note: ‘reply.type’ was declared here
  2133.  
  2134. NBDReply reply;
  2135.  
  2136. ^~~~~
  2137.  
  2138. block/nbd-client.c:697:14: warning: ‘reply.flags’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2139.  
  2140. CC block/accounting.o
  2141.  
  2142. CC block/dirty-bitmap.o
  2143.  
  2144. CC block/write-threshold.o
  2145.  
  2146. CC block/backup.o
  2147.  
  2148. CC block/replication.o
  2149.  
  2150. CC block/throttle.o
  2151.  
  2152. CC block/copy-on-read.o
  2153.  
  2154. CC block/crypto.o
  2155.  
  2156. CC nbd/server.o
  2157.  
  2158. CC nbd/client.o
  2159.  
  2160. nbd/server.c: In function ‘nbd_co_client_start’:
  2161.  
  2162. nbd/server.c:589:12: warning: ‘namelen’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  2163.  
  2164. rc = nbd_negotiate_send_info(client, NBD_INFO_NAME, namelen, name,
  2165.  
  2166. ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2167.  
  2168. errp);
  2169.  
  2170. ~~~~~
  2171.  
  2172. nbd/server.c:532:14: note: ‘namelen’ was declared here
  2173.  
  2174. uint32_t namelen;
  2175.  
  2176. ^~~~~~~
  2177.  
  2178. CC nbd/common.o
  2179.  
  2180. CC scsi/utils.o
  2181.  
  2182. CC scsi/pr-manager.o
  2183.  
  2184. CC scsi/pr-manager-helper.o
  2185.  
  2186. CC block/curl.o
  2187.  
  2188. CC block/dmg-bz2.o
  2189.  
  2190. CC crypto/init.o
  2191.  
  2192. CC crypto/hash.o
  2193.  
  2194. CC crypto/hash-glib.o
  2195.  
  2196. CC crypto/hmac.o
  2197.  
  2198. CC crypto/hmac-glib.o
  2199.  
  2200. CC crypto/aes.o
  2201.  
  2202. CC crypto/desrfb.o
  2203.  
  2204. CC crypto/cipher.o
  2205.  
  2206. CC crypto/tlscreds.o
  2207.  
  2208. CC crypto/tlscredsanon.o
  2209.  
  2210. CC crypto/tlscredspsk.o
  2211.  
  2212. CC crypto/tlscredsx509.o
  2213.  
  2214. CC crypto/tlssession.o
  2215.  
  2216. CC crypto/secret.o
  2217.  
  2218. CC crypto/random-platform.o
  2219.  
  2220. CC crypto/pbkdf.o
  2221.  
  2222. CC crypto/ivgen.o
  2223.  
  2224. CC crypto/ivgen-essiv.o
  2225.  
  2226. CC crypto/ivgen-plain.o
  2227.  
  2228. CC crypto/ivgen-plain64.o
  2229.  
  2230. CC crypto/afsplit.o
  2231.  
  2232. CC crypto/xts.o
  2233.  
  2234. CC crypto/block.o
  2235.  
  2236. CC crypto/block-qcow.o
  2237.  
  2238. CC crypto/block-luks.o
  2239.  
  2240. CC io/channel.o
  2241.  
  2242. CC io/channel-buffer.o
  2243.  
  2244. CC io/channel-command.o
  2245.  
  2246. CC io/channel-file.o
  2247.  
  2248. CC io/channel-socket.o
  2249.  
  2250. CC io/channel-tls.o
  2251.  
  2252. CC io/channel-watch.o
  2253.  
  2254. CC io/channel-websock.o
  2255.  
  2256. CC io/channel-util.o
  2257.  
  2258. CC io/dns-resolver.o
  2259.  
  2260. CC io/net-listener.o
  2261.  
  2262. CC io/task.o
  2263.  
  2264. CC qom/object.o
  2265.  
  2266. CC qom/container.o
  2267.  
  2268. CC qom/qom-qobject.o
  2269.  
  2270. CC qom/object_interfaces.o
  2271.  
  2272. GEN qemu-img-cmds.h
  2273.  
  2274. CC qemu-io.o
  2275.  
  2276. CC qemu-edid.o
  2277.  
  2278. CC hw/display/edid-generate.o
  2279.  
  2280. CC cpus-common.o
  2281.  
  2282. CC disas/i386.o
  2283.  
  2284. CC hw/core/qdev.o
  2285.  
  2286. CC hw/core/qdev-properties.o
  2287.  
  2288. CC hw/core/bus.o
  2289.  
  2290. CC hw/core/reset.o
  2291.  
  2292. CC hw/core/irq.o
  2293.  
  2294. CC hw/core/hotplug.o
  2295.  
  2296. CC qom/cpu.o
  2297.  
  2298. CC chardev/char.o
  2299.  
  2300. CC chardev/char-fd.o
  2301.  
  2302. CC chardev/char-fe.o
  2303.  
  2304. CC chardev/char-file.o
  2305.  
  2306. CC chardev/char-io.o
  2307.  
  2308. CC chardev/char-mux.o
  2309.  
  2310. CC chardev/char-null.o
  2311.  
  2312. CC chardev/char-parallel.o
  2313.  
  2314. CC chardev/char-pipe.o
  2315.  
  2316. CC chardev/char-pty.o
  2317.  
  2318. CC chardev/char-ringbuf.o
  2319.  
  2320. CC chardev/char-serial.o
  2321.  
  2322. CC chardev/char-socket.o
  2323.  
  2324. CC chardev/char-stdio.o
  2325.  
  2326. CC chardev/char-udp.o
  2327.  
  2328. CC qga/commands.o
  2329.  
  2330. CC qga/guest-agent-command-state.o
  2331.  
  2332. CC qga/main.o
  2333.  
  2334. CC qga/commands-posix.o
  2335.  
  2336. CC qga/channel-posix.o
  2337.  
  2338. CC qga/qapi-generated/qga-qapi-types.o
  2339.  
  2340. CC qga/qapi-generated/qga-qapi-visit.o
  2341.  
  2342. CC qga/qapi-generated/qga-qapi-commands.o
  2343.  
  2344. CC qemu-img.o
  2345.  
  2346. AR libqemuutil.a
  2347.  
  2348. LINK qemu-ga
  2349.  
  2350. LINK ivshmem-client
  2351.  
  2352. LINK ivshmem-server
  2353.  
  2354. LINK qemu-nbd
  2355.  
  2356. LINK qemu-io
  2357.  
  2358. LINK qemu-edid
  2359.  
  2360. GEN x86_64-linux-user/config-target.h
  2361.  
  2362. CC x86_64-linux-user/tcg/tcg.o
  2363.  
  2364. CC x86_64-linux-user/exec.o
  2365.  
  2366. CC x86_64-linux-user/tcg/tcg-op.o
  2367.  
  2368. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/tcg/tcg.c:1616:0:
  2369.  
  2370. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/tcg/../../patches/afl-qemu-tcg-inl.h:39:6: warning: no previous prototype for ‘tcg_gen_afl_maybe_log_call’ [-Wmissing-prototypes]
  2371.  
  2372. void tcg_gen_afl_maybe_log_call(target_ulong cur_loc) {
  2373.  
  2374. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  2375.  
  2376. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/tcg/../../patches/afl-qemu-tcg-inl.h:202:6: warning: no previous prototype for ‘tcg_gen_afl_call0’ [-Wmissing-prototypes]
  2377.  
  2378. void tcg_gen_afl_call0(void *func) {
  2379.  
  2380. ^~~~~~~~~~~~~~~~~
  2381.  
  2382. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/tcg/../../patches/afl-qemu-tcg-inl.h:379:6: warning: no previous prototype for ‘tcg_gen_afl_compcov_log_call’ [-Wmissing-prototypes]
  2383.  
  2384. void tcg_gen_afl_compcov_log_call(void *func, target_ulong cur_loc,
  2385.  
  2386. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2387.  
  2388. CC x86_64-linux-user/tcg/tcg-op-vec.o
  2389.  
  2390. LINK qemu-img
  2391.  
  2392. CC x86_64-linux-user/tcg/tcg-op-gvec.o
  2393.  
  2394. CC x86_64-linux-user/tcg/tcg-common.o
  2395.  
  2396. CC x86_64-linux-user/tcg/optimize.o
  2397.  
  2398. CC x86_64-linux-user/fpu/softfloat.o
  2399.  
  2400. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/../../config.h:25:0,
  2401.  
  2402. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/afl-qemu-common.h:37,
  2403.  
  2404. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/afl-qemu-floats.h:35,
  2405.  
  2406. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/softfloat.c:7209:
  2407.  
  2408. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/../../types.h:108:0: warning: "likely" redefined
  2409.  
  2410. #define likely(_x) __builtin_expect(!!(_x), 1)
  2411.  
  2412.  
  2413.  
  2414. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:51:0,
  2415.  
  2416. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/softfloat.c:85:
  2417.  
  2418. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/compiler.h:57:0: note: this is the location of the previous definition
  2419.  
  2420. #define likely(x) __builtin_expect(!!(x), 1)
  2421.  
  2422.  
  2423.  
  2424. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/../../config.h:25:0,
  2425.  
  2426. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/afl-qemu-common.h:37,
  2427.  
  2428. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/afl-qemu-floats.h:35,
  2429.  
  2430. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/softfloat.c:7209:
  2431.  
  2432. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/../../types.h:109:0: warning: "unlikely" redefined
  2433.  
  2434. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  2435.  
  2436.  
  2437.  
  2438. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:51:0,
  2439.  
  2440. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/softfloat.c:85:
  2441.  
  2442. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/compiler.h:58:0: note: this is the location of the previous definition
  2443.  
  2444. #define unlikely(x) __builtin_expect(!!(x), 0)
  2445.  
  2446.  
  2447.  
  2448. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/afl-qemu-floats.h:35:0,
  2449.  
  2450. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/softfloat.c:7209:
  2451.  
  2452. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/afl-qemu-common.h:77:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2453.  
  2454. void afl_debug_dump_saved_regs();
  2455.  
  2456. ^~~~
  2457.  
  2458. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/afl-qemu-common.h:79:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2459.  
  2460. void afl_persistent_loop();
  2461.  
  2462. ^~~~
  2463.  
  2464. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/afl-qemu-common.h: In function ‘is_valid_addr’:
  2465.  
  2466. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/afl-qemu-common.h:100:16: warning: unused variable ‘p’ [-Wunused-variable]
  2467.  
  2468. void * p;
  2469.  
  2470. ^
  2471.  
  2472. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/fpu/../../patches/afl-qemu-common.h:98:16: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]
  2473.  
  2474. int l, flags;
  2475.  
  2476. ^
  2477.  
  2478. CC x86_64-linux-user/disas.o
  2479.  
  2480. GEN x86_64-linux-user/gdbstub-xml.c
  2481.  
  2482. CC x86_64-linux-user/gdbstub.o
  2483.  
  2484. CC x86_64-linux-user/thunk.o
  2485.  
  2486. CC x86_64-linux-user/accel/stubs/hax-stub.o
  2487.  
  2488. CC x86_64-linux-user/accel/stubs/hvf-stub.o
  2489.  
  2490. CC x86_64-linux-user/accel/stubs/whpx-stub.o
  2491.  
  2492. CC x86_64-linux-user/accel/stubs/kvm-stub.o
  2493.  
  2494. CC x86_64-linux-user/accel/tcg/tcg-runtime.o
  2495.  
  2496. CC x86_64-linux-user/accel/tcg/tcg-runtime-gvec.o
  2497.  
  2498. CC x86_64-linux-user/accel/tcg/cpu-exec.o
  2499.  
  2500. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../config.h:25:0,
  2501.  
  2502. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h:35,
  2503.  
  2504. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/cpu-exec.c:39:
  2505.  
  2506. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../types.h:108:0: warning: "likely" redefined
  2507.  
  2508. #define likely(_x) __builtin_expect(!!(_x), 1)
  2509.  
  2510.  
  2511.  
  2512. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:51:0,
  2513.  
  2514. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/cpu-exec.c:19:
  2515.  
  2516. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/compiler.h:57:0: note: this is the location of the previous definition
  2517.  
  2518. #define likely(x) __builtin_expect(!!(x), 1)
  2519.  
  2520.  
  2521.  
  2522. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../config.h:25:0,
  2523.  
  2524. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h:35,
  2525.  
  2526. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/cpu-exec.c:39:
  2527.  
  2528. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../types.h:109:0: warning: "unlikely" redefined
  2529.  
  2530. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  2531.  
  2532.  
  2533.  
  2534. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:51:0,
  2535.  
  2536. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/cpu-exec.c:19:
  2537.  
  2538. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/compiler.h:58:0: note: this is the location of the previous definition
  2539.  
  2540. #define unlikely(x) __builtin_expect(!!(x), 0)
  2541.  
  2542.  
  2543.  
  2544. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h:36:0,
  2545.  
  2546. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/cpu-exec.c:39:
  2547.  
  2548. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:77:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2549.  
  2550. void afl_debug_dump_saved_regs();
  2551.  
  2552. ^~~~
  2553.  
  2554. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:79:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2555.  
  2556. void afl_persistent_loop();
  2557.  
  2558. ^~~~
  2559.  
  2560. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h: In function ‘is_valid_addr’:
  2561.  
  2562. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:100:16: warning: unused variable ‘p’ [-Wunused-variable]
  2563.  
  2564. void * p;
  2565.  
  2566. ^
  2567.  
  2568. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:98:16: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]
  2569.  
  2570. int l, flags;
  2571.  
  2572. ^
  2573.  
  2574. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/cpu-exec.c:39:0:
  2575.  
  2576. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h: At top level:
  2577.  
  2578. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h:139:19: warning: redundant redeclaration of ‘tb_htable_lookup’ [-Wredundant-decls]
  2579.  
  2580. TranslationBlock *tb_htable_lookup(CPUState *, target_ulong, target_ulong,
  2581.  
  2582. ^~~~~~~~~~~~~~~~
  2583.  
  2584. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/cpu-exec.c:23:0:
  2585.  
  2586. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/exec/exec-all.h:431:19: note: previous declaration of ‘tb_htable_lookup’ was here
  2587.  
  2588. TranslationBlock *tb_htable_lookup(CPUState *cpu, target_ulong pc,
  2589.  
  2590. ^~~~~~~~~~~~~~~~
  2591.  
  2592. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/cpu-exec.c:39:0:
  2593.  
  2594. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h: In function ‘print_mappings’:
  2595.  
  2596. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h:245:16: warning: pointer targets in passing argument 1 of ‘fgets’ differ in signedness [-Wpointer-sign]
  2597.  
  2598. while (fgets(buf, MAX_LINE, f))
  2599.  
  2600. ^~~
  2601.  
  2602. In file included from /usr/include/stdio.h:862:0,
  2603.  
  2604. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:83,
  2605.  
  2606. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/cpu-exec.c:19:
  2607.  
  2608. /usr/include/x86_64-linux-gnu/bits/stdio2.h:252:1: note: expected ‘char * restrict’ but argument is of type ‘u8 * {aka unsigned char *}’
  2609.  
  2610. fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
  2611.  
  2612. ^~~~~
  2613.  
  2614. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/cpu-exec.c:39:0:
  2615.  
  2616. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h: At top level:
  2617.  
  2618. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h:361:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2619.  
  2620. void afl_persistent_loop() {
  2621.  
  2622. ^~~~~~~~~~~~~~~~~~~
  2623.  
  2624. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h: In function ‘afl_persistent_loop’:
  2625.  
  2626. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h:361:6: warning: old-style function definition [-Wold-style-definition]
  2627.  
  2628. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h:364:56: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
  2629.  
  2630. static struct afl_tsl exit_cmd_tsl = {{-1, 0, 0, 0}, NULL};
  2631.  
  2632. ^~~~
  2633.  
  2634. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-inl.h:364:56: note: (near initialization for ‘exit_cmd_tsl.is_chain’)
  2635.  
  2636. CC x86_64-linux-user/accel/tcg/cpu-exec-common.o
  2637.  
  2638. CC x86_64-linux-user/accel/tcg/translate-all.o
  2639.  
  2640. CC x86_64-linux-user/accel/tcg/translator.o
  2641.  
  2642. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../config.h:25:0,
  2643.  
  2644. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:37,
  2645.  
  2646. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-translate-inl.h:34,
  2647.  
  2648. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/translate-all.c:62:
  2649.  
  2650. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../types.h:108:0: warning: "likely" redefined
  2651.  
  2652. #define likely(_x) __builtin_expect(!!(_x), 1)
  2653.  
  2654.  
  2655.  
  2656. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:51:0,
  2657.  
  2658. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/translate-all.c:22:
  2659.  
  2660. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/compiler.h:57:0: note: this is the location of the previous definition
  2661.  
  2662. #define likely(x) __builtin_expect(!!(x), 1)
  2663.  
  2664.  
  2665.  
  2666. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../config.h:25:0,
  2667.  
  2668. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:37,
  2669.  
  2670. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-translate-inl.h:34,
  2671.  
  2672. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/translate-all.c:62:
  2673.  
  2674. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../types.h:109:0: warning: "unlikely" redefined
  2675.  
  2676. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  2677.  
  2678.  
  2679.  
  2680. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:51:0,
  2681.  
  2682. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/translate-all.c:22:
  2683.  
  2684. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/compiler.h:58:0: note: this is the location of the previous definition
  2685.  
  2686. #define unlikely(x) __builtin_expect(!!(x), 0)
  2687.  
  2688.  
  2689.  
  2690. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-translate-inl.h:34:0,
  2691.  
  2692. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/translate-all.c:62:
  2693.  
  2694. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:77:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2695.  
  2696. void afl_debug_dump_saved_regs();
  2697.  
  2698. ^~~~
  2699.  
  2700. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:79:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2701.  
  2702. void afl_persistent_loop();
  2703.  
  2704. ^~~~
  2705.  
  2706. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h: In function ‘is_valid_addr’:
  2707.  
  2708. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:100:16: warning: unused variable ‘p’ [-Wunused-variable]
  2709.  
  2710. void * p;
  2711.  
  2712. ^
  2713.  
  2714. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:98:16: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]
  2715.  
  2716. int l, flags;
  2717.  
  2718. ^
  2719.  
  2720. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/accel/tcg/translate-all.c:62:0:
  2721.  
  2722. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-translate-inl.h: At top level:
  2723.  
  2724. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-translate-inl.h:37:6: warning: no previous prototype for ‘afl_maybe_log’ [-Wmissing-prototypes]
  2725.  
  2726. void afl_maybe_log(target_ulong cur_loc) {
  2727.  
  2728. ^~~~~~~~~~~~~
  2729.  
  2730. CC x86_64-linux-user/accel/tcg/user-exec.o
  2731.  
  2732. CC x86_64-linux-user/accel/tcg/user-exec-stub.o
  2733.  
  2734. CC x86_64-linux-user/linux-user/main.o
  2735.  
  2736. CC x86_64-linux-user/linux-user/syscall.o
  2737.  
  2738. CC x86_64-linux-user/linux-user/strace.o
  2739.  
  2740. CC x86_64-linux-user/linux-user/mmap.o
  2741.  
  2742. CC x86_64-linux-user/linux-user/signal.o
  2743.  
  2744. CC x86_64-linux-user/linux-user/elfload.o
  2745.  
  2746. CC x86_64-linux-user/linux-user/linuxload.o
  2747.  
  2748. CC x86_64-linux-user/linux-user/uaccess.o
  2749.  
  2750. CC x86_64-linux-user/linux-user/uname.o
  2751.  
  2752. CCAS x86_64-linux-user/linux-user/safe-syscall.o
  2753.  
  2754. CC x86_64-linux-user/linux-user/x86_64/signal.o
  2755.  
  2756. CC x86_64-linux-user/linux-user/x86_64/cpu_loop.o
  2757.  
  2758. CC x86_64-linux-user/linux-user/exit.o
  2759.  
  2760. CC x86_64-linux-user/linux-user/fd-trans.o
  2761.  
  2762. CC x86_64-linux-user/target/i386/helper.o
  2763.  
  2764. CC x86_64-linux-user/target/i386/cpu.o
  2765.  
  2766. CC x86_64-linux-user/target/i386/gdbstub.o
  2767.  
  2768. CC x86_64-linux-user/target/i386/xsave_helper.o
  2769.  
  2770. CC x86_64-linux-user/target/i386/translate.o
  2771.  
  2772. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../config.h:25:0,
  2773.  
  2774. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:37,
  2775.  
  2776. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-translate-inl.h:34,
  2777.  
  2778. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:35:
  2779.  
  2780. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../types.h:108:0: warning: "likely" redefined
  2781.  
  2782. #define likely(_x) __builtin_expect(!!(_x), 1)
  2783.  
  2784.  
  2785.  
  2786. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:51:0,
  2787.  
  2788. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:19:
  2789.  
  2790. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/compiler.h:57:0: note: this is the location of the previous definition
  2791.  
  2792. #define likely(x) __builtin_expect(!!(x), 1)
  2793.  
  2794.  
  2795.  
  2796. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../config.h:25:0,
  2797.  
  2798. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:37,
  2799.  
  2800. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-translate-inl.h:34,
  2801.  
  2802. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:35:
  2803.  
  2804. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../types.h:109:0: warning: "unlikely" redefined
  2805.  
  2806. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  2807.  
  2808.  
  2809.  
  2810. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:51:0,
  2811.  
  2812. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:19:
  2813.  
  2814. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/compiler.h:58:0: note: this is the location of the previous definition
  2815.  
  2816. #define unlikely(x) __builtin_expect(!!(x), 0)
  2817.  
  2818.  
  2819.  
  2820. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-translate-inl.h:34:0,
  2821.  
  2822. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:35:
  2823.  
  2824. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:77:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2825.  
  2826. void afl_debug_dump_saved_regs();
  2827.  
  2828. ^~~~
  2829.  
  2830. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:79:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2831.  
  2832. void afl_persistent_loop();
  2833.  
  2834. ^~~~
  2835.  
  2836. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h: In function ‘is_valid_addr’:
  2837.  
  2838. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:100:16: warning: unused variable ‘p’ [-Wunused-variable]
  2839.  
  2840. void * p;
  2841.  
  2842. ^
  2843.  
  2844. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:98:16: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]
  2845.  
  2846. int l, flags;
  2847.  
  2848. ^
  2849.  
  2850. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:35:0:
  2851.  
  2852. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c: In function ‘disas_insn’:
  2853.  
  2854. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-translate-inl.h:247:23: warning: passing argument 1 of ‘tcg_gen_st_i64’ from incompatible pointer type [-Wincompatible-pointer-types]
  2855.  
  2856. tcg_gen_st_tl(paddr, cpu_regs[R_ESP], persisent_retaddr_offset); \
  2857.  
  2858. ^
  2859.  
  2860. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:4516:5: note: in expansion of macro ‘AFL_QEMU_TARGET_i386_SNIPPET’
  2861.  
  2862. AFL_QEMU_TARGET_i386_SNIPPET
  2863.  
  2864. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2865.  
  2866. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:25:0:
  2867.  
  2868. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/tcg/tcg-op.h:610:20: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_ptr {aka struct TCGv_ptr_d *}’
  2869.  
  2870. static inline void tcg_gen_st_i64(TCGv_i64 arg1, TCGv_ptr arg2,
  2871.  
  2872. ^~~~~~~~~~~~~~
  2873.  
  2874. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:35:0:
  2875.  
  2876. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-cpu-translate-inl.h:247:30: warning: passing argument 2 of ‘tcg_gen_st_i64’ from incompatible pointer type [-Wincompatible-pointer-types]
  2877.  
  2878. tcg_gen_st_tl(paddr, cpu_regs[R_ESP], persisent_retaddr_offset); \
  2879.  
  2880. ^
  2881.  
  2882. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:4516:5: note: in expansion of macro ‘AFL_QEMU_TARGET_i386_SNIPPET’
  2883.  
  2884. AFL_QEMU_TARGET_i386_SNIPPET
  2885.  
  2886. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2887.  
  2888. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/translate.c:25:0:
  2889.  
  2890. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/tcg/tcg-op.h:610:20: note: expected ‘TCGv_ptr {aka struct TCGv_ptr_d *}’ but argument is of type ‘TCGv_i64 {aka struct TCGv_i64_d *}’
  2891.  
  2892. static inline void tcg_gen_st_i64(TCGv_i64 arg1, TCGv_ptr arg2,
  2893.  
  2894. ^~~~~~~~~~~~~~
  2895.  
  2896. CC x86_64-linux-user/target/i386/bpt_helper.o
  2897.  
  2898. CC x86_64-linux-user/target/i386/cc_helper.o
  2899.  
  2900. CC x86_64-linux-user/target/i386/excp_helper.o
  2901.  
  2902. CC x86_64-linux-user/target/i386/fpu_helper.o
  2903.  
  2904. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../config.h:25:0,
  2905.  
  2906. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:37,
  2907.  
  2908. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/fpu_helper.c:387:
  2909.  
  2910. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../types.h:108:0: warning: "likely" redefined
  2911.  
  2912. #define likely(_x) __builtin_expect(!!(_x), 1)
  2913.  
  2914.  
  2915.  
  2916. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:51:0,
  2917.  
  2918. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/fpu_helper.c:20:
  2919.  
  2920. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/compiler.h:57:0: note: this is the location of the previous definition
  2921.  
  2922. #define likely(x) __builtin_expect(!!(x), 1)
  2923.  
  2924.  
  2925.  
  2926. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../config.h:25:0,
  2927.  
  2928. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:37,
  2929.  
  2930. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/fpu_helper.c:387:
  2931.  
  2932. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/../../types.h:109:0: warning: "unlikely" redefined
  2933.  
  2934. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  2935.  
  2936.  
  2937.  
  2938. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/osdep.h:51:0,
  2939.  
  2940. from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/fpu_helper.c:20:
  2941.  
  2942. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/include/qemu/compiler.h:58:0: note: this is the location of the previous definition
  2943.  
  2944. #define unlikely(x) __builtin_expect(!!(x), 0)
  2945.  
  2946.  
  2947.  
  2948. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/target/i386/fpu_helper.c:387:0:
  2949.  
  2950. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:77:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2951.  
  2952. void afl_debug_dump_saved_regs();
  2953.  
  2954. ^~~~
  2955.  
  2956. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:79:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  2957.  
  2958. void afl_persistent_loop();
  2959.  
  2960. ^~~~
  2961.  
  2962. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h: In function ‘is_valid_addr’:
  2963.  
  2964. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:100:16: warning: unused variable ‘p’ [-Wunused-variable]
  2965.  
  2966. void * p;
  2967.  
  2968. ^
  2969.  
  2970. /home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1/../patches/afl-qemu-common.h:98:16: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]
  2971.  
  2972. int l, flags;
  2973.  
  2974. ^
  2975.  
  2976. CC x86_64-linux-user/target/i386/int_helper.o
  2977.  
  2978. CC x86_64-linux-user/target/i386/mem_helper.o
  2979.  
  2980. CC x86_64-linux-user/target/i386/misc_helper.o
  2981.  
  2982. CC x86_64-linux-user/target/i386/mpx_helper.o
  2983.  
  2984. CC x86_64-linux-user/target/i386/seg_helper.o
  2985.  
  2986. CC x86_64-linux-user/target/i386/smm_helper.o
  2987.  
  2988. CC x86_64-linux-user/target/i386/svm_helper.o
  2989.  
  2990. CC x86_64-linux-user/target/i386/sev-stub.o
  2991.  
  2992. GEN trace/generated-helpers.c
  2993.  
  2994. CC x86_64-linux-user/trace/control-target.o
  2995.  
  2996. CC x86_64-linux-user/gdbstub-xml.o
  2997.  
  2998. CC x86_64-linux-user/trace/generated-helpers.o
  2999.  
  3000. LINK x86_64-linux-user/qemu-x86_64
  3001.  
  3002. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/qemu-3.1.1'
  3003.  
  3004. [+] Build process successful!
  3005.  
  3006. [*] Copying binary...
  3007.  
  3008. -rwxrwxr-x 1 travis travis 19534584 Dec 15 17:59 ../afl-qemu-trace
  3009.  
  3010. [+] Successfully created '../afl-qemu-trace'.
  3011.  
  3012. [*] Testing the build...
  3013.  
  3014. pyenv: python3.7m-config: command not found
  3015.  
  3016. The `python3.7m-config' command exists in these Python versions:
  3017.  
  3018. 3.7.1
  3019.  
  3020. pyenv: python3.7m-config: command not found
  3021.  
  3022. The `python3.7m-config' command exists in these Python versions:
  3023.  
  3024. 3.7.1
  3025.  
  3026. pyenv: python3.7m-config: command not found
  3027.  
  3028. The `python3.7m-config' command exists in these Python versions:
  3029.  
  3030. 3.7.1
  3031.  
  3032. [+] Instrumentation tests passed.
  3033.  
  3034. [+] All set, you can now use the -Q mode in afl-fuzz!
  3035.  
  3036. [+] Building libcompcov ...
  3037.  
  3038. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/libcompcov'
  3039.  
  3040. gcc -O3 -funroll-loops -I ../../include/ -Wall -Wno-unused-result -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -shared -fPIC libcompcov.so.c -o ../../libcompcov.so -ldl
  3041.  
  3042. g++ compcovtest.cc -o compcovtest
  3043.  
  3044. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/libcompcov'
  3045.  
  3046. [+] Building unsigaction ...
  3047.  
  3048. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/unsigaction'
  3049.  
  3050. gcc -m32 -fPIC -shared unsigaction.c -o unsigaction32.so
  3051.  
  3052. /usr/bin/ld: cannot find crti.o: No such file or directory
  3053.  
  3054. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/7/libgcc.a when searching for -lgcc
  3055.  
  3056. /usr/bin/ld: cannot find -lgcc
  3057.  
  3058. /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/7/libgcc.a when searching for -lgcc
  3059.  
  3060. /usr/bin/ld: cannot find -lgcc
  3061.  
  3062. collect2: error: ld returned 1 exit status
  3063.  
  3064. Makefile:21: recipe for target 'lib_i386' failed
  3065.  
  3066. make[1]: *** [lib_i386] Error 1
  3067.  
  3068. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/qemu_mode/unsigaction'
  3069.  
  3070. [+] libcompcov ready
  3071.  
  3072. [+] All done for qemu_mode, enjoy!
  3073.  
  3074. cd unicorn_mode && sh ./build_unicorn_support.sh
  3075.  
  3076. =================================================
  3077.  
  3078. Unicorn-AFL build script
  3079.  
  3080. =================================================
  3081.  
  3082. [*] Performing basic sanity checks...
  3083.  
  3084. [+] All checks passed!
  3085.  
  3086. [*] Making sure unicornafl is checked out
  3087.  
  3088. [+] Got unicornafl.
  3089.  
  3090. [*] making sure config.h matches
  3091.  
  3092. [*] Configuring Unicorn build...
  3093.  
  3094. [+] Configuration complete.
  3095.  
  3096. [*] Attempting to build unicornafl (fingers crossed!)...
  3097.  
  3098. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn'
  3099.  
  3100. make -C qemu clean
  3101.  
  3102. make[2]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu'
  3103.  
  3104. rm -f config.mak op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h
  3105.  
  3106. find . \( -name '*.l[oa]' -o -name '*.so' -o -name '*.dll' -o -name '*.mo' -o -name '*.[oda]' \) -type f -exec rm {} +
  3107.  
  3108. rm -f qemu-ga TAGS cscope.* *.pod *~ */*~
  3109.  
  3110. rm -rf .libs */.libs
  3111.  
  3112. rm -f config-host.h config-host.h-timestamp qapi-types.h qapi-types.h-timestamp qapi-visit.h qapi-visit.h-timestamp
  3113.  
  3114. rm -f qapi-types.c qapi-types.c-timestamp qapi-visit.c qapi-visit.c-timestamp
  3115.  
  3116. rm -rf qapi-generated
  3117.  
  3118. for d in ; do \
  3119.  
  3120. if test -d $d; then make -C $d clean || exit 1; fi; \
  3121.  
  3122. done
  3123.  
  3124. make[2]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu'
  3125.  
  3126. rm -rf *.d *.o
  3127.  
  3128. rm -rf libunicornafl* unicornafl*.lib unicornafl*.dll unicornafl*.a unicornafl*.def unicornafl*.exp cygunicornafl*.dll
  3129.  
  3130. make -C samples clean
  3131.  
  3132. make[2]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/samples'
  3133.  
  3134. rm -rf *.o sample_arm sample_armeb sample_arm64 sample_arm64eb sample_mips sample_sparc sample_x86 shellcode mem_apis sample_x86_32_gdt_and_seg_regs sample_batch_reg sample_m68k
  3135.  
  3136. make[2]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/samples'
  3137.  
  3138. make -C tests/unit clean
  3139.  
  3140. make[2]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/tests/unit'
  3141.  
  3142. rm -rf pc_change.bin x86_soft_paging_low.bin tb_x86.bin gdt_idx.bin high_address.bin test_hang test_tb_x86 test_hookcounts test_x86_rip_bug test_mem_high test_x86_shl_enter_leave test_mem_map_ptr test_pc_change test_x86 test_gdt_idt_x86 test_sanity test_multihook test_mem_map test_x86_soft_paging
  3143.  
  3144. make[2]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/tests/unit'
  3145.  
  3146. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn'
  3147.  
  3148. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn'
  3149.  
  3150. cd qemu && \
  3151.  
  3152. ./configure --cc="gcc" --extra-cflags="-DUNICORN_HAS_X86 -DUNICORN_HAS_ARM -DUNICORN_HAS_ARMEB -DUNICORN_HAS_M68K -DUNICORN_HAS_ARM64 -DUNICORN_HAS_ARM64EB -DUNICORN_HAS_MIPS -DUNICORN_HAS_MIPSEL -DUNICORN_HAS_MIPS64 -DUNICORN_HAS_MIPS64EL -DUNICORN_HAS_SPARC -fPIC -DUNICORN_AFL -fvisibility=hidden" --target-list="x86_64-softmmu, arm-softmmu, armeb-softmmu, m68k-softmmu, aarch64-softmmu, aarch64eb-softmmu, mips-softmmu, mipsel-softmmu, mips64-softmmu, mips64el-softmmu, sparc-softmmu,sparc64-softmmu," --python=python --python=/usr/bin/python
  3153.  
  3154. Source path /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu
  3155.  
  3156. C compiler gcc
  3157.  
  3158. Host C compiler cc
  3159.  
  3160. Objective-C compiler clang
  3161.  
  3162. ARFLAGS rv
  3163.  
  3164. CFLAGS -g
  3165.  
  3166. QEMU_CFLAGS -fPIE -DPIE -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -DUNICORN_HAS_X86 -DUNICORN_HAS_ARM -DUNICORN_HAS_ARMEB -DUNICORN_HAS_M68K -DUNICORN_HAS_ARM64 -DUNICORN_HAS_ARM64EB -DUNICORN_HAS_MIPS -DUNICORN_HAS_MIPSEL -DUNICORN_HAS_MIPS64 -DUNICORN_HAS_MIPS64EL -DUNICORN_HAS_SPARC -fPIC -DUNICORN_AFL -fvisibility=hidden -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-strong
  3167.  
  3168. LDFLAGS -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -g
  3169.  
  3170. make make
  3171.  
  3172. python /usr/bin/python -B
  3173.  
  3174. host CPU x86_64
  3175.  
  3176. host big endian no
  3177.  
  3178. target list x86_64-softmmu arm-softmmu armeb-softmmu m68k-softmmu aarch64-softmmu aarch64eb-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu sparc-softmmu sparc64-softmmu
  3179.  
  3180. tcg debug enabled no
  3181.  
  3182. strip binaries yes
  3183.  
  3184. static build no
  3185.  
  3186. mingw32 support no
  3187.  
  3188. PIE yes
  3189.  
  3190. printf "x86 m68k arm aarch64 mips sparc" > config.log
  3191.  
  3192. make -C qemu -j4
  3193.  
  3194. make[2]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn'
  3195.  
  3196. make[2]: warning: -jN forced in submake: disabling jobserver mode.
  3197.  
  3198. GEN x86_64-softmmu/config-devices.mak
  3199.  
  3200. GEN m68k-softmmu/config-devices.mak
  3201.  
  3202. GEN armeb-softmmu/config-devices.mak
  3203.  
  3204. GEN arm-softmmu/config-devices.mak
  3205.  
  3206. GEN aarch64-softmmu/config-devices.mak
  3207.  
  3208. GEN mips-softmmu/config-devices.mak
  3209.  
  3210. GEN aarch64eb-softmmu/config-devices.mak
  3211.  
  3212. GEN mipsel-softmmu/config-devices.mak
  3213.  
  3214. GEN mips64-softmmu/config-devices.mak
  3215.  
  3216. GEN mips64el-softmmu/config-devices.mak
  3217.  
  3218. GEN sparc-softmmu/config-devices.mak
  3219.  
  3220. GEN sparc64-softmmu/config-devices.mak
  3221.  
  3222. GEN config-host.h
  3223.  
  3224. GEN qapi-types.h
  3225.  
  3226. GEN qapi-visit.h
  3227.  
  3228. GEN config-all-devices.mak
  3229.  
  3230. CC ../uc.o
  3231.  
  3232. CC ../list.o
  3233.  
  3234. CC glib_compat.o
  3235.  
  3236. CC ../afl.o
  3237.  
  3238. GEN qapi-types.c
  3239.  
  3240. GEN qapi-visit.c
  3241.  
  3242. CC accel.o
  3243.  
  3244. CC vl.o
  3245.  
  3246. CC qemu-timer.o
  3247.  
  3248. CC qemu-log.o
  3249.  
  3250. CC tcg-runtime.o
  3251.  
  3252. CC hw/core/qdev.o
  3253.  
  3254. CC hw/core/machine.o
  3255.  
  3256. CC qom/object.o
  3257.  
  3258. In file included from ../config.h:25:0,
  3259.  
  3260. from ../afl-unicorn-common.h:33,
  3261.  
  3262. from ../afl-unicorn-tcg-runtime-inl.h:34,
  3263.  
  3264. from tcg-runtime.c:40:
  3265.  
  3266. ../types.h:108:0: warning: "likely" redefined
  3267.  
  3268. #define likely(_x) __builtin_expect(!!(_x), 1)
  3269.  
  3270.  
  3271.  
  3272. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/helper-head.h:21:0,
  3273.  
  3274. from tcg-runtime.c:30:
  3275.  
  3276. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  3277.  
  3278. #define likely(x) __builtin_expect(!!(x), 1)
  3279.  
  3280.  
  3281.  
  3282. In file included from ../config.h:25:0,
  3283.  
  3284. from ../afl-unicorn-common.h:33,
  3285.  
  3286. from ../afl-unicorn-tcg-runtime-inl.h:34,
  3287.  
  3288. from tcg-runtime.c:40:
  3289.  
  3290. ../types.h:109:0: warning: "unlikely" redefined
  3291.  
  3292. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  3293.  
  3294.  
  3295.  
  3296. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/helper-head.h:21:0,
  3297.  
  3298. from tcg-runtime.c:30:
  3299.  
  3300. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  3301.  
  3302. #define unlikely(x) __builtin_expect(!!(x), 0)
  3303.  
  3304.  
  3305.  
  3306. CC qom/container.o
  3307.  
  3308. CC qom/cpu.o
  3309.  
  3310. CC qom/qom-qobject.o
  3311.  
  3312. CC qapi-types.o
  3313.  
  3314. CC qapi-visit.o
  3315.  
  3316. CC qapi/qapi-visit-core.o
  3317.  
  3318. CC qapi/qmp-input-visitor.o
  3319.  
  3320. CC qapi/qapi-dealloc-visitor.o
  3321.  
  3322. CC qapi/qmp-output-visitor.o
  3323.  
  3324. CC qapi/string-input-visitor.o
  3325.  
  3326. CC qobject/qint.o
  3327.  
  3328. CC qobject/qstring.o
  3329.  
  3330. CC qobject/qdict.o
  3331.  
  3332. CC qobject/qlist.o
  3333.  
  3334. CC qobject/qfloat.o
  3335.  
  3336. CC qobject/qbool.o
  3337.  
  3338. CC qobject/qerror.o
  3339.  
  3340. CC util/cutils.o
  3341.  
  3342. CC util/qemu-timer-common.o
  3343.  
  3344. CC util/oslib-posix.o
  3345.  
  3346. CC util/qemu-thread-posix.o
  3347.  
  3348. CC util/module.o
  3349.  
  3350. CC util/bitmap.o
  3351.  
  3352. CC util/bitops.o
  3353.  
  3354. CC util/error.o
  3355.  
  3356. CC util/aes.o
  3357.  
  3358. CC util/crc32c.o
  3359.  
  3360. CC util/host-utils.o
  3361.  
  3362. CC util/getauxval.o
  3363.  
  3364. GEN arm-softmmu/config-target.h
  3365.  
  3366. GEN x86_64-softmmu/config-target.h
  3367.  
  3368. GEN m68k-softmmu/config-target.h
  3369.  
  3370. GEN armeb-softmmu/config-target.h
  3371.  
  3372. CC arm-softmmu/exec.o
  3373.  
  3374. CC m68k-softmmu/exec.o
  3375.  
  3376. CC x86_64-softmmu/exec.o
  3377.  
  3378. CC armeb-softmmu/exec.o
  3379.  
  3380. CC arm-softmmu/translate-all.o
  3381.  
  3382. CC armeb-softmmu/translate-all.o
  3383.  
  3384. CC x86_64-softmmu/translate-all.o
  3385.  
  3386. CC m68k-softmmu/translate-all.o
  3387.  
  3388. CC x86_64-softmmu/cpu-exec.o
  3389.  
  3390. CC arm-softmmu/cpu-exec.o
  3391.  
  3392. CC m68k-softmmu/cpu-exec.o
  3393.  
  3394. CC armeb-softmmu/cpu-exec.o
  3395.  
  3396. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  3397.  
  3398. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  3399.  
  3400. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  3401.  
  3402. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  3403.  
  3404. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  3405.  
  3406. #define likely(_x) __builtin_expect(!!(_x), 1)
  3407.  
  3408.  
  3409.  
  3410. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3411.  
  3412. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3413.  
  3414. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3415.  
  3416. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3417.  
  3418. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  3419.  
  3420. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  3421.  
  3422. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  3423.  
  3424. #define likely(x) __builtin_expect(!!(x), 1)
  3425.  
  3426.  
  3427.  
  3428. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  3429.  
  3430. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  3431.  
  3432. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  3433.  
  3434. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  3435.  
  3436. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  3437.  
  3438. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  3439.  
  3440.  
  3441.  
  3442. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3443.  
  3444. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3445.  
  3446. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3447.  
  3448. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3449.  
  3450. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  3451.  
  3452. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  3453.  
  3454. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  3455.  
  3456. #define unlikely(x) __builtin_expect(!!(x), 0)
  3457.  
  3458.  
  3459.  
  3460. In file included from <command-line>:0:0:
  3461.  
  3462. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/arm.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_arm’ [-Wredundant-decls]
  3463.  
  3464. #define tb_find_slow tb_find_slow_arm
  3465.  
  3466. ^
  3467.  
  3468. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  3469.  
  3470. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  3471.  
  3472. ^~~~~~~~~~~~
  3473.  
  3474. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/arm.h:2651:22: note: previous declaration of ‘tb_find_slow_arm’ was here
  3475.  
  3476. #define tb_find_slow tb_find_slow_arm
  3477.  
  3478. ^
  3479.  
  3480. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  3481.  
  3482. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  3483.  
  3484. ^~~~~~~~~~~~
  3485.  
  3486. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  3487.  
  3488. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  3489.  
  3490. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  3491.  
  3492. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  3493.  
  3494. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  3495.  
  3496. #define likely(_x) __builtin_expect(!!(_x), 1)
  3497.  
  3498.  
  3499.  
  3500. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3501.  
  3502. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3503.  
  3504. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3505.  
  3506. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3507.  
  3508. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  3509.  
  3510. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  3511.  
  3512. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  3513.  
  3514. #define likely(x) __builtin_expect(!!(x), 1)
  3515.  
  3516.  
  3517.  
  3518. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  3519.  
  3520. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  3521.  
  3522. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  3523.  
  3524. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  3525.  
  3526. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  3527.  
  3528. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  3529.  
  3530.  
  3531.  
  3532. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3533.  
  3534. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3535.  
  3536. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3537.  
  3538. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3539.  
  3540. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  3541.  
  3542. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  3543.  
  3544. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  3545.  
  3546. #define unlikely(x) __builtin_expect(!!(x), 0)
  3547.  
  3548.  
  3549.  
  3550. In file included from <command-line>:0:0:
  3551.  
  3552. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/x86_64.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_x86_64’ [-Wredundant-decls]
  3553.  
  3554. #define tb_find_slow tb_find_slow_x86_64
  3555.  
  3556. ^
  3557.  
  3558. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  3559.  
  3560. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  3561.  
  3562. ^~~~~~~~~~~~
  3563.  
  3564. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/x86_64.h:2651:22: note: previous declaration of ‘tb_find_slow_x86_64’ was here
  3565.  
  3566. #define tb_find_slow tb_find_slow_x86_64
  3567.  
  3568. ^
  3569.  
  3570. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  3571.  
  3572. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  3573.  
  3574. ^~~~~~~~~~~~
  3575.  
  3576. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  3577.  
  3578. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  3579.  
  3580. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  3581.  
  3582. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  3583.  
  3584. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  3585.  
  3586. #define likely(_x) __builtin_expect(!!(_x), 1)
  3587.  
  3588.  
  3589.  
  3590. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3591.  
  3592. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3593.  
  3594. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3595.  
  3596. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3597.  
  3598. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  3599.  
  3600. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  3601.  
  3602. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  3603.  
  3604. #define likely(x) __builtin_expect(!!(x), 1)
  3605.  
  3606.  
  3607.  
  3608. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  3609.  
  3610. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  3611.  
  3612. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  3613.  
  3614. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  3615.  
  3616. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  3617.  
  3618. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  3619.  
  3620.  
  3621.  
  3622. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3623.  
  3624. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3625.  
  3626. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3627.  
  3628. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3629.  
  3630. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  3631.  
  3632. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  3633.  
  3634. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  3635.  
  3636. #define unlikely(x) __builtin_expect(!!(x), 0)
  3637.  
  3638.  
  3639.  
  3640. In file included from <command-line>:0:0:
  3641.  
  3642. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/m68k.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_m68k’ [-Wredundant-decls]
  3643.  
  3644. #define tb_find_slow tb_find_slow_m68k
  3645.  
  3646. ^
  3647.  
  3648. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  3649.  
  3650. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  3651.  
  3652. ^~~~~~~~~~~~
  3653.  
  3654. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/m68k.h:2651:22: note: previous declaration of ‘tb_find_slow_m68k’ was here
  3655.  
  3656. #define tb_find_slow tb_find_slow_m68k
  3657.  
  3658. ^
  3659.  
  3660. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  3661.  
  3662. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  3663.  
  3664. ^~~~~~~~~~~~
  3665.  
  3666. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  3667.  
  3668. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  3669.  
  3670. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  3671.  
  3672. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  3673.  
  3674. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  3675.  
  3676. #define likely(_x) __builtin_expect(!!(_x), 1)
  3677.  
  3678.  
  3679.  
  3680. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3681.  
  3682. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3683.  
  3684. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3685.  
  3686. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3687.  
  3688. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  3689.  
  3690. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  3691.  
  3692. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  3693.  
  3694. #define likely(x) __builtin_expect(!!(x), 1)
  3695.  
  3696.  
  3697.  
  3698. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  3699.  
  3700. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  3701.  
  3702. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  3703.  
  3704. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  3705.  
  3706. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  3707.  
  3708. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  3709.  
  3710.  
  3711.  
  3712. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3713.  
  3714. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3715.  
  3716. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3717.  
  3718. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3719.  
  3720. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  3721.  
  3722. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  3723.  
  3724. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  3725.  
  3726. #define unlikely(x) __builtin_expect(!!(x), 0)
  3727.  
  3728.  
  3729.  
  3730. In file included from <command-line>:0:0:
  3731.  
  3732. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/armeb.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_armeb’ [-Wredundant-decls]
  3733.  
  3734. #define tb_find_slow tb_find_slow_armeb
  3735.  
  3736. ^
  3737.  
  3738. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  3739.  
  3740. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  3741.  
  3742. ^~~~~~~~~~~~
  3743.  
  3744. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/armeb.h:2651:22: note: previous declaration of ‘tb_find_slow_armeb’ was here
  3745.  
  3746. #define tb_find_slow tb_find_slow_armeb
  3747.  
  3748. ^
  3749.  
  3750. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  3751.  
  3752. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  3753.  
  3754. ^~~~~~~~~~~~
  3755.  
  3756. CC arm-softmmu/tcg/tcg.o
  3757.  
  3758. CC m68k-softmmu/tcg/tcg.o
  3759.  
  3760. CC x86_64-softmmu/tcg/tcg.o
  3761.  
  3762. CC armeb-softmmu/tcg/tcg.o
  3763.  
  3764. CC m68k-softmmu/tcg/optimize.o
  3765.  
  3766. CC armeb-softmmu/tcg/optimize.o
  3767.  
  3768. CC arm-softmmu/tcg/optimize.o
  3769.  
  3770. CC x86_64-softmmu/tcg/optimize.o
  3771.  
  3772. CC m68k-softmmu/fpu/softfloat.o
  3773.  
  3774. CC armeb-softmmu/fpu/softfloat.o
  3775.  
  3776. CC arm-softmmu/fpu/softfloat.o
  3777.  
  3778. CC x86_64-softmmu/fpu/softfloat.o
  3779.  
  3780. CC m68k-softmmu/cpus.o
  3781.  
  3782. CC m68k-softmmu/ioport.o
  3783.  
  3784. CC arm-softmmu/cpus.o
  3785.  
  3786. CC armeb-softmmu/cpus.o
  3787.  
  3788. CC x86_64-softmmu/cpus.o
  3789.  
  3790. CC m68k-softmmu/memory.o
  3791.  
  3792. CC armeb-softmmu/ioport.o
  3793.  
  3794. CC arm-softmmu/ioport.o
  3795.  
  3796. CC x86_64-softmmu/ioport.o
  3797.  
  3798. CC arm-softmmu/memory.o
  3799.  
  3800. CC armeb-softmmu/memory.o
  3801.  
  3802. CC x86_64-softmmu/memory.o
  3803.  
  3804. CC m68k-softmmu/cputlb.o
  3805.  
  3806. CC armeb-softmmu/cputlb.o
  3807.  
  3808. CC x86_64-softmmu/cputlb.o
  3809.  
  3810. CC arm-softmmu/cputlb.o
  3811.  
  3812. CC m68k-softmmu/memory_mapping.o
  3813.  
  3814. CC m68k-softmmu/hw/m68k/dummy_m68k.o
  3815.  
  3816. CC armeb-softmmu/memory_mapping.o
  3817.  
  3818. CC x86_64-softmmu/memory_mapping.o
  3819.  
  3820. CC arm-softmmu/memory_mapping.o
  3821.  
  3822. CC m68k-softmmu/target-m68k/translate.o
  3823.  
  3824. CC armeb-softmmu/hw/arm/tosa.o
  3825.  
  3826. CC x86_64-softmmu/hw/intc/apic.o
  3827.  
  3828. CC arm-softmmu/hw/arm/tosa.o
  3829.  
  3830. CC armeb-softmmu/hw/arm/virt.o
  3831.  
  3832. CC arm-softmmu/hw/arm/virt.o
  3833.  
  3834. CC x86_64-softmmu/hw/intc/apic_common.o
  3835.  
  3836. CC armeb-softmmu/target-arm/translate.o
  3837.  
  3838. CC arm-softmmu/target-arm/translate.o
  3839.  
  3840. CC x86_64-softmmu/hw/i386/pc.o
  3841.  
  3842. CC x86_64-softmmu/hw/i386/pc_piix.o
  3843.  
  3844. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../config.h:25:0,
  3845.  
  3846. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:33,
  3847.  
  3848. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:
  3849.  
  3850. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../types.h:108:0: warning: "likely" redefined
  3851.  
  3852. #define likely(_x) __builtin_expect(!!(_x), 1)
  3853.  
  3854.  
  3855.  
  3856. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3857.  
  3858. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3859.  
  3860. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3861.  
  3862. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3863.  
  3864. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/cpu.h:37,
  3865.  
  3866. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:28:
  3867.  
  3868. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  3869.  
  3870. #define likely(x) __builtin_expect(!!(x), 1)
  3871.  
  3872.  
  3873.  
  3874. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../config.h:25:0,
  3875.  
  3876. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:33,
  3877.  
  3878. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:
  3879.  
  3880. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../types.h:109:0: warning: "unlikely" redefined
  3881.  
  3882. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  3883.  
  3884.  
  3885.  
  3886. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3887.  
  3888. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3889.  
  3890. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3891.  
  3892. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3893.  
  3894. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/cpu.h:37,
  3895.  
  3896. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:28:
  3897.  
  3898. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  3899.  
  3900. #define unlikely(x) __builtin_expect(!!(x), 0)
  3901.  
  3902.  
  3903.  
  3904. CC m68k-softmmu/target-m68k/op_helper.o
  3905.  
  3906. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../config.h:25:0,
  3907.  
  3908. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:33,
  3909.  
  3910. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:
  3911.  
  3912. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../types.h:108:0: warning: "likely" redefined
  3913.  
  3914. #define likely(_x) __builtin_expect(!!(_x), 1)
  3915.  
  3916.  
  3917.  
  3918. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3919.  
  3920. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3921.  
  3922. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3923.  
  3924. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3925.  
  3926. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/cpu.h:37,
  3927.  
  3928. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:28:
  3929.  
  3930. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  3931.  
  3932. #define likely(x) __builtin_expect(!!(x), 1)
  3933.  
  3934.  
  3935.  
  3936. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../config.h:25:0,
  3937.  
  3938. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:33,
  3939.  
  3940. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:
  3941.  
  3942. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../types.h:109:0: warning: "unlikely" redefined
  3943.  
  3944. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  3945.  
  3946.  
  3947.  
  3948. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  3949.  
  3950. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  3951.  
  3952. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  3953.  
  3954. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  3955.  
  3956. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/cpu.h:37,
  3957.  
  3958. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:28:
  3959.  
  3960. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  3961.  
  3962. #define unlikely(x) __builtin_expect(!!(x), 0)
  3963.  
  3964.  
  3965.  
  3966. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘disas_arm_insn_armeb’:
  3967.  
  3968. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8223:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  3969.  
  3970. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  3971.  
  3972. ^~~
  3973.  
  3974. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  3975.  
  3976. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  3977.  
  3978. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  3979.  
  3980. ^~~~~~~~~~~~~~~
  3981.  
  3982. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8223:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  3983.  
  3984. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  3985.  
  3986. ^~~~
  3987.  
  3988. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  3989.  
  3990. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  3991.  
  3992. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  3993.  
  3994. ^~~~~~~~~~~~~~~
  3995.  
  3996. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8233:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  3997.  
  3998. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  3999.  
  4000. ^~~
  4001.  
  4002. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4003.  
  4004. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4005.  
  4006. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4007.  
  4008. ^~~~~~~~~~~~~~~
  4009.  
  4010. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8233:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4011.  
  4012. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4013.  
  4014. ^~~~
  4015.  
  4016. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4017.  
  4018. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4019.  
  4020. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4021.  
  4022. ^~~~~~~~~~~~~~~
  4023.  
  4024. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8288:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4025.  
  4026. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4027.  
  4028. ^~~
  4029.  
  4030. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4031.  
  4032. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4033.  
  4034. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4035.  
  4036. ^~~~~~~~~~~~~~~
  4037.  
  4038. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8288:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4039.  
  4040. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4041.  
  4042. ^~~~
  4043.  
  4044. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4045.  
  4046. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4047.  
  4048. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4049.  
  4050. ^~~~~~~~~~~~~~~
  4051.  
  4052. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘gen_thumb2_data_op_armeb’:
  4053.  
  4054. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9209:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4055.  
  4056. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  4057.  
  4058. ^~
  4059.  
  4060. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4061.  
  4062. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4063.  
  4064. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4065.  
  4066. ^~~~~~~~~~~~~~~
  4067.  
  4068. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9209:49: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4069.  
  4070. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  4071.  
  4072. ^~
  4073.  
  4074. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4075.  
  4076. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4077.  
  4078. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4079.  
  4080. ^~~~~~~~~~~~~~~
  4081.  
  4082. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9216:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4083.  
  4084. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  4085.  
  4086. ^~
  4087.  
  4088. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4089.  
  4090. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4091.  
  4092. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4093.  
  4094. ^~~~~~~~~~~~~~~
  4095.  
  4096. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9216:49: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4097.  
  4098. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  4099.  
  4100. ^~
  4101.  
  4102. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4103.  
  4104. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4105.  
  4106. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4107.  
  4108. ^~~~~~~~~~~~~~~
  4109.  
  4110. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘disas_thumb_insn_armeb’:
  4111.  
  4112. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10500:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4113.  
  4114. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 10));
  4115.  
  4116. ^~~
  4117.  
  4118. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4119.  
  4120. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4121.  
  4122. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4123.  
  4124. ^~~~~~~~~~~~~~~
  4125.  
  4126. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10500:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4127.  
  4128. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 10));
  4129.  
  4130. ^~~~
  4131.  
  4132. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4133.  
  4134. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4135.  
  4136. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4137.  
  4138. ^~~~~~~~~~~~~~~
  4139.  
  4140. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10538:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4141.  
  4142. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  4143.  
  4144. ^~~
  4145.  
  4146. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4147.  
  4148. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4149.  
  4150. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4151.  
  4152. ^~~~~~~~~~~~~~~
  4153.  
  4154. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10538:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4155.  
  4156. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  4157.  
  4158. ^~~~
  4159.  
  4160. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4161.  
  4162. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4163.  
  4164. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4165.  
  4166. ^~~~~~~~~~~~~~~
  4167.  
  4168. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10555:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4169.  
  4170. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  4171.  
  4172. ^~~
  4173.  
  4174. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4175.  
  4176. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4177.  
  4178. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4179.  
  4180. ^~~~~~~~~~~~~~~
  4181.  
  4182. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10555:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4183.  
  4184. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  4185.  
  4186. ^~~~
  4187.  
  4188. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4189.  
  4190. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4191.  
  4192. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4193.  
  4194. ^~~~~~~~~~~~~~~
  4195.  
  4196. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10594:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4197.  
  4198. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  4199.  
  4200. ^~~
  4201.  
  4202. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4203.  
  4204. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4205.  
  4206. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4207.  
  4208. ^~~~~~~~~~~~~~~
  4209.  
  4210. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10594:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4211.  
  4212. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  4213.  
  4214. ^~~~
  4215.  
  4216. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4217.  
  4218. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4219.  
  4220. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4221.  
  4222. ^~~~~~~~~~~~~~~
  4223.  
  4224. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10713:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4225.  
  4226. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  4227.  
  4228. ^~~
  4229.  
  4230. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4231.  
  4232. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4233.  
  4234. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4235.  
  4236. ^~~~~~~~~~~~~~~
  4237.  
  4238. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10713:50: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4239.  
  4240. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  4241.  
  4242. ^~~~
  4243.  
  4244. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4245.  
  4246. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4247.  
  4248. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4249.  
  4250. ^~~~~~~~~~~~~~~
  4251.  
  4252. CC x86_64-softmmu/target-i386/translate.o
  4253.  
  4254. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘disas_arm_insn_arm’:
  4255.  
  4256. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8223:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4257.  
  4258. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4259.  
  4260. ^~~
  4261.  
  4262. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4263.  
  4264. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4265.  
  4266. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4267.  
  4268. ^~~~~~~~~~~~~~~
  4269.  
  4270. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8223:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4271.  
  4272. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4273.  
  4274. ^~~~
  4275.  
  4276. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4277.  
  4278. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4279.  
  4280. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4281.  
  4282. ^~~~~~~~~~~~~~~
  4283.  
  4284. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8233:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4285.  
  4286. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4287.  
  4288. ^~~
  4289.  
  4290. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4291.  
  4292. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4293.  
  4294. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4295.  
  4296. ^~~~~~~~~~~~~~~
  4297.  
  4298. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8233:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4299.  
  4300. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4301.  
  4302. ^~~~
  4303.  
  4304. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4305.  
  4306. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4307.  
  4308. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4309.  
  4310. ^~~~~~~~~~~~~~~
  4311.  
  4312. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8288:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4313.  
  4314. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4315.  
  4316. ^~~
  4317.  
  4318. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4319.  
  4320. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4321.  
  4322. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4323.  
  4324. ^~~~~~~~~~~~~~~
  4325.  
  4326. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8288:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4327.  
  4328. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4329.  
  4330. ^~~~
  4331.  
  4332. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4333.  
  4334. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4335.  
  4336. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4337.  
  4338. ^~~~~~~~~~~~~~~
  4339.  
  4340. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘gen_thumb2_data_op_arm’:
  4341.  
  4342. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9209:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4343.  
  4344. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  4345.  
  4346. ^~
  4347.  
  4348. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4349.  
  4350. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4351.  
  4352. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4353.  
  4354. ^~~~~~~~~~~~~~~
  4355.  
  4356. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9209:49: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4357.  
  4358. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  4359.  
  4360. ^~
  4361.  
  4362. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4363.  
  4364. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4365.  
  4366. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4367.  
  4368. ^~~~~~~~~~~~~~~
  4369.  
  4370. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9216:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4371.  
  4372. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  4373.  
  4374. ^~
  4375.  
  4376. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4377.  
  4378. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4379.  
  4380. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4381.  
  4382. ^~~~~~~~~~~~~~~
  4383.  
  4384. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9216:49: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4385.  
  4386. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  4387.  
  4388. ^~
  4389.  
  4390. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4391.  
  4392. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4393.  
  4394. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4395.  
  4396. ^~~~~~~~~~~~~~~
  4397.  
  4398. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘disas_thumb_insn_arm’:
  4399.  
  4400. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10500:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4401.  
  4402. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 10));
  4403.  
  4404. ^~~
  4405.  
  4406. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4407.  
  4408. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4409.  
  4410. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4411.  
  4412. ^~~~~~~~~~~~~~~
  4413.  
  4414. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10500:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4415.  
  4416. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 10));
  4417.  
  4418. ^~~~
  4419.  
  4420. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4421.  
  4422. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4423.  
  4424. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4425.  
  4426. ^~~~~~~~~~~~~~~
  4427.  
  4428. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10538:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4429.  
  4430. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  4431.  
  4432. ^~~
  4433.  
  4434. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4435.  
  4436. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4437.  
  4438. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4439.  
  4440. ^~~~~~~~~~~~~~~
  4441.  
  4442. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10538:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4443.  
  4444. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  4445.  
  4446. ^~~~
  4447.  
  4448. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4449.  
  4450. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4451.  
  4452. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4453.  
  4454. ^~~~~~~~~~~~~~~
  4455.  
  4456. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10555:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4457.  
  4458. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  4459.  
  4460. ^~~
  4461.  
  4462. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4463.  
  4464. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4465.  
  4466. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4467.  
  4468. ^~~~~~~~~~~~~~~
  4469.  
  4470. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10555:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4471.  
  4472. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  4473.  
  4474. ^~~~
  4475.  
  4476. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4477.  
  4478. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4479.  
  4480. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4481.  
  4482. ^~~~~~~~~~~~~~~
  4483.  
  4484. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10594:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4485.  
  4486. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  4487.  
  4488. ^~~
  4489.  
  4490. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4491.  
  4492. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4493.  
  4494. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4495.  
  4496. ^~~~~~~~~~~~~~~
  4497.  
  4498. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10594:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4499.  
  4500. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  4501.  
  4502. ^~~~
  4503.  
  4504. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4505.  
  4506. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4507.  
  4508. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4509.  
  4510. ^~~~~~~~~~~~~~~
  4511.  
  4512. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10713:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4513.  
  4514. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  4515.  
  4516. ^~~
  4517.  
  4518. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4519.  
  4520. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4521.  
  4522. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4523.  
  4524. ^~~~~~~~~~~~~~~
  4525.  
  4526. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10713:50: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4527.  
  4528. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  4529.  
  4530. ^~~~
  4531.  
  4532. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4533.  
  4534. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4535.  
  4536. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4537.  
  4538. ^~~~~~~~~~~~~~~
  4539.  
  4540. CC m68k-softmmu/target-m68k/helper.o
  4541.  
  4542. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/../../config.h:25:0,
  4543.  
  4544. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/../../afl-unicorn-cpu-translate-inl.h:33,
  4545.  
  4546. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/translate.c:37:
  4547.  
  4548. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/../../types.h:108:0: warning: "likely" redefined
  4549.  
  4550. #define likely(_x) __builtin_expect(!!(_x), 1)
  4551.  
  4552.  
  4553.  
  4554. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  4555.  
  4556. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  4557.  
  4558. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  4559.  
  4560. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  4561.  
  4562. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/cpu.h:23,
  4563.  
  4564. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/translate.c:27:
  4565.  
  4566. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  4567.  
  4568. #define likely(x) __builtin_expect(!!(x), 1)
  4569.  
  4570.  
  4571.  
  4572. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/../../config.h:25:0,
  4573.  
  4574. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/../../afl-unicorn-cpu-translate-inl.h:33,
  4575.  
  4576. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/translate.c:37:
  4577.  
  4578. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/../../types.h:109:0: warning: "unlikely" redefined
  4579.  
  4580. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  4581.  
  4582.  
  4583.  
  4584. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  4585.  
  4586. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  4587.  
  4588. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  4589.  
  4590. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  4591.  
  4592. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/cpu.h:23,
  4593.  
  4594. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-i386/translate.c:27:
  4595.  
  4596. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  4597.  
  4598. #define unlikely(x) __builtin_expect(!!(x), 0)
  4599.  
  4600.  
  4601.  
  4602. CC m68k-softmmu/target-m68k/cpu.o
  4603.  
  4604. CC m68k-softmmu/target-m68k/unicorn.o
  4605.  
  4606. GEN aarch64-softmmu/config-target.h
  4607.  
  4608. CC aarch64-softmmu/exec.o
  4609.  
  4610. CC aarch64-softmmu/translate-all.o
  4611.  
  4612. CC aarch64-softmmu/cpu-exec.o
  4613.  
  4614. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  4615.  
  4616. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  4617.  
  4618. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  4619.  
  4620. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  4621.  
  4622. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  4623.  
  4624. #define likely(_x) __builtin_expect(!!(_x), 1)
  4625.  
  4626.  
  4627.  
  4628. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  4629.  
  4630. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  4631.  
  4632. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  4633.  
  4634. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  4635.  
  4636. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  4637.  
  4638. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  4639.  
  4640. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  4641.  
  4642. #define likely(x) __builtin_expect(!!(x), 1)
  4643.  
  4644.  
  4645.  
  4646. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  4647.  
  4648. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  4649.  
  4650. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  4651.  
  4652. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  4653.  
  4654. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  4655.  
  4656. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  4657.  
  4658.  
  4659.  
  4660. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  4661.  
  4662. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  4663.  
  4664. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  4665.  
  4666. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  4667.  
  4668. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  4669.  
  4670. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  4671.  
  4672. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  4673.  
  4674. #define unlikely(x) __builtin_expect(!!(x), 0)
  4675.  
  4676.  
  4677.  
  4678. In file included from <command-line>:0:0:
  4679.  
  4680. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/aarch64.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_aarch64’ [-Wredundant-decls]
  4681.  
  4682. #define tb_find_slow tb_find_slow_aarch64
  4683.  
  4684. ^
  4685.  
  4686. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  4687.  
  4688. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  4689.  
  4690. ^~~~~~~~~~~~
  4691.  
  4692. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/aarch64.h:2651:22: note: previous declaration of ‘tb_find_slow_aarch64’ was here
  4693.  
  4694. #define tb_find_slow tb_find_slow_aarch64
  4695.  
  4696. ^
  4697.  
  4698. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  4699.  
  4700. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  4701.  
  4702. ^~~~~~~~~~~~
  4703.  
  4704. CC aarch64-softmmu/tcg/tcg.o
  4705.  
  4706. CC arm-softmmu/target-arm/op_helper.o
  4707.  
  4708. CC armeb-softmmu/target-arm/op_helper.o
  4709.  
  4710. CC x86_64-softmmu/target-i386/helper.o
  4711.  
  4712. CC arm-softmmu/target-arm/helper.o
  4713.  
  4714. CC armeb-softmmu/target-arm/helper.o
  4715.  
  4716. CC x86_64-softmmu/target-i386/cpu.o
  4717.  
  4718. CC aarch64-softmmu/tcg/optimize.o
  4719.  
  4720. CC x86_64-softmmu/target-i386/excp_helper.o
  4721.  
  4722. CC x86_64-softmmu/target-i386/fpu_helper.o
  4723.  
  4724. CC aarch64-softmmu/fpu/softfloat.o
  4725.  
  4726. CC arm-softmmu/target-arm/cpu.o
  4727.  
  4728. CC armeb-softmmu/target-arm/cpu.o
  4729.  
  4730. CC arm-softmmu/target-arm/neon_helper.o
  4731.  
  4732. CC armeb-softmmu/target-arm/neon_helper.o
  4733.  
  4734. CC aarch64-softmmu/cpus.o
  4735.  
  4736. CC arm-softmmu/target-arm/iwmmxt_helper.o
  4737.  
  4738. CC x86_64-softmmu/target-i386/cc_helper.o
  4739.  
  4740. CC armeb-softmmu/target-arm/iwmmxt_helper.o
  4741.  
  4742. CC aarch64-softmmu/ioport.o
  4743.  
  4744. CC aarch64-softmmu/memory.o
  4745.  
  4746. CC armeb-softmmu/target-arm/psci.o
  4747.  
  4748. CC x86_64-softmmu/target-i386/int_helper.o
  4749.  
  4750. CC arm-softmmu/target-arm/psci.o
  4751.  
  4752. CC armeb-softmmu/target-arm/unicorn_arm.o
  4753.  
  4754. CC x86_64-softmmu/target-i386/svm_helper.o
  4755.  
  4756. CC arm-softmmu/target-arm/unicorn_arm.o
  4757.  
  4758. CC aarch64-softmmu/cputlb.o
  4759.  
  4760. CC armeb-softmmu/target-arm/crypto_helper.o
  4761.  
  4762. CC arm-softmmu/target-arm/crypto_helper.o
  4763.  
  4764. CC x86_64-softmmu/target-i386/smm_helper.o
  4765.  
  4766. GEN aarch64eb-softmmu/config-target.h
  4767.  
  4768. CC aarch64eb-softmmu/exec.o
  4769.  
  4770. CC x86_64-softmmu/target-i386/misc_helper.o
  4771.  
  4772. CC x86_64-softmmu/target-i386/mem_helper.o
  4773.  
  4774. CC aarch64-softmmu/memory_mapping.o
  4775.  
  4776. CC x86_64-softmmu/target-i386/seg_helper.o
  4777.  
  4778. CC x86_64-softmmu/target-i386/arch_memory_mapping.o
  4779.  
  4780. CC aarch64-softmmu/hw/arm/tosa.o
  4781.  
  4782. CC aarch64eb-softmmu/translate-all.o
  4783.  
  4784. CC aarch64-softmmu/hw/arm/virt.o
  4785.  
  4786. CC aarch64-softmmu/target-arm/translate.o
  4787.  
  4788. GEN mips-softmmu/config-target.h
  4789.  
  4790. CC x86_64-softmmu/target-i386/unicorn.o
  4791.  
  4792. CC mips-softmmu/exec.o
  4793.  
  4794. CC aarch64eb-softmmu/cpu-exec.o
  4795.  
  4796. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  4797.  
  4798. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  4799.  
  4800. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  4801.  
  4802. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  4803.  
  4804. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  4805.  
  4806. #define likely(_x) __builtin_expect(!!(_x), 1)
  4807.  
  4808.  
  4809.  
  4810. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  4811.  
  4812. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  4813.  
  4814. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  4815.  
  4816. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  4817.  
  4818. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  4819.  
  4820. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  4821.  
  4822. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  4823.  
  4824. #define likely(x) __builtin_expect(!!(x), 1)
  4825.  
  4826.  
  4827.  
  4828. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  4829.  
  4830. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  4831.  
  4832. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  4833.  
  4834. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  4835.  
  4836. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  4837.  
  4838. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  4839.  
  4840.  
  4841.  
  4842. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  4843.  
  4844. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  4845.  
  4846. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  4847.  
  4848. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  4849.  
  4850. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  4851.  
  4852. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  4853.  
  4854. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  4855.  
  4856. #define unlikely(x) __builtin_expect(!!(x), 0)
  4857.  
  4858.  
  4859.  
  4860. In file included from <command-line>:0:0:
  4861.  
  4862. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/aarch64eb.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_aarch64eb’ [-Wredundant-decls]
  4863.  
  4864. #define tb_find_slow tb_find_slow_aarch64eb
  4865.  
  4866. ^
  4867.  
  4868. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  4869.  
  4870. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  4871.  
  4872. ^~~~~~~~~~~~
  4873.  
  4874. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/aarch64eb.h:2651:22: note: previous declaration of ‘tb_find_slow_aarch64eb’ was here
  4875.  
  4876. #define tb_find_slow tb_find_slow_aarch64eb
  4877.  
  4878. ^
  4879.  
  4880. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  4881.  
  4882. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  4883.  
  4884. ^~~~~~~~~~~~
  4885.  
  4886. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../config.h:25:0,
  4887.  
  4888. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:33,
  4889.  
  4890. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:
  4891.  
  4892. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../types.h:108:0: warning: "likely" redefined
  4893.  
  4894. #define likely(_x) __builtin_expect(!!(_x), 1)
  4895.  
  4896.  
  4897.  
  4898. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  4899.  
  4900. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  4901.  
  4902. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  4903.  
  4904. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  4905.  
  4906. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/cpu.h:37,
  4907.  
  4908. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:28:
  4909.  
  4910. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  4911.  
  4912. #define likely(x) __builtin_expect(!!(x), 1)
  4913.  
  4914.  
  4915.  
  4916. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../config.h:25:0,
  4917.  
  4918. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:33,
  4919.  
  4920. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:
  4921.  
  4922. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../types.h:109:0: warning: "unlikely" redefined
  4923.  
  4924. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  4925.  
  4926.  
  4927.  
  4928. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  4929.  
  4930. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  4931.  
  4932. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  4933.  
  4934. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  4935.  
  4936. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/cpu.h:37,
  4937.  
  4938. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:28:
  4939.  
  4940. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  4941.  
  4942. #define unlikely(x) __builtin_expect(!!(x), 0)
  4943.  
  4944.  
  4945.  
  4946. CC aarch64eb-softmmu/tcg/tcg.o
  4947.  
  4948. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘disas_arm_insn_aarch64’:
  4949.  
  4950. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8223:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4951.  
  4952. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4953.  
  4954. ^~~
  4955.  
  4956. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4957.  
  4958. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4959.  
  4960. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4961.  
  4962. ^~~~~~~~~~~~~~~
  4963.  
  4964. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8223:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4965.  
  4966. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4967.  
  4968. ^~~~
  4969.  
  4970. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4971.  
  4972. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4973.  
  4974. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4975.  
  4976. ^~~~~~~~~~~~~~~
  4977.  
  4978. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8233:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4979.  
  4980. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4981.  
  4982. ^~~
  4983.  
  4984. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4985.  
  4986. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  4987.  
  4988. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  4989.  
  4990. ^~~~~~~~~~~~~~~
  4991.  
  4992. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8233:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  4993.  
  4994. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  4995.  
  4996. ^~~~
  4997.  
  4998. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  4999.  
  5000. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5001.  
  5002. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5003.  
  5004. ^~~~~~~~~~~~~~~
  5005.  
  5006. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8288:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5007.  
  5008. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  5009.  
  5010. ^~~
  5011.  
  5012. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5013.  
  5014. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5015.  
  5016. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5017.  
  5018. ^~~~~~~~~~~~~~~
  5019.  
  5020. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8288:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5021.  
  5022. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  5023.  
  5024. ^~~~
  5025.  
  5026. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5027.  
  5028. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5029.  
  5030. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5031.  
  5032. ^~~~~~~~~~~~~~~
  5033.  
  5034. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘gen_thumb2_data_op_aarch64’:
  5035.  
  5036. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9209:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5037.  
  5038. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  5039.  
  5040. ^~
  5041.  
  5042. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5043.  
  5044. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5045.  
  5046. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5047.  
  5048. ^~~~~~~~~~~~~~~
  5049.  
  5050. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9209:49: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5051.  
  5052. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  5053.  
  5054. ^~
  5055.  
  5056. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5057.  
  5058. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5059.  
  5060. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5061.  
  5062. ^~~~~~~~~~~~~~~
  5063.  
  5064. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9216:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5065.  
  5066. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  5067.  
  5068. ^~
  5069.  
  5070. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5071.  
  5072. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5073.  
  5074. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5075.  
  5076. ^~~~~~~~~~~~~~~
  5077.  
  5078. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9216:49: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5079.  
  5080. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  5081.  
  5082. ^~
  5083.  
  5084. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5085.  
  5086. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5087.  
  5088. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5089.  
  5090. ^~~~~~~~~~~~~~~
  5091.  
  5092. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘disas_thumb_insn_aarch64’:
  5093.  
  5094. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10500:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5095.  
  5096. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 10));
  5097.  
  5098. ^~~
  5099.  
  5100. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5101.  
  5102. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5103.  
  5104. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5105.  
  5106. ^~~~~~~~~~~~~~~
  5107.  
  5108. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10500:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5109.  
  5110. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 10));
  5111.  
  5112. ^~~~
  5113.  
  5114. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5115.  
  5116. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5117.  
  5118. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5119.  
  5120. ^~~~~~~~~~~~~~~
  5121.  
  5122. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10538:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5123.  
  5124. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  5125.  
  5126. ^~~
  5127.  
  5128. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5129.  
  5130. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5131.  
  5132. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5133.  
  5134. ^~~~~~~~~~~~~~~
  5135.  
  5136. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10538:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5137.  
  5138. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  5139.  
  5140. ^~~~
  5141.  
  5142. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5143.  
  5144. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5145.  
  5146. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5147.  
  5148. ^~~~~~~~~~~~~~~
  5149.  
  5150. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10555:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5151.  
  5152. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  5153.  
  5154. ^~~
  5155.  
  5156. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5157.  
  5158. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5159.  
  5160. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5161.  
  5162. ^~~~~~~~~~~~~~~
  5163.  
  5164. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10555:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5165.  
  5166. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  5167.  
  5168. ^~~~
  5169.  
  5170. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5171.  
  5172. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5173.  
  5174. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5175.  
  5176. ^~~~~~~~~~~~~~~
  5177.  
  5178. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10594:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5179.  
  5180. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  5181.  
  5182. ^~~
  5183.  
  5184. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5185.  
  5186. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5187.  
  5188. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5189.  
  5190. ^~~~~~~~~~~~~~~
  5191.  
  5192. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10594:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5193.  
  5194. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  5195.  
  5196. ^~~~
  5197.  
  5198. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5199.  
  5200. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5201.  
  5202. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5203.  
  5204. ^~~~~~~~~~~~~~~
  5205.  
  5206. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10713:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5207.  
  5208. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  5209.  
  5210. ^~~
  5211.  
  5212. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5213.  
  5214. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5215.  
  5216. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5217.  
  5218. ^~~~~~~~~~~~~~~
  5219.  
  5220. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10713:50: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5221.  
  5222. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  5223.  
  5224. ^~~~
  5225.  
  5226. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5227.  
  5228. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5229.  
  5230. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5231.  
  5232. ^~~~~~~~~~~~~~~
  5233.  
  5234. CC mips-softmmu/translate-all.o
  5235.  
  5236. GEN mipsel-softmmu/config-target.h
  5237.  
  5238. CC mipsel-softmmu/exec.o
  5239.  
  5240. CC mips-softmmu/cpu-exec.o
  5241.  
  5242. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  5243.  
  5244. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  5245.  
  5246. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  5247.  
  5248. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  5249.  
  5250. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  5251.  
  5252. #define likely(_x) __builtin_expect(!!(_x), 1)
  5253.  
  5254.  
  5255.  
  5256. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  5257.  
  5258. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  5259.  
  5260. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  5261.  
  5262. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  5263.  
  5264. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  5265.  
  5266. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  5267.  
  5268. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  5269.  
  5270. #define likely(x) __builtin_expect(!!(x), 1)
  5271.  
  5272.  
  5273.  
  5274. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  5275.  
  5276. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  5277.  
  5278. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  5279.  
  5280. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  5281.  
  5282. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  5283.  
  5284. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  5285.  
  5286.  
  5287.  
  5288. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  5289.  
  5290. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  5291.  
  5292. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  5293.  
  5294. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  5295.  
  5296. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  5297.  
  5298. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  5299.  
  5300. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  5301.  
  5302. #define unlikely(x) __builtin_expect(!!(x), 0)
  5303.  
  5304.  
  5305.  
  5306. In file included from <command-line>:0:0:
  5307.  
  5308. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/mips.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_mips’ [-Wredundant-decls]
  5309.  
  5310. #define tb_find_slow tb_find_slow_mips
  5311.  
  5312. ^
  5313.  
  5314. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  5315.  
  5316. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  5317.  
  5318. ^~~~~~~~~~~~
  5319.  
  5320. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/mips.h:2651:22: note: previous declaration of ‘tb_find_slow_mips’ was here
  5321.  
  5322. #define tb_find_slow tb_find_slow_mips
  5323.  
  5324. ^
  5325.  
  5326. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  5327.  
  5328. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  5329.  
  5330. ^~~~~~~~~~~~
  5331.  
  5332. CC mips-softmmu/tcg/tcg.o
  5333.  
  5334. CC mipsel-softmmu/translate-all.o
  5335.  
  5336. CC aarch64eb-softmmu/tcg/optimize.o
  5337.  
  5338. CC mipsel-softmmu/cpu-exec.o
  5339.  
  5340. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  5341.  
  5342. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  5343.  
  5344. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  5345.  
  5346. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  5347.  
  5348. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  5349.  
  5350. #define likely(_x) __builtin_expect(!!(_x), 1)
  5351.  
  5352.  
  5353.  
  5354. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  5355.  
  5356. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  5357.  
  5358. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  5359.  
  5360. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  5361.  
  5362. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  5363.  
  5364. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  5365.  
  5366. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  5367.  
  5368. #define likely(x) __builtin_expect(!!(x), 1)
  5369.  
  5370.  
  5371.  
  5372. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  5373.  
  5374. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  5375.  
  5376. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  5377.  
  5378. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  5379.  
  5380. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  5381.  
  5382. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  5383.  
  5384.  
  5385.  
  5386. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  5387.  
  5388. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  5389.  
  5390. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  5391.  
  5392. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  5393.  
  5394. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  5395.  
  5396. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  5397.  
  5398. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  5399.  
  5400. #define unlikely(x) __builtin_expect(!!(x), 0)
  5401.  
  5402.  
  5403.  
  5404. In file included from <command-line>:0:0:
  5405.  
  5406. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/mipsel.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_mipsel’ [-Wredundant-decls]
  5407.  
  5408. #define tb_find_slow tb_find_slow_mipsel
  5409.  
  5410. ^
  5411.  
  5412. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  5413.  
  5414. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  5415.  
  5416. ^~~~~~~~~~~~
  5417.  
  5418. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/mipsel.h:2651:22: note: previous declaration of ‘tb_find_slow_mipsel’ was here
  5419.  
  5420. #define tb_find_slow tb_find_slow_mipsel
  5421.  
  5422. ^
  5423.  
  5424. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  5425.  
  5426. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  5427.  
  5428. ^~~~~~~~~~~~
  5429.  
  5430. CC mipsel-softmmu/tcg/tcg.o
  5431.  
  5432. CC aarch64eb-softmmu/fpu/softfloat.o
  5433.  
  5434. CC mips-softmmu/tcg/optimize.o
  5435.  
  5436. CC mipsel-softmmu/tcg/optimize.o
  5437.  
  5438. CC mips-softmmu/fpu/softfloat.o
  5439.  
  5440. CC aarch64eb-softmmu/cpus.o
  5441.  
  5442. CC aarch64-softmmu/target-arm/op_helper.o
  5443.  
  5444. CC aarch64eb-softmmu/ioport.o
  5445.  
  5446. CC mipsel-softmmu/fpu/softfloat.o
  5447.  
  5448. CC aarch64eb-softmmu/memory.o
  5449.  
  5450. CC aarch64-softmmu/target-arm/helper.o
  5451.  
  5452. CC mips-softmmu/cpus.o
  5453.  
  5454. CC aarch64eb-softmmu/cputlb.o
  5455.  
  5456. CC mips-softmmu/ioport.o
  5457.  
  5458. CC mips-softmmu/memory.o
  5459.  
  5460. CC mipsel-softmmu/cpus.o
  5461.  
  5462. CC aarch64-softmmu/target-arm/cpu.o
  5463.  
  5464. CC aarch64eb-softmmu/memory_mapping.o
  5465.  
  5466. CC mipsel-softmmu/ioport.o
  5467.  
  5468. CC mips-softmmu/cputlb.o
  5469.  
  5470. CC aarch64eb-softmmu/hw/arm/tosa.o
  5471.  
  5472. CC aarch64-softmmu/target-arm/neon_helper.o
  5473.  
  5474. CC mipsel-softmmu/memory.o
  5475.  
  5476. CC aarch64eb-softmmu/hw/arm/virt.o
  5477.  
  5478. CC aarch64eb-softmmu/target-arm/translate.o
  5479.  
  5480. CC mipsel-softmmu/cputlb.o
  5481.  
  5482. CC mips-softmmu/memory_mapping.o
  5483.  
  5484. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../config.h:25:0,
  5485.  
  5486. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:33,
  5487.  
  5488. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:
  5489.  
  5490. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../types.h:108:0: warning: "likely" redefined
  5491.  
  5492. #define likely(_x) __builtin_expect(!!(_x), 1)
  5493.  
  5494.  
  5495.  
  5496. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  5497.  
  5498. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  5499.  
  5500. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  5501.  
  5502. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  5503.  
  5504. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/cpu.h:37,
  5505.  
  5506. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:28:
  5507.  
  5508. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  5509.  
  5510. #define likely(x) __builtin_expect(!!(x), 1)
  5511.  
  5512.  
  5513.  
  5514. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../config.h:25:0,
  5515.  
  5516. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:33,
  5517.  
  5518. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:
  5519.  
  5520. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../types.h:109:0: warning: "unlikely" redefined
  5521.  
  5522. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  5523.  
  5524.  
  5525.  
  5526. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  5527.  
  5528. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  5529.  
  5530. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  5531.  
  5532. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  5533.  
  5534. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/cpu.h:37,
  5535.  
  5536. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:28:
  5537.  
  5538. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  5539.  
  5540. #define unlikely(x) __builtin_expect(!!(x), 0)
  5541.  
  5542.  
  5543.  
  5544. CC aarch64-softmmu/target-arm/iwmmxt_helper.o
  5545.  
  5546. CC mips-softmmu/hw/mips/mips_r4k.o
  5547.  
  5548. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘disas_arm_insn_aarch64eb’:
  5549.  
  5550. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8223:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5551.  
  5552. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  5553.  
  5554. ^~~
  5555.  
  5556. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5557.  
  5558. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5559.  
  5560. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5561.  
  5562. ^~~~~~~~~~~~~~~
  5563.  
  5564. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8223:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5565.  
  5566. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  5567.  
  5568. ^~~~
  5569.  
  5570. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5571.  
  5572. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5573.  
  5574. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5575.  
  5576. ^~~~~~~~~~~~~~~
  5577.  
  5578. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8233:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5579.  
  5580. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  5581.  
  5582. ^~~
  5583.  
  5584. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5585.  
  5586. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5587.  
  5588. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5589.  
  5590. ^~~~~~~~~~~~~~~
  5591.  
  5592. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8233:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5593.  
  5594. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  5595.  
  5596. ^~~~
  5597.  
  5598. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5599.  
  5600. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5601.  
  5602. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5603.  
  5604. ^~~~~~~~~~~~~~~
  5605.  
  5606. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8288:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5607.  
  5608. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  5609.  
  5610. ^~~
  5611.  
  5612. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5613.  
  5614. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5615.  
  5616. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5617.  
  5618. ^~~~~~~~~~~~~~~
  5619.  
  5620. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:8288:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5621.  
  5622. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 25));
  5623.  
  5624. ^~~~
  5625.  
  5626. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5627.  
  5628. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5629.  
  5630. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5631.  
  5632. ^~~~~~~~~~~~~~~
  5633.  
  5634. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘gen_thumb2_data_op_aarch64eb’:
  5635.  
  5636. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9209:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5637.  
  5638. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  5639.  
  5640. ^~
  5641.  
  5642. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5643.  
  5644. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5645.  
  5646. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5647.  
  5648. ^~~~~~~~~~~~~~~
  5649.  
  5650. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9209:49: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5651.  
  5652. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  5653.  
  5654. ^~
  5655.  
  5656. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5657.  
  5658. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5659.  
  5660. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5661.  
  5662. ^~~~~~~~~~~~~~~
  5663.  
  5664. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9216:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5665.  
  5666. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  5667.  
  5668. ^~
  5669.  
  5670. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5671.  
  5672. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5673.  
  5674. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5675.  
  5676. ^~~~~~~~~~~~~~~
  5677.  
  5678. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:9216:49: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5679.  
  5680. afl_gen_compcov(tcg_ctx, s->pc, t0, t1, MO_32, has_imm);
  5681.  
  5682. ^~
  5683.  
  5684. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5685.  
  5686. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5687.  
  5688. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5689.  
  5690. ^~~~~~~~~~~~~~~
  5691.  
  5692. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c: In function ‘disas_thumb_insn_aarch64eb’:
  5693.  
  5694. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10500:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5695.  
  5696. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 10));
  5697.  
  5698. ^~~
  5699.  
  5700. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5701.  
  5702. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5703.  
  5704. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5705.  
  5706. ^~~~~~~~~~~~~~~
  5707.  
  5708. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10500:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5709.  
  5710. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, insn & (1 << 10));
  5711.  
  5712. ^~~~
  5713.  
  5714. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5715.  
  5716. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5717.  
  5718. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5719.  
  5720. ^~~~~~~~~~~~~~~
  5721.  
  5722. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10538:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5723.  
  5724. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  5725.  
  5726. ^~~
  5727.  
  5728. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5729.  
  5730. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5731.  
  5732. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5733.  
  5734. ^~~~~~~~~~~~~~~
  5735.  
  5736. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10538:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5737.  
  5738. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  5739.  
  5740. ^~~~
  5741.  
  5742. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5743.  
  5744. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5745.  
  5746. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5747.  
  5748. ^~~~~~~~~~~~~~~
  5749.  
  5750. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10555:53: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5751.  
  5752. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  5753.  
  5754. ^~~
  5755.  
  5756. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5757.  
  5758. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5759.  
  5760. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5761.  
  5762. ^~~~~~~~~~~~~~~
  5763.  
  5764. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10555:58: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5765.  
  5766. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 1);
  5767.  
  5768. ^~~~
  5769.  
  5770. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5771.  
  5772. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5773.  
  5774. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5775.  
  5776. ^~~~~~~~~~~~~~~
  5777.  
  5778. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10594:49: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5779.  
  5780. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  5781.  
  5782. ^~~
  5783.  
  5784. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5785.  
  5786. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5787.  
  5788. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5789.  
  5790. ^~~~~~~~~~~~~~~
  5791.  
  5792. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10594:54: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5793.  
  5794. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  5795.  
  5796. ^~~~
  5797.  
  5798. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5799.  
  5800. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5801.  
  5802. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5803.  
  5804. ^~~~~~~~~~~~~~~
  5805.  
  5806. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10713:45: warning: passing argument 3 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5807.  
  5808. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  5809.  
  5810. ^~~
  5811.  
  5812. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5813.  
  5814. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5815.  
  5816. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5817.  
  5818. ^~~~~~~~~~~~~~~
  5819.  
  5820. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:10713:50: warning: passing argument 4 of ‘afl_gen_compcov’ from incompatible pointer type [-Wincompatible-pointer-types]
  5821.  
  5822. afl_gen_compcov(tcg_ctx, s->pc, tmp, tmp2, MO_32, 0);
  5823.  
  5824. ^~~~
  5825.  
  5826. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/translate.c:67:0:
  5827.  
  5828. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/target-arm/../../afl-unicorn-cpu-translate-inl.h:35:13: note: expected ‘TCGv_i64 {aka struct TCGv_i64_d *}’ but argument is of type ‘TCGv_i32 {aka struct TCGv_i32_d *}’
  5829.  
  5830. static void afl_gen_compcov(TCGContext *s, uint64_t cur_loc, TCGv_i64 arg1,
  5831.  
  5832. ^~~~~~~~~~~~~~~
  5833.  
  5834. CC mips-softmmu/hw/mips/addr.o
  5835.  
  5836. CC mips-softmmu/hw/mips/cputimer.o
  5837.  
  5838. CC mipsel-softmmu/memory_mapping.o
  5839.  
  5840. CC aarch64-softmmu/target-arm/psci.o
  5841.  
  5842. CC mips-softmmu/target-mips/translate.o
  5843.  
  5844. CC mipsel-softmmu/hw/mips/mips_r4k.o
  5845.  
  5846. CC aarch64-softmmu/target-arm/cpu64.o
  5847.  
  5848. CC mipsel-softmmu/hw/mips/addr.o
  5849.  
  5850. CC aarch64-softmmu/target-arm/translate-a64.o
  5851.  
  5852. CC mipsel-softmmu/hw/mips/cputimer.o
  5853.  
  5854. CC mipsel-softmmu/target-mips/translate.o
  5855.  
  5856. CC aarch64eb-softmmu/target-arm/op_helper.o
  5857.  
  5858. CC aarch64eb-softmmu/target-arm/helper.o
  5859.  
  5860. CC aarch64-softmmu/target-arm/helper-a64.o
  5861.  
  5862. CC aarch64-softmmu/target-arm/unicorn_aarch64.o
  5863.  
  5864. CC aarch64-softmmu/target-arm/crypto_helper.o
  5865.  
  5866. CC aarch64eb-softmmu/target-arm/cpu.o
  5867.  
  5868. CC aarch64eb-softmmu/target-arm/neon_helper.o
  5869.  
  5870. CC aarch64eb-softmmu/target-arm/iwmmxt_helper.o
  5871.  
  5872. CC mips-softmmu/target-mips/dsp_helper.o
  5873.  
  5874. CC aarch64eb-softmmu/target-arm/psci.o
  5875.  
  5876. CC aarch64eb-softmmu/target-arm/cpu64.o
  5877.  
  5878. CC aarch64eb-softmmu/target-arm/translate-a64.o
  5879.  
  5880. CC mips-softmmu/target-mips/op_helper.o
  5881.  
  5882. CC aarch64eb-softmmu/target-arm/helper-a64.o
  5883.  
  5884. CC mipsel-softmmu/target-mips/dsp_helper.o
  5885.  
  5886. CC aarch64eb-softmmu/target-arm/unicorn_aarch64.o
  5887.  
  5888. CC mips-softmmu/target-mips/lmi_helper.o
  5889.  
  5890. CC mipsel-softmmu/target-mips/op_helper.o
  5891.  
  5892. CC mipsel-softmmu/target-mips/lmi_helper.o
  5893.  
  5894. CC aarch64eb-softmmu/target-arm/crypto_helper.o
  5895.  
  5896. CC mips-softmmu/target-mips/helper.o
  5897.  
  5898. CC mips-softmmu/target-mips/cpu.o
  5899.  
  5900. CC mips-softmmu/target-mips/msa_helper.o
  5901.  
  5902. CC mips-softmmu/target-mips/unicorn.o
  5903.  
  5904. CC mipsel-softmmu/target-mips/helper.o
  5905.  
  5906. GEN mips64-softmmu/config-target.h
  5907.  
  5908. CC mips64-softmmu/exec.o
  5909.  
  5910. CC mipsel-softmmu/target-mips/cpu.o
  5911.  
  5912. GEN mips64el-softmmu/config-target.h
  5913.  
  5914. CC mips64el-softmmu/exec.o
  5915.  
  5916. CC mipsel-softmmu/target-mips/msa_helper.o
  5917.  
  5918. CC mips64-softmmu/translate-all.o
  5919.  
  5920. CC mips64el-softmmu/translate-all.o
  5921.  
  5922. CC mipsel-softmmu/target-mips/unicorn.o
  5923.  
  5924. CC mips64-softmmu/cpu-exec.o
  5925.  
  5926. CC mips64-softmmu/tcg/tcg.o
  5927.  
  5928. CC mips64el-softmmu/cpu-exec.o
  5929.  
  5930. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  5931.  
  5932. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  5933.  
  5934. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  5935.  
  5936. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  5937.  
  5938. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  5939.  
  5940. #define likely(_x) __builtin_expect(!!(_x), 1)
  5941.  
  5942.  
  5943.  
  5944. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  5945.  
  5946. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  5947.  
  5948. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  5949.  
  5950. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  5951.  
  5952. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  5953.  
  5954. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  5955.  
  5956. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  5957.  
  5958. #define likely(x) __builtin_expect(!!(x), 1)
  5959.  
  5960.  
  5961.  
  5962. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  5963.  
  5964. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  5965.  
  5966. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  5967.  
  5968. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  5969.  
  5970. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  5971.  
  5972. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  5973.  
  5974.  
  5975.  
  5976. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  5977.  
  5978. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  5979.  
  5980. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  5981.  
  5982. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  5983.  
  5984. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  5985.  
  5986. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  5987.  
  5988. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  5989.  
  5990. #define unlikely(x) __builtin_expect(!!(x), 0)
  5991.  
  5992.  
  5993.  
  5994. In file included from <command-line>:0:0:
  5995.  
  5996. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/mips64.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_mips64’ [-Wredundant-decls]
  5997.  
  5998. #define tb_find_slow tb_find_slow_mips64
  5999.  
  6000. ^
  6001.  
  6002. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  6003.  
  6004. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  6005.  
  6006. ^~~~~~~~~~~~
  6007.  
  6008. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/mips64.h:2651:22: note: previous declaration of ‘tb_find_slow_mips64’ was here
  6009.  
  6010. #define tb_find_slow tb_find_slow_mips64
  6011.  
  6012. ^
  6013.  
  6014. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  6015.  
  6016. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  6017.  
  6018. ^~~~~~~~~~~~
  6019.  
  6020. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  6021.  
  6022. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  6023.  
  6024. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  6025.  
  6026. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  6027.  
  6028. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  6029.  
  6030. #define likely(_x) __builtin_expect(!!(_x), 1)
  6031.  
  6032.  
  6033.  
  6034. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  6035.  
  6036. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  6037.  
  6038. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  6039.  
  6040. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  6041.  
  6042. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  6043.  
  6044. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  6045.  
  6046. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  6047.  
  6048. #define likely(x) __builtin_expect(!!(x), 1)
  6049.  
  6050.  
  6051.  
  6052. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  6053.  
  6054. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  6055.  
  6056. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  6057.  
  6058. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  6059.  
  6060. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  6061.  
  6062. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  6063.  
  6064.  
  6065.  
  6066. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  6067.  
  6068. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  6069.  
  6070. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  6071.  
  6072. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  6073.  
  6074. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  6075.  
  6076. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  6077.  
  6078. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  6079.  
  6080. #define unlikely(x) __builtin_expect(!!(x), 0)
  6081.  
  6082.  
  6083.  
  6084. In file included from <command-line>:0:0:
  6085.  
  6086. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/mips64el.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_mips64el’ [-Wredundant-decls]
  6087.  
  6088. #define tb_find_slow tb_find_slow_mips64el
  6089.  
  6090. ^
  6091.  
  6092. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  6093.  
  6094. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  6095.  
  6096. ^~~~~~~~~~~~
  6097.  
  6098. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/mips64el.h:2651:22: note: previous declaration of ‘tb_find_slow_mips64el’ was here
  6099.  
  6100. #define tb_find_slow tb_find_slow_mips64el
  6101.  
  6102. ^
  6103.  
  6104. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  6105.  
  6106. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  6107.  
  6108. ^~~~~~~~~~~~
  6109.  
  6110. CC mips64-softmmu/tcg/optimize.o
  6111.  
  6112. CC mips64el-softmmu/tcg/tcg.o
  6113.  
  6114. CC mips64el-softmmu/tcg/optimize.o
  6115.  
  6116. CC mips64el-softmmu/fpu/softfloat.o
  6117.  
  6118. CC mips64-softmmu/fpu/softfloat.o
  6119.  
  6120. GEN sparc-softmmu/config-target.h
  6121.  
  6122. CC mips64el-softmmu/cpus.o
  6123.  
  6124. CC sparc-softmmu/exec.o
  6125.  
  6126. CC mips64el-softmmu/ioport.o
  6127.  
  6128. CC mips64el-softmmu/memory.o
  6129.  
  6130. CC sparc-softmmu/translate-all.o
  6131.  
  6132. CC sparc-softmmu/cpu-exec.o
  6133.  
  6134. CC mips64el-softmmu/cputlb.o
  6135.  
  6136. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  6137.  
  6138. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  6139.  
  6140. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  6141.  
  6142. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  6143.  
  6144. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  6145.  
  6146. #define likely(_x) __builtin_expect(!!(_x), 1)
  6147.  
  6148.  
  6149.  
  6150. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  6151.  
  6152. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  6153.  
  6154. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  6155.  
  6156. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  6157.  
  6158. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  6159.  
  6160. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  6161.  
  6162. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  6163.  
  6164. #define likely(x) __builtin_expect(!!(x), 1)
  6165.  
  6166.  
  6167.  
  6168. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  6169.  
  6170. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  6171.  
  6172. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  6173.  
  6174. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  6175.  
  6176. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  6177.  
  6178. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  6179.  
  6180.  
  6181.  
  6182. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  6183.  
  6184. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  6185.  
  6186. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  6187.  
  6188. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  6189.  
  6190. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  6191.  
  6192. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  6193.  
  6194. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  6195.  
  6196. #define unlikely(x) __builtin_expect(!!(x), 0)
  6197.  
  6198.  
  6199.  
  6200. CC mips64-softmmu/cpus.o
  6201.  
  6202. In file included from <command-line>:0:0:
  6203.  
  6204. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/sparc.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_sparc’ [-Wredundant-decls]
  6205.  
  6206. #define tb_find_slow tb_find_slow_sparc
  6207.  
  6208. ^
  6209.  
  6210. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  6211.  
  6212. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  6213.  
  6214. ^~~~~~~~~~~~
  6215.  
  6216. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/sparc.h:2651:22: note: previous declaration of ‘tb_find_slow_sparc’ was here
  6217.  
  6218. #define tb_find_slow tb_find_slow_sparc
  6219.  
  6220. ^
  6221.  
  6222. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  6223.  
  6224. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  6225.  
  6226. ^~~~~~~~~~~~
  6227.  
  6228. CC mips64-softmmu/ioport.o
  6229.  
  6230. CC sparc-softmmu/tcg/tcg.o
  6231.  
  6232. CC sparc-softmmu/tcg/optimize.o
  6233.  
  6234. CC mips64-softmmu/memory.o
  6235.  
  6236. CC sparc-softmmu/fpu/softfloat.o
  6237.  
  6238. CC mips64el-softmmu/memory_mapping.o
  6239.  
  6240. CC sparc-softmmu/cpus.o
  6241.  
  6242. CC mips64-softmmu/cputlb.o
  6243.  
  6244. CC mips64el-softmmu/hw/mips/mips_r4k.o
  6245.  
  6246. CC sparc-softmmu/ioport.o
  6247.  
  6248. CC mips64el-softmmu/hw/mips/addr.o
  6249.  
  6250. CC sparc-softmmu/memory.o
  6251.  
  6252. CC mips64el-softmmu/hw/mips/cputimer.o
  6253.  
  6254. CC mips64el-softmmu/target-mips/translate.o
  6255.  
  6256. CC mips64-softmmu/memory_mapping.o
  6257.  
  6258. CC sparc-softmmu/cputlb.o
  6259.  
  6260. GEN sparc64-softmmu/config-target.h
  6261.  
  6262. CC mips64-softmmu/hw/mips/mips_r4k.o
  6263.  
  6264. CC sparc64-softmmu/exec.o
  6265.  
  6266. CC mips64-softmmu/hw/mips/addr.o
  6267.  
  6268. CC mips64-softmmu/hw/mips/cputimer.o
  6269.  
  6270. CC sparc-softmmu/memory_mapping.o
  6271.  
  6272. CC mips64-softmmu/target-mips/translate.o
  6273.  
  6274. CC sparc64-softmmu/translate-all.o
  6275.  
  6276. CC sparc-softmmu/hw/sparc/leon3.o
  6277.  
  6278. CC sparc64-softmmu/cpu-exec.o
  6279.  
  6280. CC sparc-softmmu/target-sparc/translate.o
  6281.  
  6282. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  6283.  
  6284. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  6285.  
  6286. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  6287.  
  6288. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  6289.  
  6290. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:108:0: warning: "likely" redefined
  6291.  
  6292. #define likely(_x) __builtin_expect(!!(_x), 1)
  6293.  
  6294.  
  6295.  
  6296. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  6297.  
  6298. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  6299.  
  6300. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  6301.  
  6302. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  6303.  
  6304. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  6305.  
  6306. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  6307.  
  6308. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:39:0: note: this is the location of the previous definition
  6309.  
  6310. #define likely(x) __builtin_expect(!!(x), 1)
  6311.  
  6312.  
  6313.  
  6314. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../config.h:25:0,
  6315.  
  6316. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-common.h:33,
  6317.  
  6318. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:37,
  6319.  
  6320. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:28:
  6321.  
  6322. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../types.h:109:0: warning: "unlikely" redefined
  6323.  
  6324. #define unlikely(_x) __builtin_expect(!!(_x), 0)
  6325.  
  6326.  
  6327.  
  6328. In file included from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/fpu/softfloat.h:47:0,
  6329.  
  6330. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/bswap.h:8,
  6331.  
  6332. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/exec/cpu-common.h:12,
  6333.  
  6334. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu-common.h:18,
  6335.  
  6336. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/tcg/tcg.h:28,
  6337.  
  6338. from /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:22:
  6339.  
  6340. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/include/qemu/osdep.h:40:0: note: this is the location of the previous definition
  6341.  
  6342. #define unlikely(x) __builtin_expect(!!(x), 0)
  6343.  
  6344.  
  6345.  
  6346. In file included from <command-line>:0:0:
  6347.  
  6348. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/sparc64.h:2651:22: warning: redundant redeclaration of ‘tb_find_slow_sparc64’ [-Wredundant-decls]
  6349.  
  6350. #define tb_find_slow tb_find_slow_sparc64
  6351.  
  6352. ^
  6353.  
  6354. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/cpu-exec.c:32:26: note: in expansion of macro ‘tb_find_slow’
  6355.  
  6356. static TranslationBlock *tb_find_slow(CPUArchState *env, target_ulong pc,
  6357.  
  6358. ^~~~~~~~~~~~
  6359.  
  6360. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/sparc64.h:2651:22: note: previous declaration of ‘tb_find_slow_sparc64’ was here
  6361.  
  6362. #define tb_find_slow tb_find_slow_sparc64
  6363.  
  6364. ^
  6365.  
  6366. /home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu/../afl-unicorn-cpu-inl.h:56:26: note: in expansion of macro ‘tb_find_slow’
  6367.  
  6368. static TranslationBlock* tb_find_slow(CPUArchState*, target_ulong, target_ulong, uint64_t);
  6369.  
  6370. ^~~~~~~~~~~~
  6371.  
  6372. CC sparc64-softmmu/tcg/tcg.o
  6373.  
  6374. CC sparc-softmmu/target-sparc/helper.o
  6375.  
  6376. CC sparc64-softmmu/tcg/optimize.o
  6377.  
  6378. CC sparc-softmmu/target-sparc/cpu.o
  6379.  
  6380. CC sparc-softmmu/target-sparc/fop_helper.o
  6381.  
  6382. CC sparc64-softmmu/fpu/softfloat.o
  6383.  
  6384. CC sparc-softmmu/target-sparc/cc_helper.o
  6385.  
  6386. CC sparc-softmmu/target-sparc/win_helper.o
  6387.  
  6388. CC sparc-softmmu/target-sparc/mmu_helper.o
  6389.  
  6390. CC sparc-softmmu/target-sparc/ldst_helper.o
  6391.  
  6392. CC sparc64-softmmu/cpus.o
  6393.  
  6394. CC sparc-softmmu/target-sparc/int32_helper.o
  6395.  
  6396. CC sparc64-softmmu/ioport.o
  6397.  
  6398. CC sparc-softmmu/target-sparc/unicorn.o
  6399.  
  6400. CC sparc64-softmmu/memory.o
  6401.  
  6402. CC mips64el-softmmu/target-mips/dsp_helper.o
  6403.  
  6404. CC mips64el-softmmu/target-mips/op_helper.o
  6405.  
  6406. CC sparc64-softmmu/cputlb.o
  6407.  
  6408. CC mips64-softmmu/target-mips/dsp_helper.o
  6409.  
  6410. CC mips64el-softmmu/target-mips/lmi_helper.o
  6411.  
  6412. CC sparc64-softmmu/memory_mapping.o
  6413.  
  6414. CC mips64el-softmmu/target-mips/helper.o
  6415.  
  6416. CC sparc64-softmmu/hw/sparc64/sun4u.o
  6417.  
  6418. CC mips64el-softmmu/target-mips/cpu.o
  6419.  
  6420. CC sparc64-softmmu/target-sparc/translate.o
  6421.  
  6422. CC mips64el-softmmu/target-mips/msa_helper.o
  6423.  
  6424. CC mips64el-softmmu/target-mips/unicorn.o
  6425.  
  6426. CC mips64-softmmu/target-mips/op_helper.o
  6427.  
  6428. CC mips64-softmmu/target-mips/lmi_helper.o
  6429.  
  6430. CC mips64-softmmu/target-mips/helper.o
  6431.  
  6432. CC mips64-softmmu/target-mips/cpu.o
  6433.  
  6434. CC mips64-softmmu/target-mips/msa_helper.o
  6435.  
  6436. CC sparc64-softmmu/target-sparc/helper.o
  6437.  
  6438. CC sparc64-softmmu/target-sparc/cpu.o
  6439.  
  6440. CC mips64-softmmu/target-mips/unicorn.o
  6441.  
  6442. CC sparc64-softmmu/target-sparc/fop_helper.o
  6443.  
  6444. CC sparc64-softmmu/target-sparc/cc_helper.o
  6445.  
  6446. CC sparc64-softmmu/target-sparc/win_helper.o
  6447.  
  6448. CC sparc64-softmmu/target-sparc/mmu_helper.o
  6449.  
  6450. CC sparc64-softmmu/target-sparc/ldst_helper.o
  6451.  
  6452. CC sparc64-softmmu/target-sparc/int64_helper.o
  6453.  
  6454. CC sparc64-softmmu/target-sparc/vis_helper.o
  6455.  
  6456. CC sparc64-softmmu/target-sparc/unicorn64.o
  6457.  
  6458. make[2]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/qemu'
  6459.  
  6460. GEN libunicornafl.so.1
  6461.  
  6462. GEN libunicornafl.a
  6463.  
  6464. ar: creating libunicornafl.a
  6465.  
  6466. make -C samples
  6467.  
  6468. make[2]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/samples'
  6469.  
  6470. CC sample_arm.o
  6471.  
  6472. CC sample_armeb.o
  6473.  
  6474. CC sample_arm64.o
  6475.  
  6476. CC sample_arm64eb.o
  6477.  
  6478. CC sample_mips.o
  6479.  
  6480. CC sample_sparc.o
  6481.  
  6482. CC sample_x86.o
  6483.  
  6484. CC shellcode.o
  6485.  
  6486. CC mem_apis.o
  6487.  
  6488. CC sample_x86_32_gdt_and_seg_regs.o
  6489.  
  6490. CC sample_batch_reg.o
  6491.  
  6492. CC sample_m68k.o
  6493.  
  6494. LINK sample_arm
  6495.  
  6496. LINK sample_armeb
  6497.  
  6498. /usr/bin/ld: cannot find -lunicorn
  6499.  
  6500. /usr/bin/ld: cannot find -lunicorn
  6501.  
  6502. collect2: error: ld returned 1 exit status
  6503.  
  6504. collect2: error: ld returned 1 exit status
  6505.  
  6506. Makefile:104: recipe for target 'sample_armeb' failed
  6507.  
  6508. make[2]: *** [sample_armeb] Error 1
  6509.  
  6510. make[2]: *** Waiting for unfinished jobs....
  6511.  
  6512. Makefile:104: recipe for target 'sample_arm' failed
  6513.  
  6514. make[2]: *** [sample_arm] Error 1
  6515.  
  6516. make[2]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn/samples'
  6517.  
  6518. Makefile:229: recipe for target 'all' failed
  6519.  
  6520. make[1]: *** [all] Error 2
  6521.  
  6522. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/unicorn_mode/unicorn'
  6523.  
  6524. Makefile:325: recipe for target 'distrib' failed
  6525.  
  6526. make: *** [distrib] Error 1
  6527.  
  6528. The command "if [ "$TRAVIS_OS_NAME" = "linux" -a "$TRAVIS_CPU_ARCH" = "amd64" ]; then make distrib ; fi" exited with 2.
  6529.  
  6530. 0.00s$ if [ "$TRAVIS_CPU_ARCH" = "arm64" ] ; then make ; cd qemu_mode && sh ./build_qemu_support.sh ; cd .. ; fi
  6531.  
  6532. The command "if [ "$TRAVIS_CPU_ARCH" = "arm64" ] ; then make ; cd qemu_mode && sh ./build_qemu_support.sh ; cd .. ; fi" exited with 0.
  6533.  
  6534. 43.53s$ make tests
  6535.  
  6536. pyenv: python3.7m-config: command not found
  6537.  
  6538. The `python3.7m-config' command exists in these Python versions:
  6539.  
  6540. 3.7.1
  6541.  
  6542. pyenv: python3.7m-config: command not found
  6543.  
  6544. The `python3.7m-config' command exists in these Python versions:
  6545.  
  6546. 3.7.1
  6547.  
  6548. pyenv: python3.7m-config: command not found
  6549.  
  6550. The `python3.7m-config' command exists in these Python versions:
  6551.  
  6552. 3.7.1
  6553.  
  6554. [*] Checking for the default compiler cc...
  6555.  
  6556. [*] Checking for the ability to compile x86 code...
  6557.  
  6558. [+] shmat seems to be working.
  6559.  
  6560. [-] You seem to need to install the package python3.7-dev or python2.7-dev, but it is optional so we continue
  6561.  
  6562. [+] Everything seems to be working, ready to compile.
  6563.  
  6564. [*] Testing the CC wrapper and instrumentation output...
  6565.  
  6566. ./afl-showmap -m none -q -o .test-instr0 ./test-instr < /dev/null
  6567.  
  6568. echo 1 | ./afl-showmap -m none -q -o .test-instr1 ./test-instr
  6569.  
  6570. [+] All right, the instrumentation seems to be working!
  6571.  
  6572. [+] LLVM users: see llvm_mode/README.llvm for a faster alternative to afl-gcc.
  6573.  
  6574. [+] All done! Be sure to review the README.md - it's pretty short and useful.
  6575.  
  6576. NOTE: If you can read this, your terminal probably uses white background.
  6577.  
  6578. This will make the UI hard to read. See docs/status_screen.txt for advice.
  6579.  
  6580. cp src/third_party/libradamsa/libradamsa.so .
  6581.  
  6582. make -C llvm_mode
  6583.  
  6584. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/llvm_mode'
  6585.  
  6586. [+] shmat seems to be working.
  6587.  
  6588. [*] Checking for working 'llvm-config'...
  6589.  
  6590. [*] Checking for working '/usr/local/clang-7.0.0/bin/clang'...
  6591.  
  6592. [*] Checking for matching versions of '/usr/local/clang-7.0.0/bin/clang' and 'llvm-config'
  6593.  
  6594. [*] We have llvm-config version 7.0.0 with a clang version 7.0.0, good.
  6595.  
  6596. [*] Checking for '../afl-showmap'...
  6597.  
  6598. [+] All set and ready to build.
  6599.  
  6600. [*] Building 32-bit variant of the runtime (-m32)... failed (that's fine)
  6601.  
  6602. [*] Testing the CC wrapper and instrumentation output...
  6603.  
  6604. unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; AFL_QUIET=1 AFL_PATH=. AFL_CC=/usr/local/clang-7.0.0/bin/clang AFL_LLVM_LAF_SPLIT_SWITCHES=1 AFL_LLVM_LAF_TRANSFORM_COMPARES=1 AFL_LLVM_LAF_SPLIT_COMPARES=1 ../afl-clang-fast -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I ../include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DLLVM_BINDIR=\"/usr/local/clang-7.0.0/bin\" -DVERSION=\"++2.58d\" ../test-instr.c -o test-instr
  6605.  
  6606. Rewriting 1 switch statements
  6607.  
  6608. switch: 2 cases 8 bit
  6609.  
  6610. Split-integer-compare-pass 64bit: 1 splitted
  6611.  
  6612. Split-integer-compare-pass 32bit: 4 splitted
  6613.  
  6614. Split-integer-compare-pass 16bit: 12 splitted
  6615.  
  6616. ../afl-showmap -m none -q -o .test-instr0 ./test-instr < /dev/null
  6617.  
  6618. echo 1 | ../afl-showmap -m none -q -o .test-instr1 ./test-instr
  6619.  
  6620. [+] All right, the instrumentation seems to be working!
  6621.  
  6622. [+] All done! You can now use '../afl-clang-fast' to compile programs.
  6623.  
  6624. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/llvm_mode'
  6625.  
  6626. make -C gcc_plugin
  6627.  
  6628. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/gcc_plugin'
  6629.  
  6630. [+] shmat seems to be working.
  6631.  
  6632. [*] Checking for working 'gcc'...
  6633.  
  6634. [*] Checking for gcc plugin development header files...
  6635.  
  6636. [*] Checking for '../afl-showmap'...
  6637.  
  6638. [+] All set and ready to build.
  6639.  
  6640. [*] Testing the CC wrapper and instrumentation output...
  6641.  
  6642. unset AFL_USE_ASAN AFL_USE_MSAN; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. AFL_CC=gcc ../afl-gcc-fast -O3 -g -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" ../test-instr.c -o test-instr
  6643.  
  6644. ../afl-showmap -m none -q -o .test-instr0 ./test-instr </dev/null
  6645.  
  6646. echo 1 | ../afl-showmap -m none -q -o .test-instr1 ./test-instr
  6647.  
  6648. [+] All right, the instrumentation seems to be working!
  6649.  
  6650. [+] All done! You can now use '../afl-gcc-fast' to compile programs.
  6651.  
  6652. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/gcc_plugin'
  6653.  
  6654. make -C libdislocator
  6655.  
  6656. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/libdislocator'
  6657.  
  6658. make[1]: Nothing to be done for 'all'.
  6659.  
  6660. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/libdislocator'
  6661.  
  6662. make -C libtokencap
  6663.  
  6664. make[1]: Entering directory '/home/travis/build/vanhauser-thc/AFLplusplus/libtokencap'
  6665.  
  6666. make[1]: Nothing to be done for 'all'.
  6667.  
  6668. make[1]: Leaving directory '/home/travis/build/vanhauser-thc/AFLplusplus/libtokencap'
  6669.  
  6670. [*] starting afl++ test framework ...
  6671.  
  6672. [*] Testing: afl-gcc, afl-showmap and afl-fuzz
  6673.  
  6674. [+] afl-gcc compilation succeeded
  6675.  
  6676. [+] afl-gcc instrumentation present and working correctly
  6677.  
  6678. [+] afl-gcc run reported 6 instrumented locations which is fine
  6679.  
  6680. [+] afl-gcc hardened mode succeeded and is working
  6681.  
  6682. [!] we should not run afl-fuzz with enabled core dumps. Run 'sudo sh afl-system-config'.
  6683.  
  6684. [*] Testing: llvm_mode
  6685.  
  6686. [+] llvm_mode compilation succeeded
  6687.  
  6688. [+] llvm_mode instrumentation present and working correctly
  6689.  
  6690. [+] llvm_mode run reported 4 instrumented locations which is fine
  6691.  
  6692. [+] llvm_mode hardened mode succeeded and is working
  6693.  
  6694. [!] we should not run afl-fuzz with enabled core dumps. Run 'sudo sh afl-system-config'.
  6695.  
  6696. [+] llvm_mode InsTrim feature works correctly
  6697.  
  6698. [+] llvm_mode laf-intel/compcov feature works correctly
  6699.  
  6700. [+] llvm_mode whitelist feature works correctly
  6701.  
  6702. [+] llvm_mode persistent mode feature works correctly
  6703.  
  6704. [*] Testing: gcc_plugin
  6705.  
  6706. [+] gcc_plugin compilation succeeded
  6707.  
  6708. [+] gcc_plugin instrumentation present and working correctly
  6709.  
  6710. [!] gcc_plugin instrumentation produces a weird number of instrumented locations: 7
  6711.  
  6712. [!] the gcc_plugin instrumentation issue is not flagged as an error because travis builds would all fail otherwise :-(
  6713.  
  6714. [+] gcc_plugin hardened mode succeeded and is working
  6715.  
  6716. [!] we should not run afl-fuzz with enabled core dumps. Run 'sudo sh afl-system-config'.
  6717.  
  6718. [+] gcc_plugin whitelist feature works correctly
  6719.  
  6720. [+] gcc_plugin persistent mode feature works correctly
  6721.  
  6722. [*] Testing: shared library extensions
  6723.  
  6724. [+] libtokencap did successfully capture tokens
  6725.  
  6726. [+] libdislocator did successfully detect the memory corruption
  6727.  
  6728. [*] running afl-fuzz with radamsa, this will take approx 10 seconds
  6729.  
  6730. [+] libradamsa performs good - and very slow - mutations
  6731.  
  6732. [*] Testing: qemu_mode
  6733.  
  6734. [*] running afl-fuzz for qemu_mode, this will take approx 10 seconds
  6735.  
  6736. [+] afl-fuzz is working correctly with qemu_mode
  6737.  
  6738. [*] running afl-fuzz for qemu_mode libcompcov, this will take approx 10 seconds
  6739.  
  6740. [+] afl-fuzz is working correctly with qemu_mode libcompcov
  6741.  
  6742. [*] running afl-fuzz for persistent qemu_mode, this will take approx 10 seconds
  6743.  
  6744. [+] afl-fuzz is working correctly with persistent qemu_mode
  6745.  
  6746. [+] persistent qemu_mode was noticeable faster than standard qemu_mode
  6747.  
  6748. [?] we need a test case for qemu_mode unsigaction library
  6749.  
  6750. [*] Testing: unicorn_mode
  6751.  
  6752. [*] Using python binary /usr/bin/python
  6753.  
  6754. [*] running afl-fuzz for unicorn_mode, this will take approx 25 seconds
  6755.  
  6756. CUT------------------------------------------------------------------CUT
  6757.  
  6758. [*] Spinning up the fork server...
  6759.  
  6760. [-] Whoops, the target binary crashed suddenly, before receiving any input
  6761.  
  6762. from the fuzzer! There are several probable explanations:
  6763.  
  6764. - The current memory limit (200 MB) is too restrictive, causing the
  6765.  
  6766. target to hit an OOM condition in the dynamic linker. Try bumping up
  6767.  
  6768. the limit with the -m setting in the command line. A simple way confirm
  6769.  
  6770. this diagnosis would be:
  6771.  
  6772. ( ulimit -Sd $[199 << 10]; /path/to/fuzzed_app )
  6773.  
  6774. Tip: you can use http://jwilk.net/software/recidivm to quickly
  6775.  
  6776. estimate the required amount of virtual memory for the binary.
  6777.  
  6778. - The binary is just buggy and explodes entirely on its own. If so, you
  6779.  
  6780. need to fix the underlying problem or find a better replacement.
  6781.  
  6782. - Less likely, there is a horrible bug in the fuzzer. If other options
  6783.  
  6784. fail, poke <afl-users@googlegroups.com> for troubleshooting tips.
  6785.  
  6786. )B
  6787.  
  6788. [-] PROGRAM ABORT : Fork server crashed with signal 11
  6789.  
  6790. Location : init_forkserver(), src/afl-forkserver.c:393
  6791.  
  6792. afl-fuzz++2.58d based on afl by Michal Zalewski and a big online community
  6793.  
  6794. [+] afl++ is maintained by Marc "van Hauser" Heuse, Heiko "hexcoder" Eissfeldt and Andrea Fioraldi
  6795.  
  6796. [+] afl++ is open source, get it at https://github.com/vanhauser-thc/AFLplusplus
  6797.  
  6798. [+] Power schedules from github.com/mboehme/aflfast
  6799.  
  6800. [+] Python Mutator and llvm_mode whitelisting from github.com/choller/afl
  6801.  
  6802. [+] afl-tmin fork server patch from github.com/nccgroup/TriforceAFL
  6803.  
  6804. [+] MOpt Mutator from github.com/puppet-meteor/MOpt-AFL
  6805.  
  6806. [*] Getting to work...
  6807.  
  6808. [+] Using exploration-based constant power schedule (EXPLORE)
  6809.  
  6810. [+] Looks like we're not running on a tty, so I'll be a bit less verbose.
  6811.  
  6812. [+] You have 2 CPU cores and 1 runnable tasks (utilization: 50%).
  6813.  
  6814. [+] Try parallel jobs - see docs/parallel_fuzzing.txt.
  6815.  
  6816. [*] Checking CPU core loadout...
  6817.  
  6818. [+] Found a free CPU core, binding to #0.
  6819.  
  6820. [*] Checking core_pattern...
  6821.  
  6822. [-] Hmm, your system is configured to send core dump notifications to an
  6823.  
  6824. external utility. This will cause issues: there will be an extended delay
  6825.  
  6826. between stumbling upon a crash and having this information relayed to the
  6827.  
  6828. fuzzer via the standard waitpid() API.
  6829.  
  6830. To avoid having crashes misinterpreted as timeouts, please log in as root
  6831.  
  6832. and temporarily modify /proc/sys/kernel/core_pattern, like so:
  6833.  
  6834. echo core >/proc/sys/kernel/core_pattern
  6835.  
  6836. [*] Setting up output directories...
  6837.  
  6838. [*] Scanning 'in'...
  6839.  
  6840. [+] No auto-generated dictionary tokens to reuse.
  6841.  
  6842. [*] Creating hard links for all input files...
  6843.  
  6844. [*] Validating target binary...
  6845.  
  6846. [*] Attempting dry run with 'id:000000,time:0,orig:in'...
  6847.  
  6848. CUT------------------------------------------------------------------CUT
  6849.  
  6850. [!] afl-fuzz is not working correctly with unicorn_mode
  6851.  
  6852. [*] running afl-fuzz for unicorn_mode compcov, this will take approx 35 seconds
  6853.  
  6854. CUT------------------------------------------------------------------CUT
  6855.  
  6856. [*] Spinning up the fork server...
  6857.  
  6858. [-] Hmm, looks like the target binary terminated before we could complete a
  6859.  
  6860. handshake with the injected code. There are two probable explanations:
  6861.  
  6862. - The current memory limit (200 MB) is too restrictive, causing an OOM
  6863.  
  6864. fault in the dynamic linker. This can be fixed with the -m option. A
  6865.  
  6866. simple way to confirm the diagnosis may be:
  6867.  
  6868. ( ulimit -Sd $[199 << 10]; /path/to/fuzzed_app )
  6869.  
  6870. Tip: you can use http://jwilk.net/software/recidivm to quickly
  6871.  
  6872. estimate the required amount of virtual memory for the binary.
  6873.  
  6874. - Less likely, there is a horrible bug in the fuzzer. If other options
  6875.  
  6876. fail, poke <afl-users@googlegroups.com> for troubleshooting tips.
  6877.  
  6878. )B
  6879.  
  6880. [-] PROGRAM ABORT : Fork server handshake failed
  6881.  
  6882. Location : init_forkserver(), src/afl-forkserver.c:459
  6883.  
  6884. afl-fuzz++2.58d based on afl by Michal Zalewski and a big online community
  6885.  
  6886. [+] afl++ is maintained by Marc "van Hauser" Heuse, Heiko "hexcoder" Eissfeldt and Andrea Fioraldi
  6887.  
  6888. [+] afl++ is open source, get it at https://github.com/vanhauser-thc/AFLplusplus
  6889.  
  6890. [+] Power schedules from github.com/mboehme/aflfast
  6891.  
  6892. [+] Python Mutator and llvm_mode whitelisting from github.com/choller/afl
  6893.  
  6894. [+] afl-tmin fork server patch from github.com/nccgroup/TriforceAFL
  6895.  
  6896. [+] MOpt Mutator from github.com/puppet-meteor/MOpt-AFL
  6897.  
  6898. [*] Getting to work...
  6899.  
  6900. [+] Using exploration-based constant power schedule (EXPLORE)
  6901.  
  6902. [+] Looks like we're not running on a tty, so I'll be a bit less verbose.
  6903.  
  6904. [+] You have 2 CPU cores and 1 runnable tasks (utilization: 50%).
  6905.  
  6906. [+] Try parallel jobs - see docs/parallel_fuzzing.txt.
  6907.  
  6908. [*] Checking CPU core loadout...
  6909.  
  6910. [+] Found a free CPU core, binding to #0.
  6911.  
  6912. [*] Checking core_pattern...
  6913.  
  6914. [-] Hmm, your system is configured to send core dump notifications to an
  6915.  
  6916. external utility. This will cause issues: there will be an extended delay
  6917.  
  6918. between stumbling upon a crash and having this information relayed to the
  6919.  
  6920. fuzzer via the standard waitpid() API.
  6921.  
  6922. To avoid having crashes misinterpreted as timeouts, please log in as root
  6923.  
  6924. and temporarily modify /proc/sys/kernel/core_pattern, like so:
  6925.  
  6926. echo core >/proc/sys/kernel/core_pattern
  6927.  
  6928. [*] Setting up output directories...
  6929.  
  6930. [+] Output directory exists but deemed OK to reuse.
  6931.  
  6932. [*] Deleting old session data...
  6933.  
  6934. [+] Output dir cleanup successful.
  6935.  
  6936. [*] Scanning 'in'...
  6937.  
  6938. [+] No auto-generated dictionary tokens to reuse.
  6939.  
  6940. [*] Creating hard links for all input files...
  6941.  
  6942. [*] Validating target binary...
  6943.  
  6944. [*] Attempting dry run with 'id:000000,time:0,orig:in'...
  6945.  
  6946. CUT------------------------------------------------------------------CUT
  6947.  
  6948. [!] afl-fuzz is not working correctly with unicorn_mode compcov
  6949.  
  6950. [*] all test cases completed.
  6951.  
  6952. [-] failure in tests :-(
  6953.  
  6954. Makefile:147: recipe for target 'tests' failed
  6955.  
  6956. make: *** [tests] Error 1
  6957.  
  6958. The command "make tests" exited with 2.
  6959.  
  6960. Done. Your build exited with 1.
  6961.  
  6962. Top
  6963. ©Travis CI, GmbH
  6964. Rigaer Straße 8
  6965. 10247 Berlin, Germany
  6966.  
  6967. Work with Travis CI
  6968. Blog
  6969. Email
  6970. Twitter
  6971.  
  6972. Help
  6973.  
  6974. Documentation
  6975. Community
  6976. Changelog
  6977. Plans and Pricing
  6978.  
  6979. Legal
  6980.  
  6981. Imprint
  6982. Terms of Service
  6983. Privacy Policy
  6984. Security Statement
  6985.  
  6986. Travis CI Status
  6987.  
  6988. Travis CI Status
Add Comment
Please, Sign In to add comment