[INFO] cloning repository https://github.com/pimpale/rust-chunks [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pimpale/rust-chunks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimpale%2Frust-chunks", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimpale%2Frust-chunks'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1407191aba754e26cffe4667744aa50daf166ac7 [INFO] testing pimpale/rust-chunks against 1.90.0 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimpale%2Frust-chunks" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/pimpale/rust-chunks [INFO] finished tweaking git repo https://github.com/pimpale/rust-chunks [INFO] tweaked toml for git repo https://github.com/pimpale/rust-chunks written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/pimpale/rust-chunks on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30896856c1b5aaf7f5920baa93f60e41c1e862beb4113a8bdbaf46cc320e090b [INFO] running `Command { std: "docker" "start" "-a" "30896856c1b5aaf7f5920baa93f60e41c1e862beb4113a8bdbaf46cc320e090b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30896856c1b5aaf7f5920baa93f60e41c1e862beb4113a8bdbaf46cc320e090b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30896856c1b5aaf7f5920baa93f60e41c1e862beb4113a8bdbaf46cc320e090b", kill_on_drop: false }` [INFO] [stdout] 30896856c1b5aaf7f5920baa93f60e41c1e862beb4113a8bdbaf46cc320e090b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 331880fa5afcc55d6732d092f6199dd3a5c1b94174f97b287b64084caabf1830 [INFO] running `Command { std: "docker" "start" "-a" "331880fa5afcc55d6732d092f6199dd3a5c1b94174f97b287b64084caabf1830", kill_on_drop: false }` [INFO] [stderr] Compiling rust-chunks v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:382:5 [INFO] [stdout] | [INFO] [stdout] 382 | (map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 386 | && (map.get(location_underneath).get_type().solid)) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 382 ~ map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] 383 | //check that current location is not solid [INFO] [stdout] 384 | && (!map.get(location).get_type().solid) [INFO] [stdout] 385 | //check that location down one must be solid [INFO] [stdout] 386 ~ && (map.get(location_underneath).get_type().solid) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "331880fa5afcc55d6732d092f6199dd3a5c1b94174f97b287b64084caabf1830", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "331880fa5afcc55d6732d092f6199dd3a5c1b94174f97b287b64084caabf1830", kill_on_drop: false }` [INFO] [stdout] 331880fa5afcc55d6732d092f6199dd3a5c1b94174f97b287b64084caabf1830 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 296c358ab0ed7e1e50166334457e932928376824ec65ef44bcfac30fa535f977 [INFO] running `Command { std: "docker" "start" "-a" "296c358ab0ed7e1e50166334457e932928376824ec65ef44bcfac30fa535f977", kill_on_drop: false }` [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:382:5 [INFO] [stdout] | [INFO] [stdout] 382 | (map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 386 | && (map.get(location_underneath).get_type().solid)) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 382 ~ map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] 383 | //check that current location is not solid [INFO] [stdout] 384 | && (!map.get(location).get_type().solid) [INFO] [stdout] 385 | //check that location down one must be solid [INFO] [stdout] 386 ~ && (map.get(location_underneath).get_type().solid) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rust-chunks v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:382:5 [INFO] [stdout] | [INFO] [stdout] 382 | (map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 386 | && (map.get(location_underneath).get_type().solid)) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 382 ~ map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] 383 | //check that current location is not solid [INFO] [stdout] 384 | && (!map.get(location).get_type().solid) [INFO] [stdout] 385 | //check that location down one must be solid [INFO] [stdout] 386 ~ && (map.get(location_underneath).get_type().solid) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "296c358ab0ed7e1e50166334457e932928376824ec65ef44bcfac30fa535f977", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "296c358ab0ed7e1e50166334457e932928376824ec65ef44bcfac30fa535f977", kill_on_drop: false }` [INFO] [stdout] 296c358ab0ed7e1e50166334457e932928376824ec65ef44bcfac30fa535f977 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 91e8d3f81b72a6d469b42e37188245b57d0a1d6a567c62115799f0c738fab552 [INFO] running `Command { std: "docker" "start" "-a" "91e8d3f81b72a6d469b42e37188245b57d0a1d6a567c62115799f0c738fab552", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lib.rs:382:5 [INFO] [stderr] | [INFO] [stderr] 382 | (map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 386 | && (map.get(location_underneath).get_type().solid)) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 382 ~ map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stderr] 383 | //check that current location is not solid [INFO] [stderr] 384 | && (!map.get(location).get_type().solid) [INFO] [stderr] 385 | //check that location down one must be solid [INFO] [stderr] 386 ~ && (map.get(location_underneath).get_type().solid) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rust-chunks` (lib) generated 1 warning (run `cargo fix --lib -p rust-chunks` to apply 1 suggestion) [INFO] [stderr] warning: `rust-chunks` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_chunks-1e4dca221727bedd) [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 rust_chunks [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lib.rs:382:5 [INFO] [stderr] | [INFO] [stderr] 382 | (map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 386 | && (map.get(location_underneath).get_type().solid)) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 382 ~ map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stderr] 383 | //check that current location is not solid [INFO] [stderr] 384 | && (!map.get(location).get_type().solid) [INFO] [stderr] 385 | //check that location down one must be solid [INFO] [stderr] 386 ~ && (map.get(location_underneath).get_type().solid) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [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" "91e8d3f81b72a6d469b42e37188245b57d0a1d6a567c62115799f0c738fab552", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91e8d3f81b72a6d469b42e37188245b57d0a1d6a567c62115799f0c738fab552", kill_on_drop: false }` [INFO] [stdout] 91e8d3f81b72a6d469b42e37188245b57d0a1d6a567c62115799f0c738fab552