[INFO] fetching crate jbcrs-basic 0.1.4... [INFO] checking jbcrs-basic-0.1.4 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate jbcrs-basic 0.1.4 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate jbcrs-basic 0.1.4 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate jbcrs-basic 0.1.4 [INFO] finished tweaking crates.io crate jbcrs-basic 0.1.4 [INFO] tweaked toml for crates.io crate jbcrs-basic 0.1.4 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded yade v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6f8cef6bfb3c7472f8e48b349fbdc5bab55968b549715d23d37c7a2fec927bfa [INFO] running `Command { std: "docker" "start" "-a" "6f8cef6bfb3c7472f8e48b349fbdc5bab55968b549715d23d37c7a2fec927bfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f8cef6bfb3c7472f8e48b349fbdc5bab55968b549715d23d37c7a2fec927bfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f8cef6bfb3c7472f8e48b349fbdc5bab55968b549715d23d37c7a2fec927bfa", kill_on_drop: false }` [INFO] [stdout] 6f8cef6bfb3c7472f8e48b349fbdc5bab55968b549715d23d37c7a2fec927bfa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7d90d3a5a50f48e8359c39d931ee40d7c0e48c72eda2d5d4bd102ae71fda0c9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e7d90d3a5a50f48e8359c39d931ee40d7c0e48c72eda2d5d4bd102ae71fda0c9", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling yade v0.1.2 [INFO] [stderr] Checking jbcrs-basic v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:76:14 [INFO] [stdout] | [INFO] [stdout] 76 | 0...63 => StackMapFrame::Same { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | 64...127 => StackMapFrame::Same1 { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | 248...250 => StackMapFrame::Chop { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | 252...254 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:76:14 [INFO] [stdout] | [INFO] [stdout] 76 | 0...63 => StackMapFrame::Same { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | 64...127 => StackMapFrame::Same1 { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | 248...250 => StackMapFrame::Chop { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | 252...254 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_capacity` [INFO] [stdout] --> src/writer/encode.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn with_capacity(cap: usize) -> Encoder { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/writer/encode.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_u32` [INFO] [stdout] --> src/writer/encode.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn write_u32(&mut self, u: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_u64` [INFO] [stdout] --> src/writer/encode.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn write_u64(&mut self, u: u64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_i8` [INFO] [stdout] --> src/writer/encode.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn write_i8(&mut self, u: i8) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_i16` [INFO] [stdout] --> src/writer/encode.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn write_i16(&mut self, u: i16) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_capacity` [INFO] [stdout] --> src/writer/encode.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn with_capacity(cap: usize) -> Encoder { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/writer/encode.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_u32` [INFO] [stdout] --> src/writer/encode.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn write_u32(&mut self, u: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_u64` [INFO] [stdout] --> src/writer/encode.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn write_u64(&mut self, u: u64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_i8` [INFO] [stdout] --> src/writer/encode.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn write_i8(&mut self, u: i8) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_i16` [INFO] [stdout] --> src/writer/encode.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn write_i16(&mut self, u: i16) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.22s [INFO] running `Command { std: "docker" "inspect" "e7d90d3a5a50f48e8359c39d931ee40d7c0e48c72eda2d5d4bd102ae71fda0c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7d90d3a5a50f48e8359c39d931ee40d7c0e48c72eda2d5d4bd102ae71fda0c9", kill_on_drop: false }` [INFO] [stdout] e7d90d3a5a50f48e8359c39d931ee40d7c0e48c72eda2d5d4bd102ae71fda0c9