[INFO] fetching crate ice-age 0.16.0... [INFO] testing ice-age-0.16.0 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate ice-age 0.16.0 into /workspace/builds/worker-68/source [INFO] validating manifest of crates.io crate ice-age 0.16.0 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ice-age 0.16.0 [INFO] finished tweaking crates.io crate ice-age 0.16.0 [INFO] tweaked toml for crates.io crate ice-age 0.16.0 written to /workspace/builds/worker-68/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 13ab2eba619105ec8d9bef814284ded029b4631cd2e39b5f6009376962ed9f98 [INFO] running `Command { std: "docker" "start" "-a" "13ab2eba619105ec8d9bef814284ded029b4631cd2e39b5f6009376962ed9f98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13ab2eba619105ec8d9bef814284ded029b4631cd2e39b5f6009376962ed9f98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13ab2eba619105ec8d9bef814284ded029b4631cd2e39b5f6009376962ed9f98", kill_on_drop: false }` [INFO] [stdout] 13ab2eba619105ec8d9bef814284ded029b4631cd2e39b5f6009376962ed9f98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c25dc725a3a90ed5d774560e871f9c107f941aa78cd5a37224f3a2b58530d39b [INFO] running `Command { std: "docker" "start" "-a" "c25dc725a3a90ed5d774560e871f9c107f941aa78cd5a37224f3a2b58530d39b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling libsqlite3-sys v0.18.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling rusqlite v0.23.1 [INFO] [stderr] Compiling ice-age v0.16.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/__.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | println!("{}", __!($($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/root.rs:288:47 [INFO] [stdout] | [INFO] [stdout] 288 | ... Ok(()) => __p!("Removed old log file: {:?}", path), [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `__p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/__.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | eprintln!("{}", __!($($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/root.rs:289:49 [INFO] [stdout] | [INFO] [stdout] 289 | ... Err(err) => __e!("Failed to remove old log file {:?} -> {}", path, err), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `__e` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/__.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | eprintln!("{}", __!($($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/root.rs:296:29 [INFO] [stdout] | [INFO] [stdout] 296 | Err(err) => __e!("Cleaning up old log files: failed to read work directory {:?} -> {}", work_dir, err), [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `__e` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/root.rs:264:45 [INFO] [stdout] | [INFO] [stdout] 264 | if self.log_file_cleaner_is_running.compare_and_swap(false, true, ATOMIC_ORDERING) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.22s [INFO] running `Command { std: "docker" "inspect" "c25dc725a3a90ed5d774560e871f9c107f941aa78cd5a37224f3a2b58530d39b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c25dc725a3a90ed5d774560e871f9c107f941aa78cd5a37224f3a2b58530d39b", kill_on_drop: false }` [INFO] [stdout] c25dc725a3a90ed5d774560e871f9c107f941aa78cd5a37224f3a2b58530d39b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 979de34e89baa5c75e64181c4ce82d1f7341a6938160dbb151b402f754e783ad [INFO] running `Command { std: "docker" "start" "-a" "979de34e89baa5c75e64181c4ce82d1f7341a6938160dbb151b402f754e783ad", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/__.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | println!("{}", __!($($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/root.rs:288:47 [INFO] [stdout] | [INFO] [stdout] 288 | ... Ok(()) => __p!("Removed old log file: {:?}", path), [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `__p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/__.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | eprintln!("{}", __!($($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/root.rs:289:49 [INFO] [stdout] | [INFO] [stdout] 289 | ... Err(err) => __e!("Failed to remove old log file {:?} -> {}", path, err), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `__e` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ice-age v0.16.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/__.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | eprintln!("{}", __!($($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/root.rs:296:29 [INFO] [stdout] | [INFO] [stdout] 296 | Err(err) => __e!("Cleaning up old log files: failed to read work directory {:?} -> {}", work_dir, err), [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `__e` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/root.rs:264:45 [INFO] [stdout] | [INFO] [stdout] 264 | if self.log_file_cleaner_is_running.compare_and_swap(false, true, ATOMIC_ORDERING) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/__.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | println!("{}", __!($($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/root.rs:288:47 [INFO] [stdout] | [INFO] [stdout] 288 | ... Ok(()) => __p!("Removed old log file: {:?}", path), [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `__p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/__.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | eprintln!("{}", __!($($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/root.rs:289:49 [INFO] [stdout] | [INFO] [stdout] 289 | ... Err(err) => __e!("Failed to remove old log file {:?} -> {}", path, err), [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `__e` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/__.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | eprintln!("{}", __!($($arg)+)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/root.rs:296:29 [INFO] [stdout] | [INFO] [stdout] 296 | Err(err) => __e!("Cleaning up old log files: failed to read work directory {:?} -> {}", work_dir, err), [INFO] [stdout] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `__e` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> src/root.rs:264:45 [INFO] [stdout] | [INFO] [stdout] 264 | if self.log_file_cleaner_is_running.compare_and_swap(false, true, ATOMIC_ORDERING) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.91s [INFO] running `Command { std: "docker" "inspect" "979de34e89baa5c75e64181c4ce82d1f7341a6938160dbb151b402f754e783ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "979de34e89baa5c75e64181c4ce82d1f7341a6938160dbb151b402f754e783ad", kill_on_drop: false }` [INFO] [stdout] 979de34e89baa5c75e64181c4ce82d1f7341a6938160dbb151b402f754e783ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-68/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c989c9627c74c20f5ca0fc5949c74f5a5c7d54515b3e1e05863263fe7847c697 [INFO] running `Command { std: "docker" "start" "-a" "c989c9627c74c20f5ca0fc5949c74f5a5c7d54515b3e1e05863263fe7847c697", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/__.rs:38:34 [INFO] [stderr] | [INFO] [stderr] 38 | println!("{}", __!($($arg)+)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/root.rs:288:47 [INFO] [stderr] | [INFO] [stderr] 288 | ... Ok(()) => __p!("Removed old log file: {:?}", path), [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `__p` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/__.rs:71:35 [INFO] [stderr] | [INFO] [stderr] 71 | eprintln!("{}", __!($($arg)+)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/root.rs:289:49 [INFO] [stderr] | [INFO] [stderr] 289 | ... Err(err) => __e!("Failed to remove old log file {:?} -> {}", path, err), [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `__e` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/__.rs:71:35 [INFO] [stderr] | [INFO] [stderr] 71 | eprintln!("{}", __!($($arg)+)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/root.rs:296:29 [INFO] [stderr] | [INFO] [stderr] 296 | Err(err) => __e!("Cleaning up old log files: failed to read work directory {:?} -> {}", work_dir, err), [INFO] [stderr] | ------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `__e` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stderr] --> src/root.rs:264:45 [INFO] [stderr] | [INFO] [stderr] 264 | if self.log_file_cleaner_is_running.compare_and_swap(false, true, ATOMIC_ORDERING) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ice-age` (lib) generated 4 warnings [INFO] [stderr] warning: `ice-age` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ice_age-a7280b2a25982b74) [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/sending.rs (/opt/rustwide/target/debug/deps/sending-3ce9d0ee61d9b728) [INFO] [stdout] test test_crate_version ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test sending ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.01s [INFO] [stdout] [INFO] [stderr] Doc-tests ice-age [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 24) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c989c9627c74c20f5ca0fc5949c74f5a5c7d54515b3e1e05863263fe7847c697", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c989c9627c74c20f5ca0fc5949c74f5a5c7d54515b3e1e05863263fe7847c697", kill_on_drop: false }` [INFO] [stdout] c989c9627c74c20f5ca0fc5949c74f5a5c7d54515b3e1e05863263fe7847c697