[INFO] crate coin-tosser 0.1.2 is already in cache
[INFO] checking coin-tosser-0.1.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate coin-tosser 0.1.2 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate coin-tosser 0.1.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate coin-tosser 0.1.2
[INFO] finished tweaking crates.io crate coin-tosser 0.1.2
[INFO] tweaked toml for crates.io crate coin-tosser 0.1.2 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate crates.io crate coin-tosser 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] a292b948aaf316b59f1e5a8b4ceb1256312c2b5ce391f75ae82f2b32859808e2
[INFO] running `"docker" "start" "-a" "a292b948aaf316b59f1e5a8b4ceb1256312c2b5ce391f75ae82f2b32859808e2"`
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling proc-macro2 v1.0.1
[INFO] [stderr]    Compiling serde v1.0.99
[INFO] [stderr]     Checking getrandom v0.1.11
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking rand_core v0.5.0
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]     Checking rand v0.7.0
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]    Compiling serde_derive v1.0.99
[INFO] [stderr]     Checking cargo-readme v3.1.2
[INFO] [stderr]     Checking coin-tosser v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]  --> src/main.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 |   for x in 0..number_of_rounds {
[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: unused variable: `x`
[INFO] [stderr]   --> src/main.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 |       for x in 0..how_many_tosses {
[INFO] [stderr]    |           ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]  --> src/main.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 |   for x in 0..number_of_rounds {
[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: unused variable: `x`
[INFO] [stderr]   --> src/main.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 |       for x in 0..how_many_tosses {
[INFO] [stderr]    |           ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 34.77s
[INFO] running `"docker" "inspect" "a292b948aaf316b59f1e5a8b4ceb1256312c2b5ce391f75ae82f2b32859808e2"`
[INFO] running `"docker" "rm" "-f" "a292b948aaf316b59f1e5a8b4ceb1256312c2b5ce391f75ae82f2b32859808e2"`
[INFO] [stdout] a292b948aaf316b59f1e5a8b4ceb1256312c2b5ce391f75ae82f2b32859808e2
