[INFO] cloning repository https://github.com/henrybarreto/routines [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/henrybarreto/routines" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenrybarreto%2Froutines", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenrybarreto%2Froutines'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f603c44b906e8c4da3cc085993c07530e1b44507 [INFO] testing henrybarreto/routines 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%2Fhenrybarreto%2Froutines" "/workspace/builds/worker-93/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-93/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/henrybarreto/routines 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/henrybarreto/routines [INFO] finished tweaking git repo https://github.com/henrybarreto/routines [INFO] tweaked toml for git repo https://github.com/henrybarreto/routines written to /workspace/builds/worker-93/source/Cargo.toml [INFO] crate git repo https://github.com/henrybarreto/routines 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c6eefda00f6f5c1d8e269a2c60b465a2f75ef4f0439411219a1882bb243da6a [INFO] running `Command { std: "docker" "start" "-a" "0c6eefda00f6f5c1d8e269a2c60b465a2f75ef4f0439411219a1882bb243da6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c6eefda00f6f5c1d8e269a2c60b465a2f75ef4f0439411219a1882bb243da6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c6eefda00f6f5c1d8e269a2c60b465a2f75ef4f0439411219a1882bb243da6a", kill_on_drop: false }` [INFO] [stdout] 0c6eefda00f6f5c1d8e269a2c60b465a2f75ef4f0439411219a1882bb243da6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8692412caf13c42db8e50fe1161837a2eb32e818cddaea6a9463a4d13cd90948 [INFO] running `Command { std: "docker" "start" "-a" "8692412caf13c42db8e50fe1161837a2eb32e818cddaea6a9463a4d13cd90948", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling logs v0.5.0 [INFO] [stderr] Compiling ron v0.7.0 [INFO] [stderr] Compiling routines v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `Command { std: "docker" "inspect" "8692412caf13c42db8e50fe1161837a2eb32e818cddaea6a9463a4d13cd90948", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8692412caf13c42db8e50fe1161837a2eb32e818cddaea6a9463a4d13cd90948", kill_on_drop: false }` [INFO] [stdout] 8692412caf13c42db8e50fe1161837a2eb32e818cddaea6a9463a4d13cd90948 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 83643f7aa34a41220426230c2545aa9fcb2100b9fdc2eca591f4aa5e00d50cca [INFO] running `Command { std: "docker" "start" "-a" "83643f7aa34a41220426230c2545aa9fcb2100b9fdc2eca591f4aa5e00d50cca", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling routines v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 23.05s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/routines-72dce9464c24b820) [INFO] running `Command { std: "docker" "inspect" "83643f7aa34a41220426230c2545aa9fcb2100b9fdc2eca591f4aa5e00d50cca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83643f7aa34a41220426230c2545aa9fcb2100b9fdc2eca591f4aa5e00d50cca", kill_on_drop: false }` [INFO] [stdout] 83643f7aa34a41220426230c2545aa9fcb2100b9fdc2eca591f4aa5e00d50cca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-93/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 07ea3f7a9a719fd4f6c388718b37b0575bed1bede23754771b5c3d266c3ff0c9 [INFO] running `Command { std: "docker" "start" "-a" "07ea3f7a9a719fd4f6c388718b37b0575bed1bede23754771b5c3d266c3ff0c9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.35s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/routines-72dce9464c24b820) [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] [stderr] Doc-tests routines [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" "07ea3f7a9a719fd4f6c388718b37b0575bed1bede23754771b5c3d266c3ff0c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07ea3f7a9a719fd4f6c388718b37b0575bed1bede23754771b5c3d266c3ff0c9", kill_on_drop: false }` [INFO] [stdout] 07ea3f7a9a719fd4f6c388718b37b0575bed1bede23754771b5c3d266c3ff0c9