[INFO] cloning repository https://github.com/rust-fuzz/afl.rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rust-fuzz/afl.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-fuzz%2Fafl.rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-fuzz%2Fafl.rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 880f49d1fe7d874e67d0d8b765fc350d0c3c61af [INFO] testing rust-fuzz/afl.rs against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-fuzz%2Fafl.rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/rust-fuzz/afl.rs [INFO] finished tweaking git repo https://github.com/rust-fuzz/afl.rs [INFO] tweaked toml for git repo https://github.com/rust-fuzz/afl.rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rust-fuzz/afl.rs on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/rust-fuzz/afl.rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e904bb5c421f60ecc4906970207df4f5b8005b839804de53465fec93c234cf17 [INFO] running `Command { std: "docker" "start" "-a" "e904bb5c421f60ecc4906970207df4f5b8005b839804de53465fec93c234cf17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e904bb5c421f60ecc4906970207df4f5b8005b839804de53465fec93c234cf17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e904bb5c421f60ecc4906970207df4f5b8005b839804de53465fec93c234cf17", kill_on_drop: false }` [INFO] [stdout] e904bb5c421f60ecc4906970207df4f5b8005b839804de53465fec93c234cf17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 710289d6421ab2401056ce43812a3e3c9aa5b62967a6526c9acd60a89a36e50d [INFO] running `Command { std: "docker" "start" "-a" "710289d6421ab2401056ce43812a3e3c9aa5b62967a6526c9acd60a89a36e50d", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling gimli v0.32.3 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling rustc-demangle v0.1.26 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling xdg v3.0.0 [INFO] [stderr] Compiling clap_builder v4.5.51 [INFO] [stderr] Compiling afl v0.17.0 (/opt/rustwide/workdir/afl) [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling addr2line v0.25.1 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling clap v4.5.51 [INFO] [stderr] Compiling cargo-afl v0.17.0 (/opt/rustwide/workdir/cargo-afl) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.95s [INFO] running `Command { std: "docker" "inspect" "710289d6421ab2401056ce43812a3e3c9aa5b62967a6526c9acd60a89a36e50d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "710289d6421ab2401056ce43812a3e3c9aa5b62967a6526c9acd60a89a36e50d", kill_on_drop: false }` [INFO] [stdout] 710289d6421ab2401056ce43812a3e3c9aa5b62967a6526c9acd60a89a36e50d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9514d35ca9ed3ea0f8fcfe2cfb89bad5f05fd6070dd93b06d6e90e2bf946836c [INFO] running `Command { std: "docker" "start" "-a" "9514d35ca9ed3ea0f8fcfe2cfb89bad5f05fd6070dd93b06d6e90e2bf946836c", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling doc-comment v0.3.4 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling dtor-proc-macro v0.0.6 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling assert_cmd v2.0.17 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling ctor-proc-macro v0.0.7 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling dtor v0.1.0 [INFO] [stderr] Compiling ctor v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling derive_arbitrary v1.4.2 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling arbitrary v1.4.2 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling clap v4.5.51 [INFO] [stderr] Compiling cargo-afl v0.17.0 (/opt/rustwide/workdir/cargo-afl) [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling afl v0.17.0 (/opt/rustwide/workdir/afl) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcaFEpOT/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libafl-2a2e18a94529f97e.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcaFEpOT/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/maze-05c9243cee4b34c9" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: __afl_manual_init [INFO] [stdout] >>> referenced by lib.rs:281 (afl/src/lib.rs:281) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/maze-05c9243cee4b34c9.maze.27b018da031b995b-cgu.0.rcgu.o:(afl::fuzz::h4feeb13f70fb4aeb) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_persistent_loop [INFO] [stdout] >>> referenced by lib.rs:283 (afl/src/lib.rs:283) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/maze-05c9243cee4b34c9.maze.27b018da031b995b-cgu.0.rcgu.o:(afl::fuzz::h4feeb13f70fb4aeb) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_fuzz_ptr [INFO] [stdout] >>> referenced by lib.rs:285 (afl/src/lib.rs:285) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/maze-05c9243cee4b34c9.maze.27b018da031b995b-cgu.0.rcgu.o:(afl::fuzz::h4feeb13f70fb4aeb) [INFO] [stdout] >>> referenced by lib.rs:285 (afl/src/lib.rs:285) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/maze-05c9243cee4b34c9.maze.27b018da031b995b-cgu.0.rcgu.o:(afl::fuzz::h4feeb13f70fb4aeb) [INFO] [stdout] >>> referenced by lib.rs:297 (afl/src/lib.rs:297) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/maze-05c9243cee4b34c9.maze.27b018da031b995b-cgu.0.rcgu.o:(afl::fuzz::h4feeb13f70fb4aeb) [INFO] [stdout] >>> referenced 1 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_fuzz_len [INFO] [stdout] >>> referenced by lib.rs:296 (afl/src/lib.rs:296) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/maze-05c9243cee4b34c9.maze.27b018da031b995b-cgu.0.rcgu.o:(afl::fuzz::h4feeb13f70fb4aeb) [INFO] [stdout] >>> referenced by lib.rs:296 (afl/src/lib.rs:296) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/maze-05c9243cee4b34c9.maze.27b018da031b995b-cgu.0.rcgu.o:(afl::fuzz::h4feeb13f70fb4aeb) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustclJn51s/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libafl-2a2e18a94529f97e.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustclJn51s/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/hello-251308da93cad2aa" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: __afl_manual_init [INFO] [stdout] >>> referenced by lib.rs:281 (afl/src/lib.rs:281) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/hello-251308da93cad2aa.hello.9e419033009abc79-cgu.0.rcgu.o:(afl::fuzz::hfddebab5f471e76e) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_persistent_loop [INFO] [stdout] >>> referenced by lib.rs:283 (afl/src/lib.rs:283) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/hello-251308da93cad2aa.hello.9e419033009abc79-cgu.0.rcgu.o:(afl::fuzz::hfddebab5f471e76e) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_fuzz_ptr [INFO] [stdout] >>> referenced by lib.rs:285 (afl/src/lib.rs:285) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/hello-251308da93cad2aa.hello.9e419033009abc79-cgu.0.rcgu.o:(afl::fuzz::hfddebab5f471e76e) [INFO] [stdout] >>> referenced by lib.rs:285 (afl/src/lib.rs:285) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/hello-251308da93cad2aa.hello.9e419033009abc79-cgu.0.rcgu.o:(afl::fuzz::hfddebab5f471e76e) [INFO] [stdout] >>> referenced by lib.rs:297 (afl/src/lib.rs:297) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/hello-251308da93cad2aa.hello.9e419033009abc79-cgu.0.rcgu.o:(afl::fuzz::hfddebab5f471e76e) [INFO] [stdout] >>> referenced 1 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_fuzz_len [INFO] [stdout] >>> referenced by lib.rs:296 (afl/src/lib.rs:296) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/hello-251308da93cad2aa.hello.9e419033009abc79-cgu.0.rcgu.o:(afl::fuzz::hfddebab5f471e76e) [INFO] [stdout] >>> referenced by lib.rs:296 (afl/src/lib.rs:296) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/hello-251308da93cad2aa.hello.9e419033009abc79-cgu.0.rcgu.o:(afl::fuzz::hfddebab5f471e76e) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcDgC1xx/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libarbitrary-fae5bcff3f84a2ec,libafl-2a2e18a94529f97e}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcDgC1xx/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/cfg-557df3c2babefb8c" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: __afl_manual_init [INFO] [stdout] >>> referenced by lib.rs:281 (afl/src/lib.rs:281) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cfg-557df3c2babefb8c.cfg.19d0bd8485b63d65-cgu.0.rcgu.o:(afl::fuzz::h7238182aa1cf7682) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_persistent_loop [INFO] [stdout] >>> referenced by lib.rs:283 (afl/src/lib.rs:283) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cfg-557df3c2babefb8c.cfg.19d0bd8485b63d65-cgu.0.rcgu.o:(afl::fuzz::h7238182aa1cf7682) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_fuzz_ptr [INFO] [stdout] >>> referenced by lib.rs:285 (afl/src/lib.rs:285) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cfg-557df3c2babefb8c.cfg.19d0bd8485b63d65-cgu.0.rcgu.o:(afl::fuzz::h7238182aa1cf7682) [INFO] [stdout] >>> referenced by lib.rs:285 (afl/src/lib.rs:285) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cfg-557df3c2babefb8c.cfg.19d0bd8485b63d65-cgu.0.rcgu.o:(afl::fuzz::h7238182aa1cf7682) [INFO] [stdout] >>> referenced by lib.rs:297 (afl/src/lib.rs:297) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cfg-557df3c2babefb8c.cfg.19d0bd8485b63d65-cgu.0.rcgu.o:(afl::fuzz::h7238182aa1cf7682) [INFO] [stdout] >>> referenced 1 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_fuzz_len [INFO] [stdout] >>> referenced by lib.rs:296 (afl/src/lib.rs:296) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cfg-557df3c2babefb8c.cfg.19d0bd8485b63d65-cgu.0.rcgu.o:(afl::fuzz::h7238182aa1cf7682) [INFO] [stdout] >>> referenced by lib.rs:296 (afl/src/lib.rs:296) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cfg-557df3c2babefb8c.cfg.19d0bd8485b63d65-cgu.0.rcgu.o:(afl::fuzz::h7238182aa1cf7682) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `afl` (example "hello") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `afl` (example "maze") due to 1 previous error [INFO] [stderr] error: could not compile `afl` (example "cfg") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc0QYWyU/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libafl-2a2e18a94529f97e.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc0QYWyU/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/cmplog-4c075dc0197ca681" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: __afl_manual_init [INFO] [stdout] >>> referenced by lib.rs:281 (afl/src/lib.rs:281) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cmplog-4c075dc0197ca681.cmplog.ac6164d157304f11-cgu.0.rcgu.o:(afl::fuzz::h5f0083912594d655) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_persistent_loop [INFO] [stdout] >>> referenced by lib.rs:283 (afl/src/lib.rs:283) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cmplog-4c075dc0197ca681.cmplog.ac6164d157304f11-cgu.0.rcgu.o:(afl::fuzz::h5f0083912594d655) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_fuzz_ptr [INFO] [stdout] >>> referenced by lib.rs:285 (afl/src/lib.rs:285) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cmplog-4c075dc0197ca681.cmplog.ac6164d157304f11-cgu.0.rcgu.o:(afl::fuzz::h5f0083912594d655) [INFO] [stdout] >>> referenced by lib.rs:285 (afl/src/lib.rs:285) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cmplog-4c075dc0197ca681.cmplog.ac6164d157304f11-cgu.0.rcgu.o:(afl::fuzz::h5f0083912594d655) [INFO] [stdout] >>> referenced by lib.rs:297 (afl/src/lib.rs:297) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cmplog-4c075dc0197ca681.cmplog.ac6164d157304f11-cgu.0.rcgu.o:(afl::fuzz::h5f0083912594d655) [INFO] [stdout] >>> referenced 1 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_fuzz_len [INFO] [stdout] >>> referenced by lib.rs:296 (afl/src/lib.rs:296) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cmplog-4c075dc0197ca681.cmplog.ac6164d157304f11-cgu.0.rcgu.o:(afl::fuzz::h5f0083912594d655) [INFO] [stdout] >>> referenced by lib.rs:296 (afl/src/lib.rs:296) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/cmplog-4c075dc0197ca681.cmplog.ac6164d157304f11-cgu.0.rcgu.o:(afl::fuzz::h5f0083912594d655) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `afl` (example "cmplog") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcxrruJp/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libarbitrary-fae5bcff3f84a2ec,libafl-2a2e18a94529f97e}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcxrruJp/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/arbitrary-4fa3bfb3b71ab913" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: __afl_manual_init [INFO] [stdout] >>> referenced by lib.rs:281 (afl/src/lib.rs:281) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/arbitrary-4fa3bfb3b71ab913.arbitrary.ca3327e3722bffee-cgu.0.rcgu.o:(afl::fuzz::hed2199f5aab92089) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_persistent_loop [INFO] [stdout] >>> referenced by lib.rs:283 (afl/src/lib.rs:283) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/arbitrary-4fa3bfb3b71ab913.arbitrary.ca3327e3722bffee-cgu.0.rcgu.o:(afl::fuzz::hed2199f5aab92089) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_fuzz_ptr [INFO] [stdout] >>> referenced by lib.rs:285 (afl/src/lib.rs:285) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/arbitrary-4fa3bfb3b71ab913.arbitrary.ca3327e3722bffee-cgu.0.rcgu.o:(afl::fuzz::hed2199f5aab92089) [INFO] [stdout] >>> referenced by lib.rs:285 (afl/src/lib.rs:285) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/arbitrary-4fa3bfb3b71ab913.arbitrary.ca3327e3722bffee-cgu.0.rcgu.o:(afl::fuzz::hed2199f5aab92089) [INFO] [stdout] >>> referenced by lib.rs:297 (afl/src/lib.rs:297) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/arbitrary-4fa3bfb3b71ab913.arbitrary.ca3327e3722bffee-cgu.0.rcgu.o:(afl::fuzz::hed2199f5aab92089) [INFO] [stdout] >>> referenced 1 more times [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: __afl_fuzz_len [INFO] [stdout] >>> referenced by lib.rs:296 (afl/src/lib.rs:296) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/arbitrary-4fa3bfb3b71ab913.arbitrary.ca3327e3722bffee-cgu.0.rcgu.o:(afl::fuzz::hed2199f5aab92089) [INFO] [stdout] >>> referenced by lib.rs:296 (afl/src/lib.rs:296) [INFO] [stdout] >>> /opt/rustwide/target/debug/examples/arbitrary-4fa3bfb3b71ab913.arbitrary.ca3327e3722bffee-cgu.0.rcgu.o:(afl::fuzz::hed2199f5aab92089) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `afl` (example "arbitrary") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "9514d35ca9ed3ea0f8fcfe2cfb89bad5f05fd6070dd93b06d6e90e2bf946836c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9514d35ca9ed3ea0f8fcfe2cfb89bad5f05fd6070dd93b06d6e90e2bf946836c", kill_on_drop: false }` [INFO] [stdout] 9514d35ca9ed3ea0f8fcfe2cfb89bad5f05fd6070dd93b06d6e90e2bf946836c