[INFO] crate matches 0.1.8 is already in cache [INFO] extracting crate matches 0.1.8 into work/ex/beta-1.38-1/sources/1.37.0/reg/matches/0.1.8 [INFO] extracting crate matches 0.1.8 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/matches/0.1.8 [INFO] validating manifest of matches-0.1.8 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 matches-0.1.8 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 matches-0.1.8 [INFO] finished frobbing matches-0.1.8 [INFO] frobbed toml for matches-0.1.8 written to work/ex/beta-1.38-1/sources/1.37.0/reg/matches/0.1.8/Cargo.toml [INFO] started frobbing matches-0.1.8 [INFO] finished frobbing matches-0.1.8 [INFO] frobbed toml for matches-0.1.8 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/matches/0.1.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 matches-0.1.8 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/matches/0.1.8:/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-08-13" "build" "--frozen"` [INFO] [stdout] 87b4c000e0a0bb6b833d7747a357ccb91cad39b55af41057a75ecc13b8bfc32c [INFO] running `"docker" "start" "-a" "87b4c000e0a0bb6b833d7747a357ccb91cad39b55af41057a75ecc13b8bfc32c"` [INFO] [stderr] Compiling matches v0.1.8 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] running `"docker" "inspect" "87b4c000e0a0bb6b833d7747a357ccb91cad39b55af41057a75ecc13b8bfc32c"` [INFO] running `"docker" "rm" "-f" "87b4c000e0a0bb6b833d7747a357ccb91cad39b55af41057a75ecc13b8bfc32c"` [INFO] [stdout] 87b4c000e0a0bb6b833d7747a357ccb91cad39b55af41057a75ecc13b8bfc32c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/matches/0.1.8:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] d72aa8616f836ba94f7477869072fa6c77dad345b506d052e2310448ca39a7e9 [INFO] running `"docker" "start" "-a" "d72aa8616f836ba94f7477869072fa6c77dad345b506d052e2310448ca39a7e9"` [INFO] [stderr] Compiling matches v0.1.8 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> tests/macro_use_one.rs:9:41 [INFO] [stderr] | [INFO] [stderr] 9 | matches!(bar.as_bytes()[1], b'0'...b'9') [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] warning: `...` range patterns are deprecated [INFO] [stderr] --> lib.rs:105:41 [INFO] [stderr] | [INFO] [stderr] 105 | matches!(bar.as_bytes()[1], b'0'...b'9') [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] warning: `...` range patterns are deprecated [INFO] [stderr] --> lib.rs:114:41 [INFO] [stderr] | [INFO] [stderr] 114 | matches!(bar.as_bytes()[1], b'0'...b'9') [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> lib.rs:124:41 [INFO] [stderr] | [INFO] [stderr] 124 | matches!(bar.as_bytes()[1], b'0'...b'9') [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `"docker" "inspect" "d72aa8616f836ba94f7477869072fa6c77dad345b506d052e2310448ca39a7e9"` [INFO] running `"docker" "rm" "-f" "d72aa8616f836ba94f7477869072fa6c77dad345b506d052e2310448ca39a7e9"` [INFO] [stdout] d72aa8616f836ba94f7477869072fa6c77dad345b506d052e2310448ca39a7e9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/matches/0.1.8:/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-08-13" "test" "--frozen"` [INFO] [stdout] f30fac5849e9dbfe584528ad5b8e3448955ae2f31e84c8fa2948d98798e3b7d4 [INFO] running `"docker" "start" "-a" "f30fac5849e9dbfe584528ad5b8e3448955ae2f31e84c8fa2948d98798e3b7d4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/matches-e73a51ad30210329 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test assert_matches_works ... ok [INFO] [stdout] test matches_works ... ok [INFO] [stdout] test assert_matches_panics ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/macro_use_one-5c817d53a333508a [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test matches_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests matches [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test lib.rs - matches (line 9) ... ok [INFO] [stdout] test lib.rs - debug_assert_matches (line 79) ... ok [INFO] [stdout] test lib.rs - assert_matches (line 49) ... 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" "f30fac5849e9dbfe584528ad5b8e3448955ae2f31e84c8fa2948d98798e3b7d4"` [INFO] running `"docker" "rm" "-f" "f30fac5849e9dbfe584528ad5b8e3448955ae2f31e84c8fa2948d98798e3b7d4"` [INFO] [stdout] f30fac5849e9dbfe584528ad5b8e3448955ae2f31e84c8fa2948d98798e3b7d4