[INFO] cloning repository https://github.com/prepare-cargo-credits/try-cargo-cli-error [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prepare-cargo-credits/try-cargo-cli-error" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprepare-cargo-credits%2Ftry-cargo-cli-error", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprepare-cargo-credits%2Ftry-cargo-cli-error'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b661aa85341c5f6ab4f2b3d882030c6fb96965a3 [INFO] testing prepare-cargo-credits/try-cargo-cli-error against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprepare-cargo-credits%2Ftry-cargo-cli-error" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/prepare-cargo-credits/try-cargo-cli-error on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/prepare-cargo-credits/try-cargo-cli-error [INFO] finished tweaking git repo https://github.com/prepare-cargo-credits/try-cargo-cli-error [INFO] tweaked toml for git repo https://github.com/prepare-cargo-credits/try-cargo-cli-error written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/prepare-cargo-credits/try-cargo-cli-error already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] af00e457b8d91cc8769b9b6130877e55c4d949f55316b18797510e2715ce7172 [INFO] running `Command { std: "docker" "start" "-a" "af00e457b8d91cc8769b9b6130877e55c4d949f55316b18797510e2715ce7172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af00e457b8d91cc8769b9b6130877e55c4d949f55316b18797510e2715ce7172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af00e457b8d91cc8769b9b6130877e55c4d949f55316b18797510e2715ce7172", kill_on_drop: false }` [INFO] [stdout] af00e457b8d91cc8769b9b6130877e55c4d949f55316b18797510e2715ce7172 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 5c1421036828c2bc38f52027d7633b69b88c10c0c6a0f96b442d24265f9c5a42 [INFO] running `Command { std: "docker" "start" "-a" "5c1421036828c2bc38f52027d7633b69b88c10c0c6a0f96b442d24265f9c5a42", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.40 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling curl v0.4.33 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling bytesize v1.0.1 [INFO] [stderr] Compiling rustc-workspace-hack v1.0.0 [INFO] [stderr] Compiling opener v0.4.1 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling im-rc v15.0.0 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling filetime v0.2.12 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling vte v0.3.3 [INFO] [stderr] Compiling cc v1.0.59 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling tar v0.4.30 [INFO] [stderr] Compiling strip-ansi-escapes v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling globset v0.4.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling libssh2-sys v0.2.19 [INFO] [stderr] Compiling curl-sys v0.4.36+curl-7.71.1 [INFO] [stderr] Compiling libgit2-sys v0.12.13+1.0.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling ignore v0.4.16 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling flate2 v1.0.17 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling sized-chunks v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling crypto-hash v0.3.4 [INFO] [stderr] Compiling git2 v0.13.11 [INFO] [stderr] Compiling git2-curl v0.14.1 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling semver v0.10.0 [INFO] [stderr] Compiling cargo-platform v0.1.1 [INFO] [stderr] Compiling serde_ignored v0.1.2 [INFO] [stderr] Compiling rustfix v0.5.1 [INFO] [stderr] Compiling crates-io v0.31.1 [INFO] [stderr] Compiling cargo v0.47.0 [INFO] [stderr] Compiling try-cargo-cli-error v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 55s [INFO] running `Command { std: "docker" "inspect" "5c1421036828c2bc38f52027d7633b69b88c10c0c6a0f96b442d24265f9c5a42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c1421036828c2bc38f52027d7633b69b88c10c0c6a0f96b442d24265f9c5a42", kill_on_drop: false }` [INFO] [stdout] 5c1421036828c2bc38f52027d7633b69b88c10c0c6a0f96b442d24265f9c5a42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--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] 5f79227bed5d367207d15398e8f4cf96b3e268ca489f3257f05730fa6f9be5e5 [INFO] running `Command { std: "docker" "start" "-a" "5f79227bed5d367207d15398e8f4cf96b3e268ca489f3257f05730fa6f9be5e5", kill_on_drop: false }` [INFO] [stderr] Compiling try-cargo-cli-error v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.46s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/try_cargo_cli_error-ce273a8e2356456f) [INFO] running `Command { std: "docker" "inspect" "5f79227bed5d367207d15398e8f4cf96b3e268ca489f3257f05730fa6f9be5e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f79227bed5d367207d15398e8f4cf96b3e268ca489f3257f05730fa6f9be5e5", kill_on_drop: false }` [INFO] [stdout] 5f79227bed5d367207d15398e8f4cf96b3e268ca489f3257f05730fa6f9be5e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2973aef73c896a89af02293ff6da2a1483bec243bb579d794567749ba38b13d1 [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" "2973aef73c896a89af02293ff6da2a1483bec243bb579d794567749ba38b13d1", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/try_cargo_cli_error-ce273a8e2356456f) [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" "2973aef73c896a89af02293ff6da2a1483bec243bb579d794567749ba38b13d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2973aef73c896a89af02293ff6da2a1483bec243bb579d794567749ba38b13d1", kill_on_drop: false }` [INFO] [stdout] 2973aef73c896a89af02293ff6da2a1483bec243bb579d794567749ba38b13d1