[INFO] updating cached repository superdump/partyarty [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/superdump/partyarty [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/superdump/partyarty" "work/ex/beta-1.38-1/sources/1.37.0/gh/superdump/partyarty"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/superdump/partyarty'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/superdump/partyarty" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/superdump/partyarty"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/superdump/partyarty'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2f8306d8601a0456ca8bc2ffe4caf9d654a94d61 [INFO] sha for GitHub repo superdump/partyarty: 2f8306d8601a0456ca8bc2ffe4caf9d654a94d61 [INFO] validating manifest of superdump/partyarty on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of superdump/partyarty on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing superdump/partyarty [INFO] finished frobbing superdump/partyarty [INFO] frobbed toml for superdump/partyarty written to work/ex/beta-1.38-1/sources/1.37.0/gh/superdump/partyarty/Cargo.toml [INFO] started frobbing superdump/partyarty [INFO] finished frobbing superdump/partyarty [INFO] frobbed toml for superdump/partyarty written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/superdump/partyarty/Cargo.toml [INFO] crate superdump/partyarty already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing superdump/partyarty against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/superdump/partyarty:/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-08-13" "build" "--frozen"` [INFO] [stdout] 2b77065e4dc378833ac0fb742c37a93b3bb0b3b07b69f4ad47bd021f5fe65ea7 [INFO] running `"docker" "start" "-a" "2b77065e4dc378833ac0fb742c37a93b3bb0b3b07b69f4ad47bd021f5fe65ea7"` [INFO] [stderr] Compiling deflate v0.7.19 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling shred-derive v0.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling syn v0.15.13 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling hibitset v0.5.2 [INFO] [stderr] Compiling shred v0.7.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling synstructure v0.10.0 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling derivative v1.0.1 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling shrev v1.0.1 [INFO] [stderr] Compiling image v0.20.0 [INFO] [stderr] Compiling specs v0.12.3 [INFO] [stderr] Compiling partyarty v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 24 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems.rs:97:21 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 97 | use specs::{Join, ParJoin}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `ParJoin` is imported redundantly [INFO] [stderr] --> src/systems.rs:97:27 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `ParJoin` is already imported here [INFO] [stderr] ... [INFO] [stderr] 97 | use specs::{Join, ParJoin}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `"docker" "inspect" "2b77065e4dc378833ac0fb742c37a93b3bb0b3b07b69f4ad47bd021f5fe65ea7"` [INFO] running `"docker" "rm" "-f" "2b77065e4dc378833ac0fb742c37a93b3bb0b3b07b69f4ad47bd021f5fe65ea7"` [INFO] [stdout] 2b77065e4dc378833ac0fb742c37a93b3bb0b3b07b69f4ad47bd021f5fe65ea7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/superdump/partyarty:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 7c7f33b0ce809fd3b5eb65a7427b1e6af9393782cac9b943b940c13f0681f7f0 [INFO] running `"docker" "start" "-a" "7c7f33b0ce809fd3b5eb65a7427b1e6af9393782cac9b943b940c13f0681f7f0"` [INFO] [stderr] Compiling partyarty v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 24 | use specs::Join; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Join` is imported redundantly [INFO] [stderr] --> src/systems.rs:97:21 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `Join` is already imported here [INFO] [stderr] ... [INFO] [stderr] 97 | use specs::{Join, ParJoin}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `ParJoin` is imported redundantly [INFO] [stderr] --> src/systems.rs:97:27 [INFO] [stderr] | [INFO] [stderr] 4 | use specs::prelude::*; [INFO] [stderr] | ----------------- the item `ParJoin` is already imported here [INFO] [stderr] ... [INFO] [stderr] 97 | use specs::{Join, ParJoin}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.81s [INFO] running `"docker" "inspect" "7c7f33b0ce809fd3b5eb65a7427b1e6af9393782cac9b943b940c13f0681f7f0"` [INFO] running `"docker" "rm" "-f" "7c7f33b0ce809fd3b5eb65a7427b1e6af9393782cac9b943b940c13f0681f7f0"` [INFO] [stdout] 7c7f33b0ce809fd3b5eb65a7427b1e6af9393782cac9b943b940c13f0681f7f0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/superdump/partyarty:/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-08-13" "test" "--frozen"` [INFO] [stdout] 4a04ed6aec34d103f0c009884be8bca2ac42b113014cee03cd006c379653b84a [INFO] running `"docker" "start" "-a" "4a04ed6aec34d103f0c009884be8bca2ac42b113014cee03cd006c379653b84a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/partyarty-a52fe3846806dc96 [INFO] [stderr] Running /opt/crater/target/debug/deps/partyarty-309406f0b503c301 [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] [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] [stderr] Doc-tests partyarty [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" "4a04ed6aec34d103f0c009884be8bca2ac42b113014cee03cd006c379653b84a"` [INFO] running `"docker" "rm" "-f" "4a04ed6aec34d103f0c009884be8bca2ac42b113014cee03cd006c379653b84a"` [INFO] [stdout] 4a04ed6aec34d103f0c009884be8bca2ac42b113014cee03cd006c379653b84a