[INFO] fetching crate bloxberg 0.1.0... [INFO] checking bloxberg-0.1.0 against beta for pr-78714 [INFO] extracting crate bloxberg 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate bloxberg 0.1.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate bloxberg 0.1.0 [INFO] finished tweaking crates.io crate bloxberg 0.1.0 [INFO] tweaked toml for crates.io crate bloxberg 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate bloxberg 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "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] c6d6d57d923577845ce660ac32c20d4ded2591db2fe1670f4dcac542cfdd9cf6 [INFO] running `Command { std: "docker" "start" "-a" "c6d6d57d923577845ce660ac32c20d4ded2591db2fe1670f4dcac542cfdd9cf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6d6d57d923577845ce660ac32c20d4ded2591db2fe1670f4dcac542cfdd9cf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6d6d57d923577845ce660ac32c20d4ded2591db2fe1670f4dcac542cfdd9cf6", kill_on_drop: false }` [INFO] [stdout] c6d6d57d923577845ce660ac32c20d4ded2591db2fe1670f4dcac542cfdd9cf6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] aa878f4c89e3c7bcfcf123cddc77ba9916d527ef8b58b909171f1aab2762dbd9 [INFO] running `Command { std: "docker" "start" "-a" "aa878f4c89e3c7bcfcf123cddc77ba9916d527ef8b58b909171f1aab2762dbd9", kill_on_drop: false }` [INFO] [stderr] Checking numtoa v0.1.0 [INFO] [stderr] Compiling capstone-sys v0.11.0 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking termion v1.5.5 [INFO] [stderr] Checking capstone v0.7.0 [INFO] [stderr] Checking bloxberg v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `byte_range` [INFO] [stdout] --> src/cell.rs:172:18 [INFO] [stdout] | [INFO] [stdout] 172 | pub const fn byte_range(&self) -> Range { [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: `is_empty` [INFO] [stdout] --> src/editor.rs:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | fn is_empty(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cell_index_at_cursor` [INFO] [stdout] --> src/editor.rs:150:8 [INFO] [stdout] | [INFO] [stdout] 150 | fn cell_index_at_cursor(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `escape_non_printable` [INFO] [stdout] --> src/editor.rs:537:8 [INFO] [stdout] | [INFO] [stdout] 537 | fn escape_non_printable(chr: char) -> char { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_line_ascii` [INFO] [stdout] --> src/editor.rs:623:8 [INFO] [stdout] | [INFO] [stdout] 623 | fn draw_line_ascii(&self, range: Range) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `byte_range` [INFO] [stdout] --> src/cell.rs:172:18 [INFO] [stdout] | [INFO] [stdout] 172 | pub const fn byte_range(&self) -> Range { [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: `is_empty` [INFO] [stdout] --> src/editor.rs:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | fn is_empty(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cell_index_at_cursor` [INFO] [stdout] --> src/editor.rs:150:8 [INFO] [stdout] | [INFO] [stdout] 150 | fn cell_index_at_cursor(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `escape_non_printable` [INFO] [stdout] --> src/editor.rs:537:8 [INFO] [stdout] | [INFO] [stdout] 537 | fn escape_non_printable(chr: char) -> char { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_line_ascii` [INFO] [stdout] --> src/editor.rs:623:8 [INFO] [stdout] | [INFO] [stdout] 623 | fn draw_line_ascii(&self, range: Range) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.85s [INFO] running `Command { std: "docker" "inspect" "aa878f4c89e3c7bcfcf123cddc77ba9916d527ef8b58b909171f1aab2762dbd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa878f4c89e3c7bcfcf123cddc77ba9916d527ef8b58b909171f1aab2762dbd9", kill_on_drop: false }` [INFO] [stdout] aa878f4c89e3c7bcfcf123cddc77ba9916d527ef8b58b909171f1aab2762dbd9