[INFO] updating cached repository https://github.com/chengli1986/571b [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5a313ccc0f20adc2291b9cc5f5361cc9b58ff892 [INFO] testing chengli1986/571b against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchengli1986%2F571b" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chengli1986/571b on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/chengli1986/571b [INFO] finished tweaking git repo https://github.com/chengli1986/571b [INFO] tweaked toml for git repo https://github.com/chengli1986/571b written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/chengli1986/571b already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] b8f680d5ee3e14d13bd403956409dee4e20c4eb6dcc5e6707f9780fd63656720 [INFO] running `"docker" "start" "-a" "b8f680d5ee3e14d13bd403956409dee4e20c4eb6dcc5e6707f9780fd63656720"` [INFO] [stderr] Compiling mmap v0.1.1 [INFO] [stderr] Compiling COST v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::cmp::max` [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use std::cmp::max; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | for _ in (0..count) { [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:248:18 [INFO] [stderr] | [INFO] [stderr] 248 | for x in (0u32..256) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:249:22 [INFO] [stderr] | [INFO] [stderr] 249 | for y in (0u32..256) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:271:18 [INFO] [stderr] | [INFO] [stderr] 271 | for i in (0 .. 4) { [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:287:22 [INFO] [stderr] | [INFO] [stderr] 287 | for log_s in (0u32 .. 4) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:310:22 [INFO] [stderr] | [INFO] [stderr] 310 | for log_s_rev in (0 .. 32) { [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:323:18 [INFO] [stderr] | [INFO] [stderr] 323 | for log_s in (0 .. 32) { [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/main.rs:166:23 [INFO] [stderr] | [INFO] [stderr] 166 | for _iteration in (0 .. 20) { [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/main.rs:168:21 [INFO] [stderr] | [INFO] [stderr] 168 | for node in (0 .. nodes) { [INFO] [stderr] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/main.rs:212:14 [INFO] [stderr] | [INFO] [stderr] 212 | for i in (0 .. roots.len()) { if i as u32 != roots[i] { non_roots += 1; }} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/main.rs:237:14 [INFO] [stderr] | [INFO] [stderr] 237 | for i in (0 .. label.len()) { if i as u32 != label[i] { non_roots += 1; }} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: crate `COST` 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: `cost` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.82s [INFO] running `"docker" "inspect" "b8f680d5ee3e14d13bd403956409dee4e20c4eb6dcc5e6707f9780fd63656720"` [INFO] running `"docker" "rm" "-f" "b8f680d5ee3e14d13bd403956409dee4e20c4eb6dcc5e6707f9780fd63656720"` [INFO] [stdout] b8f680d5ee3e14d13bd403956409dee4e20c4eb6dcc5e6707f9780fd63656720 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] bf0f87caf6e14a8bfdf8bf1005c6de702e5c0d9f0cf98bab4ae139849ee35274 [INFO] running `"docker" "start" "-a" "bf0f87caf6e14a8bfdf8bf1005c6de702e5c0d9f0cf98bab4ae139849ee35274"` [INFO] [stderr] Compiling COST v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::cmp::max` [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use std::cmp::max; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | for _ in (0..count) { [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:248:18 [INFO] [stderr] | [INFO] [stderr] 248 | for x in (0u32..256) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:249:22 [INFO] [stderr] | [INFO] [stderr] 249 | for y in (0u32..256) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:271:18 [INFO] [stderr] | [INFO] [stderr] 271 | for i in (0 .. 4) { [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:287:22 [INFO] [stderr] | [INFO] [stderr] 287 | for log_s in (0u32 .. 4) { [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:310:22 [INFO] [stderr] | [INFO] [stderr] 310 | for log_s_rev in (0 .. 32) { [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/hilbert_curve.rs:323:18 [INFO] [stderr] | [INFO] [stderr] 323 | for log_s in (0 .. 32) { [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/main.rs:166:23 [INFO] [stderr] | [INFO] [stderr] 166 | for _iteration in (0 .. 20) { [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/main.rs:168:21 [INFO] [stderr] | [INFO] [stderr] 168 | for node in (0 .. nodes) { [INFO] [stderr] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/main.rs:212:14 [INFO] [stderr] | [INFO] [stderr] 212 | for i in (0 .. roots.len()) { if i as u32 != roots[i] { non_roots += 1; }} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> src/main.rs:237:14 [INFO] [stderr] | [INFO] [stderr] 237 | for i in (0 .. label.len()) { if i as u32 != label[i] { non_roots += 1; }} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: crate `COST` 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: `cost` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.42s [INFO] running `"docker" "inspect" "bf0f87caf6e14a8bfdf8bf1005c6de702e5c0d9f0cf98bab4ae139849ee35274"` [INFO] running `"docker" "rm" "-f" "bf0f87caf6e14a8bfdf8bf1005c6de702e5c0d9f0cf98bab4ae139849ee35274"` [INFO] [stdout] bf0f87caf6e14a8bfdf8bf1005c6de702e5c0d9f0cf98bab4ae139849ee35274 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 18a1cd378d5562301f845370d8723146df2b2ac0ddbeefdbab73daac2c94f43e [INFO] running `"docker" "start" "-a" "18a1cd378d5562301f845370d8723146df2b2ac0ddbeefdbab73daac2c94f43e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/COST-bc08d21271323057 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test hilbert_curve::test_encode_decode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "18a1cd378d5562301f845370d8723146df2b2ac0ddbeefdbab73daac2c94f43e"` [INFO] running `"docker" "rm" "-f" "18a1cd378d5562301f845370d8723146df2b2ac0ddbeefdbab73daac2c94f43e"` [INFO] [stdout] 18a1cd378d5562301f845370d8723146df2b2ac0ddbeefdbab73daac2c94f43e