[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 beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevnought%2Fgitplz" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/devnought/gitplz on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5/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-5/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" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/devnought/ssh-config` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libssh2-sys v0.2.21 [INFO] [stderr] Downloaded openssl-sys v0.9.61 [INFO] [stderr] Downloaded git2 v0.10.2 [INFO] [stderr] Downloaded libc v0.2.93 [INFO] [stderr] Downloaded libgit2-sys v0.9.2 [INFO] [stderr] Downloaded lexical-core v0.7.5 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a20383d767bb5e82ef7f5c3eb0a9ba2951b147207d8069a98a4d52b1fb0a46f6 [INFO] running `Command { std: "docker" "start" "-a" "a20383d767bb5e82ef7f5c3eb0a9ba2951b147207d8069a98a4d52b1fb0a46f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a20383d767bb5e82ef7f5c3eb0a9ba2951b147207d8069a98a4d52b1fb0a46f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a20383d767bb5e82ef7f5c3eb0a9ba2951b147207d8069a98a4d52b1fb0a46f6", kill_on_drop: false }` [INFO] [stdout] a20383d767bb5e82ef7f5c3eb0a9ba2951b147207d8069a98a4d52b1fb0a46f6 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34d7c688ea93da72690123bc4c882de0cb7dd537635d3017b4717d7302c76282 [INFO] running `Command { std: "docker" "start" "-a" "34d7c688ea93da72690123bc4c882de0cb7dd537635d3017b4717d7302c76282", 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 syn v1.0.69 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling lexical-core v0.7.5 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling textwrap v0.11.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 form_urlencoded v1.0.1 [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 heck v0.3.2 [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 quote v1.0.9 [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 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 url v2.2.1 [INFO] [stderr] Compiling ssh-config v0.1.0 (https://github.com/devnought/ssh-config#1a6b942a) [INFO] [stderr] Compiling structopt-derive v0.4.14 [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 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 util v0.1.0 (/opt/rustwide/workdir/util) [INFO] [stderr] Compiling command v0.1.0 (/opt/rustwide/workdir/command) [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 16.72s [INFO] running `Command { std: "docker" "inspect" "34d7c688ea93da72690123bc4c882de0cb7dd537635d3017b4717d7302c76282", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34d7c688ea93da72690123bc4c882de0cb7dd537635d3017b4717d7302c76282", kill_on_drop: false }` [INFO] [stdout] 34d7c688ea93da72690123bc4c882de0cb7dd537635d3017b4717d7302c76282 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c03f03537e9603ded8fa24f9a3824c427e4426e797dec0ab705b0e3483b05008 [INFO] running `Command { std: "docker" "start" "-a" "c03f03537e9603ded8fa24f9a3824c427e4426e797dec0ab705b0e3483b05008", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Compiling git-plz v0.6.1 (/opt/rustwide/workdir) [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.05s [INFO] running `Command { std: "docker" "inspect" "c03f03537e9603ded8fa24f9a3824c427e4426e797dec0ab705b0e3483b05008", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c03f03537e9603ded8fa24f9a3824c427e4426e797dec0ab705b0e3483b05008", kill_on_drop: false }` [INFO] [stdout] c03f03537e9603ded8fa24f9a3824c427e4426e797dec0ab705b0e3483b05008 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e6d48cd9dc033d3f88c28481ddcf057b7285ade674c89bfb8660521aea7a1370 [INFO] running `Command { std: "docker" "start" "-a" "e6d48cd9dc033d3f88c28481ddcf057b7285ade674c89bfb8660521aea7a1370", 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.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/git_plz-99fe955fdce32428) [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" "e6d48cd9dc033d3f88c28481ddcf057b7285ade674c89bfb8660521aea7a1370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6d48cd9dc033d3f88c28481ddcf057b7285ade674c89bfb8660521aea7a1370", kill_on_drop: false }` [INFO] [stdout] e6d48cd9dc033d3f88c28481ddcf057b7285ade674c89bfb8660521aea7a1370