[INFO] cloning repository https://github.com/mimuw-jnp2-rust/test-task-dawidsula26 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mimuw-jnp2-rust/test-task-dawidsula26" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmimuw-jnp2-rust%2Ftest-task-dawidsula26", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmimuw-jnp2-rust%2Ftest-task-dawidsula26'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cac04735076cf6d7a6af2936f7d1afb12a5188f4 [INFO] testing mimuw-jnp2-rust/test-task-dawidsula26 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmimuw-jnp2-rust%2Ftest-task-dawidsula26" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mimuw-jnp2-rust/test-task-dawidsula26 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mimuw-jnp2-rust/test-task-dawidsula26 [INFO] finished tweaking git repo https://github.com/mimuw-jnp2-rust/test-task-dawidsula26 [INFO] tweaked toml for git repo https://github.com/mimuw-jnp2-rust/test-task-dawidsula26 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/mimuw-jnp2-rust/test-task-dawidsula26 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e60b473a04b0a3c580e50ad912c50243217ebf40e96efc3224e4a2c94aa55c8 [INFO] running `Command { std: "docker" "start" "-a" "0e60b473a04b0a3c580e50ad912c50243217ebf40e96efc3224e4a2c94aa55c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e60b473a04b0a3c580e50ad912c50243217ebf40e96efc3224e4a2c94aa55c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e60b473a04b0a3c580e50ad912c50243217ebf40e96efc3224e4a2c94aa55c8", kill_on_drop: false }` [INFO] [stdout] 0e60b473a04b0a3c580e50ad912c50243217ebf40e96efc3224e4a2c94aa55c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c6c66ee9612770cb42d51ed39fdba1c170a82523304a275b737aa3ddcd78d9f [INFO] running `Command { std: "docker" "start" "-a" "8c6c66ee9612770cb42d51ed39fdba1c170a82523304a275b737aa3ddcd78d9f", kill_on_drop: false }` [INFO] [stderr] Compiling template-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `test` [INFO] [stdout] --> src/main.rs:1:4 [INFO] [stdout] | [INFO] [stdout] 1 | fn test() -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "8c6c66ee9612770cb42d51ed39fdba1c170a82523304a275b737aa3ddcd78d9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c6c66ee9612770cb42d51ed39fdba1c170a82523304a275b737aa3ddcd78d9f", kill_on_drop: false }` [INFO] [stdout] 8c6c66ee9612770cb42d51ed39fdba1c170a82523304a275b737aa3ddcd78d9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d846347ed1531c61f69f0c50f7b39a35c7b3dfb5a07df974de649bc3bb543b2 [INFO] running `Command { std: "docker" "start" "-a" "4d846347ed1531c61f69f0c50f7b39a35c7b3dfb5a07df974de649bc3bb543b2", kill_on_drop: false }` [INFO] [stderr] Compiling template-test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "4d846347ed1531c61f69f0c50f7b39a35c7b3dfb5a07df974de649bc3bb543b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d846347ed1531c61f69f0c50f7b39a35c7b3dfb5a07df974de649bc3bb543b2", kill_on_drop: false }` [INFO] [stdout] 4d846347ed1531c61f69f0c50f7b39a35c7b3dfb5a07df974de649bc3bb543b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c01e0bccc272d91becd80e2fbd71c8f27b124894e002bfb7c9e67d529f520e60 [INFO] running `Command { std: "docker" "start" "-a" "c01e0bccc272d91becd80e2fbd71c8f27b124894e002bfb7c9e67d529f520e60", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/template_test-7d89c446760e9f01) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c01e0bccc272d91becd80e2fbd71c8f27b124894e002bfb7c9e67d529f520e60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c01e0bccc272d91becd80e2fbd71c8f27b124894e002bfb7c9e67d529f520e60", kill_on_drop: false }` [INFO] [stdout] c01e0bccc272d91becd80e2fbd71c8f27b124894e002bfb7c9e67d529f520e60