[INFO] fetching crate hyphenation 0.8.0... [INFO] testing hyphenation-0.8.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate hyphenation 0.8.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate hyphenation 0.8.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hyphenation 0.8.0 [INFO] finished tweaking crates.io crate hyphenation 0.8.0 [INFO] tweaked toml for crates.io crate hyphenation 0.8.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hyphenation_commons v0.8.1 [INFO] [stderr] Downloaded pocket-resources v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac514a3612b41b29ec394574bf7ce014ad63da162bcb0ad7ffe09807f305b61b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ac514a3612b41b29ec394574bf7ce014ad63da162bcb0ad7ffe09807f305b61b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac514a3612b41b29ec394574bf7ce014ad63da162bcb0ad7ffe09807f305b61b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac514a3612b41b29ec394574bf7ce014ad63da162bcb0ad7ffe09807f305b61b", kill_on_drop: false }` [INFO] [stdout] ac514a3612b41b29ec394574bf7ce014ad63da162bcb0ad7ffe09807f305b61b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6be1f3d538d49cdc51ac2a2beca7829f34f3b11372d0885ae99cdd4f2229d9c6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6be1f3d538d49cdc51ac2a2beca7829f34f3b11372d0885ae99cdd4f2229d9c6", kill_on_drop: false }` [INFO] [stderr] Compiling fst v0.4.6 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling hyphenation_commons v0.8.1 [INFO] [stderr] Compiling hyphenation v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> build.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | bin::config().limit(5_000_000).serialize_into(&mut buffer, item) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_load! { Standard, "standard" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:115:35 [INFO] [stdout] | [INFO] [stdout] 115 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_load! { Standard, "standard" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_load! { Extended, "extended" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:115:35 [INFO] [stdout] | [INFO] [stdout] 115 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_load! { Extended, "extended" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.80s [INFO] running `Command { std: "docker" "inspect" "6be1f3d538d49cdc51ac2a2beca7829f34f3b11372d0885ae99cdd4f2229d9c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6be1f3d538d49cdc51ac2a2beca7829f34f3b11372d0885ae99cdd4f2229d9c6", kill_on_drop: false }` [INFO] [stdout] 6be1f3d538d49cdc51ac2a2beca7829f34f3b11372d0885ae99cdd4f2229d9c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a70431338ba3d1847d4bf02d1979968c473cbfc4bc9d7f0d7c4149c026f73f78 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a70431338ba3d1847d4bf02d1979968c473cbfc4bc9d7f0d7c4149c026f73f78", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> build.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | bin::config().limit(5_000_000).serialize_into(&mut buffer, item) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_load! { Standard, "standard" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:115:35 [INFO] [stdout] | [INFO] [stdout] 115 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_load! { Standard, "standard" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_load! { Extended, "extended" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:115:35 [INFO] [stdout] | [INFO] [stdout] 115 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_load! { Extended, "extended" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling hyphenation v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_load! { Standard, "standard" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:115:35 [INFO] [stdout] | [INFO] [stdout] 115 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | impl_load! { Standard, "standard" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:106:35 [INFO] [stdout] | [INFO] [stdout] 106 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_load! { Extended, "extended" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] --> src/load.rs:115:35 [INFO] [stdout] | [INFO] [stdout] 115 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 130 | impl_load! { Extended, "extended" } [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.60s [INFO] running `Command { std: "docker" "inspect" "a70431338ba3d1847d4bf02d1979968c473cbfc4bc9d7f0d7c4149c026f73f78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a70431338ba3d1847d4bf02d1979968c473cbfc4bc9d7f0d7c4149c026f73f78", kill_on_drop: false }` [INFO] [stdout] a70431338ba3d1847d4bf02d1979968c473cbfc4bc9d7f0d7c4149c026f73f78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a4b17dc8baf10ff162137d9245c3f01e2c4ad3876ace6693108177cc562e40c4 [INFO] running `Command { std: "docker" "start" "-a" "a4b17dc8baf10ff162137d9245c3f01e2c4ad3876ace6693108177cc562e40c4", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stdout] running 0 tests [INFO] [stderr] --> build.rs:138:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 138 | bin::config().limit(5_000_000).serialize_into(&mut buffer, item) ?; [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stderr] --> src/load.rs:106:35 [INFO] [stderr] | [INFO] [stderr] 106 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | impl_load! { Standard, "standard" } [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stderr] --> src/load.rs:115:35 [INFO] [stderr] | [INFO] [stderr] 115 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | impl_load! { Standard, "standard" } [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stderr] --> src/load.rs:106:35 [INFO] [stderr] | [INFO] [stderr] 106 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | impl_load! { Extended, "extended" } [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stderr] --> src/load.rs:115:35 [INFO] [stderr] | [INFO] [stderr] 115 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | impl_load! { Extended, "extended" } [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stderr] --> src/load.rs:106:35 [INFO] [stderr] | [INFO] [stderr] 106 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | impl_load! { Standard, "standard" } [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stderr] --> src/load.rs:115:35 [INFO] [stderr] | [INFO] [stderr] 115 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 129 | impl_load! { Standard, "standard" } [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stderr] --> src/load.rs:106:35 [INFO] [stderr] | [INFO] [stderr] 106 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | impl_load! { Extended, "extended" } [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `bincode::config`: please use `options()` instead [INFO] [stderr] --> src/load.rs:115:35 [INFO] [stderr] | [INFO] [stderr] 115 | let dict : Self = bin::config().limit(5_000_000).deserialize_from(reader) ?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 130 | impl_load! { Extended, "extended" } [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_load` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hyphenation-d05fda9da350bf9f) [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-88bca56748e9e188) [INFO] [stdout] running 9 tests [INFO] [stdout] test language_mismatch_on_load ... ok [INFO] [stdout] test bounded_exception ... ok [INFO] [stdout] test basics_standard ... ok [INFO] [stdout] test readme_examples ... ok [INFO] [stdout] test text ... ok [INFO] [stdout] test special_casing ... ok [INFO] [stdout] test collected_equals_original ... ok [INFO] [stdout] test opportunities_within_bounds ... ok [INFO] [stderr] Doc-tests hyphenation [INFO] [stdout] test basics_extended ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - (line 20) ... ignored [INFO] [stdout] test src/lib.rs - (line 35) ... ignored [INFO] [stdout] test src/lib.rs - (line 43) ... ignored [INFO] [stdout] test src/lib.rs - (line 54) ... ignored [INFO] [stdout] test src/load.rs - load (line 16) ... ignored [INFO] [stdout] test src/load.rs - load (line 29) ... ignored [INFO] [stdout] test src/load.rs - load (line 50) ... ignored [INFO] [stdout] test src/lib.rs - (line 9) ... ok [INFO] [stdout] test src/load.rs - load (line 8) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.68s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a4b17dc8baf10ff162137d9245c3f01e2c4ad3876ace6693108177cc562e40c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4b17dc8baf10ff162137d9245c3f01e2c4ad3876ace6693108177cc562e40c4", kill_on_drop: false }` [INFO] [stdout] a4b17dc8baf10ff162137d9245c3f01e2c4ad3876ace6693108177cc562e40c4