[INFO] updating cached repository https://github.com/lokegustafsson/binary-accretion [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] [stderr] From https://github.com/lokegustafsson/binary-accretion [INFO] [stderr] d632c48..1d3a173 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1d3a17308ad06c8b19a3ca68a665bb81c0349bb4 [INFO] testing lokegustafsson/binary-accretion against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flokegustafsson%2Fbinary-accretion" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lokegustafsson/binary-accretion on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/lokegustafsson/binary-accretion [INFO] finished tweaking git repo https://github.com/lokegustafsson/binary-accretion [INFO] tweaked toml for git repo https://github.com/lokegustafsson/binary-accretion written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/lokegustafsson/binary-accretion already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 0a54d833b36331ff22343dab97e350b6f52eb76d2e94ef04606b3e1bd29b0e06 [INFO] running `"docker" "start" "-a" "0a54d833b36331ff22343dab97e350b6f52eb76d2e94ef04606b3e1bd29b0e06"` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling minifb v0.15.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling binary-accretion v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `div_vel` [INFO] [stderr] --> src/particle.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | fn div_vel(&self, surrounding: &[Particle]) -> Float { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `density` [INFO] [stderr] --> src/particle.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | fn density(&self, surrounding: &[Particle]) -> Float { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.00s [INFO] running `"docker" "inspect" "0a54d833b36331ff22343dab97e350b6f52eb76d2e94ef04606b3e1bd29b0e06"` [INFO] running `"docker" "rm" "-f" "0a54d833b36331ff22343dab97e350b6f52eb76d2e94ef04606b3e1bd29b0e06"` [INFO] [stdout] 0a54d833b36331ff22343dab97e350b6f52eb76d2e94ef04606b3e1bd29b0e06 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8b822fe2e8fc3e40dcd2cac0ac3dbcb25be080504318ad40ab860f9980ab60b6 [INFO] running `"docker" "start" "-a" "8b822fe2e8fc3e40dcd2cac0ac3dbcb25be080504318ad40ab860f9980ab60b6"` [INFO] [stderr] Compiling binary-accretion v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `div_vel` [INFO] [stderr] --> src/particle.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | fn div_vel(&self, surrounding: &[Particle]) -> Float { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `density` [INFO] [stderr] --> src/particle.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | fn density(&self, surrounding: &[Particle]) -> Float { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `"docker" "inspect" "8b822fe2e8fc3e40dcd2cac0ac3dbcb25be080504318ad40ab860f9980ab60b6"` [INFO] running `"docker" "rm" "-f" "8b822fe2e8fc3e40dcd2cac0ac3dbcb25be080504318ad40ab860f9980ab60b6"` [INFO] [stdout] 8b822fe2e8fc3e40dcd2cac0ac3dbcb25be080504318ad40ab860f9980ab60b6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 6391a849232e5da3f0d1863349911307037521e730b4fd7362331ad840379d32 [INFO] running `"docker" "start" "-a" "6391a849232e5da3f0d1863349911307037521e730b4fd7362331ad840379d32"` [INFO] [stderr] warning: method is never used: `div_vel` [INFO] [stderr] --> src/particle.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | fn div_vel(&self, surrounding: &[Particle]) -> Float { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `density` [INFO] [stderr] --> src/particle.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | fn density(&self, surrounding: &[Particle]) -> Float { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.44s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/binary_accretion-4b36878f3540eb18 [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" "6391a849232e5da3f0d1863349911307037521e730b4fd7362331ad840379d32"` [INFO] running `"docker" "rm" "-f" "6391a849232e5da3f0d1863349911307037521e730b4fd7362331ad840379d32"` [INFO] [stdout] 6391a849232e5da3f0d1863349911307037521e730b4fd7362331ad840379d32