[INFO] cloning repository zackmdavis/Solitairey_Confinement [INFO] running `"git" "clone" "--bare" "git://github.com/zackmdavis/Solitairey_Confinement.git" "work/cache/sources/gh/zackmdavis/Solitairey_Confinement"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/zackmdavis/Solitairey_Confinement'... [INFO] running `"git" "clone" "work/cache/sources/gh/zackmdavis/Solitairey_Confinement" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/zackmdavis/Solitairey_Confinement"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/zackmdavis/Solitairey_Confinement'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zackmdavis/Solitairey_Confinement" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/zackmdavis/Solitairey_Confinement"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/zackmdavis/Solitairey_Confinement'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5179c4536b117f24215a1ec4ffc3c90e4b7eb3e5 [INFO] sha for GitHub repo zackmdavis/Solitairey_Confinement: 5179c4536b117f24215a1ec4ffc3c90e4b7eb3e5 [INFO] validating manifest of zackmdavis/Solitairey_Confinement on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of zackmdavis/Solitairey_Confinement on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing zackmdavis/Solitairey_Confinement [INFO] finished frobbing zackmdavis/Solitairey_Confinement [INFO] frobbed toml for zackmdavis/Solitairey_Confinement written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/zackmdavis/Solitairey_Confinement/Cargo.toml [INFO] started frobbing zackmdavis/Solitairey_Confinement [INFO] finished frobbing zackmdavis/Solitairey_Confinement [INFO] frobbed toml for zackmdavis/Solitairey_Confinement written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/zackmdavis/Solitairey_Confinement/Cargo.toml [INFO] crate zackmdavis/Solitairey_Confinement already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing zackmdavis/Solitairey_Confinement against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/zackmdavis/Solitairey_Confinement:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 056e58c7d833465db3023b7b4f7daa3b9bb292bfc5114681f6291a62d5a58c24 [INFO] running `"docker" "start" "-a" "056e58c7d833465db3023b7b4f7daa3b9bb292bfc5114681f6291a62d5a58c24"` [INFO] [stderr] Compiling solitairey_confinement v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/distribution.rs:43:51 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn property_probability(&self, property: &Fn(Card) -> bool) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Card) -> bool` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.42s [INFO] running `"docker" "inspect" "056e58c7d833465db3023b7b4f7daa3b9bb292bfc5114681f6291a62d5a58c24"` [INFO] running `"docker" "rm" "-f" "056e58c7d833465db3023b7b4f7daa3b9bb292bfc5114681f6291a62d5a58c24"` [INFO] [stdout] 056e58c7d833465db3023b7b4f7daa3b9bb292bfc5114681f6291a62d5a58c24 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/zackmdavis/Solitairey_Confinement:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 4fae1f9199b9a662959fe91639d431da0cf80bc79e9d12ede4d99116c9e94c47 [INFO] running `"docker" "start" "-a" "4fae1f9199b9a662959fe91639d431da0cf80bc79e9d12ede4d99116c9e94c47"` [INFO] [stderr] Compiling solitairey_confinement v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/distribution.rs:43:51 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn property_probability(&self, property: &Fn(Card) -> bool) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Card) -> bool` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `"docker" "inspect" "4fae1f9199b9a662959fe91639d431da0cf80bc79e9d12ede4d99116c9e94c47"` [INFO] running `"docker" "rm" "-f" "4fae1f9199b9a662959fe91639d431da0cf80bc79e9d12ede4d99116c9e94c47"` [INFO] [stdout] 4fae1f9199b9a662959fe91639d431da0cf80bc79e9d12ede4d99116c9e94c47 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/zackmdavis/Solitairey_Confinement:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] f6fccb4e110a64f5250774cb7401d0c818a7609f849c8f840c20320745943a78 [INFO] running `"docker" "start" "-a" "f6fccb4e110a64f5250774cb7401d0c818a7609f849c8f840c20320745943a78"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/solitairey_confinement-ea8c5f5691c57d7a [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test distribution::tests::concerning_inital_color_balance ... ok [INFO] [stdout] test distribution::tests::concerning_intial_entropy ... ok [INFO] [stdout] test games::gaps::tests::concerning_gap_detection ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "f6fccb4e110a64f5250774cb7401d0c818a7609f849c8f840c20320745943a78"` [INFO] running `"docker" "rm" "-f" "f6fccb4e110a64f5250774cb7401d0c818a7609f849c8f840c20320745943a78"` [INFO] [stdout] f6fccb4e110a64f5250774cb7401d0c818a7609f849c8f840c20320745943a78