[INFO] cloning repository PCouaillier/haliteIII [INFO] running `"git" "clone" "--bare" "git://github.com/PCouaillier/haliteIII.git" "work/cache/sources/gh/PCouaillier/haliteIII"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/PCouaillier/haliteIII'... [INFO] running `"git" "clone" "work/cache/sources/gh/PCouaillier/haliteIII" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/PCouaillier/haliteIII"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/PCouaillier/haliteIII'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/PCouaillier/haliteIII" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/PCouaillier/haliteIII"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/PCouaillier/haliteIII'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 60eb0b53ac2174ff504d7caf9e9987c7a4fb4bb9 [INFO] sha for GitHub repo PCouaillier/haliteIII: 60eb0b53ac2174ff504d7caf9e9987c7a4fb4bb9 [INFO] validating manifest of PCouaillier/haliteIII 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 PCouaillier/haliteIII 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 PCouaillier/haliteIII [INFO] finished frobbing PCouaillier/haliteIII [INFO] frobbed toml for PCouaillier/haliteIII written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/PCouaillier/haliteIII/Cargo.toml [INFO] started frobbing PCouaillier/haliteIII [INFO] finished frobbing PCouaillier/haliteIII [INFO] frobbed toml for PCouaillier/haliteIII written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/PCouaillier/haliteIII/Cargo.toml [INFO] crate PCouaillier/haliteIII 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 PCouaillier/haliteIII against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/PCouaillier/haliteIII:/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] b62a91160771773f58af5b25572ab91349ed5895a2c69301b7d0c9cf3fe065b0 [INFO] running `"docker" "start" "-a" "b62a91160771773f58af5b25572ab91349ed5895a2c69301b7d0c9cf3fe065b0"` [INFO] [stderr] Compiling pco_halite_iii v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hlt/game_map.rs:27:38 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn at_entity(&self, entity: &Entity) -> &MapCell { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hlt/game_map.rs:31:46 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn at_entity_mut(&mut self, entity: &Entity) -> &mut MapCell { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.23s [INFO] running `"docker" "inspect" "b62a91160771773f58af5b25572ab91349ed5895a2c69301b7d0c9cf3fe065b0"` [INFO] running `"docker" "rm" "-f" "b62a91160771773f58af5b25572ab91349ed5895a2c69301b7d0c9cf3fe065b0"` [INFO] [stdout] b62a91160771773f58af5b25572ab91349ed5895a2c69301b7d0c9cf3fe065b0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/PCouaillier/haliteIII:/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] 5b5cafd938e65bc757f606bb730f60223a4864b5628f2a136c4f48e3e562cdfa [INFO] running `"docker" "start" "-a" "5b5cafd938e65bc757f606bb730f60223a4864b5628f2a136c4f48e3e562cdfa"` [INFO] [stderr] Compiling pco_halite_iii v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hlt/game_map.rs:27:38 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn at_entity(&self, entity: &Entity) -> &MapCell { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hlt/game_map.rs:31:46 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn at_entity_mut(&mut self, entity: &Entity) -> &mut MapCell { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Entity` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.46s [INFO] running `"docker" "inspect" "5b5cafd938e65bc757f606bb730f60223a4864b5628f2a136c4f48e3e562cdfa"` [INFO] running `"docker" "rm" "-f" "5b5cafd938e65bc757f606bb730f60223a4864b5628f2a136c4f48e3e562cdfa"` [INFO] [stdout] 5b5cafd938e65bc757f606bb730f60223a4864b5628f2a136c4f48e3e562cdfa [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/PCouaillier/haliteIII:/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] b53c7ace1165ca1fc6825365fe96eca65f363c0f9807f516b1e4f46988a42c70 [INFO] running `"docker" "start" "-a" "b53c7ace1165ca1fc6825365fe96eca65f363c0f9807f516b1e4f46988a42c70"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/pco_halite_iii-7d383770690f75bb [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" "b53c7ace1165ca1fc6825365fe96eca65f363c0f9807f516b1e4f46988a42c70"` [INFO] running `"docker" "rm" "-f" "b53c7ace1165ca1fc6825365fe96eca65f363c0f9807f516b1e4f46988a42c70"` [INFO] [stdout] b53c7ace1165ca1fc6825365fe96eca65f363c0f9807f516b1e4f46988a42c70