[INFO] fetching crate parse-hosts 0.5.0... [INFO] testing parse-hosts-0.5.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate parse-hosts 0.5.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate parse-hosts 0.5.0 [INFO] finished tweaking crates.io crate parse-hosts 0.5.0 [INFO] tweaked toml for crates.io crate parse-hosts 0.5.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate parse-hosts 0.5.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 915857de7746ec4055397b9f244d813b350088ebaf65747c9e08012251e44545 [INFO] running `Command { std: "docker" "start" "-a" "915857de7746ec4055397b9f244d813b350088ebaf65747c9e08012251e44545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "915857de7746ec4055397b9f244d813b350088ebaf65747c9e08012251e44545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "915857de7746ec4055397b9f244d813b350088ebaf65747c9e08012251e44545", kill_on_drop: false }` [INFO] [stdout] 915857de7746ec4055397b9f244d813b350088ebaf65747c9e08012251e44545 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f7c5f03029660ea1abe62c7dbfd444bf4c2431a181e0e02d8e7d549728cdb70 [INFO] running `Command { std: "docker" "start" "-a" "8f7c5f03029660ea1abe62c7dbfd444bf4c2431a181e0e02d8e7d549728cdb70", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling extra-default v0.2.0 [INFO] [stderr] Compiling len-trait v0.6.1 [INFO] [stderr] Compiling bow v1.0.3 [INFO] [stdout] error[E0119]: conflicting implementations of trait `Into>` for type `Bow<'_, _>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bow-1.0.3/src/lib.rs:124:1 [INFO] [stdout] | [INFO] [stdout] 124 | impl<'a, T: 'a + ToBox + ?Sized> Into> for Bow<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: conflicting implementation in crate `core`: [INFO] [stdout] - impl Into for T [INFO] [stdout] where U: From; [INFO] [stdout] = note: downstream crates may implement trait `std::convert::From>` for type `std::boxed::Box<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bow` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "8f7c5f03029660ea1abe62c7dbfd444bf4c2431a181e0e02d8e7d549728cdb70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f7c5f03029660ea1abe62c7dbfd444bf4c2431a181e0e02d8e7d549728cdb70", kill_on_drop: false }` [INFO] [stdout] 8f7c5f03029660ea1abe62c7dbfd444bf4c2431a181e0e02d8e7d549728cdb70