[INFO] cloning repository https://github.com/neilg63/astrojson [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neilg63/astrojson" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilg63%2Fastrojson"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilg63%2Fastrojson'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9a7cb2d3e3c2b0081078f077051288dc8c86699d [INFO] checking neilg63/astrojson against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilg63%2Fastrojson" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neilg63/astrojson on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/neilg63/astrojson [INFO] finished tweaking git repo https://github.com/neilg63/astrojson [INFO] tweaked toml for git repo https://github.com/neilg63/astrojson written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/neilg63/astrojson already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] ee0b9e731ebca8d4a511e066665c113c19deccf72fbfba2af203f971e55aed2d [INFO] running `"docker" "start" "-a" "ee0b9e731ebca8d4a511e066665c113c19deccf72fbfba2af203f971e55aed2d"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking serde v0.9.6 [INFO] [stderr] Checking grabinput v0.2.1 [INFO] [stderr] Checking csv v0.15.0 [INFO] [stderr] Compiling serde_derive v0.9.6 [INFO] [stderr] Checking chrono v0.3.0 [INFO] [stderr] Checking serde_json v0.9.5 [INFO] [stderr] Checking astro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/astro.rs:97:40 [INFO] [stderr] | [INFO] [stderr] 97 | ag.push(AspectData::new("triseptile",(360.0/7.0*3.0) )); // 154.28571 [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 function argument [INFO] [stderr] --> src/astro.rs:103:39 [INFO] [stderr] | [INFO] [stderr] 103 | ag.push(AspectData::new("biseptile",(360.0/3.5))); // 102.85714 [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/astro.rs:108:37 [INFO] [stderr] | [INFO] [stderr] 108 | ag.push(AspectData::new("septile",(360.0/7.0))); // 51.42857 [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/astro.rs:97:40 [INFO] [stderr] | [INFO] [stderr] 97 | ag.push(AspectData::new("triseptile",(360.0/7.0*3.0) )); // 154.28571 [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 function argument [INFO] [stderr] --> src/astro.rs:103:39 [INFO] [stderr] | [INFO] [stderr] 103 | ag.push(AspectData::new("biseptile",(360.0/3.5))); // 102.85714 [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/astro.rs:108:37 [INFO] [stderr] | [INFO] [stderr] 108 | ag.push(AspectData::new("septile",(360.0/7.0))); // 51.42857 [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.20s [INFO] running `"docker" "inspect" "ee0b9e731ebca8d4a511e066665c113c19deccf72fbfba2af203f971e55aed2d"` [INFO] running `"docker" "rm" "-f" "ee0b9e731ebca8d4a511e066665c113c19deccf72fbfba2af203f971e55aed2d"` [INFO] [stdout] ee0b9e731ebca8d4a511e066665c113c19deccf72fbfba2af203f971e55aed2d