[INFO] updating cached repository mz2212/irondice [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mz2212/irondice [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mz2212/irondice" "work/ex/beta-1.38-1/sources/1.37.0/gh/mz2212/irondice"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mz2212/irondice'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mz2212/irondice" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mz2212/irondice"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mz2212/irondice'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8bdc56e42ce9d484a8fb658d53cde4fd71429ebf [INFO] sha for GitHub repo mz2212/irondice: 8bdc56e42ce9d484a8fb658d53cde4fd71429ebf [INFO] validating manifest of mz2212/irondice 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 mz2212/irondice 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 mz2212/irondice [INFO] finished frobbing mz2212/irondice [INFO] frobbed toml for mz2212/irondice written to work/ex/beta-1.38-1/sources/1.37.0/gh/mz2212/irondice/Cargo.toml [INFO] started frobbing mz2212/irondice [INFO] finished frobbing mz2212/irondice [INFO] frobbed toml for mz2212/irondice written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mz2212/irondice/Cargo.toml [INFO] crate mz2212/irondice 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 mz2212/irondice 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-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mz2212/irondice:/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] 7e0266dbd5be9b4ff2ca3f3571abd3251eed935bf040b562d29c31cc2a593278 [INFO] running `"docker" "start" "-a" "7e0266dbd5be9b4ff2ca3f3571abd3251eed935bf040b562d29c31cc2a593278"` [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling serde v1.0.16 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling csv-core v0.1.3 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling csv v1.0.0-beta.5 [INFO] [stderr] Compiling irondice v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 62 | pass = pass.trim_right_matches(&sep).to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.86s [INFO] running `"docker" "inspect" "7e0266dbd5be9b4ff2ca3f3571abd3251eed935bf040b562d29c31cc2a593278"` [INFO] running `"docker" "rm" "-f" "7e0266dbd5be9b4ff2ca3f3571abd3251eed935bf040b562d29c31cc2a593278"` [INFO] [stdout] 7e0266dbd5be9b4ff2ca3f3571abd3251eed935bf040b562d29c31cc2a593278 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mz2212/irondice:/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] ccf3034c6518839ebd9e03cdfa1efa2b3d8121487b37b4fabb9deb8f6fff1548 [INFO] running `"docker" "start" "-a" "ccf3034c6518839ebd9e03cdfa1efa2b3d8121487b37b4fabb9deb8f6fff1548"` [INFO] [stderr] Compiling irondice v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 62 | pass = pass.trim_right_matches(&sep).to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `"docker" "inspect" "ccf3034c6518839ebd9e03cdfa1efa2b3d8121487b37b4fabb9deb8f6fff1548"` [INFO] running `"docker" "rm" "-f" "ccf3034c6518839ebd9e03cdfa1efa2b3d8121487b37b4fabb9deb8f6fff1548"` [INFO] [stdout] ccf3034c6518839ebd9e03cdfa1efa2b3d8121487b37b4fabb9deb8f6fff1548 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mz2212/irondice:/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] 46e1d8bb00608ad55469a6d350576715332ba2f47acadcd66cb1f707aa7b001c [INFO] running `"docker" "start" "-a" "46e1d8bb00608ad55469a6d350576715332ba2f47acadcd66cb1f707aa7b001c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/irondice-95ce7020dc9b2479 [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" "46e1d8bb00608ad55469a6d350576715332ba2f47acadcd66cb1f707aa7b001c"` [INFO] running `"docker" "rm" "-f" "46e1d8bb00608ad55469a6d350576715332ba2f47acadcd66cb1f707aa7b001c"` [INFO] [stdout] 46e1d8bb00608ad55469a6d350576715332ba2f47acadcd66cb1f707aa7b001c