[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 try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevnought%2Fgitplz" "/workspace/builds/worker-61/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-61/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/devnought/gitplz on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-61/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-61/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" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/devnought/ssh-config` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08b69f71a0a9711d91b8cca00dafceaa1544a86c04394da4b85df0aae423c511 [INFO] running `Command { std: "docker" "start" "-a" "08b69f71a0a9711d91b8cca00dafceaa1544a86c04394da4b85df0aae423c511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08b69f71a0a9711d91b8cca00dafceaa1544a86c04394da4b85df0aae423c511", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08b69f71a0a9711d91b8cca00dafceaa1544a86c04394da4b85df0aae423c511", kill_on_drop: false }` [INFO] [stdout] 08b69f71a0a9711d91b8cca00dafceaa1544a86c04394da4b85df0aae423c511 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34815efd9557d97b4aa8d6642f8173977571393c640bb5cdaf338e7453b37ec0 [INFO] running `Command { std: "docker" "start" "-a" "34815efd9557d97b4aa8d6642f8173977571393c640bb5cdaf338e7453b37ec0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling lexical-core v0.7.5 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling strsim v0.8.0 [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 color_printer v0.1.0 (/opt/rustwide/workdir/color_printer) [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling bitvec v0.19.5 [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 threadpool v1.8.1 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling libssh2-sys v0.2.21 [INFO] [stderr] Compiling libgit2-sys v0.9.2 [INFO] [stderr] Compiling ssh-config v0.1.0 (https://github.com/devnought/ssh-config#1a6b942a) [INFO] [stderr] Compiling command_derive v0.1.0 (/opt/rustwide/workdir/command_derive) [INFO] [stderr] Compiling command_mods v0.1.0 (/opt/rustwide/workdir/command_mods) [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 44.69s [INFO] running `Command { std: "docker" "inspect" "34815efd9557d97b4aa8d6642f8173977571393c640bb5cdaf338e7453b37ec0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34815efd9557d97b4aa8d6642f8173977571393c640bb5cdaf338e7453b37ec0", kill_on_drop: false }` [INFO] [stdout] 34815efd9557d97b4aa8d6642f8173977571393c640bb5cdaf338e7453b37ec0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ff58842c09aea8ac845d1ae2671f5f6f44a6784ee7bd6e525cd8b43725ebd36 [INFO] running `Command { std: "docker" "start" "-a" "7ff58842c09aea8ac845d1ae2671f5f6f44a6784ee7bd6e525cd8b43725ebd36", 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 2.02s [INFO] running `Command { std: "docker" "inspect" "7ff58842c09aea8ac845d1ae2671f5f6f44a6784ee7bd6e525cd8b43725ebd36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ff58842c09aea8ac845d1ae2671f5f6f44a6784ee7bd6e525cd8b43725ebd36", kill_on_drop: false }` [INFO] [stdout] 7ff58842c09aea8ac845d1ae2671f5f6f44a6784ee7bd6e525cd8b43725ebd36 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 10025ee88e258c742635574c59b8df9827bb26024e4f3c55ccb801b2ff352c69 [INFO] running `Command { std: "docker" "start" "-a" "10025ee88e258c742635574c59b8df9827bb26024e4f3c55ccb801b2ff352c69", 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: `gitlib` (lib) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/git_plz-b17edced9dee5b29) [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" "10025ee88e258c742635574c59b8df9827bb26024e4f3c55ccb801b2ff352c69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10025ee88e258c742635574c59b8df9827bb26024e4f3c55ccb801b2ff352c69", kill_on_drop: false }` [INFO] [stdout] 10025ee88e258c742635574c59b8df9827bb26024e4f3c55ccb801b2ff352c69