[INFO] fetching crate fav_cli 0.2.37...
[INFO] checking fav_cli-0.2.37 against 1af98b7cdf86932b76182a387f52f1be6f0c1be0 for pr-159706
[INFO] extracting crate fav_cli 0.2.37 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate fav_cli 0.2.37
[INFO] finished tweaking crates.io crate fav_cli 0.2.37
[INFO] tweaked toml for crates.io crate fav_cli 0.2.37 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fav_cli 0.2.37 on toolchain 1af98b7cdf86932b76182a387f52f1be6f0c1be0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 243 packages to latest compatible versions
[INFO] [stderr]       Adding vergen v8.3.2 (available: v10.0.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fav_utils v0.0.15
[INFO] [stderr]   Downloaded vergen v8.3.2
[INFO] [stderr]   Downloaded trait-variant v0.1.3
[INFO] [stderr]   Downloaded protobuf-json-mapping v3.7.2
[INFO] [stderr]   Downloaded clap_complete v4.6.9
[INFO] [stderr]   Downloaded fav_derive v0.0.4
[INFO] [stderr]   Downloaded tabled_derive v0.10.0
[INFO] [stderr]   Downloaded fav_core v0.1.8
[INFO] [stderr]   Downloaded papergrid v0.14.0
[INFO] [stderr]   Downloaded tabled v0.18.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 99deaaf5b1764523b88982591ab591ad6281efc1ce0d3466873a39e32f442e2a
[INFO] running `Command { std: "docker" "start" "99deaaf5b1764523b88982591ab591ad6281efc1ce0d3466873a39e32f442e2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99deaaf5b1764523b88982591ab591ad6281efc1ce0d3466873a39e32f442e2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "99deaaf5b1764523b88982591ab591ad6281efc1ce0d3466873a39e32f442e2a" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99deaaf5b1764523b88982591ab591ad6281efc1ce0d3466873a39e32f442e2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "99deaaf5b1764523b88982591ab591ad6281efc1ce0d3466873a39e32f442e2a" "/opt/rustwide/cargo-home/bin/cargo" "+1af98b7cdf86932b76182a387f52f1be6f0c1be0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling fastrand v2.5.0
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.18
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling cookie v0.18.2
[INFO] [stderr]     Checking openssl v0.10.81
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]    Compiling protobuf-support v3.7.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]    Compiling vergen v8.3.2
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling portable-atomic v1.14.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling fav_derive v0.0.4
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking papergrid v0.14.0
[INFO] [stderr]    Compiling tabled_derive v0.10.0
[INFO] [stderr]     Checking clap_builder v4.6.6
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]    Compiling trait-variant v0.1.3
[INFO] [stderr]     Checking qrcode v0.14.1
[INFO] [stderr]    Compiling time v0.3.55
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking tabled v0.18.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking clap_complete v4.6.9
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking publicsuffix v2.3.0
[INFO] [stderr]     Checking futures v0.3.33
[INFO] [stderr]     Checking protobuf-json-mapping v3.7.2
[INFO] [stderr]     Checking sanitize-filename v0.5.0
[INFO] [stderr]     Checking native-tls v0.2.18
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]    Compiling protobuf-parse v3.7.2
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking cookie_store v0.22.1
[INFO] [stderr]    Compiling fav_cli v0.2.37 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling protobuf-codegen v3.7.2
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]    Compiling fav_core v0.1.8
[INFO] [stderr]    Compiling fav_utils v0.0.15
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.45s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] running `Command { std: "docker" "inspect" "99deaaf5b1764523b88982591ab591ad6281efc1ce0d3466873a39e32f442e2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99deaaf5b1764523b88982591ab591ad6281efc1ce0d3466873a39e32f442e2a", kill_on_drop: false }`
[INFO] [stdout] 99deaaf5b1764523b88982591ab591ad6281efc1ce0d3466873a39e32f442e2a
