[INFO] crate unbytify 0.2.0 is already in cache [INFO] testing unbytify-0.2.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate unbytify 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate unbytify 0.2.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate unbytify 0.2.0 [INFO] finished tweaking crates.io crate unbytify 0.2.0 [INFO] tweaked toml for crates.io crate unbytify 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e880c7df4d20c65798a1d66c95427d4c833314764aed79c5dd0e6d0dc6c513e9 [INFO] running `"docker" "start" "-a" "e880c7df4d20c65798a1d66c95427d4c833314764aed79c5dd0e6d0dc6c513e9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling unbytify v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | / lazy_static! { [INFO] [stderr] 96 | | static ref SUFFIXES_LOWER: Vec = SUFFIXES.iter().map(|x| x[..1].to_lowercase()).collect(); [INFO] [stderr] 97 | | } [INFO] [stderr] | |_____^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | write!(f, "{}", std::error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `"docker" "inspect" "e880c7df4d20c65798a1d66c95427d4c833314764aed79c5dd0e6d0dc6c513e9"` [INFO] running `"docker" "rm" "-f" "e880c7df4d20c65798a1d66c95427d4c833314764aed79c5dd0e6d0dc6c513e9"` [INFO] [stdout] e880c7df4d20c65798a1d66c95427d4c833314764aed79c5dd0e6d0dc6c513e9 [INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 15c1a78f2a3a5daddae698ee58b8d1d1abb613aef6a25fd75ab914e3916256c1 [INFO] running `"docker" "start" "-a" "15c1a78f2a3a5daddae698ee58b8d1d1abb613aef6a25fd75ab914e3916256c1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling unbytify v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | / lazy_static! { [INFO] [stderr] 96 | | static ref SUFFIXES_LOWER: Vec = SUFFIXES.iter().map(|x| x[..1].to_lowercase()).collect(); [INFO] [stderr] 97 | | } [INFO] [stderr] | |_____^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | write!(f, "{}", std::error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | / lazy_static! { [INFO] [stderr] 96 | | static ref SUFFIXES_LOWER: Vec = SUFFIXES.iter().map(|x| x[..1].to_lowercase()).collect(); [INFO] [stderr] 97 | | } [INFO] [stderr] | |_____^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | write!(f, "{}", std::error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.28s [INFO] running `"docker" "inspect" "15c1a78f2a3a5daddae698ee58b8d1d1abb613aef6a25fd75ab914e3916256c1"` [INFO] running `"docker" "rm" "-f" "15c1a78f2a3a5daddae698ee58b8d1d1abb613aef6a25fd75ab914e3916256c1"` [INFO] [stdout] 15c1a78f2a3a5daddae698ee58b8d1d1abb613aef6a25fd75ab914e3916256c1 [INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1bfe1227a1148dc7285cfea220d3ee4f4612b744b0a1523fa9cadf73452cf47d [INFO] running `"docker" "start" "-a" "1bfe1227a1148dc7285cfea220d3ee4f4612b744b0a1523fa9cadf73452cf47d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | / lazy_static! { [INFO] [stderr] 96 | | static ref SUFFIXES_LOWER: Vec = SUFFIXES.iter().map(|x| x[..1].to_lowercase()).collect(); [INFO] [stderr] 97 | | } [INFO] [stderr] | |_____^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | write!(f, "{}", std::error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | / lazy_static! { [INFO] [stderr] 43 | | static ref SUFFIXES: Vec<&'static str> = vec![ [INFO] [stderr] 44 | | "B", [INFO] [stderr] 45 | | "KiB", [INFO] [stderr] ... | [INFO] [stderr] 54 | | static ref B_POWERS_F: Vec = B_POWERS.iter().map(|x| *x as f64).collect(); [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | / lazy_static! { [INFO] [stderr] 96 | | static ref SUFFIXES_LOWER: Vec = SUFFIXES.iter().map(|x| x[..1].to_lowercase()).collect(); [INFO] [stderr] 97 | | } [INFO] [stderr] | |_____^ [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | write!(f, "{}", std::error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/unbytify-38b7179818201081 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::test_rebytify ... ok [INFO] [stderr] Doc-tests unbytify [INFO] [stdout] test tests::test_bytify ... ok [INFO] [stdout] test tests::test_unbytify ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - bytify (line 162) ... ok [INFO] [stdout] test src/lib.rs - (line 29) ... ok [INFO] [stdout] test src/lib.rs - unbytify (line 84) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1bfe1227a1148dc7285cfea220d3ee4f4612b744b0a1523fa9cadf73452cf47d"` [INFO] running `"docker" "rm" "-f" "1bfe1227a1148dc7285cfea220d3ee4f4612b744b0a1523fa9cadf73452cf47d"` [INFO] [stdout] 1bfe1227a1148dc7285cfea220d3ee4f4612b744b0a1523fa9cadf73452cf47d