[INFO] fetching crate uciengine 0.1.33... [INFO] testing uciengine-0.1.33 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate uciengine 0.1.33 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate uciengine 0.1.33 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate uciengine 0.1.33 [INFO] finished tweaking crates.io crate uciengine 0.1.33 [INFO] tweaked toml for crates.io crate uciengine 0.1.33 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate uciengine 0.1.33 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] e2f0b43e5cc1715f627b8ec7d2204e9e48f297ae63515d652491449785439fc1 [INFO] running `Command { std: "docker" "start" "-a" "e2f0b43e5cc1715f627b8ec7d2204e9e48f297ae63515d652491449785439fc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2f0b43e5cc1715f627b8ec7d2204e9e48f297ae63515d652491449785439fc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2f0b43e5cc1715f627b8ec7d2204e9e48f297ae63515d652491449785439fc1", kill_on_drop: false }` [INFO] [stdout] e2f0b43e5cc1715f627b8ec7d2204e9e48f297ae63515d652491449785439fc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 88565f81880d02a0ff0767496f9472e1372e42a1ba652633ecf8eb274271a0c5 [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" "88565f81880d02a0ff0767496f9472e1372e42a1ba652633ecf8eb274271a0c5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling pin-project-lite v0.2.4 [INFO] [stderr] Compiling tokio v1.0.2 [INFO] [stderr] Compiling envor v0.1.5 [INFO] [stderr] Compiling tokio-macros v1.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling mio v0.7.7 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling uciengine v0.1.33 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::string::String::len` that must be used [INFO] [stdout] --> src/analysis.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | / value_ref.to_string().chars().rev().take_while(|c| { [INFO] [stdout] 103 | | total_len -= 1; [INFO] [stdout] 104 | | ( *c != trim ) || ( total_len > $size ) [INFO] [stdout] 105 | | }).collect::().len(); [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 191 | / gen_str_buff!( [INFO] [stdout] 192 | | /// UciBuff [INFO] [stdout] 193 | | => UciBuff, UCI_MAX_LENGTH, [INFO] [stdout] 194 | | /// PvBuff [INFO] [stdout] 195 | | => PvBuff, PV_BUFF_SIZE [INFO] [stdout] 196 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `gen_str_buff` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.42s [INFO] running `Command { std: "docker" "inspect" "88565f81880d02a0ff0767496f9472e1372e42a1ba652633ecf8eb274271a0c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88565f81880d02a0ff0767496f9472e1372e42a1ba652633ecf8eb274271a0c5", kill_on_drop: false }` [INFO] [stdout] 88565f81880d02a0ff0767496f9472e1372e42a1ba652633ecf8eb274271a0c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--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] 40bb5ac50bbea9bbf929ba584b0f8fac7df6a48c2aea510c9118a604539e4f40 [INFO] running `Command { std: "docker" "start" "-a" "40bb5ac50bbea9bbf929ba584b0f8fac7df6a48c2aea510c9118a604539e4f40", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: unused return value of `std::string::String::len` that must be used [INFO] [stdout] --> src/analysis.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | / value_ref.to_string().chars().rev().take_while(|c| { [INFO] [stdout] 103 | | total_len -= 1; [INFO] [stdout] 104 | | ( *c != trim ) || ( total_len > $size ) [INFO] [stdout] 105 | | }).collect::().len(); [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 191 | / gen_str_buff!( [INFO] [stdout] 192 | | /// UciBuff [INFO] [stdout] 193 | | => UciBuff, UCI_MAX_LENGTH, [INFO] [stdout] 194 | | /// PvBuff [INFO] [stdout] 195 | | => PvBuff, PV_BUFF_SIZE [INFO] [stdout] 196 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `gen_str_buff` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling uciengine v0.1.33 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::string::String::len` that must be used [INFO] [stdout] --> src/analysis.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | / value_ref.to_string().chars().rev().take_while(|c| { [INFO] [stdout] 103 | | total_len -= 1; [INFO] [stdout] 104 | | ( *c != trim ) || ( total_len > $size ) [INFO] [stdout] 105 | | }).collect::().len(); [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] ... [INFO] [stdout] 191 | / gen_str_buff!( [INFO] [stdout] 192 | | /// UciBuff [INFO] [stdout] 193 | | => UciBuff, UCI_MAX_LENGTH, [INFO] [stdout] 194 | | /// PvBuff [INFO] [stdout] 195 | | => PvBuff, PV_BUFF_SIZE [INFO] [stdout] 196 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `gen_str_buff` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 27.77s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/uciengine-00ee60768cbd4bdd) [INFO] running `Command { std: "docker" "inspect" "40bb5ac50bbea9bbf929ba584b0f8fac7df6a48c2aea510c9118a604539e4f40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40bb5ac50bbea9bbf929ba584b0f8fac7df6a48c2aea510c9118a604539e4f40", kill_on_drop: false }` [INFO] [stdout] 40bb5ac50bbea9bbf929ba584b0f8fac7df6a48c2aea510c9118a604539e4f40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 0cc22584ed238aa0ffa32c3e58666e105e9385bb25d7747aa20f6a1a64717880 [INFO] running `Command { std: "docker" "start" "-a" "0cc22584ed238aa0ffa32c3e58666e105e9385bb25d7747aa20f6a1a64717880", kill_on_drop: false }` [INFO] [stderr] warning: unused return value of `std::string::String::len` that must be used [INFO] [stderr] --> src/analysis.rs:102:8 [INFO] [stderr] | [INFO] [stderr] 102 | / value_ref.to_string().chars().rev().take_while(|c| { [INFO] [stderr] 103 | | total_len -= 1; [INFO] [stderr] 104 | | ( *c != trim ) || ( total_len > $size ) [INFO] [stderr] 105 | | }).collect::().len(); [INFO] [stderr] | |_____________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 191 | / gen_str_buff!( [INFO] [stderr] 192 | | /// UciBuff [INFO] [stderr] 193 | | => UciBuff, UCI_MAX_LENGTH, [INFO] [stderr] 194 | | /// PvBuff [INFO] [stderr] 195 | | => PvBuff, PV_BUFF_SIZE [INFO] [stderr] 196 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this warning originates in the macro `gen_str_buff` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `uciengine` (lib) generated 1 warning [INFO] [stderr] warning: `uciengine` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/uciengine-00ee60768cbd4bdd) [INFO] [stdout] [INFO] [stderr] Doc-tests uciengine [INFO] [stdout] running 2 tests [INFO] [stdout] test analysis::parse_error ... ok [INFO] [stdout] test analysis::set_trim ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/uciengine.rs - uciengine::GoJob::pos_moves (line 223) ... ok [INFO] [stdout] test src/lib.rs - (line 5) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 5) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'failed to spawn engine: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /opt/rustwide/workdir/src/uciengine.rs:311:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ebe54a79cd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55ebe54a79cd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ebe54a79cd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55ebe54a79cd - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55ebe54c6a3c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x55ebe54a54e1 - std::io::Write::write_fmt::ha30651f608022a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55ebe54a9415 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55ebe54a9415 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55ebe54a9415 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55ebe54a90c9 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:314:9 [INFO] [stdout] 10: 0x55ebe54a9962 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55ebe54a9847 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55ebe54a7e84 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55ebe54a9579 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55ebe5190b93 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55ebe5190c23 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x55ebe51a04d2 - core::result::Result::expect::h14aa2ff70fd6912b [INFO] [stdout] 17: 0x55ebe51d9374 - uciengine::uciengine::UciEngine::new::h55243628a7820179 [INFO] [stdout] 18: 0x55ebe51de6d4 - rust_out::main::{{closure}}::h6f2f10f880090b5d [INFO] [stdout] 19: 0x55ebe51d63f4 - as core::future::future::Future>::poll::hd96dc469b8d39396 [INFO] [stdout] 20: 0x55ebe51b06a8 - tokio::park::thread::CachedParkThread::block_on::{{closure}}::h6a1b04cb1154fecd [INFO] [stdout] 21: 0x55ebe51a9fc2 - tokio::coop::with_budget::{{closure}}::h7435c7755fdf9e9a [INFO] [stdout] 22: 0x55ebe5192eef - std::thread::local::LocalKey::try_with::hcd44d43fb3ba04b1 [INFO] [stdout] 23: 0x55ebe5192a67 - std::thread::local::LocalKey::with::h541e0e32134f0c75 [INFO] [stdout] 24: 0x55ebe51b04ad - tokio::park::thread::CachedParkThread::block_on::h62b7a47514993f78 [INFO] [stdout] 25: 0x55ebe51d0a67 - tokio::runtime::enter::Enter::block_on::hb1e97fd55e3fa49d [INFO] [stdout] 26: 0x55ebe51b7a69 - tokio::runtime::thread_pool::ThreadPool::block_on::h6fd97b477687ce60 [INFO] [stdout] 27: 0x55ebe51d0bdd - tokio::runtime::Runtime::block_on::h036015e62b4325c2 [INFO] [stdout] 28: 0x55ebe51de28d - rust_out::main::hc576ac56ae27c114 [INFO] [stdout] 29: 0x55ebe51970b6 - core::ops::function::FnOnce::call_once::h6ec86534cf7af211 [INFO] [stdout] 30: 0x55ebe51922c9 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc420247b1c923cf1 [INFO] [stdout] 31: 0x55ebe519235c - std::rt::lang_start::{{closure}}::h030fefc1ee92ee0e [INFO] [stdout] 32: 0x55ebe54a0e7e - core::ops::function::impls:: for &F>::call_once::hae31cd38f966dcbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 33: 0x55ebe54a0e7e - std::panicking::try::do_call::h4a4c12a32b804624 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x55ebe54a0e7e - std::panicking::try::h87f80f5db1929b60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x55ebe54a0e7e - std::panic::catch_unwind::hbc53afd5a2bdc195 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x55ebe54a0e7e - std::rt::lang_start_internal::{{closure}}::h2e62ddd08385fac8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:128:48 [INFO] [stdout] 37: 0x55ebe54a0e7e - std::panicking::try::do_call::h04b85b79b362213e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 38: 0x55ebe54a0e7e - std::panicking::try::h428fba6a4941d8ed [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 39: 0x55ebe54a0e7e - std::panic::catch_unwind::hd73c90258412492e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 40: 0x55ebe54a0e7e - std::rt::lang_start_internal::h26255896a96668b5 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/rt.rs:128:20 [INFO] [stdout] 41: 0x55ebe5192341 - std::rt::lang_start::hb490c44226f1d5b3 [INFO] [stdout] 42: 0x55ebe51df443 - main [INFO] [stdout] 43: 0x7fa02afe00b3 - __libc_start_main [INFO] [stdout] 44: 0x55ebe5190e2e - _start [INFO] [stdout] 45: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 5) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.01s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "0cc22584ed238aa0ffa32c3e58666e105e9385bb25d7747aa20f6a1a64717880", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cc22584ed238aa0ffa32c3e58666e105e9385bb25d7747aa20f6a1a64717880", kill_on_drop: false }` [INFO] [stdout] 0cc22584ed238aa0ffa32c3e58666e105e9385bb25d7747aa20f6a1a64717880