[INFO] cloning repository https://github.com/n01e0/chromoly
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/n01e0/chromoly" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn01e0%2Fchromoly", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn01e0%2Fchromoly'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e30ee8e70d88d36d5a7b5e54cb27e6e4db14e2e2
[INFO] testing n01e0/chromoly against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn01e0%2Fchromoly" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/n01e0/chromoly
[INFO] finished tweaking git repo https://github.com/n01e0/chromoly
[INFO] tweaked toml for git repo https://github.com/n01e0/chromoly written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/n01e0/chromoly on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/n01e0/chromoly already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.ahtors
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4da96dfe57203566a0eb5e7be60ec57be95706ead54e78faf95359615eef1e5a
[INFO] running `Command { std: "docker" "start" "-a" "4da96dfe57203566a0eb5e7be60ec57be95706ead54e78faf95359615eef1e5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4da96dfe57203566a0eb5e7be60ec57be95706ead54e78faf95359615eef1e5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4da96dfe57203566a0eb5e7be60ec57be95706ead54e78faf95359615eef1e5a", kill_on_drop: false }`
[INFO] [stdout] 4da96dfe57203566a0eb5e7be60ec57be95706ead54e78faf95359615eef1e5a
[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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2a668da62ad8a1befdffcb5a3e7afef2ea41ecdba11e1fe9585493378e85f4df
[INFO] running `Command { std: "docker" "start" "-a" "2a668da62ad8a1befdffcb5a3e7afef2ea41ecdba11e1fe9585493378e85f4df", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.ahtors
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling procinfo v0.4.2
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling os_str_bytes v6.1.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling nom v2.2.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling boxfnonce v0.1.1
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling clap_lex v0.2.2
[INFO] [stderr]    Compiling daemonize v0.4.1
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling procfs v0.12.0
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling enum-iterator-derive v0.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling clap_derive v3.2.6
[INFO] [stderr]    Compiling tia v1.0.3
[INFO] [stderr]    Compiling enum-iterator v0.6.0
[INFO] [stderr]    Compiling fanotify-rs v0.3.0 (https://github.com/n01e0/fanotify-rs#2403fd26)
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling clap v3.2.6
[INFO] [stderr]    Compiling serde_yaml v0.8.24
[INFO] [stderr]    Compiling chromoly v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.1, nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "2a668da62ad8a1befdffcb5a3e7afef2ea41ecdba11e1fe9585493378e85f4df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a668da62ad8a1befdffcb5a3e7afef2ea41ecdba11e1fe9585493378e85f4df", kill_on_drop: false }`
[INFO] [stdout] 2a668da62ad8a1befdffcb5a3e7afef2ea41ecdba11e1fe9585493378e85f4df
[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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b7dc147b3b7836c549244c9de54803fd299740fce52d2d450a6ab71789481bc
[INFO] running `Command { std: "docker" "start" "-a" "3b7dc147b3b7836c549244c9de54803fd299740fce52d2d450a6ab71789481bc", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.ahtors
[INFO] [stderr]    Compiling object v0.28.4
[INFO] [stderr]    Compiling backtrace v0.3.65
[INFO] [stderr]    Compiling color-backtrace v0.5.1
[INFO] [stderr]    Compiling chromoly v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.17s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.1, nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "3b7dc147b3b7836c549244c9de54803fd299740fce52d2d450a6ab71789481bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b7dc147b3b7836c549244c9de54803fd299740fce52d2d450a6ab71789481bc", kill_on_drop: false }`
[INFO] [stdout] 3b7dc147b3b7836c549244c9de54803fd299740fce52d2d450a6ab71789481bc
[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=warn" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3886d4ceb57e6e51a734168435be4f7489a0c305a0473c621aea5688d7024fa7
[INFO] running `Command { std: "docker" "start" "-a" "3886d4ceb57e6e51a734168435be4f7489a0c305a0473c621aea5688d7024fa7", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.ahtors
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: daemonize v0.4.1, nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chromoly-6248d029af9b15fa)
[INFO] [stderr] The application panicked (crashed).
[INFO] [stdout] 
[INFO] [stderr] Message:  assertion failed: cookies.len() > 0
[INFO] [stdout] running 1 test
[INFO] [stderr] Location: src/profile.rs:31
[INFO] [stderr] 
[INFO] [stderr] Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
[INFO] [stderr] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stderr]  1: color_backtrace::BacktracePrinter::print_panic_info::he6c0c4c4b036856a
[INFO] [stderr]     at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-backtrace-0.5.1/src/lib.rs:796
[INFO] [stderr]      794 │ 
[INFO] [stderr]      795 │         if self.current_verbosity() >= Verbosity::Medium {
[INFO] [stderr]      796 >             self.print_trace(&backtrace::Backtrace::new(), out)?;
[INFO] [stderr]      797 │         }
[INFO] [stderr]      798 │ 
[INFO] [stderr]  2: color_backtrace::BacktracePrinter::into_panic_handler::{{closure}}::hf865f29f5541cca8
[INFO] [stderr]     at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/color-backtrace-0.5.1/src/lib.rs:651
[INFO] [stderr]      649 │         Box::new(move |pi| {
[INFO] [stderr]      650 │             let mut lock = out_stream_mutex.lock().unwrap();
[INFO] [stderr]      651 >             if let Err(e) = self.print_panic_info(pi, &mut *lock) {
[INFO] [stderr]      652 │                 // Panicking while handling a panic would send us into a deadlock,
[INFO] [stderr]      653 │                 // so we just print the error to stderr instead.
[INFO] [stderr]  3: <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254
[INFO] [stderr]  4: std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833
[INFO] [stderr]  5: std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691
[INFO] [stderr]  6: std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182
[INFO] [stderr]  7: __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689
[INFO] [stderr]  8: core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80
[INFO] [stderr]  9: core[10b6fa85044e1869]::panicking::panic
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150
[INFO] [stderr] 10: chromoly::profile::cookie_found::h82fe88dee00ef20c
[INFO] [stderr]     at /opt/rustwide/workdir/src/profile.rs:31
[INFO] [stderr]       29 │     color_backtrace::install();
[INFO] [stderr]       30 │     let cookies = chrome_cookies().unwrap();
[INFO] [stderr]       31 >     assert!(cookies.len() > 0);
[INFO] [stderr]       32 │ }
[INFO] [stderr] 11: chromoly::profile::cookie_found::{{closure}}::h331f16b14bad1611
[INFO] [stderr]     at /opt/rustwide/workdir/src/profile.rs:28
[INFO] [stderr]       26 │ 
[INFO] [stderr]       27 │ #[test]
[INFO] [stderr]       28 > fn cookie_found() {
[INFO] [stderr]       29 │     color_backtrace::install();
[INFO] [stderr]       30 │     let cookies = chrome_cookies().unwrap();
[INFO] [stderr] 12: core::ops::function::FnOnce::call_once::h5ccd40200bd0e0c2
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250
[INFO] [stderr] 13: <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250
[INFO] [stderr] 14: test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663
[INFO] [stderr] 15: test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686
[INFO] [stderr] 16: <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274
[INFO] [stderr] 17: std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581
[INFO] [stderr] 18: std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544
[INFO] [stderr] 19: std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359
[INFO] [stderr] 20: test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686
[INFO] [stderr] 21: test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607
[INFO] [stderr] 22: test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637
[INFO] [stderr] 23: std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166
[INFO] [stderr] 24: std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91
[INFO] [stderr] 25: <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274
[INFO] [stderr] 26: std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581
[INFO] [stderr] 27: std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544
[INFO] [stderr] 28: std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359
[INFO] [stderr] 29: std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89
[INFO] [stderr] 30: <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250
[INFO] [stderr] 31: <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240
[INFO] [stderr] 32: <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]     at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118
[INFO] [stderr] 33: clone
[INFO] [stderr]     at <unknown source file>
[INFO] [stdout] test profile::cookie_found ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     profile::cookie_found
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.29s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "3886d4ceb57e6e51a734168435be4f7489a0c305a0473c621aea5688d7024fa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3886d4ceb57e6e51a734168435be4f7489a0c305a0473c621aea5688d7024fa7", kill_on_drop: false }`
[INFO] [stdout] 3886d4ceb57e6e51a734168435be4f7489a0c305a0473c621aea5688d7024fa7
