[INFO] updating cached repository simias/psx-mctool [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/simias/psx-mctool [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/simias/psx-mctool" "work/ex/beta-1.38-1/sources/1.37.0/gh/simias/psx-mctool"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/simias/psx-mctool'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/simias/psx-mctool" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/simias/psx-mctool"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/simias/psx-mctool'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d9087b290e817363ce63fae1232ca282efb3e6c7 [INFO] sha for GitHub repo simias/psx-mctool: d9087b290e817363ce63fae1232ca282efb3e6c7 [INFO] validating manifest of simias/psx-mctool 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 simias/psx-mctool 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 simias/psx-mctool [INFO] finished frobbing simias/psx-mctool [INFO] frobbed toml for simias/psx-mctool written to work/ex/beta-1.38-1/sources/1.37.0/gh/simias/psx-mctool/Cargo.toml [INFO] started frobbing simias/psx-mctool [INFO] finished frobbing simias/psx-mctool [INFO] frobbed toml for simias/psx-mctool written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/simias/psx-mctool/Cargo.toml [INFO] crate simias/psx-mctool 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing simias/psx-mctool 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-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/simias/psx-mctool:/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] 52f6ec6f687c3f784114028b08bff274ea5e3125d00bde4983b988b854f82be4 [INFO] running `"docker" "start" "-a" "52f6ec6f687c3f784114028b08bff274ea5e3125d00bde4983b988b854f82be4"` [INFO] [stderr] Compiling psx-mctool v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mc.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn from_reader(r: &mut Read) -> Result { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [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/mc.rs:138:42 [INFO] [stderr] | [INFO] [stderr] 138 | pub fn dump_to_writer(&self, w: &mut Write) -> Result<(), Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mc.rs:146:40 [INFO] [stderr] | [INFO] [stderr] 146 | w: &mut Write) -> Result<(), Error>{ [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:246:19 [INFO] [stderr] | [INFO] [stderr] 246 | Ok(v@1...15) => v, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `"docker" "inspect" "52f6ec6f687c3f784114028b08bff274ea5e3125d00bde4983b988b854f82be4"` [INFO] running `"docker" "rm" "-f" "52f6ec6f687c3f784114028b08bff274ea5e3125d00bde4983b988b854f82be4"` [INFO] [stdout] 52f6ec6f687c3f784114028b08bff274ea5e3125d00bde4983b988b854f82be4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/simias/psx-mctool:/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] d1065e5599294946c964b8c970f1a7e6c23dc921ef06724b27079c5ea92dbcdc [INFO] running `"docker" "start" "-a" "d1065e5599294946c964b8c970f1a7e6c23dc921ef06724b27079c5ea92dbcdc"` [INFO] [stderr] Compiling psx-mctool v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mc.rs:90:32 [INFO] [stderr] | [INFO] [stderr] 90 | pub fn from_reader(r: &mut Read) -> Result { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [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/mc.rs:138:42 [INFO] [stderr] | [INFO] [stderr] 138 | pub fn dump_to_writer(&self, w: &mut Write) -> Result<(), Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mc.rs:146:40 [INFO] [stderr] | [INFO] [stderr] 146 | w: &mut Write) -> Result<(), Error>{ [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:246:19 [INFO] [stderr] | [INFO] [stderr] 246 | Ok(v@1...15) => v, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.63s [INFO] running `"docker" "inspect" "d1065e5599294946c964b8c970f1a7e6c23dc921ef06724b27079c5ea92dbcdc"` [INFO] running `"docker" "rm" "-f" "d1065e5599294946c964b8c970f1a7e6c23dc921ef06724b27079c5ea92dbcdc"` [INFO] [stdout] d1065e5599294946c964b8c970f1a7e6c23dc921ef06724b27079c5ea92dbcdc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/simias/psx-mctool:/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] cdf6d5d48b42b86853a189eed34ae7f8662cb8de02ff2429923cc863d84a5752 [INFO] running `"docker" "start" "-a" "cdf6d5d48b42b86853a189eed34ae7f8662cb8de02ff2429923cc863d84a5752"` [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/psx_mctool-218ddd708b2a7010 [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "cdf6d5d48b42b86853a189eed34ae7f8662cb8de02ff2429923cc863d84a5752"` [INFO] running `"docker" "rm" "-f" "cdf6d5d48b42b86853a189eed34ae7f8662cb8de02ff2429923cc863d84a5752"` [INFO] [stdout] cdf6d5d48b42b86853a189eed34ae7f8662cb8de02ff2429923cc863d84a5752