[INFO] updating cached repository Foaly/Partycle [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Foaly/Partycle [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Foaly/Partycle" "work/ex/beta-1.37-6/sources/1.36.0/gh/Foaly/Partycle"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Foaly/Partycle'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Foaly/Partycle" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Foaly/Partycle"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Foaly/Partycle'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0dd44c6b7fe531490b107d97802a0252dc3ce6e2 [INFO] sha for GitHub repo Foaly/Partycle: 0dd44c6b7fe531490b107d97802a0252dc3ce6e2 [INFO] validating manifest of Foaly/Partycle 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 Foaly/Partycle 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 Foaly/Partycle [INFO] finished frobbing Foaly/Partycle [INFO] frobbed toml for Foaly/Partycle written to work/ex/beta-1.37-6/sources/1.36.0/gh/Foaly/Partycle/Cargo.toml [INFO] started frobbing Foaly/Partycle [INFO] finished frobbing Foaly/Partycle [INFO] frobbed toml for Foaly/Partycle written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Foaly/Partycle/Cargo.toml [INFO] crate Foaly/Partycle 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 Foaly/Partycle 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-6/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/Foaly/Partycle:/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] 39394e4d275ede7e2c5048146abca6b70a568bb77bad0cdf436c4f44b5183c19 [INFO] running `"docker" "start" "-a" "39394e4d275ede7e2c5048146abca6b70a568bb77bad0cdf436c4f44b5183c19"` [INFO] [stderr] Compiling sfml-build v0.1.0 (https://github.com/jeremyletang/rust-sfml#2e948057) [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling atom v0.3.4 [INFO] [stderr] Compiling smallvec v0.4.0 [INFO] [stderr] Compiling fnv v1.0.5 [INFO] [stderr] Compiling tuple_utils v0.2.0 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling shred-derive v0.3.0 [INFO] [stderr] Compiling csfml-system-sys v0.2.1 (https://github.com/jeremyletang/rust-sfml#2e948057) [INFO] [stderr] Compiling csfml-window-sys v0.2.0 (https://github.com/jeremyletang/rust-sfml#2e948057) [INFO] [stderr] Compiling csfml-graphics-sys v0.3.0 (https://github.com/jeremyletang/rust-sfml#2e948057) [INFO] [stderr] Compiling csfml-audio-sys v0.2.0 (https://github.com/jeremyletang/rust-sfml#2e948057) [INFO] [stderr] Compiling pulse v0.5.3 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling arrayvec v0.3.23 [INFO] [stderr] Compiling sfml v0.12.0 (https://github.com/jeremyletang/rust-sfml#2e948057) [INFO] [stderr] Compiling rayon v0.7.1 [INFO] [stderr] Compiling hibitset v0.1.3 [INFO] [stderr] Compiling shred v0.4.3 [INFO] [stderr] Compiling specs v0.9.1 [INFO] [stderr] Compiling partycle v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:36:49 [INFO] [stderr] | [INFO] [stderr] 36 | target: &mut RenderTarget, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RenderTarget` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.46s [INFO] running `"docker" "inspect" "39394e4d275ede7e2c5048146abca6b70a568bb77bad0cdf436c4f44b5183c19"` [INFO] running `"docker" "rm" "-f" "39394e4d275ede7e2c5048146abca6b70a568bb77bad0cdf436c4f44b5183c19"` [INFO] [stdout] 39394e4d275ede7e2c5048146abca6b70a568bb77bad0cdf436c4f44b5183c19 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/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/Foaly/Partycle:/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] 2a505c9b9b37d478499bfd706bbf979a703e1d01b5ee715e41b33565bb962135 [INFO] running `"docker" "start" "-a" "2a505c9b9b37d478499bfd706bbf979a703e1d01b5ee715e41b33565bb962135"` [INFO] [stderr] Compiling partycle v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:36:49 [INFO] [stderr] | [INFO] [stderr] 36 | target: &mut RenderTarget, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn RenderTarget` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `"docker" "inspect" "2a505c9b9b37d478499bfd706bbf979a703e1d01b5ee715e41b33565bb962135"` [INFO] running `"docker" "rm" "-f" "2a505c9b9b37d478499bfd706bbf979a703e1d01b5ee715e41b33565bb962135"` [INFO] [stdout] 2a505c9b9b37d478499bfd706bbf979a703e1d01b5ee715e41b33565bb962135 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/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/Foaly/Partycle:/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] a3d7c548a503067c7610dc8719be292f83aaf4fcb43d395c52b4063822dbd983 [INFO] running `"docker" "start" "-a" "a3d7c548a503067c7610dc8719be292f83aaf4fcb43d395c52b4063822dbd983"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/partycle-98d40140043596ae [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" "a3d7c548a503067c7610dc8719be292f83aaf4fcb43d395c52b4063822dbd983"` [INFO] running `"docker" "rm" "-f" "a3d7c548a503067c7610dc8719be292f83aaf4fcb43d395c52b4063822dbd983"` [INFO] [stdout] a3d7c548a503067c7610dc8719be292f83aaf4fcb43d395c52b4063822dbd983