[INFO] fetching crate unicode-linebreak 0.0.1... [INFO] extracting crate unicode-linebreak 0.0.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/unicode-linebreak/0.0.1 [INFO] extracting crate unicode-linebreak 0.0.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/unicode-linebreak/0.0.1 [INFO] validating manifest of unicode-linebreak-0.0.1 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 unicode-linebreak-0.0.1 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 unicode-linebreak-0.0.1 [INFO] finished frobbing unicode-linebreak-0.0.1 [INFO] frobbed toml for unicode-linebreak-0.0.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/unicode-linebreak/0.0.1/Cargo.toml [INFO] started frobbing unicode-linebreak-0.0.1 [INFO] finished frobbing unicode-linebreak-0.0.1 [INFO] frobbed toml for unicode-linebreak-0.0.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/unicode-linebreak/0.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing unicode-linebreak-0.0.1 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/unicode-linebreak/0.0.1:/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] d58aba65abecfceee2150cfba066bbee6994b3de4b3fe648c7cc6f6ceaa4f2af [INFO] running `"docker" "start" "-a" "d58aba65abecfceee2150cfba066bbee6994b3de4b3fe648c7cc6f6ceaa4f2af"` [INFO] [stderr] Compiling unicode-linebreak v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | 0x3400...0x4DBF | 0x4E00...0x9FFF | 0xF900...0xFAFF => "ID", [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] --> build.rs:11:33 [INFO] [stderr] | [INFO] [stderr] 11 | 0x3400...0x4DBF | 0x4E00...0x9FFF | 0xF900...0xFAFF => "ID", [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:11:51 [INFO] [stderr] | [INFO] [stderr] 11 | 0x3400...0x4DBF | 0x4E00...0x9FFF | 0xF900...0xFAFF => "ID", [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:13:16 [INFO] [stderr] | [INFO] [stderr] 13 | 0x20000...0x2FFFD | 0x30000...0x3FFFD => "ID", [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:13:36 [INFO] [stderr] | [INFO] [stderr] 13 | 0x20000...0x2FFFD | 0x30000...0x3FFFD => "ID", [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | 0x1F000...0x1FFFD => "ID", [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> build.rs:17:15 [INFO] [stderr] | [INFO] [stderr] 17 | 0x20A0...0x20CF => "PR", [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.79s [INFO] running `"docker" "inspect" "d58aba65abecfceee2150cfba066bbee6994b3de4b3fe648c7cc6f6ceaa4f2af"` [INFO] running `"docker" "rm" "-f" "d58aba65abecfceee2150cfba066bbee6994b3de4b3fe648c7cc6f6ceaa4f2af"` [INFO] [stdout] d58aba65abecfceee2150cfba066bbee6994b3de4b3fe648c7cc6f6ceaa4f2af [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/unicode-linebreak/0.0.1:/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] 498673db6627f0fe41b98cfcdc25692556b85ed061e37351d7165959c392cf37 [INFO] running `"docker" "start" "-a" "498673db6627f0fe41b98cfcdc25692556b85ed061e37351d7165959c392cf37"` [INFO] [stderr] Compiling unicode-linebreak v0.0.1 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.39s [INFO] running `"docker" "inspect" "498673db6627f0fe41b98cfcdc25692556b85ed061e37351d7165959c392cf37"` [INFO] running `"docker" "rm" "-f" "498673db6627f0fe41b98cfcdc25692556b85ed061e37351d7165959c392cf37"` [INFO] [stdout] 498673db6627f0fe41b98cfcdc25692556b85ed061e37351d7165959c392cf37 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/unicode-linebreak/0.0.1:/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] a1489201f8d4e796928d065ffa9df385846c638a590e0c401033450198124fb5 [INFO] running `"docker" "start" "-a" "a1489201f8d4e796928d065ffa9df385846c638a590e0c401033450198124fb5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/unicode_linebreak-d420348089fe298f [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_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 unicode-linebreak [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - break_class (line 70) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a1489201f8d4e796928d065ffa9df385846c638a590e0c401033450198124fb5"` [INFO] running `"docker" "rm" "-f" "a1489201f8d4e796928d065ffa9df385846c638a590e0c401033450198124fb5"` [INFO] [stdout] a1489201f8d4e796928d065ffa9df385846c638a590e0c401033450198124fb5