[INFO] cloning repository https://github.com/ahmednooor/lino [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ahmednooor/lino" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fahmednooor%2Flino", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fahmednooor%2Flino'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 43d0901f1afbae1379c44c72423adcd490a89a15 [INFO] testing ahmednooor/lino against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fahmednooor%2Flino" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ahmednooor/lino on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ahmednooor/lino [INFO] finished tweaking git repo https://github.com/ahmednooor/lino [INFO] tweaked toml for git repo https://github.com/ahmednooor/lino written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ahmednooor/lino already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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] dbea3b63c430f78e1adecbe7c6a055002cf19ff70632f3aaacb9641e44be2343 [INFO] running `Command { std: "docker" "start" "-a" "dbea3b63c430f78e1adecbe7c6a055002cf19ff70632f3aaacb9641e44be2343", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbea3b63c430f78e1adecbe7c6a055002cf19ff70632f3aaacb9641e44be2343", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbea3b63c430f78e1adecbe7c6a055002cf19ff70632f3aaacb9641e44be2343", kill_on_drop: false }` [INFO] [stdout] dbea3b63c430f78e1adecbe7c6a055002cf19ff70632f3aaacb9641e44be2343 [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--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] 30bd3596942af8787a4d8eb58e7447b2d51d90cd14b5f05ade2bed607e1f3042 [INFO] running `Command { std: "docker" "start" "-a" "30bd3596942af8787a4d8eb58e7447b2d51d90cd14b5f05ade2bed607e1f3042", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling wayland-sys v0.28.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling indexmap v1.5.2 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling libloading v0.6.6 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling wayland-scanner v0.28.2 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling mio v0.7.6 [INFO] [stderr] Compiling flate2 v1.0.19 [INFO] [stderr] Compiling signal-hook v0.1.17 [INFO] [stderr] Compiling crossterm v0.19.0 [INFO] [stderr] Compiling onig_sys v69.6.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling wayland-client v0.28.2 [INFO] [stderr] Compiling wayland-protocols v0.28.2 [INFO] [stderr] Compiling plist v1.0.1 [INFO] [stderr] Compiling xcursor v0.3.3 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling wayland-commons v0.28.2 [INFO] [stderr] Compiling ctrlc v3.1.7 [INFO] [stderr] Compiling wayland-cursor v0.28.2 [INFO] [stderr] Compiling onig v6.1.1 [INFO] [stderr] Compiling syntect v4.5.0 [INFO] [stderr] Compiling x11-clipboard v0.5.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.1 [INFO] [stderr] Compiling smithay-clipboard v0.6.2 [INFO] [stderr] Compiling copypasta v0.7.1 [INFO] [stderr] Compiling lino v0.9.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `run_as_read_only` [INFO] [stdout] --> src/lino/init.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn run_as_read_only(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.57s [INFO] running `Command { std: "docker" "inspect" "30bd3596942af8787a4d8eb58e7447b2d51d90cd14b5f05ade2bed607e1f3042", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30bd3596942af8787a4d8eb58e7447b2d51d90cd14b5f05ade2bed607e1f3042", kill_on_drop: false }` [INFO] [stdout] 30bd3596942af8787a4d8eb58e7447b2d51d90cd14b5f05ade2bed607e1f3042 [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a08eff345f415f9dd1cf84eddcc9ed64a9f2c8f033a498a7de5abf23939dee1 [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" "9a08eff345f415f9dd1cf84eddcc9ed64a9f2c8f033a498a7de5abf23939dee1", kill_on_drop: false }` [INFO] [stderr] Compiling lino v0.9.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `run_as_read_only` [INFO] [stdout] --> src/lino/init.rs:160:12 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn run_as_read_only(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.82s [INFO] running `Command { std: "docker" "inspect" "9a08eff345f415f9dd1cf84eddcc9ed64a9f2c8f033a498a7de5abf23939dee1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a08eff345f415f9dd1cf84eddcc9ed64a9f2c8f033a498a7de5abf23939dee1", kill_on_drop: false }` [INFO] [stdout] 9a08eff345f415f9dd1cf84eddcc9ed64a9f2c8f033a498a7de5abf23939dee1 [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 13518e5f05967cb1d7b3e2dba28641ce4e6e59888e174d4de4582c8114cc3b7d [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" "13518e5f05967cb1d7b3e2dba28641ce4e6e59888e174d4de4582c8114cc3b7d", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `run_as_read_only` [INFO] [stderr] --> src/lino/init.rs:160:12 [INFO] [stderr] | [INFO] [stderr] 160 | pub fn run_as_read_only(&mut self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lino-87d71a83ffe6df39) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "13518e5f05967cb1d7b3e2dba28641ce4e6e59888e174d4de4582c8114cc3b7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13518e5f05967cb1d7b3e2dba28641ce4e6e59888e174d4de4582c8114cc3b7d", kill_on_drop: false }` [INFO] [stdout] 13518e5f05967cb1d7b3e2dba28641ce4e6e59888e174d4de4582c8114cc3b7d