[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] b52b1e325277cc150611665745e7066d95e642cf7080882dbddb9fb6113d74ac [INFO] running `"docker" "start" "-a" "b52b1e325277cc150611665745e7066d95e642cf7080882dbddb9fb6113d74ac"` [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling syn v0.15.13 [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 sdl2 v0.31.0 [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 derivative v1.0.1 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling shrev v1.0.1 [INFO] [stderr] Compiling failure v0.1.3 [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 01s [INFO] running `"docker" "inspect" "b52b1e325277cc150611665745e7066d95e642cf7080882dbddb9fb6113d74ac"` [INFO] running `"docker" "rm" "-f" "b52b1e325277cc150611665745e7066d95e642cf7080882dbddb9fb6113d74ac"` [INFO] [stdout] b52b1e325277cc150611665745e7066d95e642cf7080882dbddb9fb6113d74ac [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0532d575d5ffe84cfb6b39433749f42a2a03b747605c58f8b9b817f61cee49ee [INFO] running `"docker" "start" "-a" "0532d575d5ffe84cfb6b39433749f42a2a03b747605c58f8b9b817f61cee49ee"` [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.96s [INFO] running `"docker" "inspect" "0532d575d5ffe84cfb6b39433749f42a2a03b747605c58f8b9b817f61cee49ee"` [INFO] running `"docker" "rm" "-f" "0532d575d5ffe84cfb6b39433749f42a2a03b747605c58f8b9b817f61cee49ee"` [INFO] [stdout] 0532d575d5ffe84cfb6b39433749f42a2a03b747605c58f8b9b817f61cee49ee [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] b99751ae953c120cdc63f596365ddce4437cc5f4ba497883b09db353177d095a [INFO] running `"docker" "start" "-a" "b99751ae953c120cdc63f596365ddce4437cc5f4ba497883b09db353177d095a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/partyarty-4d00578c6f1e248a [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] Running /opt/crater/target/debug/deps/partyarty-0dc638cb3c9987fa [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" "b99751ae953c120cdc63f596365ddce4437cc5f4ba497883b09db353177d095a"` [INFO] running `"docker" "rm" "-f" "b99751ae953c120cdc63f596365ddce4437cc5f4ba497883b09db353177d095a"` [INFO] [stdout] b99751ae953c120cdc63f596365ddce4437cc5f4ba497883b09db353177d095a