[INFO] updating cached repository https://github.com/calvinbrown085/destructo-bot-3000 [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] 3e151d8d96866752d6fb4c3b6ceb40a272b515c7 [INFO] testing calvinbrown085/destructo-bot-3000 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalvinbrown085%2Fdestructo-bot-3000" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/calvinbrown085/destructo-bot-3000 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/calvinbrown085/destructo-bot-3000 [INFO] finished tweaking git repo https://github.com/calvinbrown085/destructo-bot-3000 [INFO] tweaked toml for git repo https://github.com/calvinbrown085/destructo-bot-3000 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/calvinbrown085/destructo-bot-3000 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.44.0" "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] ed4aed9f3cc63454d8c4131d5fdad1344163d855c66238ebac585c10587fda9b [INFO] running `"docker" "start" "-a" "ed4aed9f3cc63454d8c4131d5fdad1344163d855c66238ebac585c10587fda9b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling ratelimit v0.4.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling alga v0.9.2 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling rlbot v0.5.0 [INFO] [stderr] Compiling na v0.18.3 [INFO] [stderr] Compiling destructo-bot-3000 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:44:44 [INFO] [stderr] | [INFO] [stderr] 44 | let desired_yaw = f32::atan2(offset.y, (offset.x - 20.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/main.rs:1:73 [INFO] [stderr] | [INFO] [stderr] 1 | #![warn(future_incompatible, rust_2018_compatibility, rust_2018_idioms, unused)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[warn(unused_parens)]` implied by `#[warn(unused)]` [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.00s [INFO] running `"docker" "inspect" "ed4aed9f3cc63454d8c4131d5fdad1344163d855c66238ebac585c10587fda9b"` [INFO] running `"docker" "rm" "-f" "ed4aed9f3cc63454d8c4131d5fdad1344163d855c66238ebac585c10587fda9b"` [INFO] [stdout] ed4aed9f3cc63454d8c4131d5fdad1344163d855c66238ebac585c10587fda9b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d7f89e57d36fdf965b580d98d2c4d8b189c0513ffc4c0afeeece274f0ae5c4f8 [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" "d7f89e57d36fdf965b580d98d2c4d8b189c0513ffc4c0afeeece274f0ae5c4f8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling destructo-bot-3000 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:44:44 [INFO] [stderr] | [INFO] [stderr] 44 | let desired_yaw = f32::atan2(offset.y, (offset.x - 20.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/main.rs:1:73 [INFO] [stderr] | [INFO] [stderr] 1 | #![warn(future_incompatible, rust_2018_compatibility, rust_2018_idioms, unused)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[warn(unused_parens)]` implied by `#[warn(unused)]` [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `"docker" "inspect" "d7f89e57d36fdf965b580d98d2c4d8b189c0513ffc4c0afeeece274f0ae5c4f8"` [INFO] running `"docker" "rm" "-f" "d7f89e57d36fdf965b580d98d2c4d8b189c0513ffc4c0afeeece274f0ae5c4f8"` [INFO] [stdout] d7f89e57d36fdf965b580d98d2c4d8b189c0513ffc4c0afeeece274f0ae5c4f8 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.44.0" "test" "--frozen"` [INFO] [stdout] 4187dd68e87d4be2c8c80b28db7c1b5091a0e442030719f472e1debcaa3d3f79 [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" "4187dd68e87d4be2c8c80b28db7c1b5091a0e442030719f472e1debcaa3d3f79"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:44:44 [INFO] [stderr] | [INFO] [stderr] 44 | let desired_yaw = f32::atan2(offset.y, (offset.x - 20.0)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/main.rs:1:73 [INFO] [stderr] | [INFO] [stderr] 1 | #![warn(future_incompatible, rust_2018_compatibility, rust_2018_idioms, unused)] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[warn(unused_parens)]` implied by `#[warn(unused)]` [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/destructo_bot_3000-9b18096e83d157d2 [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" "4187dd68e87d4be2c8c80b28db7c1b5091a0e442030719f472e1debcaa3d3f79"` [INFO] running `"docker" "rm" "-f" "4187dd68e87d4be2c8c80b28db7c1b5091a0e442030719f472e1debcaa3d3f79"` [INFO] [stdout] 4187dd68e87d4be2c8c80b28db7c1b5091a0e442030719f472e1debcaa3d3f79