[INFO] cloning repository https://github.com/devnought/gitplz [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/devnought/gitplz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevnought%2Fgitplz", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevnought%2Fgitplz'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 23c13405e2bbb87478ca3bfaa7bf0afcaeca13b5 [INFO] testing devnought/gitplz against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevnought%2Fgitplz" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/devnought/gitplz 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] removed /workspace/builds/worker-8/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/devnought/gitplz [INFO] finished tweaking git repo https://github.com/devnought/gitplz [INFO] tweaked toml for git repo https://github.com/devnought/gitplz written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/devnought/gitplz 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stdout] c3f2d158922ebe4ab6088284d8cea23469e23f8b3930ce18cfc266f0ae9181cf [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" "c3f2d158922ebe4ab6088284d8cea23469e23f8b3930ce18cfc266f0ae9181cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c3f2d158922ebe4ab6088284d8cea23469e23f8b3930ce18cfc266f0ae9181cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3f2d158922ebe4ab6088284d8cea23469e23f8b3930ce18cfc266f0ae9181cf", kill_on_drop: false }` [INFO] [stdout] c3f2d158922ebe4ab6088284d8cea23469e23f8b3930ce18cfc266f0ae9181cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] e11fa73d8b604da555b49909ace9aaff0d6c3f7f4e9e12787a72f5febd1d2f2f [INFO] running `Command { std: "docker" "start" "-a" "e11fa73d8b604da555b49909ace9aaff0d6c3f7f4e9e12787a72f5febd1d2f2f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling lexical-core v0.7.5 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling color_printer v0.1.0 (/opt/rustwide/workdir/color_printer) [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling libssh2-sys v0.2.21 [INFO] [stderr] Compiling libgit2-sys v0.9.2 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling ssh-config v0.1.0 (https://github.com/devnought/ssh-config#1a6b942a) [INFO] [stderr] Compiling command_mods v0.1.0 (/opt/rustwide/workdir/command_mods) [INFO] [stderr] Compiling command_derive v0.1.0 (/opt/rustwide/workdir/command_derive) [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling git2 v0.10.2 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling gitlib v0.1.0 (/opt/rustwide/workdir/gitlib) [INFO] [stdout] warning: unused variable: `asd` [INFO] [stdout] --> gitlib/src/repo.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | let asd = format!("{:?}", e); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_asd` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usr` [INFO] [stdout] --> gitlib/src/repo.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | let usr = String::from(user); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_usr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usr_url` [INFO] [stdout] --> gitlib/src/repo.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | let usr_url = format!("{:?}", user_from_url); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_usr_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling command v0.1.0 (/opt/rustwide/workdir/command) [INFO] [stderr] Compiling util v0.1.0 (/opt/rustwide/workdir/util) [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling git-plz v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 51s [INFO] running `Command { std: "docker" "inspect" "e11fa73d8b604da555b49909ace9aaff0d6c3f7f4e9e12787a72f5febd1d2f2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e11fa73d8b604da555b49909ace9aaff0d6c3f7f4e9e12787a72f5febd1d2f2f", kill_on_drop: false }` [INFO] [stdout] e11fa73d8b604da555b49909ace9aaff0d6c3f7f4e9e12787a72f5febd1d2f2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 1be31db004f06e3d3aede8682ece319dd659357eb49860c7f188e7485ba45a49 [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" "1be31db004f06e3d3aede8682ece319dd659357eb49860c7f188e7485ba45a49", kill_on_drop: false }` [INFO] [stderr] Compiling git-plz v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `asd` [INFO] [stdout] --> gitlib/src/repo.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | let asd = format!("{:?}", e); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_asd` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usr` [INFO] [stdout] --> gitlib/src/repo.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | let usr = String::from(user); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_usr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usr_url` [INFO] [stdout] --> gitlib/src/repo.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | let usr_url = format!("{:?}", user_from_url); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_usr_url` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "1be31db004f06e3d3aede8682ece319dd659357eb49860c7f188e7485ba45a49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1be31db004f06e3d3aede8682ece319dd659357eb49860c7f188e7485ba45a49", kill_on_drop: false }` [INFO] [stdout] 1be31db004f06e3d3aede8682ece319dd659357eb49860c7f188e7485ba45a49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 129b161b233ca2b7fe49fb47e29d7ebe16c6ae258f5ea1faff8b23eab9063f7e [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" "129b161b233ca2b7fe49fb47e29d7ebe16c6ae258f5ea1faff8b23eab9063f7e", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `asd` [INFO] [stderr] --> gitlib/src/repo.rs:100:17 [INFO] [stderr] | [INFO] [stderr] 100 | let asd = format!("{:?}", e); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_asd` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `usr` [INFO] [stderr] --> gitlib/src/repo.rs:165:13 [INFO] [stderr] | [INFO] [stderr] 165 | let usr = String::from(user); [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_usr` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `usr_url` [INFO] [stderr] --> gitlib/src/repo.rs:166:13 [INFO] [stderr] | [INFO] [stderr] 166 | let usr_url = format!("{:?}", user_from_url); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_usr_url` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/git_plz-52de990831641ba6) [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" "129b161b233ca2b7fe49fb47e29d7ebe16c6ae258f5ea1faff8b23eab9063f7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "129b161b233ca2b7fe49fb47e29d7ebe16c6ae258f5ea1faff8b23eab9063f7e", kill_on_drop: false }` [INFO] [stdout] 129b161b233ca2b7fe49fb47e29d7ebe16c6ae258f5ea1faff8b23eab9063f7e