[INFO] fetching crate cjdns 0.2.0... [INFO] checking cjdns-0.2.0 against master#00bfd6b2734d9c28a147bf237490995731781fdd for pr-117984 [INFO] extracting crate cjdns 0.2.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate cjdns 0.2.0 on toolchain 00bfd6b2734d9c28a147bf237490995731781fdd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+00bfd6b2734d9c28a147bf237490995731781fdd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cjdns 0.2.0 [INFO] finished tweaking crates.io crate cjdns 0.2.0 [INFO] tweaked toml for crates.io crate cjdns 0.2.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+00bfd6b2734d9c28a147bf237490995731781fdd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+00bfd6b2734d9c28a147bf237490995731781fdd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bencode v0.1.16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+00bfd6b2734d9c28a147bf237490995731781fdd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba3ed38e0b313e7725a5e692f6a288ec3a24e4cb27d29462c0fdc65761f47788 [INFO] running `Command { std: "docker" "start" "-a" "ba3ed38e0b313e7725a5e692f6a288ec3a24e4cb27d29462c0fdc65761f47788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba3ed38e0b313e7725a5e692f6a288ec3a24e4cb27d29462c0fdc65761f47788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba3ed38e0b313e7725a5e692f6a288ec3a24e4cb27d29462c0fdc65761f47788", kill_on_drop: false }` [INFO] [stdout] ba3ed38e0b313e7725a5e692f6a288ec3a24e4cb27d29462c0fdc65761f47788 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+00bfd6b2734d9c28a147bf237490995731781fdd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a81569d56e3664f662417ae0cdc28bf861fa5d2df07ad39234736d1c31c4564 [INFO] running `Command { std: "docker" "start" "-a" "8a81569d56e3664f662417ae0cdc28bf861fa5d2df07ad39234736d1c31c4564", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking bencode v0.1.16 [INFO] [stderr] Checking cjdns v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(Debug, RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:124:17 [INFO] [stdout] | [INFO] [stdout] 124 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:147:17 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(Debug, RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:168:17 [INFO] [stdout] | [INFO] [stdout] 168 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:176:17 [INFO] [stdout] | [INFO] [stdout] 176 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 113 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:124:17 [INFO] [stdout] | [INFO] [stdout] 124 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:147:17 [INFO] [stdout] | [INFO] [stdout] 147 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:168:17 [INFO] [stdout] | [INFO] [stdout] 168 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/structs.rs:176:17 [INFO] [stdout] | [INFO] [stdout] 176 | #[derive(Debug, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/structs.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 157 | pub struct Node { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 158 | bestParent: Parent, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 159 | encodingScheme: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 160 | cost: u64, [INFO] [stdout] | ^^^^ [INFO] [stdout] 161 | key: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 162 | linkCount: u64, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 163 | protocolVersion: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 164 | routeLabel: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `bitCount`, `prefix`, and `prefixLen` are never read [INFO] [stdout] --> src/structs.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 169 | pub struct EncodingScheme { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 170 | bitCount: u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 171 | prefix: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 172 | prefixLen: u64, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `EncodingScheme` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `ip`, `isOneHop`, and `parentChildLabel` are never read [INFO] [stdout] --> src/structs.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 177 | pub struct Parent { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 178 | ip: String, [INFO] [stdout] | ^^ [INFO] [stdout] 179 | isOneHop: u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 180 | parentChildLabel: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Parent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/structs.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 157 | pub struct Node { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 158 | bestParent: Parent, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 159 | encodingScheme: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 160 | cost: u64, [INFO] [stdout] | ^^^^ [INFO] [stdout] 161 | key: String, [INFO] [stdout] | ^^^ [INFO] [stdout] 162 | linkCount: u64, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 163 | protocolVersion: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 164 | routeLabel: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Node` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `bitCount`, `prefix`, and `prefixLen` are never read [INFO] [stdout] --> src/structs.rs:170:5 [INFO] [stdout] | [INFO] [stdout] 169 | pub struct EncodingScheme { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 170 | bitCount: u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 171 | prefix: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 172 | prefixLen: u64, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `EncodingScheme` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `ip`, `isOneHop`, and `parentChildLabel` are never read [INFO] [stdout] --> src/structs.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 177 | pub struct Parent { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 178 | ip: String, [INFO] [stdout] | ^^ [INFO] [stdout] 179 | isOneHop: u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 180 | parentChildLabel: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Parent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.08s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "8a81569d56e3664f662417ae0cdc28bf861fa5d2df07ad39234736d1c31c4564", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a81569d56e3664f662417ae0cdc28bf861fa5d2df07ad39234736d1c31c4564", kill_on_drop: false }` [INFO] [stdout] 8a81569d56e3664f662417ae0cdc28bf861fa5d2df07ad39234736d1c31c4564 [INFO] checking cjdns-0.2.0 against try#aa7c6ba69acce8b10a275eabfe6157ea72c8b599 for pr-117984 [INFO] extracting crate cjdns 0.2.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate cjdns 0.2.0 on toolchain aa7c6ba69acce8b10a275eabfe6157ea72c8b599 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+aa7c6ba69acce8b10a275eabfe6157ea72c8b599" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cjdns 0.2.0 [INFO] finished tweaking crates.io crate cjdns 0.2.0 [INFO] tweaked toml for crates.io crate cjdns 0.2.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+aa7c6ba69acce8b10a275eabfe6157ea72c8b599" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+aa7c6ba69acce8b10a275eabfe6157ea72c8b599" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+aa7c6ba69acce8b10a275eabfe6157ea72c8b599" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b75414879a34f69996a0aaef542d6307ffa9775522ad69fc5c68f941e255ec3c [INFO] running `Command { std: "docker" "start" "-a" "b75414879a34f69996a0aaef542d6307ffa9775522ad69fc5c68f941e255ec3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b75414879a34f69996a0aaef542d6307ffa9775522ad69fc5c68f941e255ec3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b75414879a34f69996a0aaef542d6307ffa9775522ad69fc5c68f941e255ec3c", kill_on_drop: false }` [INFO] [stdout] b75414879a34f69996a0aaef542d6307ffa9775522ad69fc5c68f941e255ec3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+aa7c6ba69acce8b10a275eabfe6157ea72c8b599" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7bde2ce0cea9e7eda8418f60eaa54765550ee6cc9e633ed733d0d63bb9c5646a [INFO] running `Command { std: "docker" "start" "-a" "7bde2ce0cea9e7eda8418f60eaa54765550ee6cc9e633ed733d0d63bb9c5646a", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stdout] error[E0310]: the parameter type `T` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc-serialize-0.3.24/src/serialize.rs:1155:5 [INFO] [stdout] | [INFO] [stdout] 1155 | fn decode(d: &mut D) -> Result, D::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | the parameter type `T` must be valid for the static lifetime... [INFO] [stdout] | ...so that the type `T` will meet its required lifetime bounds... [INFO] [stdout] | [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /rustc/aa7c6ba69acce8b10a275eabfe6157ea72c8b599/library/alloc/src/borrow.rs:180:30 [INFO] [stdout] help: consider adding an explicit lifetime bound [INFO] [stdout] | [INFO] [stdout] 1151 | impl<'a, T: ?Sized + 'static> Decodable for Cow<'a, T> [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustc-serialize` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "7bde2ce0cea9e7eda8418f60eaa54765550ee6cc9e633ed733d0d63bb9c5646a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bde2ce0cea9e7eda8418f60eaa54765550ee6cc9e633ed733d0d63bb9c5646a", kill_on_drop: false }` [INFO] [stdout] 7bde2ce0cea9e7eda8418f60eaa54765550ee6cc9e633ed733d0d63bb9c5646a