[INFO] cloning repository https://github.com/raqwel/rust_tutorial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/raqwel/rust_tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraqwel%2Frust_tutorial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraqwel%2Frust_tutorial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1c1f67d9d23e64d9164b832c1aff5be995b780f0 [INFO] testing raqwel/rust_tutorial against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraqwel%2Frust_tutorial" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/raqwel/rust_tutorial on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/raqwel/rust_tutorial [INFO] finished tweaking git repo https://github.com/raqwel/rust_tutorial [INFO] tweaked toml for git repo https://github.com/raqwel/rust_tutorial written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/raqwel/rust_tutorial already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 011c4bddb73839ffb7a5304dd5dffbd0b8880bac9db84850787196831b43c35b [INFO] running `Command { std: "docker" "start" "-a" "011c4bddb73839ffb7a5304dd5dffbd0b8880bac9db84850787196831b43c35b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "011c4bddb73839ffb7a5304dd5dffbd0b8880bac9db84850787196831b43c35b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "011c4bddb73839ffb7a5304dd5dffbd0b8880bac9db84850787196831b43c35b", kill_on_drop: false }` [INFO] [stdout] 011c4bddb73839ffb7a5304dd5dffbd0b8880bac9db84850787196831b43c35b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9abafbe9f4a1f0de46b67f9fd1bc88cc5d7853388a44613e9658cc791c5ef99a [INFO] running `Command { std: "docker" "start" "-a" "9abafbe9f4a1f0de46b67f9fd1bc88cc5d7853388a44613e9658cc791c5ef99a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling DetectNum v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: crate `DetectNum` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `detect_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.81s [INFO] running `Command { std: "docker" "inspect" "9abafbe9f4a1f0de46b67f9fd1bc88cc5d7853388a44613e9658cc791c5ef99a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9abafbe9f4a1f0de46b67f9fd1bc88cc5d7853388a44613e9658cc791c5ef99a", kill_on_drop: false }` [INFO] [stdout] 9abafbe9f4a1f0de46b67f9fd1bc88cc5d7853388a44613e9658cc791c5ef99a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f88705426aa672f2fa706f2670b0b45b11beab3352d06f9a8ec4bfbc6a275a5 [INFO] running `Command { std: "docker" "start" "-a" "7f88705426aa672f2fa706f2670b0b45b11beab3352d06f9a8ec4bfbc6a275a5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling DetectNum v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: crate `DetectNum` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `detect_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.12s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7f88705426aa672f2fa706f2670b0b45b11beab3352d06f9a8ec4bfbc6a275a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f88705426aa672f2fa706f2670b0b45b11beab3352d06f9a8ec4bfbc6a275a5", kill_on_drop: false }` [INFO] [stdout] 7f88705426aa672f2fa706f2670b0b45b11beab3352d06f9a8ec4bfbc6a275a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8e6d234f00badd225726514b64410c740ecaf0e01647ca9c389bad9a835a169a [INFO] running `Command { std: "docker" "start" "-a" "8e6d234f00badd225726514b64410c740ecaf0e01647ca9c389bad9a835a169a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: crate `DetectNum` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `detect_num` [INFO] [stderr] [INFO] [stderr] warning: `DetectNum` (bin "DetectNum" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.47s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/DetectNum-dc65c4bbe1197389) [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" "8e6d234f00badd225726514b64410c740ecaf0e01647ca9c389bad9a835a169a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e6d234f00badd225726514b64410c740ecaf0e01647ca9c389bad9a835a169a", kill_on_drop: false }` [INFO] [stdout] 8e6d234f00badd225726514b64410c740ecaf0e01647ca9c389bad9a835a169a