[INFO] updating cached repository Michael2109/genetic-algorithms [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Michael2109/genetic-algorithms [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Michael2109/genetic-algorithms" "work/ex/beta-1.37-6/sources/1.36.0/gh/Michael2109/genetic-algorithms"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Michael2109/genetic-algorithms'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Michael2109/genetic-algorithms" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Michael2109/genetic-algorithms"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Michael2109/genetic-algorithms'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 99c630bdd95c98763a6f86098151f806291e08ba [INFO] sha for GitHub repo Michael2109/genetic-algorithms: 99c630bdd95c98763a6f86098151f806291e08ba [INFO] validating manifest of Michael2109/genetic-algorithms on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Michael2109/genetic-algorithms on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Michael2109/genetic-algorithms [INFO] finished frobbing Michael2109/genetic-algorithms [INFO] frobbed toml for Michael2109/genetic-algorithms written to work/ex/beta-1.37-6/sources/1.36.0/gh/Michael2109/genetic-algorithms/Cargo.toml [INFO] started frobbing Michael2109/genetic-algorithms [INFO] finished frobbing Michael2109/genetic-algorithms [INFO] frobbed toml for Michael2109/genetic-algorithms written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Michael2109/genetic-algorithms/Cargo.toml [INFO] crate Michael2109/genetic-algorithms already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Michael2109/genetic-algorithms against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Michael2109/genetic-algorithms:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] a300b6621959eabef622d2ab2dbb66cc47b0cdda46389927a8e400fce6dbf95d [INFO] running `"docker" "start" "-a" "a300b6621959eabef622d2ab2dbb66cc47b0cdda46389927a8e400fce6dbf95d"` [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling glutin v0.14.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling pistoncore-input v0.21.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling piston2d-graphics v0.26.0 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling pistoncore-window v0.32.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.37.0 [INFO] [stderr] Compiling piston v0.37.0 [INFO] [stderr] Compiling wayland-window v0.13.3 [INFO] [stderr] Compiling winit v0.12.0 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.53.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.47.0 [INFO] [stderr] Compiling genetic-algorithms v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `simulation` [INFO] [stderr] --> src/entity.rs:63:35 [INFO] [stderr] | [INFO] [stderr] 63 | fn collision_detection(&self, simulation: &Simulation) { [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_simulation` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/simulation.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | for mut f in &self.fish { [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `"docker" "inspect" "a300b6621959eabef622d2ab2dbb66cc47b0cdda46389927a8e400fce6dbf95d"` [INFO] running `"docker" "rm" "-f" "a300b6621959eabef622d2ab2dbb66cc47b0cdda46389927a8e400fce6dbf95d"` [INFO] [stdout] a300b6621959eabef622d2ab2dbb66cc47b0cdda46389927a8e400fce6dbf95d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Michael2109/genetic-algorithms:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 8a80c40b595abc201c088f407f0109909750e2bc4e6270588261efff55ed95b0 [INFO] running `"docker" "start" "-a" "8a80c40b595abc201c088f407f0109909750e2bc4e6270588261efff55ed95b0"` [INFO] [stderr] Compiling genetic-algorithms v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `simulation` [INFO] [stderr] --> src/entity.rs:63:35 [INFO] [stderr] | [INFO] [stderr] 63 | fn collision_detection(&self, simulation: &Simulation) { [INFO] [stderr] | ^^^^^^^^^^ help: consider prefixing with an underscore: `_simulation` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/simulation.rs:47:13 [INFO] [stderr] | [INFO] [stderr] 47 | for mut f in &self.fish { [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.27s [INFO] running `"docker" "inspect" "8a80c40b595abc201c088f407f0109909750e2bc4e6270588261efff55ed95b0"` [INFO] running `"docker" "rm" "-f" "8a80c40b595abc201c088f407f0109909750e2bc4e6270588261efff55ed95b0"` [INFO] [stdout] 8a80c40b595abc201c088f407f0109909750e2bc4e6270588261efff55ed95b0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Michael2109/genetic-algorithms:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] f0a6907a84786c354204ee575b343893a5f644095ada47f05d290cf70c816671 [INFO] running `"docker" "start" "-a" "f0a6907a84786c354204ee575b343893a5f644095ada47f05d290cf70c816671"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/genetic_algorithms-e02c8b0a20b3df21 [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" "f0a6907a84786c354204ee575b343893a5f644095ada47f05d290cf70c816671"` [INFO] running `"docker" "rm" "-f" "f0a6907a84786c354204ee575b343893a5f644095ada47f05d290cf70c816671"` [INFO] [stdout] f0a6907a84786c354204ee575b343893a5f644095ada47f05d290cf70c816671