[INFO] fetching crate integra8_impl 0.0.5-rc1... [INFO] checking integra8_impl-0.0.5-rc1 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate integra8_impl 0.0.5-rc1 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate integra8_impl 0.0.5-rc1 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate integra8_impl 0.0.5-rc1 [INFO] finished tweaking crates.io crate integra8_impl 0.0.5-rc1 [INFO] tweaked toml for crates.io crate integra8_impl 0.0.5-rc1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (latest: v2.0.66) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf6a3f2a3190244a05864874eb83f47c7851aa9039b743a0b41aa296aaab3020 [INFO] running `Command { std: "docker" "start" "-a" "cf6a3f2a3190244a05864874eb83f47c7851aa9039b743a0b41aa296aaab3020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf6a3f2a3190244a05864874eb83f47c7851aa9039b743a0b41aa296aaab3020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf6a3f2a3190244a05864874eb83f47c7851aa9039b743a0b41aa296aaab3020", kill_on_drop: false }` [INFO] [stdout] cf6a3f2a3190244a05864874eb83f47c7851aa9039b743a0b41aa296aaab3020 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad267e834e32a484212dc790779b4ec90483e90b80e4f153bae834c11cc32602 [INFO] running `Command { std: "docker" "start" "-a" "ad267e834e32a484212dc790779b4ec90483e90b80e4f153bae834c11cc32602", kill_on_drop: false }` [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Checking proc-macro2 v1.0.84 [INFO] [stderr] Checking quote v1.0.36 [INFO] [stderr] Checking syn v1.0.109 [INFO] [stderr] Checking proc-macro-error v1.0.4 [INFO] [stderr] Checking integra8_impl v0.0.5-rc1 (/opt/rustwide/workdir) [INFO] [stdout] error: No async runtime configured! [INFO] [stdout] To configure `tokio` use `integra8 = {version = "{VERSION}", features = ["core", "tokio-runtime"], default-features = false }` [INFO] [stdout] To configure `async-std` use `integra8 = {version = "{VERSION}", features = ["core", "async-std-runtime"], default-features = false }` [INFO] [stdout] Otherwise using `integra8 = {version = "{VERSION}" }` will enable tokio by default [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / compile_error!( [INFO] [stdout] 11 | | "No async runtime configured! [INFO] [stdout] 12 | | To configure `tokio` use `integra8 = {version = \"{VERSION}\", features = [\"core\", \"tokio-runtime\"], default-features = false }` [INFO] [stdout] 13 | | To configure `async-std` use `integra8 = {version = \"{VERSION}\", features = [\"core\", \"async-std-runtime\"], default-features = false }` [INFO] [stdout] 14 | | Otherwise using `integra8 = {version = \"{VERSION}\" }` will enable tokio by default " [INFO] [stdout] 15 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: No async runtime configured! [INFO] [stdout] To configure `tokio` use `integra8 = {version = "{VERSION}", features = ["core", "tokio-runtime"], default-features = false }` [INFO] [stdout] To configure `async-std` use `integra8 = {version = "{VERSION}", features = ["core", "async-std-runtime"], default-features = false }` [INFO] [stdout] Otherwise using `integra8 = {version = "{VERSION}" }` will enable tokio by default [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / compile_error!( [INFO] [stdout] 11 | | "No async runtime configured! [INFO] [stdout] 12 | | To configure `tokio` use `integra8 = {version = \"{VERSION}\", features = [\"core\", \"tokio-runtime\"], default-features = false }` [INFO] [stdout] 13 | | To configure `async-std` use `integra8 = {version = \"{VERSION}\", features = [\"core\", \"async-std-runtime\"], default-features = false }` [INFO] [stdout] 14 | | Otherwise using `integra8 = {version = \"{VERSION}\" }` will enable tokio by default " [INFO] [stdout] 15 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `integra8_impl` (lib) 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] [stderr] error: could not compile `integra8_impl` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "ad267e834e32a484212dc790779b4ec90483e90b80e4f153bae834c11cc32602", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad267e834e32a484212dc790779b4ec90483e90b80e4f153bae834c11cc32602", kill_on_drop: false }` [INFO] [stdout] ad267e834e32a484212dc790779b4ec90483e90b80e4f153bae834c11cc32602