[INFO] updating cached repository https://github.com/neilg63/astrojson [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 9a7cb2d3e3c2b0081078f077051288dc8c86699d [INFO] testing neilg63/astrojson against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneilg63%2Fastrojson" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neilg63/astrojson on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-6/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5fdab8ca55ff7f0dc2e531c021496ba19fa7001b629e5a64351a4e1c42f3fba5 [INFO] running `"docker" "start" "-a" "5fdab8ca55ff7f0dc2e531c021496ba19fa7001b629e5a64351a4e1c42f3fba5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling grabinput v0.2.1 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling syn v0.11.4 [INFO] [stderr] Compiling serde_json v0.9.5 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling serde_codegen_internals v0.13.0 [INFO] [stderr] Compiling serde_derive v0.9.6 [INFO] [stderr] Compiling 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 block return value [INFO] [stderr] --> src/astro.rs:246:5 [INFO] [stderr] | [INFO] [stderr] 246 | (val > lower || val <= upper) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/astro.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | (val < upper && val >= lower) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.15s [INFO] running `"docker" "inspect" "5fdab8ca55ff7f0dc2e531c021496ba19fa7001b629e5a64351a4e1c42f3fba5"` [INFO] running `"docker" "rm" "-f" "5fdab8ca55ff7f0dc2e531c021496ba19fa7001b629e5a64351a4e1c42f3fba5"` [INFO] [stdout] 5fdab8ca55ff7f0dc2e531c021496ba19fa7001b629e5a64351a4e1c42f3fba5 [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=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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] a5b6007be3edcf42f23f321d8bf012fbb6853a697a86cdac5429d21adf1e9af2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a5b6007be3edcf42f23f321d8bf012fbb6853a697a86cdac5429d21adf1e9af2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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 block return value [INFO] [stderr] --> src/astro.rs:246:5 [INFO] [stderr] | [INFO] [stderr] 246 | (val > lower || val <= upper) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/astro.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | (val < upper && val >= lower) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.46s [INFO] running `"docker" "inspect" "a5b6007be3edcf42f23f321d8bf012fbb6853a697a86cdac5429d21adf1e9af2"` [INFO] running `"docker" "rm" "-f" "a5b6007be3edcf42f23f321d8bf012fbb6853a697a86cdac5429d21adf1e9af2"` [INFO] [stdout] a5b6007be3edcf42f23f321d8bf012fbb6853a697a86cdac5429d21adf1e9af2 [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=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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e75690344f02cf0c8aaf9da5fab938d53f7ad22eab4a66db5036e672e70221e8 [INFO] running `"docker" "start" "-a" "e75690344f02cf0c8aaf9da5fab938d53f7ad22eab4a66db5036e672e70221e8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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 block return value [INFO] [stderr] --> src/astro.rs:246:5 [INFO] [stderr] | [INFO] [stderr] 246 | (val > lower || val <= upper) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/astro.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | (val < upper && val >= lower) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/astro-7620467c898da44f [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "e75690344f02cf0c8aaf9da5fab938d53f7ad22eab4a66db5036e672e70221e8"` [INFO] running `"docker" "rm" "-f" "e75690344f02cf0c8aaf9da5fab938d53f7ad22eab4a66db5036e672e70221e8"` [INFO] [stdout] e75690344f02cf0c8aaf9da5fab938d53f7ad22eab4a66db5036e672e70221e8