[INFO] cloning repository https://github.com/yoshitsugu/jl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yoshitsugu/jl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoshitsugu%2Fjl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoshitsugu%2Fjl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 58e2c409dee0d7bafdc2e26973a0a7519031bd69 [INFO] testing yoshitsugu/jl 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%2Fyoshitsugu%2Fjl" "/workspace/builds/worker-63/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-63/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yoshitsugu/jl 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] started tweaking git repo https://github.com/yoshitsugu/jl [INFO] finished tweaking git repo https://github.com/yoshitsugu/jl [INFO] tweaked toml for git repo https://github.com/yoshitsugu/jl written to /workspace/builds/worker-63/source/Cargo.toml [INFO] crate git repo https://github.com/yoshitsugu/jl 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded errno v0.2.3 [INFO] [stderr] Downloaded libmount v0.1.9 [INFO] [stderr] Downloaded caps v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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] 576b3d2076fdbef1aff7e596b522cc62b4d92c25463251400064af983c14b866 [INFO] running `Command { std: "docker" "start" "-a" "576b3d2076fdbef1aff7e596b522cc62b4d92c25463251400064af983c14b866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "576b3d2076fdbef1aff7e596b522cc62b4d92c25463251400064af983c14b866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "576b3d2076fdbef1aff7e596b522cc62b4d92c25463251400064af983c14b866", kill_on_drop: false }` [INFO] [stdout] 576b3d2076fdbef1aff7e596b522cc62b4d92c25463251400064af983c14b866 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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] 98b0d8d53e5ccad4e6fea8b40b791f201202cc1342380e3cb877df559c4aff00 [INFO] running `Command { std: "docker" "start" "-a" "98b0d8d53e5ccad4e6fea8b40b791f201202cc1342380e3cb877df559c4aff00", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.39 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling errno v0.2.3 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling caps v0.2.0 [INFO] [stderr] Compiling libmount v0.1.9 [INFO] [stderr] Compiling jl v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.43s [INFO] running `Command { std: "docker" "inspect" "98b0d8d53e5ccad4e6fea8b40b791f201202cc1342380e3cb877df559c4aff00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98b0d8d53e5ccad4e6fea8b40b791f201202cc1342380e3cb877df559c4aff00", kill_on_drop: false }` [INFO] [stdout] 98b0d8d53e5ccad4e6fea8b40b791f201202cc1342380e3cb877df559c4aff00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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] 37c112ae2f8ff8127fe14d2bac711d2267c276fa6a156a44edcbd627e2efc231 [INFO] running `Command { std: "docker" "start" "-a" "37c112ae2f8ff8127fe14d2bac711d2267c276fa6a156a44edcbd627e2efc231", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling jl v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `Command { std: "docker" "inspect" "37c112ae2f8ff8127fe14d2bac711d2267c276fa6a156a44edcbd627e2efc231", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37c112ae2f8ff8127fe14d2bac711d2267c276fa6a156a44edcbd627e2efc231", kill_on_drop: false }` [INFO] [stdout] 37c112ae2f8ff8127fe14d2bac711d2267c276fa6a156a44edcbd627e2efc231 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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] bf4486aa72adfce6a8eafbd00c65b9066af4c4ef20614738c5a85db1bed7fabd [INFO] running `Command { std: "docker" "start" "-a" "bf4486aa72adfce6a8eafbd00c65b9066af4c4ef20614738c5a85db1bed7fabd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.52s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jl-cf768805a64dc7e2) [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" "bf4486aa72adfce6a8eafbd00c65b9066af4c4ef20614738c5a85db1bed7fabd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf4486aa72adfce6a8eafbd00c65b9066af4c4ef20614738c5a85db1bed7fabd", kill_on_drop: false }` [INFO] [stdout] bf4486aa72adfce6a8eafbd00c65b9066af4c4ef20614738c5a85db1bed7fabd