[INFO] fetching crate py27-marshal 0.3.4... [INFO] checking py27-marshal-0.3.4 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate py27-marshal 0.3.4 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate py27-marshal 0.3.4 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate py27-marshal 0.3.4 [INFO] finished tweaking crates.io crate py27-marshal 0.3.4 [INFO] tweaked toml for crates.io crate py27-marshal 0.3.4 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc3e6812d414d3516501ccfc1d657c96f6880aad73567fb7adc09d5b3fa92941 [INFO] running `Command { std: "docker" "start" "-a" "cc3e6812d414d3516501ccfc1d657c96f6880aad73567fb7adc09d5b3fa92941", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc3e6812d414d3516501ccfc1d657c96f6880aad73567fb7adc09d5b3fa92941", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc3e6812d414d3516501ccfc1d657c96f6880aad73567fb7adc09d5b3fa92941", kill_on_drop: false }` [INFO] [stdout] cc3e6812d414d3516501ccfc1d657c96f6880aad73567fb7adc09d5b3fa92941 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9714558b38f14054262fa29fc03500033a0f65f40d2a0fb86f6cdb1e797c265f [INFO] running `Command { std: "docker" "start" "-a" "9714558b38f14054262fa29fc03500033a0f65f40d2a0fb86f6cdb1e797c265f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking bstr v0.2.16 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking py27-marshal v0.3.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ByteSlice` [INFO] [stdout] --> src/lib.rs:512:25 [INFO] [stdout] | [INFO] [stdout] 512 | use bstr::{BString, ByteSlice}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:260:24 [INFO] [stdout] | [INFO] [stdout] 260 | Self::Long(x) => Type::Long, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:261:26 [INFO] [stdout] | [INFO] [stdout] 261 | &Self::Float(x) => Type::Float, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:262:28 [INFO] [stdout] | [INFO] [stdout] 262 | &Self::Complex(x) => Type::Complex, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:263:25 [INFO] [stdout] | [INFO] [stdout] 263 | Self::Bytes(x) => Type::Bytes, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:264:26 [INFO] [stdout] | [INFO] [stdout] 264 | Self::String(x) => Type::String, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:265:25 [INFO] [stdout] | [INFO] [stdout] 265 | Self::Tuple(x) => Type::Tuple, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:266:24 [INFO] [stdout] | [INFO] [stdout] 266 | Self::List(x) => Type::List, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:267:24 [INFO] [stdout] | [INFO] [stdout] 267 | Self::Dict(x) => Type::Dict, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:268:23 [INFO] [stdout] | [INFO] [stdout] 268 | Self::Set(x) => Type::Set, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:269:29 [INFO] [stdout] | [INFO] [stdout] 269 | Self::FrozenSet(x) => Type::FrozenSet, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:270:24 [INFO] [stdout] | [INFO] [stdout] 270 | Self::Code(x) => Type::Code, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `has_posonlyargcount` [INFO] [stdout] --> src/read.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | has_posonlyargcount: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:260:24 [INFO] [stdout] | [INFO] [stdout] 260 | Self::Long(x) => Type::Long, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:261:26 [INFO] [stdout] | [INFO] [stdout] 261 | &Self::Float(x) => Type::Float, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:262:28 [INFO] [stdout] | [INFO] [stdout] 262 | &Self::Complex(x) => Type::Complex, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:263:25 [INFO] [stdout] | [INFO] [stdout] 263 | Self::Bytes(x) => Type::Bytes, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:264:26 [INFO] [stdout] | [INFO] [stdout] 264 | Self::String(x) => Type::String, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:265:25 [INFO] [stdout] | [INFO] [stdout] 265 | Self::Tuple(x) => Type::Tuple, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:266:24 [INFO] [stdout] | [INFO] [stdout] 266 | Self::List(x) => Type::List, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:267:24 [INFO] [stdout] | [INFO] [stdout] 267 | Self::Dict(x) => Type::Dict, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:268:23 [INFO] [stdout] | [INFO] [stdout] 268 | Self::Set(x) => Type::Set, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:269:29 [INFO] [stdout] | [INFO] [stdout] 269 | Self::FrozenSet(x) => Type::FrozenSet, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/lib.rs:270:24 [INFO] [stdout] | [INFO] [stdout] 270 | Self::Code(x) => Type::Code, [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `has_posonlyargcount` [INFO] [stdout] --> src/read.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | has_posonlyargcount: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.57s [INFO] running `Command { std: "docker" "inspect" "9714558b38f14054262fa29fc03500033a0f65f40d2a0fb86f6cdb1e797c265f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9714558b38f14054262fa29fc03500033a0f65f40d2a0fb86f6cdb1e797c265f", kill_on_drop: false }` [INFO] [stdout] 9714558b38f14054262fa29fc03500033a0f65f40d2a0fb86f6cdb1e797c265f