[INFO] updating cached repository https://github.com/jimblandy/hexes [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] 2d6d5a7a5482b8b8475996b2cb851f76885fb3c7 [INFO] checking jimblandy/hexes against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimblandy%2Fhexes" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jimblandy/hexes on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jimblandy/hexes [INFO] finished tweaking git repo https://github.com/jimblandy/hexes [INFO] tweaked toml for git repo https://github.com/jimblandy/hexes written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/jimblandy/hexes already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 651890fa4dadb88fc6b048f3f0b7065422f7b432f0b0c6a2ed60abd058aaaa20 [INFO] running `"docker" "start" "-a" "651890fa4dadb88fc6b048f3f0b7065422f7b432f0b0c6a2ed60abd058aaaa20"` [INFO] [stderr] Checking cgmath v0.12.0 [INFO] [stderr] Checking hexes v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/main.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | / /// You can think of the vertices of a hex grid as the union of four [INFO] [stderr] 62 | | /// rectangular grids, each of which has a horizontal spacing of three [INFO] [stderr] 63 | | /// and a vertical spacing of √3. The bottom bits of the two indices [INFO] [stderr] 64 | | /// indicate which grid of the four the given vertex falls on. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 65 | / let offset = match (i & 1, j & 1) { [INFO] [stderr] 66 | | (0,0) => Vector2::new( 0.0, 0.0), [INFO] [stderr] 67 | | (1,0) => Vector2::new( 1.0, 0.0), [INFO] [stderr] 68 | | (0,1) => Vector2::new(-0.5, f32::sqrt(3.0) / 2.0), [INFO] [stderr] 69 | | (1,1) => Vector2::new( 1.5, f32::sqrt(3.0) / 2.0), [INFO] [stderr] 70 | | _ => panic!("unexpected bit pattern") [INFO] [stderr] 71 | | }; [INFO] [stderr] | |__________- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/main.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | / /// You can think of the vertices of a hex grid as the union of four [INFO] [stderr] 62 | | /// rectangular grids, each of which has a horizontal spacing of three [INFO] [stderr] 63 | | /// and a vertical spacing of √3. The bottom bits of the two indices [INFO] [stderr] 64 | | /// indicate which grid of the four the given vertex falls on. [INFO] [stderr] | |______________________________________________________________________^ [INFO] [stderr] 65 | / let offset = match (i & 1, j & 1) { [INFO] [stderr] 66 | | (0,0) => Vector2::new( 0.0, 0.0), [INFO] [stderr] 67 | | (1,0) => Vector2::new( 1.0, 0.0), [INFO] [stderr] 68 | | (0,1) => Vector2::new(-0.5, f32::sqrt(3.0) / 2.0), [INFO] [stderr] 69 | | (1,1) => Vector2::new( 1.5, f32::sqrt(3.0) / 2.0), [INFO] [stderr] 70 | | _ => panic!("unexpected bit pattern") [INFO] [stderr] 71 | | }; [INFO] [stderr] | |__________- rustdoc does not generate documentation for statements [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.57s [INFO] running `"docker" "inspect" "651890fa4dadb88fc6b048f3f0b7065422f7b432f0b0c6a2ed60abd058aaaa20"` [INFO] running `"docker" "rm" "-f" "651890fa4dadb88fc6b048f3f0b7065422f7b432f0b0c6a2ed60abd058aaaa20"` [INFO] [stdout] 651890fa4dadb88fc6b048f3f0b7065422f7b432f0b0c6a2ed60abd058aaaa20