[INFO] fetching crate ice-age 0.16.0... [INFO] testing ice-age-0.16.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate ice-age 0.16.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate ice-age 0.16.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "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] 4aa2f247668cdf3e52c104bdc416092e530d629407d38abba763df5ab00083b7 [INFO] running `Command { std: "docker" "start" "-a" "4aa2f247668cdf3e52c104bdc416092e530d629407d38abba763df5ab00083b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4aa2f247668cdf3e52c104bdc416092e530d629407d38abba763df5ab00083b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4aa2f247668cdf3e52c104bdc416092e530d629407d38abba763df5ab00083b7", kill_on_drop: false }` [INFO] [stdout] 4aa2f247668cdf3e52c104bdc416092e530d629407d38abba763df5ab00083b7 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", 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] 86e583eb39cdc71b9c3f0b3cbdcf1c37d3f2f6c6454f99709e4067acc837d5ac [INFO] running `Command { std: "docker" "start" "-a" "86e583eb39cdc71b9c3f0b3cbdcf1c37d3f2f6c6454f99709e4067acc837d5ac", kill_on_drop: false }` [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling libsqlite3-sys v0.18.0 [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 15.74s [INFO] running `Command { std: "docker" "inspect" "86e583eb39cdc71b9c3f0b3cbdcf1c37d3f2f6c6454f99709e4067acc837d5ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86e583eb39cdc71b9c3f0b3cbdcf1c37d3f2f6c6454f99709e4067acc837d5ac", kill_on_drop: false }` [INFO] [stdout] 86e583eb39cdc71b9c3f0b3cbdcf1c37d3f2f6c6454f99709e4067acc837d5ac [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0bf567d56363e05b7171a180d075b313799ed5947fbf15265d6a01cddba0728 [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" "b0bf567d56363e05b7171a180d075b313799ed5947fbf15265d6a01cddba0728", kill_on_drop: false }` [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] [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 2.02s [INFO] running `Command { std: "docker" "inspect" "b0bf567d56363e05b7171a180d075b313799ed5947fbf15265d6a01cddba0728", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0bf567d56363e05b7171a180d075b313799ed5947fbf15265d6a01cddba0728", kill_on_drop: false }` [INFO] [stdout] b0bf567d56363e05b7171a180d075b313799ed5947fbf15265d6a01cddba0728 [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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "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] 0da23d20141167fd70e66d149368fd2948e5ebd1dbe8a58092071da8097e824e [INFO] running `Command { std: "docker" "start" "-a" "0da23d20141167fd70e66d149368fd2948e5ebd1dbe8a58092071da8097e824e", 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.05s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ice_age-a01566ae89a1e112) [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/sending.rs (/opt/rustwide/target/debug/deps/sending-33eed56c98633124) [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.01s [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.00s [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 0.93s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0da23d20141167fd70e66d149368fd2948e5ebd1dbe8a58092071da8097e824e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0da23d20141167fd70e66d149368fd2948e5ebd1dbe8a58092071da8097e824e", kill_on_drop: false }` [INFO] [stdout] 0da23d20141167fd70e66d149368fd2948e5ebd1dbe8a58092071da8097e824e