[INFO] cloning repository https://github.com/mardiros/cabot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mardiros/cabot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmardiros%2Fcabot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmardiros%2Fcabot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] be08cf9d8f2d4c14976d91dfd906e9d528b2df9c [INFO] testing mardiros/cabot against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmardiros%2Fcabot" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mardiros/cabot on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mardiros/cabot [INFO] finished tweaking git repo https://github.com/mardiros/cabot [INFO] tweaked toml for git repo https://github.com/mardiros/cabot written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/mardiros/cabot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d587e8d70c895f77afd51865d9a1c92e8b2d3e094dd9b467351867e1d93ed5c4 [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" "d587e8d70c895f77afd51865d9a1c92e8b2d3e094dd9b467351867e1d93ed5c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d587e8d70c895f77afd51865d9a1c92e8b2d3e094dd9b467351867e1d93ed5c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d587e8d70c895f77afd51865d9a1c92e8b2d3e094dd9b467351867e1d93ed5c4", kill_on_drop: false }` [INFO] [stdout] d587e8d70c895f77afd51865d9a1c92e8b2d3e094dd9b467351867e1d93ed5c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "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] 605c29da467779a567a047e32cc597452abaa2fc3e2b0b988633d7df5afb2aa5 [INFO] running `Command { std: "docker" "start" "-a" "605c29da467779a567a047e32cc597452abaa2fc3e2b0b988633d7df5afb2aa5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling futures-timer v2.0.2 [INFO] [stderr] Compiling ring v0.16.11 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling async-task v1.3.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling kv-log-macro v1.0.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling webpki v0.21.2 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling rustls v0.17.0 [INFO] [stderr] Compiling webpki-roots v0.19.0 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling async-std v1.5.0 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling cabot v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s [INFO] running `Command { std: "docker" "inspect" "605c29da467779a567a047e32cc597452abaa2fc3e2b0b988633d7df5afb2aa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "605c29da467779a567a047e32cc597452abaa2fc3e2b0b988633d7df5afb2aa5", kill_on_drop: false }` [INFO] [stdout] 605c29da467779a567a047e32cc597452abaa2fc3e2b0b988633d7df5afb2aa5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "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] eef5c53a3d0b2dd444d3f16e43ac53ae32bda004f718f220ff2b7965e59c145e [INFO] running `Command { std: "docker" "start" "-a" "eef5c53a3d0b2dd444d3f16e43ac53ae32bda004f718f220ff2b7965e59c145e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cabot v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.80s [INFO] running `Command { std: "docker" "inspect" "eef5c53a3d0b2dd444d3f16e43ac53ae32bda004f718f220ff2b7965e59c145e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eef5c53a3d0b2dd444d3f16e43ac53ae32bda004f718f220ff2b7965e59c145e", kill_on_drop: false }` [INFO] [stdout] eef5c53a3d0b2dd444d3f16e43ac53ae32bda004f718f220ff2b7965e59c145e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8bbd82b80dd1a77af60dd46bca33a152ee160cd6c830318abdd61d074a742bb2 [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" "8bbd82b80dd1a77af60dd46bca33a152ee160cd6c830318abdd61d074a742bb2", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cabot-f9c83ebefa6c05a5 [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test client::tests::test_build_http_header_obsolete_line_folding ... ok [INFO] [stdout] test response::tests::test_build_response_ok ... ok [INFO] [stdout] test request::tests::test_post_request_with_headers_to_string ... ok [INFO] [stdout] test request::tests::test_get_request_with_headers_to_string ... ok [INFO] [stdout] test response::tests::test_response_ok_no_body ... ok [INFO] [stdout] test response::tests::test_response_ok ... ok [INFO] [stdout] test request::tests::test_get_request_to_string ... ok [INFO] [stdout] test client::tests::test_build_http_header_obsolete_line_folding_tab ... ok [INFO] [stdout] test request::tests::test_get_request_with_host_to_string ... ok [INFO] [stdout] test request::tests::test_request_builder_simple ... ok [INFO] [stdout] test client::tests::test_build_http_no_response_body ... ok [INFO] [stdout] test client::tests::test_build_http_response_from_string ... ok [INFO] [stdout] test request::tests::test_request_builder_complete ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cabot-a58d752290e04204 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests cabot [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/request.rs - request (line 4) ... ok [INFO] [stdout] test src/response.rs - response (line 6) ... ok [INFO] [stdout] test src/lib.rs - (line 21) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 21) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: DNSLookupError("Host does not exists")', src/lib.rs:11:69 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55924aa66010 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55924aa66010 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55924aa66010 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55924aa66010 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55924aa8345c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55924aa60762 - std::io::Write::write_fmt::h24485de26f355188 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x55924aa68705 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55924aa68705 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55924aa68705 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55924aa6825a - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55924aa68ea1 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x55924aa689e7 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x55924aa664cc - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55924aa68949 - rust_begin_unwind [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x55924aa82801 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55924aa82623 - core::option::expect_none_failed::he492a18657d97593 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/option.rs:1268:5 [INFO] [stdout] 16: 0x55924a8051f9 - core::result::Result::unwrap::h3689f0e8001b12ed [INFO] [stdout] 17: 0x55924a807edf - rust_out::main::{{closure}}::h3eb52d2b7b56307a [INFO] [stdout] 18: 0x55924a80608a - as core::future::future::Future>::poll::hd5b3f22ee4fe68c5 [INFO] [stdout] 19: 0x55924a8074d9 - async_std::task::block_on::block_on::{{closure}}::hd0b7cc8d0d4ed8d7 [INFO] [stdout] 20: 0x55924a80619a - as core::future::future::Future>::poll::hfaeb52db6d4fa806 [INFO] [stdout] 21: 0x55924a806d12 - async_std::task::block_on::run::{{closure}}::h62bc0fd5278fae23 [INFO] [stdout] 22: 0x55924a803699 - std::thread::local::LocalKey::try_with::h0fdb6a6df28f8b45 [INFO] [stdout] 23: 0x55924a803391 - std::thread::local::LocalKey::with::hb33c4f9e29911bdb [INFO] [stdout] 24: 0x55924a806b74 - async_std::task::block_on::run::h6d376abdb76b5413 [INFO] [stdout] 25: 0x55924a8073f3 - async_std::task::block_on::block_on::{{closure}}::h1277c2d5521e725b [INFO] [stdout] 26: 0x55924a8067e0 - async_std::task::task::Task::set_current::{{closure}}::he279d6c96c595705 [INFO] [stdout] 27: 0x55924a803560 - std::thread::local::LocalKey::try_with::h07e5de8a08899239 [INFO] [stdout] 28: 0x55924a803423 - std::thread::local::LocalKey::with::hf78c345901997add [INFO] [stdout] 29: 0x55924a8066cb - async_std::task::task::Task::set_current::h8e2642f0e14c5257 [INFO] [stdout] 30: 0x55924a807328 - async_std::task::block_on::block_on::hfe4980e87b6540ef [INFO] [stdout] 31: 0x55924a807b07 - rust_out::main::h405f65324f7b53be [INFO] [stdout] 32: 0x55924a803ce3 - core::ops::function::FnOnce::call_once::ha451af22024e1864 [INFO] [stdout] 33: 0x55924a8032b9 - std::sys_common::backtrace::__rust_begin_short_backtrace::hefd8e56bf97a4afd [INFO] [stdout] 34: 0x55924a803349 - std::rt::lang_start::{{closure}}::hee13be5f96bd7848 [INFO] [stdout] 35: 0x55924aa692c7 - core::ops::function::impls:: for &F>::call_once::h194d6aa01fb6b594 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 36: 0x55924aa692c7 - std::panicking::try::do_call::h4ef477456776cccb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 37: 0x55924aa692c7 - std::panicking::try::h7f2121b6bb3bbca4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 38: 0x55924aa692c7 - std::panic::catch_unwind::he974d0ca04309948 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 39: 0x55924aa692c7 - std::rt::lang_start_internal::h36e9e78490120b9f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/rt.rs:51:25 [INFO] [stdout] 40: 0x55924a803328 - std::rt::lang_start::h290408a3f91c6d5a [INFO] [stdout] 41: 0x55924a80801b - main [INFO] [stdout] 42: 0x7f97bceaa0b3 - __libc_start_main [INFO] [stdout] 43: 0x55924a8030ee - _start [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 21) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "8bbd82b80dd1a77af60dd46bca33a152ee160cd6c830318abdd61d074a742bb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bbd82b80dd1a77af60dd46bca33a152ee160cd6c830318abdd61d074a742bb2", kill_on_drop: false }` [INFO] [stdout] 8bbd82b80dd1a77af60dd46bca33a152ee160cd6c830318abdd61d074a742bb2