starting build "09f21153-9c39-4ab4-8b0b-581d52290fba" FETCHSOURCE BUILD Starting Step #0 Step #0: Already have image (with digest): gcr.io/cloud-builders/git Step #0: Cloning into 'oss-fuzz'... Finished Step #0 Starting Step #1 Step #1: Already have image (with digest): gcr.io/cloud-builders/docker Step #1: Sending build context to Docker daemon 10.75kB Step #1: Step 1/5 : FROM gcr.io/oss-fuzz-base/base-builder Step #1: latest: Pulling from oss-fuzz-base/base-builder Step #1: f3ef4ff62e0d: Pulling fs layer Step #1: 4e6f85a2d5f3: Pulling fs layer Step #1: 0e6f9d104b2b: Pulling fs layer Step #1: 15769cf8dccb: Pulling fs layer Step #1: edb4211c38a7: Pulling fs layer Step #1: 7bccdda12d6e: Pulling fs layer Step #1: c931d08bab16: Pulling fs layer Step #1: 710c699c3214: Pulling fs layer Step #1: 15d74ce34c54: Pulling fs layer Step #1: 025ad9be1881: Pulling fs layer Step #1: 281a373669bf: Pulling fs layer Step #1: 21cea34dd5a4: Pulling fs layer Step #1: 17a875d8bc1a: Pulling fs layer Step #1: 32d7b5306762: Pulling fs layer Step #1: 3acb3bac2787: Pulling fs layer Step #1: 15b30a51b33f: Pulling fs layer Step #1: b549ed74d9fb: Pulling fs layer Step #1: 2b2e92a3dcdc: Pulling fs layer Step #1: 27478f6a8559: Pulling fs layer Step #1: f986fe896773: Pulling fs layer Step #1: 7bccdda12d6e: Waiting Step #1: 15769cf8dccb: Waiting Step #1: 17a875d8bc1a: Waiting Step #1: 15d74ce34c54: Waiting Step #1: 32d7b5306762: Waiting Step #1: c931d08bab16: Waiting Step #1: 3acb3bac2787: Waiting Step #1: edb4211c38a7: Waiting Step #1: 2b2e92a3dcdc: Waiting Step #1: b549ed74d9fb: Waiting Step #1: 27478f6a8559: Waiting Step #1: 21cea34dd5a4: Waiting Step #1: 281a373669bf: Waiting Step #1: 0e6f9d104b2b: Verifying Checksum Step #1: 0e6f9d104b2b: Download complete Step #1: 15769cf8dccb: Verifying Checksum Step #1: 15769cf8dccb: Download complete Step #1: edb4211c38a7: Verifying Checksum Step #1: edb4211c38a7: Download complete Step #1: f3ef4ff62e0d: Verifying Checksum Step #1: f3ef4ff62e0d: Download complete Step #1: c931d08bab16: Download complete Step #1: 4e6f85a2d5f3: Verifying Checksum Step #1: 4e6f85a2d5f3: Download complete Step #1: 15d74ce34c54: Verifying Checksum Step #1: 15d74ce34c54: Download complete Step #1: 025ad9be1881: Verifying Checksum Step #1: 025ad9be1881: Download complete Step #1: f3ef4ff62e0d: Pull complete Step #1: 281a373669bf: Verifying Checksum Step #1: 281a373669bf: Download complete Step #1: 21cea34dd5a4: Verifying Checksum Step #1: 21cea34dd5a4: Download complete Step #1: 17a875d8bc1a: Verifying Checksum Step #1: 17a875d8bc1a: Download complete Step #1: 710c699c3214: Verifying Checksum Step #1: 710c699c3214: Download complete Step #1: 32d7b5306762: Verifying Checksum Step #1: 32d7b5306762: Download complete Step #1: 15b30a51b33f: Verifying Checksum Step #1: 15b30a51b33f: Download complete Step #1: 3acb3bac2787: Download complete Step #1: 2b2e92a3dcdc: Download complete Step #1: 7bccdda12d6e: Verifying Checksum Step #1: 7bccdda12d6e: Download complete Step #1: b549ed74d9fb: Verifying Checksum Step #1: b549ed74d9fb: Download complete Step #1: f986fe896773: Verifying Checksum Step #1: f986fe896773: Download complete Step #1: 27478f6a8559: Download complete Step #1: 4e6f85a2d5f3: Pull complete Step #1: 0e6f9d104b2b: Pull complete Step #1: 15769cf8dccb: Pull complete Step #1: edb4211c38a7: Pull complete Step #1: 7bccdda12d6e: Pull complete Step #1: c931d08bab16: Pull complete Step #1: 710c699c3214: Pull complete Step #1: 15d74ce34c54: Pull complete Step #1: 025ad9be1881: Pull complete Step #1: 281a373669bf: Pull complete Step #1: 21cea34dd5a4: Pull complete Step #1: 17a875d8bc1a: Pull complete Step #1: 32d7b5306762: Pull complete Step #1: 3acb3bac2787: Pull complete Step #1: 15b30a51b33f: Pull complete Step #1: b549ed74d9fb: Pull complete Step #1: 2b2e92a3dcdc: Pull complete Step #1: 27478f6a8559: Pull complete Step #1: f986fe896773: Pull complete Step #1: Digest: sha256:459ff7d078c6e802a8c89453f715846fd071015b25a861ff2a2bb32d0c2249bd Step #1: Status: Downloaded newer image for gcr.io/oss-fuzz-base/base-builder:latest Step #1: ---> 3a24db212206 Step #1: Step 2/5 : RUN apt-get update -y Step #1: ---> Running in becf11c185a2 Step #1: Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Step #1: Hit:2 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease Step #1: Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease Step #1: Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Step #1: Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] Step #1: Fetched 328 kB in 1s (459 kB/s) Step #1: Reading package lists... Step #1: Removing intermediate container becf11c185a2 Step #1: ---> a2f1bae8df6b Step #1: Step 3/5 : RUN apt-get install -y autoconf automake libtool curl make g++ unzip wget git binutils liblzma-dev libz-dev python-all cmake ninja-build subversion pkg-config Step #1: ---> Running in 9e7875e294dc Step #1: Reading package lists... Step #1: Building dependency tree... Step #1: Reading state information... Step #1: g++ is already the newest version (4:9.3.0-1ubuntu2). Step #1: g++ set to manually installed. Step #1: make is already the newest version (4.2.1-1.2). Step #1: make set to manually installed. Step #1: unzip is already the newest version (6.0-25ubuntu1). Step #1: unzip set to manually installed. Step #1: subversion is already the newest version (1.13.0-3). Step #1: binutils is already the newest version (2.34-6ubuntu1.1). Step #1: curl is already the newest version (7.68.0-1ubuntu2.7). Step #1: git is already the newest version (1:2.33.0-0ppa1~ubuntu20.04.1). Step #1: The following additional packages will be installed: Step #1: autotools-dev cmake-data libarchive13 libjsoncpp1 libltdl-dev libltdl7 Step #1: libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib librhash0 Step #1: libsigsegv2 libuv1 m4 python2 python2-minimal python2.7 python2.7-minimal Step #1: Suggested packages: Step #1: autoconf-archive gnu-standards autoconf-doc gettext cmake-doc lrzip Step #1: libtool-doc liblzma-doc gfortran | fortran95-compiler gcj-jdk m4-doc Step #1: python2-doc python-tk python2.7-doc binfmt-support Step #1: The following NEW packages will be installed: Step #1: autoconf automake autotools-dev cmake cmake-data libarchive13 libjsoncpp1 Step #1: libltdl-dev libltdl7 liblzma-dev libpython2-stdlib libpython2.7-minimal Step #1: libpython2.7-stdlib librhash0 libsigsegv2 libtool libuv1 m4 ninja-build Step #1: pkg-config python-all python2 python2-minimal python2.7 python2.7-minimal Step #1: wget zlib1g-dev Step #1: 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. Step #1: Need to get 12.0 MB of archives. Step #1: After this operation, 55.4 MB of additional disk space will be used. Step #1: Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libpython2.7-minimal amd64 2.7.18-1~20.04.1 [335 kB] Step #1: Get:2 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python2.7-minimal amd64 2.7.18-1~20.04.1 [1285 kB] Step #1: Get:3 http://archive.ubuntu.com/ubuntu focal/universe amd64 python2-minimal amd64 2.7.17-2ubuntu4 [27.5 kB] Step #1: Get:4 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libpython2.7-stdlib amd64 2.7.18-1~20.04.1 [1887 kB] Step #1: Get:5 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python2.7 amd64 2.7.18-1~20.04.1 [248 kB] Step #1: Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpython2-stdlib amd64 2.7.17-2ubuntu4 [7072 B] Step #1: Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 python2 amd64 2.7.17-2ubuntu4 [26.5 kB] Step #1: Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB] Step #1: Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 wget amd64 1.20.3-1ubuntu1 [349 kB] Step #1: Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB] Step #1: Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] Step #1: Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] Step #1: Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] Step #1: Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] Step #1: Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB] Step #1: Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive13 amd64 3.4.0-2ubuntu1 [327 kB] Step #1: Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB] Step #1: Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB] Step #1: Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB] Step #1: Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB] Step #1: Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] Step #1: Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] Step #1: Get:23 http://archive.ubuntu.com/ubuntu focal/universe amd64 ninja-build amd64 1.10.0-1build1 [107 kB] Step #1: Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] Step #1: Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 python-all amd64 2.7.17-2ubuntu4 [1100 B] Step #1: Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu1.2 [155 kB] Step #1: Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma-dev amd64 5.2.4-1ubuntu1 [147 kB] Step #1: debconf: delaying package configuration, since apt-utils is not installed Step #1: Fetched 12.0 MB in 1s (10.1 MB/s) Step #1: Selecting previously unselected package libpython2.7-minimal:amd64. Step #1: (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21263 files and directories currently installed.) Step #1: Preparing to unpack .../0-libpython2.7-minimal_2.7.18-1~20.04.1_amd64.deb ... Step #1: Unpacking libpython2.7-minimal:amd64 (2.7.18-1~20.04.1) ... Step #1: Selecting previously unselected package python2.7-minimal. Step #1: Preparing to unpack .../1-python2.7-minimal_2.7.18-1~20.04.1_amd64.deb ... Step #1: Unpacking python2.7-minimal (2.7.18-1~20.04.1) ... Step #1: Selecting previously unselected package python2-minimal. Step #1: Preparing to unpack .../2-python2-minimal_2.7.17-2ubuntu4_amd64.deb ... Step #1: Unpacking python2-minimal (2.7.17-2ubuntu4) ... Step #1: Selecting previously unselected package libpython2.7-stdlib:amd64. Step #1: Preparing to unpack .../3-libpython2.7-stdlib_2.7.18-1~20.04.1_amd64.deb ... Step #1: Unpacking libpython2.7-stdlib:amd64 (2.7.18-1~20.04.1) ... Step #1: Selecting previously unselected package python2.7. Step #1: Preparing to unpack .../4-python2.7_2.7.18-1~20.04.1_amd64.deb ... Step #1: Unpacking python2.7 (2.7.18-1~20.04.1) ... Step #1: Selecting previously unselected package libpython2-stdlib:amd64. Step #1: Preparing to unpack .../5-libpython2-stdlib_2.7.17-2ubuntu4_amd64.deb ... Step #1: Unpacking libpython2-stdlib:amd64 (2.7.17-2ubuntu4) ... Step #1: Setting up libpython2.7-minimal:amd64 (2.7.18-1~20.04.1) ... Step #1: Setting up python2.7-minimal (2.7.18-1~20.04.1) ... Step #1: Setting up python2-minimal (2.7.17-2ubuntu4) ... Step #1: Selecting previously unselected package python2. Step #1: (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 22010 files and directories currently installed.) Step #1: Preparing to unpack .../00-python2_2.7.17-2ubuntu4_amd64.deb ... Step #1: Unpacking python2 (2.7.17-2ubuntu4) ... Step #1: Selecting previously unselected package libuv1:amd64. Step #1: Preparing to unpack .../01-libuv1_1.34.2-1ubuntu1.3_amd64.deb ... Step #1: Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ... Step #1: Selecting previously unselected package wget. Step #1: Preparing to unpack .../02-wget_1.20.3-1ubuntu1_amd64.deb ... Step #1: Unpacking wget (1.20.3-1ubuntu1) ... Step #1: Selecting previously unselected package libsigsegv2:amd64. Step #1: Preparing to unpack .../03-libsigsegv2_2.12-2_amd64.deb ... Step #1: Unpacking libsigsegv2:amd64 (2.12-2) ... Step #1: Selecting previously unselected package m4. Step #1: Preparing to unpack .../04-m4_1.4.18-4_amd64.deb ... Step #1: Unpacking m4 (1.4.18-4) ... Step #1: Selecting previously unselected package autoconf. Step #1: Preparing to unpack .../05-autoconf_2.69-11.1_all.deb ... Step #1: Unpacking autoconf (2.69-11.1) ... Step #1: Selecting previously unselected package autotools-dev. Step #1: Preparing to unpack .../06-autotools-dev_20180224.1_all.deb ... Step #1: Unpacking autotools-dev (20180224.1) ... Step #1: Selecting previously unselected package automake. Step #1: Preparing to unpack .../07-automake_1%3a1.16.1-4ubuntu6_all.deb ... Step #1: Unpacking automake (1:1.16.1-4ubuntu6) ... Step #1: Selecting previously unselected package cmake-data. Step #1: Preparing to unpack .../08-cmake-data_3.16.3-1ubuntu1_all.deb ... Step #1: Unpacking cmake-data (3.16.3-1ubuntu1) ... Step #1: Selecting previously unselected package libarchive13:amd64. Step #1: Preparing to unpack .../09-libarchive13_3.4.0-2ubuntu1_amd64.deb ... Step #1: Unpacking libarchive13:amd64 (3.4.0-2ubuntu1) ... Step #1: Selecting previously unselected package libjsoncpp1:amd64. Step #1: Preparing to unpack .../10-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ... Step #1: Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ... Step #1: Selecting previously unselected package librhash0:amd64. Step #1: Preparing to unpack .../11-librhash0_1.3.9-1_amd64.deb ... Step #1: Unpacking librhash0:amd64 (1.3.9-1) ... Step #1: Selecting previously unselected package cmake. Step #1: Preparing to unpack .../12-cmake_3.16.3-1ubuntu1_amd64.deb ... Step #1: Unpacking cmake (3.16.3-1ubuntu1) ... Step #1: Selecting previously unselected package libltdl7:amd64. Step #1: Preparing to unpack .../13-libltdl7_2.4.6-14_amd64.deb ... Step #1: Unpacking libltdl7:amd64 (2.4.6-14) ... Step #1: Selecting previously unselected package libltdl-dev:amd64. Step #1: Preparing to unpack .../14-libltdl-dev_2.4.6-14_amd64.deb ... Step #1: Unpacking libltdl-dev:amd64 (2.4.6-14) ... Step #1: Selecting previously unselected package libtool. Step #1: Preparing to unpack .../15-libtool_2.4.6-14_all.deb ... Step #1: Unpacking libtool (2.4.6-14) ... Step #1: Selecting previously unselected package ninja-build. Step #1: Preparing to unpack .../16-ninja-build_1.10.0-1build1_amd64.deb ... Step #1: Unpacking ninja-build (1.10.0-1build1) ... Step #1: Selecting previously unselected package pkg-config. Step #1: Preparing to unpack .../17-pkg-config_0.29.1-0ubuntu4_amd64.deb ... Step #1: Unpacking pkg-config (0.29.1-0ubuntu4) ... Step #1: Selecting previously unselected package python-all. Step #1: Preparing to unpack .../18-python-all_2.7.17-2ubuntu4_amd64.deb ... Step #1: Unpacking python-all (2.7.17-2ubuntu4) ... Step #1: Selecting previously unselected package zlib1g-dev:amd64. Step #1: Preparing to unpack .../19-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... Step #1: Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... Step #1: Selecting previously unselected package liblzma-dev:amd64. Step #1: Preparing to unpack .../20-liblzma-dev_5.2.4-1ubuntu1_amd64.deb ... Step #1: Unpacking liblzma-dev:amd64 (5.2.4-1ubuntu1) ... Step #1: Setting up wget (1.20.3-1ubuntu1) ... Step #1: Setting up libarchive13:amd64 (3.4.0-2ubuntu1) ... Step #1: Setting up ninja-build (1.10.0-1build1) ... Step #1: Setting up libpython2.7-stdlib:amd64 (2.7.18-1~20.04.1) ... Step #1: Setting up autotools-dev (20180224.1) ... Step #1: Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ... Step #1: Setting up libsigsegv2:amd64 (2.12-2) ... Step #1: Setting up pkg-config (0.29.1-0ubuntu4) ... Step #1: Setting up libltdl7:amd64 (2.4.6-14) ... Step #1: Setting up liblzma-dev:amd64 (5.2.4-1ubuntu1) ... Step #1: Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... Step #1: Setting up librhash0:amd64 (1.3.9-1) ... Step #1: Setting up cmake-data (3.16.3-1ubuntu1) ... Step #1: Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ... Step #1: Setting up python2.7 (2.7.18-1~20.04.1) ... Step #1: Setting up libtool (2.4.6-14) ... Step #1: Setting up libpython2-stdlib:amd64 (2.7.17-2ubuntu4) ... Step #1: Setting up m4 (1.4.18-4) ... Step #1: Setting up python2 (2.7.17-2ubuntu4) ... Step #1: Setting up autoconf (2.69-11.1) ... Step #1: Setting up cmake (3.16.3-1ubuntu1) ... Step #1: Setting up automake (1:1.16.1-4ubuntu6) ... Step #1: update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode Step #1: update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist Step #1: update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist Step #1: Setting up python-all (2.7.17-2ubuntu4) ... Step #1: Setting up libltdl-dev:amd64 (2.4.6-14) ... Step #1: Processing triggers for libc-bin (2.31-0ubuntu9.2) ... Step #1: Processing triggers for mime-support (3.64ubuntu1) ... Step #1: Removing intermediate container 9e7875e294dc Step #1: ---> 9ac7ae002ec6 Step #1: Step 4/5 : RUN git clone --depth 1 https://github.com/llvm/llvm-project.git Step #1: ---> Running in 326474fd28cc Step #1: Cloning into 'llvm-project'... Step #1: Updating files: 8% (9134/108900) Updating files: 9% (9801/108900) Updating files: 10% (10890/108900) Updating files: 11% (11979/108900) Updating files: 12% (13068/108900) Updating files: 13% (14157/108900) Updating files: 14% (15246/108900) Updating files: 15% (16335/108900) Updating files: 16% (17424/108900) Updating files: 17% (18513/108900) Updating files: 18% (19602/108900) Updating files: 19% (20691/108900) Updating files: 20% (21780/108900) Updating files: 21% (22869/108900) Updating files: 21% (23942/108900) Updating files: 22% (23958/108900) Updating files: 23% (25047/108900) Updating files: 24% (26136/108900) Updating files: 25% (27225/108900) Updating files: 26% (28314/108900) Updating files: 27% (29403/108900) Updating files: 28% (30492/108900) Updating files: 29% (31581/108900) Updating files: 30% (32670/108900) Updating files: 31% (33759/108900) Updating files: 32% (34848/108900) Updating files: 33% (35937/108900) Updating files: 34% (37026/108900) Updating files: 35% (38115/108900) Updating files: 36% (39204/108900) Updating files: 36% (39803/108900) Updating files: 37% (40293/108900) Updating files: 38% (41382/108900) Updating files: 39% (42471/108900) Updating files: 40% (43560/108900) Updating files: 41% (44649/108900) Updating files: 42% (45738/108900) Updating files: 43% (46827/108900) Updating files: 44% (47916/108900) Updating files: 45% (49005/108900) Updating files: 46% (50094/108900) Updating files: 47% (51183/108900) Updating files: 47% (52096/108900) Updating files: 48% (52272/108900) Updating files: 49% (53361/108900) Updating files: 50% (54450/108900) Updating files: 51% (55539/108900) Updating files: 52% (56628/108900) Updating files: 53% (57717/108900) Updating files: 54% (58806/108900) Updating files: 55% (59895/108900) Updating files: 56% (60984/108900) Updating files: 56% (61522/108900) Updating files: 57% (62073/108900) Updating files: 58% (63162/108900) Updating files: 59% (64251/108900) Updating files: 60% (65340/108900) Updating files: 61% (66429/108900) Updating files: 62% (67518/108900) Updating files: 63% (68607/108900) Updating files: 64% (69696/108900) Updating files: 65% (70785/108900) Updating files: 66% (71874/108900) Updating files: 67% (72963/108900) Updating files: 68% (74052/108900) Updating files: 68% (74847/108900) Updating files: 69% (75141/108900) Updating files: 70% (76230/108900) Updating files: 71% (77319/108900) Updating files: 72% (78408/108900) Updating files: 73% (79497/108900) Updating files: 74% (80586/108900) Updating files: 75% (81675/108900) Updating files: 76% (82764/108900) Updating files: 77% (83853/108900) Updating files: 78% (84942/108900) Updating files: 79% (86031/108900) Updating files: 80% (87120/108900) Updating files: 80% (88162/108900) Updating files: 81% (88209/108900) Updating files: 82% (89298/108900) Updating files: 83% (90387/108900) Updating files: 84% (91476/108900) Updating files: 85% (92565/108900) Updating files: 86% (93654/108900) Updating files: 87% (94743/108900) Updating files: 88% (95832/108900) Updating files: 89% (96921/108900) Updating files: 90% (98010/108900) Updating files: 91% (99099/108900) Updating files: 92% (100188/108900) Updating files: 92% (101078/108900) Updating files: 93% (101277/108900) Updating files: 94% (102366/108900) Updating files: 95% (103455/108900) Updating files: 96% (104544/108900) Updating files: 97% (105633/108900) Updating files: 98% (106722/108900) Updating files: 99% (107811/108900) Updating files: 100% (108900/108900) Updating files: 100% (108900/108900), done. Step #1: Removing intermediate container 326474fd28cc Step #1: ---> 621b1350b0e5 Step #1: Step 5/5 : COPY build.sh $SRC/ Step #1: ---> bb0f07286e96 Step #1: Successfully built bb0f07286e96 Step #1: Successfully tagged gcr.io/oss-fuzz/llvm:latest Finished Step #1 Starting Step #2 - "srcmap" Step #2 - "srcmap": Already have image: gcr.io/oss-fuzz/llvm Step #2 - "srcmap": ++ tempfile Step #2 - "srcmap": + SRCMAP=/tmp/filePOecIQ Step #2 - "srcmap": + echo '{}' Step #2 - "srcmap": + PATHS_TO_SCAN=/src Step #2 - "srcmap": + [[ c++ == \g\o ]] Step #2 - "srcmap": ++ find /src -name .git -type d Step #2 - "srcmap": + for DOT_GIT_DIR in $(find $PATHS_TO_SCAN -name ".git" -type d) Step #2 - "srcmap": ++ dirname /src/llvm-project/.git Step #2 - "srcmap": + GIT_DIR=/src/llvm-project Step #2 - "srcmap": + cd /src/llvm-project Step #2 - "srcmap": ++ git config --get remote.origin.url Step #2 - "srcmap": + GIT_URL=https://github.com/llvm/llvm-project.git Step #2 - "srcmap": ++ git rev-parse HEAD Step #2 - "srcmap": + GIT_REV=24af1ba605364e3e91a05e47d41c2aec1b7b2d26 Step #2 - "srcmap": + jq_inplace /tmp/filePOecIQ '."/src/llvm-project" = { type: "git", url: "https://github.com/llvm/llvm-project.git", rev: "24af1ba605364e3e91a05e47d41c2aec1b7b2d26" }' Step #2 - "srcmap": ++ tempfile Step #2 - "srcmap": + F=/tmp/filekzeXsf Step #2 - "srcmap": + cat /tmp/filePOecIQ Step #2 - "srcmap": + jq '."/src/llvm-project" = { type: "git", url: "https://github.com/llvm/llvm-project.git", rev: "24af1ba605364e3e91a05e47d41c2aec1b7b2d26" }' Step #2 - "srcmap": + mv /tmp/filekzeXsf /tmp/filePOecIQ Step #2 - "srcmap": + for DOT_GIT_DIR in $(find $PATHS_TO_SCAN -name ".git" -type d) Step #2 - "srcmap": ++ dirname /src/aflplusplus/.git Step #2 - "srcmap": + GIT_DIR=/src/aflplusplus Step #2 - "srcmap": + cd /src/aflplusplus Step #2 - "srcmap": ++ git config --get remote.origin.url Step #2 - "srcmap": + GIT_URL=https://github.com/AFLplusplus/AFLplusplus.git Step #2 - "srcmap": ++ git rev-parse HEAD Step #2 - "srcmap": + GIT_REV=4fe572b80f76ff0b0e916b639d1e04d5af48b157 Step #2 - "srcmap": + jq_inplace /tmp/filePOecIQ '."/src/aflplusplus" = { type: "git", url: "https://github.com/AFLplusplus/AFLplusplus.git", rev: "4fe572b80f76ff0b0e916b639d1e04d5af48b157" }' Step #2 - "srcmap": ++ tempfile Step #2 - "srcmap": + F=/tmp/fileTHwEIN Step #2 - "srcmap": + cat /tmp/filePOecIQ Step #2 - "srcmap": + jq '."/src/aflplusplus" = { type: "git", url: "https://github.com/AFLplusplus/AFLplusplus.git", rev: "4fe572b80f76ff0b0e916b639d1e04d5af48b157" }' Step #2 - "srcmap": + mv /tmp/fileTHwEIN /tmp/filePOecIQ Step #2 - "srcmap": ++ find /src -name .svn -type d Step #2 - "srcmap": ++ find /src -name .hg -type d Step #2 - "srcmap": + '[' '' '!=' '' ']' Step #2 - "srcmap": + cat /tmp/filePOecIQ Step #2 - "srcmap": + rm /tmp/filePOecIQ Step #2 - "srcmap": { Step #2 - "srcmap": "/src/llvm-project": { Step #2 - "srcmap": "type": "git", Step #2 - "srcmap": "url": "https://github.com/llvm/llvm-project.git", Step #2 - "srcmap": "rev": "24af1ba605364e3e91a05e47d41c2aec1b7b2d26" Step #2 - "srcmap": }, Step #2 - "srcmap": "/src/aflplusplus": { Step #2 - "srcmap": "type": "git", Step #2 - "srcmap": "url": "https://github.com/AFLplusplus/AFLplusplus.git", Step #2 - "srcmap": "rev": "4fe572b80f76ff0b0e916b639d1e04d5af48b157" Step #2 - "srcmap": } Step #2 - "srcmap": } Finished Step #2 - "srcmap" Starting Step #3 - "compile-honggfuzz-address-x86_64" Step #3 - "compile-honggfuzz-address-x86_64": Already have image: gcr.io/oss-fuzz/llvm Step #3 - "compile-honggfuzz-address-x86_64": --------------------------------------------------------------- Step #3 - "compile-honggfuzz-address-x86_64": Skipping compilation; using precompiled honggfuzz Step #3 - "compile-honggfuzz-address-x86_64": done. Step #3 - "compile-honggfuzz-address-x86_64": --------------------------------------------------------------- Step #3 - "compile-honggfuzz-address-x86_64": CC=clang Step #3 - "compile-honggfuzz-address-x86_64": CXX=clang++ Step #3 - "compile-honggfuzz-address-x86_64": CFLAGS=-O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp Step #3 - "compile-honggfuzz-address-x86_64": CXXFLAGS=-O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp -stdlib=libc++ Step #3 - "compile-honggfuzz-address-x86_64": RUSTFLAGS=--cfg fuzzing -Zsanitizer=address -Cdebuginfo=1 -Cforce-frame-pointers Step #3 - "compile-honggfuzz-address-x86_64": --------------------------------------------------------------- Step #3 - "compile-honggfuzz-address-x86_64": + FUZZERS=(clang-fuzzer clang-format-fuzzer clang-objc-fuzzer clangd-fuzzer llvm-itanium-demangle-fuzzer llvm-microsoft-demangle-fuzzer llvm-dwarfdump-fuzzer llvm-isel-fuzzer llvm-special-case-list-fuzzer llvm-opt-fuzzer) Step #3 - "compile-honggfuzz-address-x86_64": + readonly FUZZERS Step #3 - "compile-honggfuzz-address-x86_64": + case $SANITIZER in Step #3 - "compile-honggfuzz-address-x86_64": + LLVM_SANITIZER=Address Step #3 - "compile-honggfuzz-address-x86_64": + case "${LIB_FUZZING_ENGINE}" in Step #3 - "compile-honggfuzz-address-x86_64": + CMAKE_FUZZING_CONFIG=-DLLVM_LIB_FUZZING_ENGINE=/usr/lib/libFuzzingEngine.a Step #3 - "compile-honggfuzz-address-x86_64": + LLVM=llvm-project/llvm Step #3 - "compile-honggfuzz-address-x86_64": + mkdir build Step #3 - "compile-honggfuzz-address-x86_64": + cd build Step #3 - "compile-honggfuzz-address-x86_64": + cmake -GNinja -DCMAKE_BUILD_TYPE=Release ../llvm-project/llvm '-DLLVM_ENABLE_PROJECTS=clang;libcxx;libcxxabi;compiler-rt;lld;clang-tools-extra' -DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ '-DCMAKE_C_FLAGS=-O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp' '-DCMAKE_CXX_FLAGS=-O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp -stdlib=libc++' -DLLVM_LIB_FUZZING_ENGINE=/usr/lib/libFuzzingEngine.a -DLLVM_NO_DEAD_STRIP=ON -DLLVM_USE_SANITIZER=Address -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly Step #3 - "compile-honggfuzz-address-x86_64": -- The C compiler identification is Clang 14.0.0 Step #3 - "compile-honggfuzz-address-x86_64": -- The CXX compiler identification is Clang 14.0.0 Step #3 - "compile-honggfuzz-address-x86_64": -- The ASM compiler identification is Clang Step #3 - "compile-honggfuzz-address-x86_64": -- Found assembler: /usr/local/bin/clang Step #3 - "compile-honggfuzz-address-x86_64": -- Detecting C compiler ABI info Step #3 - "compile-honggfuzz-address-x86_64": -- Detecting C compiler ABI info - done Step #3 - "compile-honggfuzz-address-x86_64": -- Check for working C compiler: /usr/local/bin/clang - skipped Step #3 - "compile-honggfuzz-address-x86_64": -- Detecting C compile features Step #3 - "compile-honggfuzz-address-x86_64": -- Detecting C compile features - done Step #3 - "compile-honggfuzz-address-x86_64": -- Detecting CXX compiler ABI info Step #3 - "compile-honggfuzz-address-x86_64": -- Detecting CXX compiler ABI info - done Step #3 - "compile-honggfuzz-address-x86_64": -- Check for working CXX compiler: /usr/local/bin/clang++ - skipped Step #3 - "compile-honggfuzz-address-x86_64": -- Detecting CXX compile features Step #3 - "compile-honggfuzz-address-x86_64": -- Detecting CXX compile features - done Step #3 - "compile-honggfuzz-address-x86_64": -- clang project is enabled Step #3 - "compile-honggfuzz-address-x86_64": -- clang-tools-extra project is enabled Step #3 - "compile-honggfuzz-address-x86_64": -- compiler-rt project is enabled Step #3 - "compile-honggfuzz-address-x86_64": -- cross-project-tests project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- libc project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- libclc project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- libcxx project is enabled Step #3 - "compile-honggfuzz-address-x86_64": -- libcxxabi project is enabled Step #3 - "compile-honggfuzz-address-x86_64": -- libunwind project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- lld project is enabled Step #3 - "compile-honggfuzz-address-x86_64": -- lldb project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- mlir project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- openmp project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- parallel-libs project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- polly project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- pstl project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- flang project is disabled Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LLVM_LIBSTDCXX_MIN Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LLVM_LIBSTDCXX_MIN - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LLVM_LIBSTDCXX_SOFT_ERROR Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LLVM_LIBSTDCXX_SOFT_ERROR - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dlfcn.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dlfcn.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for errno.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for errno.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for fcntl.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for fcntl.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for link.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for link.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for malloc/malloc.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for malloc/malloc.h - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for signal.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for signal.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/ioctl.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/ioctl.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/mman.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/mman.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/param.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/param.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/resource.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/resource.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/stat.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/stat.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/time.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/time.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/types.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/types.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sysexits.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sysexits.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for termios.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for termios.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for unistd.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for unistd.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for valgrind/valgrind.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for valgrind/valgrind.h - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for fenv.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for fenv.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for FE_ALL_EXCEPT Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for FE_ALL_EXCEPT - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for FE_INEXACT Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for FE_INEXACT - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for mach/mach.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for mach/mach.h - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for histedit.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for histedit.h - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for CrashReporterClient.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for CrashReporterClient.h - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for linux/magic.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for linux/magic.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_create in pthread Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_create in pthread - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_getspecific in pthread Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_getspecific in pthread - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_rwlock_init in pthread Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_rwlock_init in pthread - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_mutex_lock in pthread Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_mutex_lock in pthread - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dlopen in dl Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dlopen in dl - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for clock_gettime in rt Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for clock_gettime in rt - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pfm_initialize in pfm Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pfm_initialize in pfm - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CMAKE_HAVE_LIBC_PTHREAD Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Found Threads: TRUE Step #3 - "compile-honggfuzz-address-x86_64": -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for compress2 Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for compress2 - found Step #3 - "compile-honggfuzz-address-x86_64": -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for xar_open in xar Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for xar_open in xar - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for arc4random Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for arc4random - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for backtrace Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for backtrace - found Step #3 - "compile-honggfuzz-address-x86_64": -- backtrace facility detected in default set of libraries Step #3 - "compile-honggfuzz-address-x86_64": -- Found Backtrace: /usr/include Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __register_frame Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __register_frame - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __deregister_frame Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __deregister_frame - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __unw_add_dynamic_fde Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __unw_add_dynamic_fde - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for _Unwind_Backtrace Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for _Unwind_Backtrace - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for getpagesize Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for getpagesize - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sysconf Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sysconf - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for getrusage Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for getrusage - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for setrlimit Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for setrlimit - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for isatty Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for isatty - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for futimens Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for futimens - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for futimes Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for futimes - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for posix_fallocate Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for posix_fallocate - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for lseek64 Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for lseek64 - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for mallctl Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for mallctl - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for mallinfo Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for mallinfo - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for mallinfo2 Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for mallinfo2 - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for malloc_zone_statistics Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for malloc_zone_statistics - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for getrlimit Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for getrlimit - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for posix_spawn Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for posix_spawn - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pread Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pread - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sbrk Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sbrk - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for strerror Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for strerror - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for strerror_r Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for strerror_r - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for strerror_s Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for strerror_s - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for setenv Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for setenv - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dlopen Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dlopen - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dladdr Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dladdr - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __GLIBC__ Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __GLIBC__ - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_getname_np Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_getname_np - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_setname_np Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_setname_np - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for proc_pid_rusage Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for proc_pid_rusage - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_STD_IS_TRIVIALLY_COPYABLE - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LLVM_HAS_ATOMICS Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LLVM_HAS_ATOMICS - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Native target architecture is X86 Step #3 - "compile-honggfuzz-address-x86_64": -- Threads enabled. Step #3 - "compile-honggfuzz-address-x86_64": -- Doxygen disabled. Step #3 - "compile-honggfuzz-address-x86_64": -- Go bindings disabled. Step #3 - "compile-honggfuzz-address-x86_64": -- Ninja version: 1.10.0 Step #3 - "compile-honggfuzz-address-x86_64": -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) Step #3 - "compile-honggfuzz-address-x86_64": -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) Step #3 - "compile-honggfuzz-address-x86_64": -- OCaml bindings disabled. Step #3 - "compile-honggfuzz-address-x86_64": -- Could NOT find Python module pygments Step #3 - "compile-honggfuzz-address-x86_64": -- Could NOT find Python module pygments.lexers.c_cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Could NOT find Python module yaml Step #3 - "compile-honggfuzz-address-x86_64": -- LLVM host triple: x86_64-unknown-linux-gnu Step #3 - "compile-honggfuzz-address-x86_64": -- LLVM default target triple: x86_64-unknown-linux-gnu Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FPIC Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FPIC - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FPIC Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FPIC - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Building with -fPIC Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_WERROR_DATE_TIME Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FNO_OMIT_FRAME_POINTER Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FNO_OMIT_FRAME_POINTER - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FNO_OMIT_FRAME_POINTER Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FNO_OMIT_FRAME_POINTER - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_GLINE_TABLES_ONLY Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_GLINE_TABLES_ONLY - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_GLINE_TABLES_ONLY Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_GLINE_TABLES_ONLY - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FSANITIZE_USE_AFTER_SCOPE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FSANITIZE_USE_AFTER_SCOPE_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FSANITIZE_USE_AFTER_SCOPE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FSANITIZE_USE_AFTER_SCOPE_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FDATA_SECTIONS Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for os_signpost_interval_begin Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for os_signpost_interval_begin - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Found Python3: /usr/local/bin/python3.8 (found suitable version "3.8.3", minimum required is "3.6") found components: Interpreter Step #3 - "compile-honggfuzz-address-x86_64": -- Linker detection: GNU ld Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAS_WERROR_GLOBAL_CTORS Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAS_WERROR_GLOBAL_CTORS - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LLVM_HAS_NOGLOBAL_CTOR_MUTEX Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LLVM_HAS_NOGLOBAL_CTOR_MUTEX - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Found Git: /usr/bin/git (found version "2.33.0") Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting AArch64 Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting AMDGPU Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting ARM Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting AVR Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting BPF Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting Hexagon Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting Lanai Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting Mips Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting MSP430 Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting NVPTX Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting PowerPC Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting RISCV Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting Sparc Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting SystemZ Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting WebAssembly Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting X86 Step #3 - "compile-honggfuzz-address-x86_64": -- Targeting XCore Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_TARGET_EQ_X86_64_UNKNOWN_LINUX_GNU_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_TARGET_EQ_X86_64_UNKNOWN_LINUX_GNU_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for fopen in c Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for fopen in c - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __gcc_personality_v0 in gcc_s Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __gcc_personality_v0 in gcc_s - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __aeabi_uldivmod in gcc Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __aeabi_uldivmod in gcc - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_NOSTDLIBXX_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_NOSTDLIBXX_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_HAS_COMMENT_LIB_PRAGMA Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_HAS_COMMENT_LIB_PRAGMA - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_HAS_NOSTDINCXX_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_HAS_NOSTDINCXX_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dladdr in dl Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dladdr in dl - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_once in pthread Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_once in pthread - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __cxa_thread_atexit_impl in c Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __cxa_thread_atexit_impl in c - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for write in System Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for write in System - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_W_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_W_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WALL_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WALL_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WCHAR_SUBSCRIPTS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WCHAR_SUBSCRIPTS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WCONVERSION_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WCONVERSION_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WMISMATCHED_TAGS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WMISMATCHED_TAGS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WMISSING_BRACES_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WMISSING_BRACES_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WNEWLINE_EOF_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WNEWLINE_EOF_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WUNUSED_FUNCTION_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WUNUSED_FUNCTION_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSHADOW_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSHADOW_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSHORTEN_64_TO_32_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSHORTEN_64_TO_32_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSIGN_COMPARE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSIGN_COMPARE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSIGN_CONVERSION_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSIGN_CONVERSION_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSTRICT_ALIASING_EQ_2_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSTRICT_ALIASING_EQ_2_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSTRICT_OVERFLOW_EQ_4_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WSTRICT_OVERFLOW_EQ_4_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WUNUSED_PARAMETER_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WUNUSED_PARAMETER_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WUNUSED_VARIABLE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WUNUSED_VARIABLE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WWRITE_STRINGS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WWRITE_STRINGS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WUNDEF_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WUNDEF_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WNO_ERROR_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WNO_ERROR_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WX_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_WX_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_PEDANTIC_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_PEDANTIC_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_FSTRICT_ALIASING_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_FSTRICT_ALIASING_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_EHSC_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_EHSC_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_FUNWIND_TABLES_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXXABI_SUPPORTS_FUNWIND_TABLES_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Could not find ParallelSTL, libc++abi will not attempt to use it but the build may fail if the libc++ in use needs it to be available. Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_TARGET_EQ_X86_64_UNKNOWN_LINUX_GNU_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_TARGET_EQ_X86_64_UNKNOWN_LINUX_GNU_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for fopen in c Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for fopen in c - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __gcc_personality_v0 in gcc_s Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __gcc_personality_v0 in gcc_s - found Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_NOSTDLIBXX_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_NOSTDLIBXX_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_HAS_COMMENT_LIB_PRAGMA Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_HAS_COMMENT_LIB_PRAGMA - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_create in pthread Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_create in pthread - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for ccos in m Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for ccos in m - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for clock_gettime in rt Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for clock_gettime in rt - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __atomic_fetch_add_8 in atomic Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __atomic_fetch_add_8 in atomic - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for cxxabi.h in /src/llvm-project/libcxx/../libcxxabi/include Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for cxxabi.h in /src/llvm-project/libcxx/../libcxxabi/include - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __cxxabi_config.h in /src/llvm-project/libcxx/../libcxxabi/include Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __cxxabi_config.h in /src/llvm-project/libcxx/../libcxxabi/include - found Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_FNO_OMIT_FRAME_POINTER_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_FNO_OMIT_FRAME_POINTER_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_GLINE_TABLES_ONLY_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_GLINE_TABLES_ONLY_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_FALIGNED_ALLOCATION_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_FALIGNED_ALLOCATION_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_NOSTDINCXX_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_NOSTDINCXX_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_FVISIBILITY_EQ_HIDDEN_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_FVISIBILITY_EQ_HIDDEN_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WALL_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WALL_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WEXTRA_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WEXTRA_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_W_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_W_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WWRITE_STRINGS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WWRITE_STRINGS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_LONG_LONG_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_LONG_LONG_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WEXTRA_SEMI_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WEXTRA_SEMI_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WUNDEF_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WUNDEF_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_ERROR_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_WNO_ERROR_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_EHSC_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test LIBCXX_SUPPORTS_EHSC_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: algorithms.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: algorithms.partition_point.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: allocation.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: deque.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: filesystem.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: function.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: map.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: ordered_set.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: std_format_spec_string_unicode.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: string.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: stringstream.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: to_chars.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: unordered_set_operations.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: util_smartptr.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: variant_visit_1.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: variant_visit_2.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: variant_visit_3.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Adding Benchmark: vector_operations.bench.cpp Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for unwind.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for unwind.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for rpc/xdr.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for rpc/xdr.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for fopen in c Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for fopen in c - found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __gcc_personality_v0 in gcc_s Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __gcc_personality_v0 in gcc_s - found Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_NODEFAULTLIBS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_NODEFAULTLIBS_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FFREESTANDING_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FFREESTANDING_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_OMIT_FRAME_POINTER_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_STD_C11_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_STD_C11_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FPIC_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FPIC_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FPIE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FPIE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_BUILTIN_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_BUILTIN_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_EXCEPTIONS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FOMIT_FRAME_POINTER_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FUNWIND_TABLES_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FUNWIND_TABLES_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_STACK_PROTECTOR_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_SANITIZE_SAFE_STACK_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FVISIBILITY_HIDDEN_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FRTTI_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FRTTI_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_RTTI_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_RTTI_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_FUNCTION_SECTIONS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_FUNCTION_SECTIONS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_STD_CXX14_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_STD_CXX14_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FTLS_MODEL_INITIAL_EXEC Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FTLS_MODEL_INITIAL_EXEC - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_LTO_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_LTO_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_PROFILE_GENERATE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_PROFILE_GENERATE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_PROFILE_INSTR_GENERATE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_PROFILE_INSTR_GENERATE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_PROFILE_INSTR_USE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_PROFILE_INSTR_USE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_MSSE3_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_MSSE3_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_MSSE4_2_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_MSSE4_2_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_SYSROOT_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_SYSROOT_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_MCRC_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_MCRC_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_PARTIAL_INLINING_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FNO_PARTIAL_INLINING_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FVISIBILITY_INLINES_HIDDEN_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FVISIBILITY_INLINES_HIDDEN_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_GR_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_GR_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_GS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_GS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_MT_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_MT_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_Oy_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_Oy_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_GLINE_TABLES_ONLY_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_G_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_G_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_Zi_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_Zi_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WALL_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WALL_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WERROR_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WERROR_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WFRAME_LARGER_THAN_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WFRAME_LARGER_THAN_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WGLOBAL_CONSTRUCTORS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WC99_EXTENSIONS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WC99_EXTENSIONS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WGNU_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WGNU_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WNON_VIRTUAL_DTOR_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WNON_VIRTUAL_DTOR_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WVARIADIC_MACROS_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WVARIADIC_MACROS_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WUNUSED_PARAMETER_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WUNUSED_PARAMETER_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WCOVERED_SWITCH_DEFAULT_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WCOVERED_SWITCH_DEFAULT_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WSUGGEST_OVERRIDE_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WSUGGEST_OVERRIDE_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WNO_PEDANTIC Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WNO_PEDANTIC - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WNO_FORMAT Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WNO_FORMAT - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WNO_FORMAT_PEDANTIC Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WNO_FORMAT_PEDANTIC - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_W4_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_W4_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WX_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WX_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4146_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4146_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4291_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4291_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4221_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4221_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4391_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4391_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4722_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4722_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4800_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_WD4800_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __func__ Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __func__ - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_NOSTDINCXX_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_NOSTDINCXX_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_NOSTDLIBXX_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_NOSTDLIBXX_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for include file sys/auxv.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for include file sys/auxv.h - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dlopen in dl Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for dlopen in dl - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for shm_open in rt Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for shm_open in rt - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pow in m Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pow in m - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_create in pthread Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for pthread_create in pthread - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for backtrace in execinfo Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for backtrace in execinfo - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __cxa_throw in c++ Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __cxa_throw in c++ - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __cxa_throw in stdc++ Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __cxa_throw in stdc++ - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_Z_TEXT Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_Z_TEXT - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FUSE_LD_LLD_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FUSE_LD_LLD_FLAG - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_GNU_VERSION_SCRIPT_COMPAT Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_GNU_VERSION_SCRIPT_COMPAT - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_VERSION_SCRIPT Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_VERSION_SCRIPT - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __i386__ Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for __i386__ - not found Step #3 - "compile-honggfuzz-address-x86_64": -- Compiler-RT supported architectures: x86_64 Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_VISIBILITY_HIDDEN_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_VISIBILITY_HIDDEN_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FREESTANDING_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FREESTANDING_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_XRAY_COMPILER_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_XRAY_COMPILER_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_ATOMIC_KEYWORD Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_ATOMIC_KEYWORD - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FLOAT16 Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_FLOAT16 - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_ASM_LSE Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test COMPILER_RT_HAS_ASM_LSE - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Builtin supported architectures: x86_64 Step #3 - "compile-honggfuzz-address-x86_64": -- For x86_64 builtins preferring i386/fp_mode.c to fp_mode.c Step #3 - "compile-honggfuzz-address-x86_64": -- For x86_64 builtins preferring x86_64/floatdidf.c to floatdidf.c Step #3 - "compile-honggfuzz-address-x86_64": -- For x86_64 builtins preferring x86_64/floatdisf.c to floatdisf.c Step #3 - "compile-honggfuzz-address-x86_64": -- For x86_64 builtins preferring x86_64/floatundidf.S to floatundidf.c Step #3 - "compile-honggfuzz-address-x86_64": -- For x86_64 builtins preferring x86_64/floatundisf.S to floatundisf.c Step #3 - "compile-honggfuzz-address-x86_64": -- For x86_64 builtins preferring x86_64/floatdixf.c to floatdixf.c Step #3 - "compile-honggfuzz-address-x86_64": -- For x86_64 builtins preferring x86_64/floatundixf.S to floatundixf.c Step #3 - "compile-honggfuzz-address-x86_64": -- Builtin supported architectures: x86_64 Step #3 - "compile-honggfuzz-address-x86_64": -- check-shadowcallstack does nothing. Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/resource.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for sys/resource.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Clang version: 14.0.0 Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for include file sys/inotify.h Step #3 - "compile-honggfuzz-address-x86_64": -- Looking for include file sys/inotify.h - found Step #3 - "compile-honggfuzz-address-x86_64": -- Not building amdgpu-arch: hsa-runtime64 not found Step #3 - "compile-honggfuzz-address-x86_64": -- LLD version: 14.0.0 Step #3 - "compile-honggfuzz-address-x86_64": -- Registering Bye as a pass plugin (static build: OFF) Step #3 - "compile-honggfuzz-address-x86_64": -- Failed to find LLVM FileCheck Step #3 - "compile-honggfuzz-address-x86_64": -- Version: 0.0.0 Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_STD_CXX11 Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WALL Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WALL - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WEXTRA Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WSHADOW Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_PEDANTIC Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_FNO_EXCEPTIONS - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WNO_SUGGEST_OVERRIDE Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WNO_SUGGEST_OVERRIDE - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WD654 Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WD654 - Failed Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_COVERAGE Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_GNU_POSIX_REGEX Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_GNU_POSIX_REGEX Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_POSIX_REGEX Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_POSIX_REGEX Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_POSIX_REGEX -- success Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_STEADY_CLOCK Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_STEADY_CLOCK Step #3 - "compile-honggfuzz-address-x86_64": -- Performing Test HAVE_STEADY_CLOCK -- success Step #3 - "compile-honggfuzz-address-x86_64": -- Configuring done Step #3 - "compile-honggfuzz-address-x86_64": CMake Error at /src/llvm-project/compiler-rt/lib/gwp_asan/tests/CMakeLists.txt:57 (add_library): Step #3 - "compile-honggfuzz-address-x86_64": Error evaluating generator expression: Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": $ Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": Objects of target "RTSanitizerCommon.x86_64" referenced but no such target Step #3 - "compile-honggfuzz-address-x86_64": exists. Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": CMake Error at /src/llvm-project/compiler-rt/lib/gwp_asan/tests/CMakeLists.txt:57 (add_library): Step #3 - "compile-honggfuzz-address-x86_64": Error evaluating generator expression: Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": $ Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": Objects of target "RTSanitizerCommon.x86_64" referenced but no such target Step #3 - "compile-honggfuzz-address-x86_64": exists. Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": CMake Error at /src/llvm-project/compiler-rt/lib/gwp_asan/tests/CMakeLists.txt:57 (add_library): Step #3 - "compile-honggfuzz-address-x86_64": Error evaluating generator expression: Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": $ Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": Objects of target "RTSanitizerCommon.x86_64" referenced but no such target Step #3 - "compile-honggfuzz-address-x86_64": exists. Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": CMake Error at /src/llvm-project/compiler-rt/lib/gwp_asan/tests/CMakeLists.txt:57 (add_library): Step #3 - "compile-honggfuzz-address-x86_64": No SOURCES given to target: RTGwpAsanTest.x86_64 Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": Step #3 - "compile-honggfuzz-address-x86_64": CMake Generate step failed. Build files cannot be regenerated correctly. Step #3 - "compile-honggfuzz-address-x86_64": ******************************************************************************** Step #3 - "compile-honggfuzz-address-x86_64": Failed to build. Step #3 - "compile-honggfuzz-address-x86_64": To reproduce, run: Step #3 - "compile-honggfuzz-address-x86_64": python infra/helper.py build_image llvm Step #3 - "compile-honggfuzz-address-x86_64": python infra/helper.py build_fuzzers --sanitizer address --engine honggfuzz --architecture x86_64 llvm Step #3 - "compile-honggfuzz-address-x86_64": ******************************************************************************** Finished Step #3 - "compile-honggfuzz-address-x86_64" ERROR ERROR: build step 3 "gcr.io/oss-fuzz/llvm" failed: step exited with non-zero status: 1