[INFO] fetching crate unicode-segmentation 1.7.1... [INFO] testing unicode-segmentation-1.7.1 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate unicode-segmentation 1.7.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate unicode-segmentation 1.7.1 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate unicode-segmentation 1.7.1 [INFO] finished tweaking crates.io crate unicode-segmentation 1.7.1 [INFO] tweaked toml for crates.io crate unicode-segmentation 1.7.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8dea24d09fb31d86e35317e13875414b0a6d3b804baf171eb1820a3a1f9e5beb [INFO] running `Command { std: "docker" "start" "-a" "8dea24d09fb31d86e35317e13875414b0a6d3b804baf171eb1820a3a1f9e5beb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8dea24d09fb31d86e35317e13875414b0a6d3b804baf171eb1820a3a1f9e5beb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8dea24d09fb31d86e35317e13875414b0a6d3b804baf171eb1820a3a1f9e5beb", kill_on_drop: false }` [INFO] [stdout] 8dea24d09fb31d86e35317e13875414b0a6d3b804baf171eb1820a3a1f9e5beb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2887a57989e344f389f4b7fdef4db49e2a6184294690f2953495dcbe25b7d12 [INFO] running `Command { std: "docker" "start" "-a" "e2887a57989e344f389f4b7fdef4db49e2a6184294690f2953495dcbe25b7d12", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-segmentation v1.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tables.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tables.rs:33:31 [INFO] [stdout] | [INFO] [stdout] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tables.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | '0' ... '9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:355:13 [INFO] [stdout] | [INFO] [stdout] 355 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:1006:13 [INFO] [stdout] | [INFO] [stdout] 1006 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:1482:13 [INFO] [stdout] | [INFO] [stdout] 1482 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:1586:13 [INFO] [stdout] | [INFO] [stdout] 1586 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.83s [INFO] running `Command { std: "docker" "inspect" "e2887a57989e344f389f4b7fdef4db49e2a6184294690f2953495dcbe25b7d12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2887a57989e344f389f4b7fdef4db49e2a6184294690f2953495dcbe25b7d12", kill_on_drop: false }` [INFO] [stdout] e2887a57989e344f389f4b7fdef4db49e2a6184294690f2953495dcbe25b7d12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79f0c72307be4476c3c7db7027765c9273f0136cda047ee49dda93c4fa166de3 [INFO] running `Command { std: "docker" "start" "-a" "79f0c72307be4476c3c7db7027765c9273f0136cda047ee49dda93c4fa166de3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tables.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tables.rs:33:31 [INFO] [stdout] | [INFO] [stdout] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tables.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | '0' ... '9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:355:13 [INFO] [stdout] | [INFO] [stdout] 355 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:1006:13 [INFO] [stdout] | [INFO] [stdout] 1006 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:1482:13 [INFO] [stdout] | [INFO] [stdout] 1482 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:1586:13 [INFO] [stdout] | [INFO] [stdout] 1586 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling quickcheck v0.7.2 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tables.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tables.rs:33:31 [INFO] [stdout] | [INFO] [stdout] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/tables.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | '0' ... '9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:355:13 [INFO] [stdout] | [INFO] [stdout] 355 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:1006:13 [INFO] [stdout] | [INFO] [stdout] 1006 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:1482:13 [INFO] [stdout] | [INFO] [stdout] 1482 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `core` is imported redundantly [INFO] [stdout] --> src/tables.rs:1586:13 [INFO] [stdout] | [INFO] [stdout] 1586 | use core; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.11s [INFO] running `Command { std: "docker" "inspect" "79f0c72307be4476c3c7db7027765c9273f0136cda047ee49dda93c4fa166de3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79f0c72307be4476c3c7db7027765c9273f0136cda047ee49dda93c4fa166de3", kill_on_drop: false }` [INFO] [stdout] 79f0c72307be4476c3c7db7027765c9273f0136cda047ee49dda93c4fa166de3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 34ebd794bce24e90c5224c6610a024e32eb7b62d01d35b182ba53b9b1ba7fc0b [INFO] running `Command { std: "docker" "start" "-a" "34ebd794bce24e90c5224c6610a024e32eb7b62d01d35b182ba53b9b1ba7fc0b", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tables.rs:33:17 [INFO] [stderr] | [INFO] [stderr] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tables.rs:33:31 [INFO] [stderr] | [INFO] [stderr] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tables.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | '0' ... '9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: the item `core` is imported redundantly [INFO] [stderr] --> src/tables.rs:355:13 [INFO] [stderr] | [INFO] [stderr] 355 | use core; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `core` is imported redundantly [INFO] [stderr] --> src/tables.rs:1006:13 [INFO] [stderr] | [INFO] [stderr] 1006 | use core; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `core` is imported redundantly [INFO] [stderr] --> src/tables.rs:1482:13 [INFO] [stderr] | [INFO] [stderr] 1482 | use core; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `core` is imported redundantly [INFO] [stderr] --> src/tables.rs:1586:13 [INFO] [stderr] | [INFO] [stderr] 1586 | use core; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tables.rs:33:17 [INFO] [stderr] | [INFO] [stderr] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tables.rs:33:31 [INFO] [stderr] | [INFO] [stderr] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/tables.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | '0' ... '9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: the item `core` is imported redundantly [INFO] [stderr] --> src/tables.rs:355:13 [INFO] [stderr] | [INFO] [stderr] 355 | use core; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `core` is imported redundantly [INFO] [stderr] --> src/tables.rs:1006:13 [INFO] [stderr] | [INFO] [stderr] 1006 | use core; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `core` is imported redundantly [INFO] [stderr] --> src/tables.rs:1482:13 [INFO] [stderr] | [INFO] [stderr] 1482 | use core; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `core` is imported redundantly [INFO] [stderr] --> src/tables.rs:1586:13 [INFO] [stderr] | [INFO] [stderr] 1586 | use core; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/unicode_segmentation-aecec1e69ec916c7) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test grapheme::test_grapheme_cursor_ris_precontext ... ok [INFO] [stdout] test grapheme::test_grapheme_cursor_prev_boundary ... ok [INFO] [stdout] test grapheme::test_grapheme_cursor_chunk_start_require_precontext ... ok [INFO] [stdout] test grapheme::test_grapheme_cursor_prev_boundary_chunk_start ... ok [INFO] [stdout] test test::test_sentences ... ok [INFO] [stdout] test test::test_graphemes ... ok [INFO] [stdout] test test::quickcheck_forward_reverse_graphemes_extended ... ok [INFO] [stdout] test test::quickcheck_forward_reverse_graphemes_legacy ... ok [INFO] [stdout] test test::quickcheck_join_words ... ok [INFO] [stdout] test test::quickcheck_join_graphemes ... ok [INFO] [stdout] test test::quickcheck_forward_reverse_words ... ok [INFO] [stderr] Doc-tests unicode-segmentation [INFO] [stdout] test test::test_words ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/tables.rs:33:17 [INFO] [stderr] | [INFO] [stderr] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/tables.rs:33:31 [INFO] [stderr] | [INFO] [stderr] 33 | 'a' ... 'z' | 'A' ... 'Z' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/tables.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | '0' ... '9' => true, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stdout] running 22 tests [INFO] [stderr] [INFO] [stdout] test src/grapheme.rs - grapheme::GraphemeCursor::is_boundary (line 500) ... ok [INFO] [stdout] test src/grapheme.rs - grapheme::GraphemeIndices::as_str (line 32) ... ok [INFO] [stdout] test src/grapheme.rs - grapheme::GraphemeCursor::new (line 269) ... ok [INFO] [stdout] test src/grapheme.rs - grapheme::GraphemeCursor::prev_boundary (line 650) ... ok [INFO] [stdout] test src/grapheme.rs - grapheme::GraphemeCursor::cur_cursor (line 357) ... ok [INFO] [stdout] test src/word.rs - word::UWordBounds::as_str (line 626) ... ok [INFO] [stdout] test src/grapheme.rs - grapheme::GraphemeCursor::next_boundary (line 576) ... ok [INFO] [stdout] test src/lib.rs - UnicodeSegmentation::grapheme_indices (line 117) ... ok [INFO] [stdout] test src/grapheme.rs - grapheme::GraphemeCursor::set_cursor (line 329) ... ok [INFO] [stdout] test src/grapheme.rs - grapheme::GraphemeCursor::prev_boundary (line 662) ... ok [INFO] [stdout] test src/grapheme.rs - grapheme::Graphemes::as_str (line 87) ... ok [INFO] [stdout] test src/lib.rs - UnicodeSegmentation::unicode_sentences (line 192) ... ok [INFO] [stdout] test src/grapheme.rs - grapheme::GraphemeCursor::provide_context (line 374) ... ok [INFO] [stdout] test src/word.rs - word::UWordBoundIndices::as_str (line 75) ... ok [INFO] [stdout] test src/lib.rs - UnicodeSegmentation::split_word_bounds (line 156) ... ok [INFO] [stdout] test src/grapheme.rs - grapheme::GraphemeCursor::next_boundary (line 587) ... ok [INFO] [stdout] test src/lib.rs - UnicodeSegmentation::split_sentence_bound_indices (line 224) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/lib.rs - UnicodeSegmentation::unicode_words (line 139) ... ok [INFO] [stdout] test src/lib.rs - UnicodeSegmentation::split_word_bound_indices (line 170) ... ok [INFO] [stdout] test src/lib.rs - UnicodeSegmentation::graphemes (line 97) ... ok [INFO] [stdout] test src/lib.rs - UnicodeSegmentation::split_sentence_bounds (line 209) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "34ebd794bce24e90c5224c6610a024e32eb7b62d01d35b182ba53b9b1ba7fc0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34ebd794bce24e90c5224c6610a024e32eb7b62d01d35b182ba53b9b1ba7fc0b", kill_on_drop: false }` [INFO] [stdout] 34ebd794bce24e90c5224c6610a024e32eb7b62d01d35b182ba53b9b1ba7fc0b