[INFO] fetching crate bottom 0.1.2... [INFO] checking bottom-0.1.2 against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] extracting crate bottom 0.1.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate bottom 0.1.2 on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bottom 0.1.2 [INFO] finished tweaking crates.io crate bottom 0.1.2 [INFO] tweaked toml for crates.io crate bottom 0.1.2 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate bottom 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5b8b303e1897a4f8b0a98910407d0d4c57761ef0bc01bf4b7b81d8c397147c34 [INFO] running `"docker" "start" "-a" "5b8b303e1897a4f8b0a98910407d0d4c57761ef0bc01bf4b7b81d8c397147c34"` [INFO] [stderr] Compiling nix v0.16.1 [INFO] [stderr] Compiling heim-common v0.0.9 [INFO] [stderr] Compiling heim-host v0.0.9 [INFO] [stderr] Checking macaddr v0.1.2 [INFO] [stderr] Checking platforms v0.2.1 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Compiling sysinfo v0.9.6 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling escargot v0.5.0 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking tokio v0.2.9 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Compiling raw-cpuid v7.0.3 [INFO] [stderr] Checking backtrace-sys v0.1.32 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking signal-hook v0.1.12 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Compiling heim-derive v0.0.9 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking crossterm v0.14.1 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking float-cmp v0.5.3 [INFO] [stderr] Checking tui v0.8.0 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking predicates v1.0.2 [INFO] [stderr] Checking uom v0.26.0 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking fern v0.5.9 [INFO] [stderr] Checking assert_cmd v0.12.0 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking heim-runtime v0.0.5 [INFO] [stderr] Checking heim-net v0.0.9 [INFO] [stderr] Checking heim-cpu v0.0.9 [INFO] [stderr] Checking heim-virt v0.0.9 [INFO] [stderr] Checking heim-disk v0.0.9 [INFO] [stderr] Checking heim-sensors v0.0.4 [INFO] [stderr] Checking heim-memory v0.0.9 [INFO] [stderr] Checking heim-process v0.0.9 [INFO] [stderr] Checking heim v0.0.9 [INFO] [stderr] Checking bottom v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:135:2 [INFO] [stderr] | [INFO] [stderr] 135 | execute!(stdout, EnterAlternateScreen)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:136:2 [INFO] [stderr] | [INFO] [stderr] 136 | execute!(stdout, EnableMouseCapture)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:409:2 [INFO] [stderr] | [INFO] [stderr] 409 | execute!(terminal.backend_mut(), DisableMouseCapture)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:410:2 [INFO] [stderr] | [INFO] [stderr] 410 | execute!(terminal.backend_mut(), LeaveAlternateScreen)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:135:2 [INFO] [stderr] | [INFO] [stderr] 135 | execute!(stdout, EnterAlternateScreen)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:136:2 [INFO] [stderr] | [INFO] [stderr] 136 | execute!(stdout, EnableMouseCapture)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:409:2 [INFO] [stderr] | [INFO] [stderr] 409 | execute!(terminal.backend_mut(), DisableMouseCapture)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:410:2 [INFO] [stderr] | [INFO] [stderr] 410 | execute!(terminal.backend_mut(), LeaveAlternateScreen)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 23s [INFO] running `"docker" "inspect" "5b8b303e1897a4f8b0a98910407d0d4c57761ef0bc01bf4b7b81d8c397147c34"` [INFO] running `"docker" "rm" "-f" "5b8b303e1897a4f8b0a98910407d0d4c57761ef0bc01bf4b7b81d8c397147c34"` [INFO] [stdout] 5b8b303e1897a4f8b0a98910407d0d4c57761ef0bc01bf4b7b81d8c397147c34