[INFO] fetching crate yt-dlp 1.2.3...
[INFO] testing yt-dlp-1.2.3 against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] extracting crate yt-dlp 1.2.3 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate yt-dlp 1.2.3 on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate yt-dlp 1.2.3
[INFO] finished tweaking crates.io crate yt-dlp 1.2.3
[INFO] tweaked toml for crates.io crate yt-dlp 1.2.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 223 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.11)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1275c5736b196e8fe5f38bdc36d1273b0283c2f8690ea3ba363fd006a1ab9aa8
[INFO] running `Command { std: "docker" "start" "-a" "1275c5736b196e8fe5f38bdc36d1273b0283c2f8690ea3ba363fd006a1ab9aa8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1275c5736b196e8fe5f38bdc36d1273b0283c2f8690ea3ba363fd006a1ab9aa8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1275c5736b196e8fe5f38bdc36d1273b0283c2f8690ea3ba363fd006a1ab9aa8", kill_on_drop: false }`
[INFO] [stdout] 1275c5736b196e8fe5f38bdc36d1273b0283c2f8690ea3ba363fd006a1ab9aa8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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 -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c30567f2b48570569a2f8e924c55affe2cc851d11f88ceeaa4218c211740455a
[INFO] running `Command { std: "docker" "start" "-a" "c30567f2b48570569a2f8e924c55affe2cc851d11f88ceeaa4218c211740455a", kill_on_drop: false }`
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling http v1.2.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling zip v2.2.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rustls-pki-types v1.10.1
[INFO] [stderr]    Compiling lockfree-object-pool v0.1.6
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling zopfli v0.8.1
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling deflate64 v0.1.9
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling ordered-float v4.6.0
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling xattr v1.4.0
[INFO] [stderr]    Compiling tar v0.4.43
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling tokio-util v0.7.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling h2 v0.4.7
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling hyper v1.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.12
[INFO] [stderr]    Compiling yt-dlp v1.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.46s
[INFO] running `Command { std: "docker" "inspect" "c30567f2b48570569a2f8e924c55affe2cc851d11f88ceeaa4218c211740455a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c30567f2b48570569a2f8e924c55affe2cc851d11f88ceeaa4218c211740455a", kill_on_drop: false }`
[INFO] [stdout] c30567f2b48570569a2f8e924c55affe2cc851d11f88ceeaa4218c211740455a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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 -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e0b63eac6c4aa29b2f60e401652d823e9d35af0b7fb016ff717652769f1d2dd
[INFO] running `Command { std: "docker" "start" "-a" "9e0b63eac6c4aa29b2f60e401652d823e9d35af0b7fb016ff717652769f1d2dd", kill_on_drop: false }`
[INFO] [stderr]    Compiling yt-dlp v1.2.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.52s
[INFO] running `Command { std: "docker" "inspect" "9e0b63eac6c4aa29b2f60e401652d823e9d35af0b7fb016ff717652769f1d2dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e0b63eac6c4aa29b2f60e401652d823e9d35af0b7fb016ff717652769f1d2dd", kill_on_drop: false }`
[INFO] [stdout] 9e0b63eac6c4aa29b2f60e401652d823e9d35af0b7fb016ff717652769f1d2dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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 -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] db405e2ac353e0991fd680474a0b861040f234623de9621d074893c817d7d95a
[INFO] running `Command { std: "docker" "start" "-a" "db405e2ac353e0991fd680474a0b861040f234623de9621d074893c817d7d95a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yt_dlp-d573a6430af25907)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests yt_dlp
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test src/fetcher/deps/mod.rs - fetcher::deps::Libraries (line 41) - compile ... ok
[INFO] [stdout] test src/fetcher/mod.rs - fetcher::Fetcher (line 22) - compile ... ok
[INFO] [stdout] test src/fetcher/deps/youtube.rs - fetcher::deps::youtube::GitHubFetcher (line 15) - compile ... ok
[INFO] [stdout] test src/fetcher/deps/mod.rs - fetcher::deps::LibraryInstaller (line 18) - compile ... ok
[INFO] [stdout] test src/fetcher/model.rs - fetcher::model::WantedRelease::download (line 53) - compile ... ok
[INFO] [stdout] test src/fetcher/deps/ffmpeg.rs - fetcher::deps::ffmpeg::BuildFetcher (line 15) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::download_audio_stream (line 558) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube (line 28) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::download_audio_stream_from_url (line 512) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::combine_audio_and_video (line 657) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::download_format (line 604) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::download_thumbnail (line 786) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::download_video_from_url (line 326) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::download_thumbnail_from_url (line 740) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::download_video (line 368) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::download_video_stream (line 466) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::download_video_stream_from_url (line 420) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::fetch_video_infos (line 272) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::with_args (line 164) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::with_arg (line 195) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::update_downloader (line 226) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::new (line 78) - compile ... ok
[INFO] [stdout] test src/lib.rs - Youtube::with_new_binaries (line 128) - compile ... ok
[INFO] [stdout] test src/utils/executor.rs - utils::executor::Executor (line 12) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 139) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 109) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 207) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 161) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 261) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 184) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 230) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 94) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 124) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 292) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 139) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 109) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/lib.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: IO(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64432a20a1da - std::backtrace_rs::backtrace::libunwind::trace::hb059275cfc8d6126
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stdout]    1:     0x64432a20a1da - std::backtrace_rs::backtrace::trace_unsynchronized::h2da071e4327ce3ee
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x64432a20a1da - std::sys::backtrace::_print_fmt::h842a1474e6f8d23f
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64432a20a1da - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h71a62eb3b9696b12
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64432a231273 - core::fmt::rt::Argument::fmt::hdb6b616786b41dc1
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/rt.rs:177:76
[INFO] [stdout]    5:     0x64432a231273 - core::fmt::write::h2cc1698af7e2d686
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/mod.rs:1440:21
[INFO] [stdout]    6:     0x64432a2064e3 - std::io::Write::write_fmt::h00c8700df393f328
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/io/mod.rs:1887:15
[INFO] [stdout]    7:     0x64432a20a022 - std::sys::backtrace::BacktraceLock::print::h147fe35b4ea13b08
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    8:     0x64432a20b0bf - std::panicking::default_hook::{{closure}}::hbd44223dbdc0d208
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:298:22
[INFO] [stdout]    9:     0x64432a20af2a - std::panicking::default_hook::h20f81eb0576efcec
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:325:9
[INFO] [stdout]   10:     0x64432a20bae2 - std::panicking::rust_panic_with_hook::h625eea43051b2edc
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:831:13
[INFO] [stdout]   11:     0x64432a20b86a - std::panicking::begin_panic_handler::{{closure}}::h4f9159cfbc3f6bd3
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:704:13
[INFO] [stdout]   12:     0x64432a20a6d9 - std::sys::backtrace::__rust_end_short_backtrace::h0390abce48353151
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   13:     0x64432a20b4fd - rust_begin_unwind
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:695:5
[INFO] [stdout]   14:     0x64432a22f790 - core::panicking::panic_fmt::h9e7c637e9e5f29c9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:75:14
[INFO] [stdout]   15:     0x64432a22fc66 - core::result::unwrap_failed::h7979f09313fe1849
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/result.rs:1704:5
[INFO] [stdout]   16:     0x644329e40a95 - rust_out::main::{{closure}}::h0db5994fb41e1674
[INFO] [stdout]   17:     0x644329e2c3d4 - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::heff0c1229b5622cf
[INFO] [stdout]   18:     0x644329e2bdb8 - tokio::runtime::park::CachedParkThread::block_on::hec9bd87ef00a96cd
[INFO] [stdout]   19:     0x644329e30b6c - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h7c1d9e245954c72c
[INFO] [stdout]   20:     0x644329e31fb3 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::hbcb746dd116b5193
[INFO] [stdout]   21:     0x644329e2fd08 - tokio::runtime::context::runtime::enter_runtime::h339fc99a72a66619
[INFO] [stdout]   22:     0x644329e31efa - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h042087ab984f1358
[INFO] [stdout]   23:     0x644329e30f2e - tokio::runtime::runtime::Runtime::block_on_inner::hea2220b36e0cdf43
[INFO] [stdout]   24:     0x644329e3117c - tokio::runtime::runtime::Runtime::block_on::h9b367a49af2ac8cd
[INFO] [stdout]   25:     0x644329e406ff - rust_out::main::h6a2dd21463730121
[INFO] [stdout]   26:     0x644329e24143 - core::ops::function::FnOnce::call_once::h5dbaaf9097200eb4
[INFO] [stdout]   27:     0x644329e21b36 - std::sys::backtrace::__rust_begin_short_backtrace::h3c5f80503fbf61d7
[INFO] [stdout]   28:     0x644329e21ac9 - std::rt::lang_start::{{closure}}::h8cb3cb09b4520439
[INFO] [stdout]   29:     0x64432a200820 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h1b085b6c1d2518b2
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:284:13
[INFO] [stdout]   30:     0x64432a200820 - std::panicking::try::do_call::h382f964a5a23b565
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   31:     0x64432a200820 - std::panicking::try::h57f991055eb622f9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   32:     0x64432a200820 - std::panic::catch_unwind::h4d9a74ef04456343
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   33:     0x64432a200820 - std::rt::lang_start_internal::{{closure}}::h2faa8ae84a93f314
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/rt.rs:163:24
[INFO] [stdout]   34:     0x64432a200820 - std::panicking::try::do_call::h0f8932bf638a9bf5
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   35:     0x64432a200820 - std::panicking::try::h683416ea756b175d
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   36:     0x64432a200820 - std::panic::catch_unwind::h56189fac8994979f
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   37:     0x64432a200820 - std::rt::lang_start_internal::h8bbc1061691274fe
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/rt.rs:159:5
[INFO] [stdout]   38:     0x644329e21ab1 - std::rt::lang_start::h03a72ae0d84ec2d1
[INFO] [stdout]   39:     0x644329e40bd5 - main
[INFO] [stdout]   40:     0x7288d4553d90 - <unknown>
[INFO] [stdout]   41:     0x7288d4553e40 - __libc_start_main
[INFO] [stdout]   42:     0x644329e19c65 - _start
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 207) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 161) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 261) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 184) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 230) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 94) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: IO(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 124) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/lib.rs:12:55:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: IO(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60520aa556ea - std::backtrace_rs::backtrace::libunwind::trace::hb059275cfc8d6126
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stdout]    1:     0x60520aa556ea - std::backtrace_rs::backtrace::trace_unsynchronized::h2da071e4327ce3ee
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x60520aa556ea - std::sys::backtrace::_print_fmt::h842a1474e6f8d23f
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x60520aa556ea - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h71a62eb3b9696b12
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x60520aa7acc3 - core::fmt::rt::Argument::fmt::hdb6b616786b41dc1
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/rt.rs:177:76
[INFO] [stdout]    5:     0x60520aa7acc3 - core::fmt::write::h2cc1698af7e2d686
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/mod.rs:1440:21
[INFO] [stdout]    6:     0x60520aa516c3 - std::io::Write::write_fmt::h00c8700df393f328
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/io/mod.rs:1887:15
[INFO] [stdout]    7:     0x60520aa55532 - std::sys::backtrace::BacktraceLock::print::h147fe35b4ea13b08
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    8:     0x60520aa565cf - std::panicking::default_hook::{{closure}}::hbd44223dbdc0d208
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:298:22
[INFO] [stdout]    9:     0x60520aa5643a - std::panicking::default_hook::h20f81eb0576efcec
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:325:9
[INFO] [stdout]   10:     0x60520aa56ff2 - std::panicking::rust_panic_with_hook::h625eea43051b2edc
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:831:13
[INFO] [stdout]   11:     0x60520aa56d7a - std::panicking::begin_panic_handler::{{closure}}::h4f9159cfbc3f6bd3
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:704:13
[INFO] [stdout]   12:     0x60520aa55be9 - std::sys::backtrace::__rust_end_short_backtrace::h0390abce48353151
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   13:     0x60520aa56a0d - rust_begin_unwind
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:695:5
[INFO] [stdout]   14:     0x60520aa798b0 - core::panicking::panic_fmt::h9e7c637e9e5f29c9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:75:14
[INFO] [stdout]   15:     0x60520aa79d86 - core::result::unwrap_failed::h7979f09313fe1849
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/result.rs:1704:5
[INFO] [stdout]   16:     0x60520a58aef5 - rust_out::main::{{closure}}::h0db5994fb41e1674
[INFO] [stdout]   17:     0x60520a55d744 - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::heff0c1229b5622cf
[INFO] [stdout]   18:     0x60520a55d11f - tokio::runtime::park::CachedParkThread::block_on::hec9bd87ef00a96cd
[INFO] [stdout]   19:     0x60520a57571a - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h7c1d9e245954c72c
[INFO] [stdout]   20:     0x60520a57b521 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::hbcb746dd116b5193
[INFO] [stdout]   21:     0x60520a5748b8 - tokio::runtime::context::runtime::enter_runtime::h339fc99a72a66619
[INFO] [stdout]   22:     0x60520a57b46c - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::h042087ab984f1358
[INFO] [stdout]   23:     0x60520a575ade - tokio::runtime::runtime::Runtime::block_on_inner::hea2220b36e0cdf43
[INFO] [stdout]   24:     0x60520a575d2c - tokio::runtime::runtime::Runtime::block_on::h9b367a49af2ac8cd
[INFO] [stdout]   25:     0x60520a58ab5f - rust_out::main::h6a2dd21463730121
[INFO] [stdout]   26:     0x60520a552883 - core::ops::function::FnOnce::call_once::h5dbaaf9097200eb4
[INFO] [stdout]   27:     0x60520a543d16 - std::sys::backtrace::__rust_begin_short_backtrace::h3c5f80503fbf61d7
[INFO] [stdout]   28:     0x60520a543b19 - std::rt::lang_start::{{closure}}::h8cb3cb09b4520439
[INFO] [stdout]   29:     0x60520aa4b4e0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h1b085b6c1d2518b2
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:284:13
[INFO] [stdout]   30:     0x60520aa4b4e0 - std::panicking::try::do_call::h382f964a5a23b565
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   31:     0x60520aa4b4e0 - std::panicking::try::h57f991055eb622f9
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   32:     0x60520aa4b4e0 - std::panic::catch_unwind::h4d9a74ef04456343
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   33:     0x60520aa4b4e0 - std::rt::lang_start_internal::{{closure}}::h2faa8ae84a93f314
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/rt.rs:163:24
[INFO] [stdout]   34:     0x60520aa4b4e0 - std::panicking::try::do_call::h0f8932bf638a9bf5
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40
[INFO] [stdout]   35:     0x60520aa4b4e0 - std::panicking::try::h683416ea756b175d
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19
[INFO] [stdout]   36:     0x60520aa4b4e0 - std::panic::catch_unwind::h56189fac8994979f
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14
[INFO] [stdout]   37:     0x60520aa4b4e0 - std::rt::lang_start_internal::h8bbc1061691274fe
[INFO] [stdout]                                at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/rt.rs:159:5
[INFO] [stdout]   38:     0x60520a543b01 - std::rt::lang_start::h03a72ae0d84ec2d1
[INFO] [stdout]   39:     0x60520a58b035 - main
[INFO] [stdout]   40:     0x7584ea8a5d90 - <unknown>
[INFO] [stdout]   41:     0x7584ea8a5e40 - __libc_start_main
[INFO] [stdout]   42:     0x60520a53f2e5 - _start
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 292) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: IO(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 109)
[INFO] [stdout]     src/lib.rs - (line 124)
[INFO] [stdout]     src/lib.rs - (line 139)
[INFO] [stdout]     src/lib.rs - (line 161)
[INFO] [stdout]     src/lib.rs - (line 184)
[INFO] [stdout]     src/lib.rs - (line 207)
[INFO] [stdout]     src/lib.rs - (line 230)
[INFO] [stdout]     src/lib.rs - (line 261)
[INFO] [stdout]     src/lib.rs - (line 292)
[INFO] [stdout]     src/lib.rs - (line 94)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.12s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "db405e2ac353e0991fd680474a0b861040f234623de9621d074893c817d7d95a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db405e2ac353e0991fd680474a0b861040f234623de9621d074893c817d7d95a", kill_on_drop: false }`
[INFO] [stdout] db405e2ac353e0991fd680474a0b861040f234623de9621d074893c817d7d95a
