[INFO] crate spandex-hyphenation 0.7.4 is already in cache [INFO] testing spandex-hyphenation-0.7.4 against 1.45.2 for beta-1.46-1 [INFO] extracting crate spandex-hyphenation 0.7.4 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate spandex-hyphenation 0.7.4 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate spandex-hyphenation 0.7.4 [INFO] finished tweaking crates.io crate spandex-hyphenation 0.7.4 [INFO] tweaked toml for crates.io crate spandex-hyphenation 0.7.4 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1.45.2" "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] a50540ec0fb6085aae4f826ce63980df0980b28c307932ed03a495a7b866a227 [INFO] running `Command { std: "docker" "start" "-a" "a50540ec0fb6085aae4f826ce63980df0980b28c307932ed03a495a7b866a227", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a50540ec0fb6085aae4f826ce63980df0980b28c307932ed03a495a7b866a227", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a50540ec0fb6085aae4f826ce63980df0980b28c307932ed03a495a7b866a227", kill_on_drop: false }` [INFO] [stdout] a50540ec0fb6085aae4f826ce63980df0980b28c307932ed03a495a7b866a227 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 166b7dd030a1e9290a5dc1d1cb159a86a6c89f2ce1397c4ca019a8c5d9b17bf8 [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" "166b7dd030a1e9290a5dc1d1cb159a86a6c89f2ce1397c4ca019a8c5d9b17bf8", kill_on_drop: false }` [INFO] [stderr] Compiling atlatl v0.1.2 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling hyphenation_commons v0.7.1 [INFO] [stderr] Compiling spandex-hyphenation v0.7.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'bincode::config': please use `options()` instead [INFO] [stdout] --> build.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | 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: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> build.rs:312:38 [INFO] [stdout] | [INFO] [stdout] 312 | Error::Build(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> build.rs:313:36 [INFO] [stdout] | [INFO] [stdout] 313 | Error::Env(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> build.rs:314:35 [INFO] [stdout] | [INFO] [stdout] 314 | Error::IO(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> build.rs:315:46 [INFO] [stdout] | [INFO] [stdout] 315 | Error::Serialization(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> build.rs:330:19 [INFO] [stdout] | [INFO] [stdout] 330 | e.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ext_langs` [INFO] [stdout] --> build.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | let ext_langs: Vec = vec![]; // vec![Catalan, Hungarian]; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ext_langs` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `std_langs` [INFO] [stdout] --> build.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | let std_langs = vec![EnglishUS]; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_std_langs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings 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: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/load.rs:162:48 [INFO] [stdout] | [INFO] [stdout] 162 | Error::Deserialization(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/load.rs:163:35 [INFO] [stdout] | [INFO] [stdout] 163 | Error::IO(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/load.rs:181:19 [INFO] [stdout] | [INFO] [stdout] 181 | e.description().fmt(f) [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 7.86s [INFO] running `Command { std: "docker" "inspect" "166b7dd030a1e9290a5dc1d1cb159a86a6c89f2ce1397c4ca019a8c5d9b17bf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "166b7dd030a1e9290a5dc1d1cb159a86a6c89f2ce1397c4ca019a8c5d9b17bf8", kill_on_drop: false }` [INFO] [stdout] 166b7dd030a1e9290a5dc1d1cb159a86a6c89f2ce1397c4ca019a8c5d9b17bf8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93bae9eaf223873514b03d1a818a8e30f2e4999be4746b1a090f5cd40f402687 [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" "93bae9eaf223873514b03d1a818a8e30f2e4999be4746b1a090f5cd40f402687", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stdout] warning: use of deprecated item 'bincode::config': please use `options()` instead [INFO] [stdout] --> build.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | 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: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> build.rs:312:38 [INFO] [stdout] | [INFO] [stdout] 312 | Error::Build(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> build.rs:313:36 [INFO] [stdout] | [INFO] [stdout] 313 | Error::Env(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> build.rs:314:35 [INFO] [stdout] | [INFO] [stdout] 314 | Error::IO(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> build.rs:315:46 [INFO] [stdout] | [INFO] [stdout] 315 | Error::Serialization(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> build.rs:330:19 [INFO] [stdout] | [INFO] [stdout] 330 | e.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ext_langs` [INFO] [stdout] --> build.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | let ext_langs: Vec = vec![]; // vec![Catalan, Hungarian]; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ext_langs` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `std_langs` [INFO] [stdout] --> build.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | let std_langs = vec![EnglishUS]; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_std_langs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings 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: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/load.rs:162:48 [INFO] [stdout] | [INFO] [stdout] 162 | Error::Deserialization(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/load.rs:163:35 [INFO] [stdout] | [INFO] [stdout] 163 | Error::IO(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/load.rs:181:19 [INFO] [stdout] | [INFO] [stdout] 181 | e.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quickcheck v0.7.2 [INFO] [stderr] Compiling spandex-hyphenation v0.7.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `hyphenation` [INFO] [stdout] --> tests/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | extern crate hyphenation; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `spandex-hyphenation`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/load.rs:162:48 [INFO] [stdout] | [INFO] [stdout] 162 | Error::Deserialization(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/load.rs:163:35 [INFO] [stdout] | [INFO] [stdout] 163 | Error::IO(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/load.rs:181:19 [INFO] [stdout] | [INFO] [stdout] 181 | e.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "93bae9eaf223873514b03d1a818a8e30f2e4999be4746b1a090f5cd40f402687", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93bae9eaf223873514b03d1a818a8e30f2e4999be4746b1a090f5cd40f402687", kill_on_drop: false }` [INFO] [stdout] 93bae9eaf223873514b03d1a818a8e30f2e4999be4746b1a090f5cd40f402687