[INFO] crate hyphenation 0.8.0 is already in cache [INFO] testing hyphenation-0.8.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate hyphenation 0.8.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate hyphenation 0.8.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", 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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", 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] 775678314f1488760e81338aaf587be124a5afb077fcde50401a876d0411d8cb [INFO] running `Command { std: "docker" "start" "-a" "775678314f1488760e81338aaf587be124a5afb077fcde50401a876d0411d8cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "775678314f1488760e81338aaf587be124a5afb077fcde50401a876d0411d8cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "775678314f1488760e81338aaf587be124a5afb077fcde50401a876d0411d8cb", kill_on_drop: false }` [INFO] [stdout] 775678314f1488760e81338aaf587be124a5afb077fcde50401a876d0411d8cb [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7cb93455c1b40d114fa65ab66b8d6d89192eab51f5b4acae71940def9c288985 [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" "7cb93455c1b40d114fa65ab66b8d6d89192eab51f5b4acae71940def9c288985", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.37 [INFO] [stderr] Compiling fst v0.4.4 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling hyphenation_commons v0.8.0 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling hyphenation v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (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 33.55s [INFO] running `Command { std: "docker" "inspect" "7cb93455c1b40d114fa65ab66b8d6d89192eab51f5b4acae71940def9c288985", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cb93455c1b40d114fa65ab66b8d6d89192eab51f5b4acae71940def9c288985", kill_on_drop: false }` [INFO] [stdout] 7cb93455c1b40d114fa65ab66b8d6d89192eab51f5b4acae71940def9c288985 [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d6a57d7e9b5121b648c32cb7bc0dcba3187ebc8e21d442e53aac503d547047b [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" "8d6a57d7e9b5121b648c32cb7bc0dcba3187ebc8e21d442e53aac503d547047b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stdout] warning: use of deprecated item '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 item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (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 aho-corasick v0.7.13 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling hyphenation v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item '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 a macro (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 30.67s [INFO] running `Command { std: "docker" "inspect" "8d6a57d7e9b5121b648c32cb7bc0dcba3187ebc8e21d442e53aac503d547047b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d6a57d7e9b5121b648c32cb7bc0dcba3187ebc8e21d442e53aac503d547047b", kill_on_drop: false }` [INFO] [stdout] 8d6a57d7e9b5121b648c32cb7bc0dcba3187ebc8e21d442e53aac503d547047b [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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dc8a502f258f20cfd6da1bb97963a19a669aa8af55dfca8913639531c15dc781 [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" "dc8a502f258f20cfd6da1bb97963a19a669aa8af55dfca8913639531c15dc781", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated item 'bincode::config': please use `options()` instead [INFO] [stderr] --> build.rs:138:5 [INFO] [stderr] | [INFO] [stderr] 138 | bin::config().limit(5_000_000).serialize_into(&mut buffer, item) ?; [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 item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item '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 a macro (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 item '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 a macro (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.16s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hyphenation-06503683232b59bc [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] [stderr] Running /opt/rustwide/target/debug/deps/lib-e9372d63d5a7638a [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test language_mismatch_on_load ... ok [INFO] [stdout] test bounded_exception ... ok [INFO] [stdout] test readme_examples ... ok [INFO] [stdout] test basics_standard ... ok [INFO] [stdout] test text ... ok [INFO] [stdout] test special_casing ... ok [INFO] [stdout] test opportunities_within_bounds ... ok [INFO] [stdout] test collected_equals_original ... ok [INFO] [stdout] test basics_extended ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests hyphenation [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dc8a502f258f20cfd6da1bb97963a19a669aa8af55dfca8913639531c15dc781", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc8a502f258f20cfd6da1bb97963a19a669aa8af55dfca8913639531c15dc781", kill_on_drop: false }` [INFO] [stdout] dc8a502f258f20cfd6da1bb97963a19a669aa8af55dfca8913639531c15dc781