[INFO] fetching crate cargo-bolero 0.10.0...
[INFO] checking cargo-bolero-0.10.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate cargo-bolero 0.10.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate cargo-bolero 0.10.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cargo-bolero 0.10.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate cargo-bolero 0.10.0
[INFO] tweaked toml for crates.io crate cargo-bolero 0.10.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate cargo-bolero 0.10.0 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cargo-platform v0.1.3
[INFO] [stderr]   Downloaded filetime v0.2.22
[INFO] [stderr]   Downloaded cargo_metadata v0.18.0
[INFO] [stderr]   Downloaded xattr v1.0.1
[INFO] [stderr]   Downloaded bolero-afl v0.10.0
[INFO] [stderr]   Downloaded serde_json v1.0.106
[INFO] [stderr]   Downloaded syn v2.0.31
[INFO] [stderr]   Downloaded bolero-honggfuzz v0.10.0
[INFO] [stderr]   Downloaded rustix v0.38.9
[INFO] [stderr]   Downloaded linux-raw-sys v0.4.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1b660a4d826ecf79a375f29e3dcd60557e6e67ab3af396fcf4a60bddee336515
[INFO] running `Command { std: "docker" "start" "-a" "1b660a4d826ecf79a375f29e3dcd60557e6e67ab3af396fcf4a60bddee336515", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b660a4d826ecf79a375f29e3dcd60557e6e67ab3af396fcf4a60bddee336515", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b660a4d826ecf79a375f29e3dcd60557e6e67ab3af396fcf4a60bddee336515", kill_on_drop: false }`
[INFO] [stdout] 1b660a4d826ecf79a375f29e3dcd60557e6e67ab3af396fcf4a60bddee336515
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c9628f31b33a703f56627fcb3fb85aea1ffa8d01fcc3d2b0d3d0e24fb10904b
[INFO] running `Command { std: "docker" "start" "-a" "8c9628f31b33a703f56627fcb3fb85aea1ffa8d01fcc3d2b0d3d0e24fb10904b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling serde_json v1.0.106
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling rustix v0.38.9
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.5
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling cargo-bolero v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking fastrand v2.0.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling syn v2.0.31
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking xattr v1.0.1
[INFO] [stderr]     Checking filetime v0.2.22
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking tar v0.4.40
[INFO] [stderr]    Compiling bolero-afl v0.10.0
[INFO] [stderr]     Checking tempfile v3.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking serde v1.0.188
[INFO] [stderr]     Checking cargo-platform v0.1.3
[INFO] [stderr]     Checking rustc_version v0.4.0
[INFO] [stderr]     Checking cargo_metadata v0.18.0
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bolero`
[INFO] [stdout]  --> tests/fuzz_harnessed/fuzz_target.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     bolero::check!().for_each(|_| {});
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `bolero`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bolero`
[INFO] [stdout]  --> tests/fuzz_bytes/fuzz_target.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bolero::check;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `bolero`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bolero`
[INFO] [stdout]  --> tests/fuzz_generator/fuzz_target.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bolero::check;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `bolero`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cargo-bolero` (test "fuzz_harnessed") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cargo-bolero` (test "fuzz_bytes") due to 2 previous errors
[INFO] [stderr] error: could not compile `cargo-bolero` (test "fuzz_generator") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "8c9628f31b33a703f56627fcb3fb85aea1ffa8d01fcc3d2b0d3d0e24fb10904b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c9628f31b33a703f56627fcb3fb85aea1ffa8d01fcc3d2b0d3d0e24fb10904b", kill_on_drop: false }`
[INFO] [stdout] 8c9628f31b33a703f56627fcb3fb85aea1ffa8d01fcc3d2b0d3d0e24fb10904b
[INFO] checking cargo-bolero-0.10.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate cargo-bolero 0.10.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate cargo-bolero 0.10.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cargo-bolero 0.10.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate cargo-bolero 0.10.0
[INFO] tweaked toml for crates.io crate cargo-bolero 0.10.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate cargo-bolero 0.10.0 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be890b68de360e107621dea8d165dad4bedfc01429ce4e5d442ab46dc9333e9d
[INFO] running `Command { std: "docker" "start" "-a" "be890b68de360e107621dea8d165dad4bedfc01429ce4e5d442ab46dc9333e9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be890b68de360e107621dea8d165dad4bedfc01429ce4e5d442ab46dc9333e9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be890b68de360e107621dea8d165dad4bedfc01429ce4e5d442ab46dc9333e9d", kill_on_drop: false }`
[INFO] [stdout] be890b68de360e107621dea8d165dad4bedfc01429ce4e5d442ab46dc9333e9d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dae0aa069ed44b5deacf22155b41ad3d0f8da542ea357980200c3617064e2cb5
[INFO] running `Command { std: "docker" "start" "-a" "dae0aa069ed44b5deacf22155b41ad3d0f8da542ea357980200c3617064e2cb5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling semver v1.0.18
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling rustix v0.38.9
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]    Compiling thiserror v1.0.48
[INFO] [stderr]    Compiling serde_json v1.0.106
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking fastrand v2.0.0
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling cargo-bolero v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling syn v2.0.31
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking xattr v1.0.1
[INFO] [stderr]     Checking filetime v0.2.22
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking tar v0.4.40
[INFO] [stderr]    Compiling bolero-afl v0.10.0
[INFO] [stderr]     Checking tempfile v3.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.48
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking serde v1.0.188
[INFO] [stderr]     Checking cargo-platform v0.1.3
[INFO] [stderr]     Checking rustc_version v0.4.0
[INFO] [stderr]     Checking cargo_metadata v0.18.0
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `bolero`
[INFO] [stdout]  --> tests/fuzz_harnessed/fuzz_target.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     bolero::check!().for_each(|_| {});
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `bolero`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bolero`
[INFO] [stdout]  --> tests/fuzz_generator/fuzz_target.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bolero::check;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `bolero`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `bolero`
[INFO] [stdout]  --> tests/fuzz_bytes/fuzz_target.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bolero::check;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `bolero`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cargo-bolero` (test "fuzz_harnessed") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cargo-bolero` (test "fuzz_generator") due to 2 previous errors
[INFO] [stderr] error: could not compile `cargo-bolero` (test "fuzz_bytes") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "dae0aa069ed44b5deacf22155b41ad3d0f8da542ea357980200c3617064e2cb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dae0aa069ed44b5deacf22155b41ad3d0f8da542ea357980200c3617064e2cb5", kill_on_drop: false }`
[INFO] [stdout] dae0aa069ed44b5deacf22155b41ad3d0f8da542ea357980200c3617064e2cb5
