[INFO] cloning repository https://github.com/ShaneM123/Project_double_recursion_loop [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ShaneM123/Project_double_recursion_loop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShaneM123%2FProject_double_recursion_loop", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FShaneM123%2FProject_double_recursion_loop'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a119a9ef0f80e43737a81d114b2739da9344a928 [INFO] testing ShaneM123/Project_double_recursion_loop 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%2FShaneM123%2FProject_double_recursion_loop" "/workspace/builds/worker-85/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-85/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ShaneM123/Project_double_recursion_loop 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/ShaneM123/Project_double_recursion_loop [INFO] finished tweaking git repo https://github.com/ShaneM123/Project_double_recursion_loop [INFO] tweaked toml for git repo https://github.com/ShaneM123/Project_double_recursion_loop written to /workspace/builds/worker-85/source/Cargo.toml [INFO] crate git repo https://github.com/ShaneM123/Project_double_recursion_loop 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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] 97356be4486c17afa31d96a894489ed91c4234f82e6b81cf80ab3a1860c7048a [INFO] running `Command { std: "docker" "start" "-a" "97356be4486c17afa31d96a894489ed91c4234f82e6b81cf80ab3a1860c7048a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97356be4486c17afa31d96a894489ed91c4234f82e6b81cf80ab3a1860c7048a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97356be4486c17afa31d96a894489ed91c4234f82e6b81cf80ab3a1860c7048a", kill_on_drop: false }` [INFO] [stdout] 97356be4486c17afa31d96a894489ed91c4234f82e6b81cf80ab3a1860c7048a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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] 3a92ef1fe753bbdf995691551e1018f2cce847e67b9c6eb04f3e1ad06f47922a [INFO] running `Command { std: "docker" "start" "-a" "3a92ef1fe753bbdf995691551e1018f2cce847e67b9c6eb04f3e1ad06f47922a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling Project_double_recursion_loop v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/main.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | for x in 0..10000{ [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Project_double_recursion_loop` 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: `project_double_recursion_loop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.55s [INFO] running `Command { std: "docker" "inspect" "3a92ef1fe753bbdf995691551e1018f2cce847e67b9c6eb04f3e1ad06f47922a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a92ef1fe753bbdf995691551e1018f2cce847e67b9c6eb04f3e1ad06f47922a", kill_on_drop: false }` [INFO] [stdout] 3a92ef1fe753bbdf995691551e1018f2cce847e67b9c6eb04f3e1ad06f47922a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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] 31cf6839b770c4f7f1ee76bd3045153e9fac1ed7ca15e3a455bf06e383de9f76 [INFO] running `Command { std: "docker" "start" "-a" "31cf6839b770c4f7f1ee76bd3045153e9fac1ed7ca15e3a455bf06e383de9f76", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling Project_double_recursion_loop v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/main.rs:7:9 [INFO] [stdout] | [INFO] [stdout] 7 | for x in 0..10000{ [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `Project_double_recursion_loop` 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: `project_double_recursion_loop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.33s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/Project_double_recursion_loop-c5aee882f6053a64) [INFO] running `Command { std: "docker" "inspect" "31cf6839b770c4f7f1ee76bd3045153e9fac1ed7ca15e3a455bf06e383de9f76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31cf6839b770c4f7f1ee76bd3045153e9fac1ed7ca15e3a455bf06e383de9f76", kill_on_drop: false }` [INFO] [stdout] 31cf6839b770c4f7f1ee76bd3045153e9fac1ed7ca15e3a455bf06e383de9f76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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] 6ea0082a6c8586604c3e7d6985675eeca487d780edf0d70745c393900ce91543 [INFO] running `Command { std: "docker" "start" "-a" "6ea0082a6c8586604c3e7d6985675eeca487d780edf0d70745c393900ce91543", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: unused variable: `x` [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/main.rs:7:9 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 7 | for x in 0..10000{ [INFO] [stdout] [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `Project_double_recursion_loop` 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: `project_double_recursion_loop` [INFO] [stderr] [INFO] [stderr] warning: `Project_double_recursion_loop` (bin "Project_double_recursion_loop" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.70s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/Project_double_recursion_loop-c5aee882f6053a64) [INFO] running `Command { std: "docker" "inspect" "6ea0082a6c8586604c3e7d6985675eeca487d780edf0d70745c393900ce91543", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ea0082a6c8586604c3e7d6985675eeca487d780edf0d70745c393900ce91543", kill_on_drop: false }` [INFO] [stdout] 6ea0082a6c8586604c3e7d6985675eeca487d780edf0d70745c393900ce91543