[INFO] fetching crate rookie 0.5.6...
[INFO] testing rookie-0.5.6 against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] extracting crate rookie 0.5.6 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate rookie 0.5.6
[INFO] finished tweaking crates.io crate rookie 0.5.6
[INFO] tweaked toml for crates.io crate rookie 0.5.6 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rookie 0.5.6 on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rookie 0.5.6 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 09d7e215b026008e30341abe9f4b28fa1e9f0f3d04558bef20aa6d50bd1f9297
[INFO] running `Command { std: "docker" "start" "-a" "09d7e215b026008e30341abe9f4b28fa1e9f0f3d04558bef20aa6d50bd1f9297", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "09d7e215b026008e30341abe9f4b28fa1e9f0f3d04558bef20aa6d50bd1f9297", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09d7e215b026008e30341abe9f4b28fa1e9f0f3d04558bef20aa6d50bd1f9297", kill_on_drop: false }`
[INFO] [stdout] 09d7e215b026008e30341abe9f4b28fa1e9f0f3d04558bef20aa6d50bd1f9297
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a19e943b47cd5de43ab8dc101efe5e1199f906f5347f84724e49b74590490a69
[INFO] running `Command { std: "docker" "start" "-a" "a19e943b47cd5de43ab8dc101efe5e1199f906f5347f84724e49b74590490a69", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling syn v2.0.86
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]    Compiling futures-lite v2.4.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling zvariant_utils v1.0.1
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zvariant_derive v3.15.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.214
[INFO] [stderr]    Compiling enumflags2_derive v0.7.10
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling zbus_macros v3.15.2
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling xdg-home v1.3.0
[INFO] [stderr]    Compiling async-broadcast v0.5.1
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling trim-in-place v0.1.7
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling rookie v0.5.6 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling rust-ini v0.21.1
[INFO] [stderr]    Compiling lz4_flex v0.11.3
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling enumflags2 v0.7.10
[INFO] [stderr]    Compiling zvariant v3.15.2
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling zbus_names v2.6.1
[INFO] [stderr]    Compiling zbus v3.15.2
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
[INFO] running `Command { std: "docker" "inspect" "a19e943b47cd5de43ab8dc101efe5e1199f906f5347f84724e49b74590490a69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a19e943b47cd5de43ab8dc101efe5e1199f906f5347f84724e49b74590490a69", kill_on_drop: false }`
[INFO] [stdout] a19e943b47cd5de43ab8dc101efe5e1199f906f5347f84724e49b74590490a69
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8de7437b9f469c6ec6aa33229b58e65e7e1075cc367b4098fa8ca628f9d341ed
[INFO] running `Command { std: "docker" "start" "-a" "8de7437b9f469c6ec6aa33229b58e65e7e1075cc367b4098fa8ca628f9d341ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling zbus v3.15.2
[INFO] [stderr]    Compiling rookie v0.5.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.91s
[INFO] running `Command { std: "docker" "inspect" "8de7437b9f469c6ec6aa33229b58e65e7e1075cc367b4098fa8ca628f9d341ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8de7437b9f469c6ec6aa33229b58e65e7e1075cc367b4098fa8ca628f9d341ed", kill_on_drop: false }`
[INFO] [stdout] 8de7437b9f469c6ec6aa33229b58e65e7e1075cc367b4098fa8ca628f9d341ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6fde0519ae64e7274a90a82a2ba200bc2b354a8ae4c18aed5a8871ac1017e582
[INFO] running `Command { std: "docker" "start" "-a" "6fde0519ae64e7274a90a82a2ba200bc2b354a8ae4c18aed5a8871ac1017e582", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rookie-f29b7f5a34d65b4f)
[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 rookie
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test src/lib.rs - brave (line 160) ... FAILED
[INFO] [stdout] test src/lib.rs - chromium (line 134) ... FAILED
[INFO] [stdout] test src/lib.rs - arc (line 186) ... FAILED
[INFO] [stdout] test src/lib.rs - cachy (line 89) ... FAILED
[INFO] [stdout] test src/lib.rs - chrome (line 108) ... FAILED
[INFO] [stdout] test src/lib.rs - opera_gx (line 308) ... FAILED
[INFO] [stdout] test src/lib.rs - firefox (line 53) ... FAILED
[INFO] [stdout] test src/lib.rs - opera (line 282) ... FAILED
[INFO] [stdout] test src/lib.rs - edge (line 230) ... FAILED
[INFO] [stdout] test src/lib.rs - librewolf (line 71) ... FAILED
[INFO] [stdout] test src/lib.rs - load (line 391) ... FAILED
[INFO] [stdout] test src/lib.rs - vivaldi (line 256) ... FAILED
[INFO] [stdout] test src/lib.rs - zen (line 212) ... FAILED
[INFO] [stdout] test src/lib.rs - any_browser (line 439) ... FAILED
[INFO] [stdout] test src/lib.rs - version (line 37) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - brave (line 160) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:163:34
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::brave(Some(domains));
[INFO] [stdout]   |                             ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                             |
[INFO] [stdout]   |                             arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:163:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::brave(Some(domains));
[INFO] [stdout]   |                             ^^^^^-------^
[INFO] [stdout]   |                                  |
[INFO] [stdout]   |                                  this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - chromium (line 134) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:137:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::chromium(Some(domains));
[INFO] [stdout]   |                                ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                                |
[INFO] [stdout]   |                                arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:137:32
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::chromium(Some(domains));
[INFO] [stdout]   |                                ^^^^^-------^
[INFO] [stdout]   |                                     |
[INFO] [stdout]   |                                     this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - arc (line 186) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:189:34
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::brave(Some(domains));
[INFO] [stdout]   |                             ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                             |
[INFO] [stdout]   |                             arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:189:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::brave(Some(domains));
[INFO] [stdout]   |                             ^^^^^-------^
[INFO] [stdout]   |                                  |
[INFO] [stdout]   |                                  this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - cachy (line 89) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:92:34
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::cachy(Some(domains));
[INFO] [stdout]   |                             ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                             |
[INFO] [stdout]   |                             arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:92:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::cachy(Some(domains));
[INFO] [stdout]   |                             ^^^^^-------^
[INFO] [stdout]   |                                  |
[INFO] [stdout]   |                                  this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - chrome (line 108) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:111:35
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::chrome(Some(domains));
[INFO] [stdout]   |                              ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                              |
[INFO] [stdout]   |                              arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:111:30
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::chrome(Some(domains));
[INFO] [stdout]   |                              ^^^^^-------^
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - opera_gx (line 308) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:311:37
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::opera_gx(Some(domains));
[INFO] [stdout]   |                                ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                                |
[INFO] [stdout]   |                                arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:311:32
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::opera_gx(Some(domains));
[INFO] [stdout]   |                                ^^^^^-------^
[INFO] [stdout]   |                                     |
[INFO] [stdout]   |                                     this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - firefox (line 53) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:56:36
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::firefox(Some(domains));
[INFO] [stdout]   |                               ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                               |
[INFO] [stdout]   |                               arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:56:31
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::firefox(Some(domains));
[INFO] [stdout]   |                               ^^^^^-------^
[INFO] [stdout]   |                                    |
[INFO] [stdout]   |                                    this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - opera (line 282) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:285:34
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::opera(Some(domains));
[INFO] [stdout]   |                             ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                             |
[INFO] [stdout]   |                             arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:285:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::opera(Some(domains));
[INFO] [stdout]   |                             ^^^^^-------^
[INFO] [stdout]   |                                  |
[INFO] [stdout]   |                                  this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - edge (line 230) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:233:33
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::edge(Some(domains));
[INFO] [stdout]   |                            ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                            |
[INFO] [stdout]   |                            arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:233:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::edge(Some(domains));
[INFO] [stdout]   |                            ^^^^^-------^
[INFO] [stdout]   |                                 |
[INFO] [stdout]   |                                 this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - librewolf (line 71) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:74:38
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::librewolf(Some(domains));
[INFO] [stdout]   |                                 ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                                 |
[INFO] [stdout]   |                                 arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:74:33
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::librewolf(Some(domains));
[INFO] [stdout]   |                                 ^^^^^-------^
[INFO] [stdout]   |                                      |
[INFO] [stdout]   |                                      this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - load (line 391) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:394:33
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::load(Some(domains));
[INFO] [stdout]   |                            ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                            |
[INFO] [stdout]   |                            arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:394:28
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::load(Some(domains));
[INFO] [stdout]   |                            ^^^^^-------^
[INFO] [stdout]   |                                 |
[INFO] [stdout]   |                                 this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - vivaldi (line 256) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:259:36
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::vivaldi(Some(domains));
[INFO] [stdout]   |                               ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                               |
[INFO] [stdout]   |                               arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:259:31
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::vivaldi(Some(domains));
[INFO] [stdout]   |                               ^^^^^-------^
[INFO] [stdout]   |                                    |
[INFO] [stdout]   |                                    this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - zen (line 212) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> src/lib.rs:215:32
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::zen(Some(domains));
[INFO] [stdout]   |                           ---- ^^^^^^^ expected `Vec<String>`, found `Vec<&str>`
[INFO] [stdout]   |                           |
[INFO] [stdout]   |                           arguments to this enum variant are incorrect
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected struct `Vec<String>`
[INFO] [stdout]              found struct `Vec<&str>`
[INFO] [stdout] help: the type constructed contains `Vec<&str>` due to the type of the argument passed
[INFO] [stdout]  --> src/lib.rs:215:27
[INFO] [stdout]   |
[INFO] [stdout] 6 | let cookies = rookie::zen(Some(domains));
[INFO] [stdout]   |                           ^^^^^-------^
[INFO] [stdout]   |                                |
[INFO] [stdout]   |                                this argument influences the type of `Some`
[INFO] [stdout] note: tuple variant defined here
[INFO] [stdout]  --> /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/option.rs:607:5
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - any_browser (line 439) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (122) panicked at src/lib.rs:8:71:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: 
[INFO] [stdout] No cookies found.
[INFO] [stdout] If you're using a Chromium-based browser, please specify the key file and run this program with administrator privileges.
[INFO] [stdout] 
[INFO] [stdout] Location:
[INFO] [stdout]     src/lib.rs:501:3
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59e8295837d2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59e8295837d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59e8295837d2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59e8295837d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59e82959464f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59e82959464f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x59e82955d913 - std::io::default_write_fmt::hf7668c9f69c3a921
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59e82955d913 - std::io::Write::write_fmt::ha6503cd07dd1d506
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59e829564b72 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59e82956770f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59e829567569 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x59e829567d95 - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x59e829567b7a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   13:     0x59e829564ca9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x59e82955167d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x59e82959d5a0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x59e82959c8f6 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   17:     0x59e828ed5b2d - rust_out::main::_doctest_main_src_lib_rs_439_0::ha0d75bcb0eabab45
[INFO] [stdout]   18:     0x59e828ed59c6 - rust_out::main::hca4b1f7e004a5b5b
[INFO] [stdout]   19:     0x59e828ed55a3 - core::ops::function::FnOnce::call_once::hd1d9844f43ba9ade
[INFO] [stdout]   20:     0x59e828ed5546 - std::sys::backtrace::__rust_begin_short_backtrace::h1b07d04bd89bf1d2
[INFO] [stdout]   21:     0x59e828ed5529 - std::rt::lang_start::{{closure}}::h195b227e6d961974
[INFO] [stdout]   22:     0x59e82955ed10 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hfe01ef9c04091e5f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   23:     0x59e82955ed10 - std::panicking::catch_unwind::do_call::h3720541c1dc2745c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   24:     0x59e82955ed10 - std::panicking::catch_unwind::hf812e1c72a8544c2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   25:     0x59e82955ed10 - std::panic::catch_unwind::h9e80dffea8831154
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x59e82955ed10 - std::rt::lang_start_internal::{{closure}}::h03410fa218b2c977
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x59e82955ed10 - std::panicking::catch_unwind::do_call::hcc46efa18e4a9c15
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x59e82955ed10 - std::panicking::catch_unwind::hc0afbf6668eb863a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x59e82955ed10 - std::panic::catch_unwind::h9640c0d1343096b8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x59e82955ed10 - std::rt::lang_start_internal::hea659f61d058debe
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x59e828ed5511 - std::rt::lang_start::h1eafb7a9125a057d
[INFO] [stdout]   32:     0x59e828ed5be5 - main
[INFO] [stdout]   33:     0x701ed24721ca - <unknown>
[INFO] [stdout]   34:     0x701ed247228b - __libc_start_main
[INFO] [stdout]   35:     0x59e828ed5425 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - any_browser (line 439)
[INFO] [stdout]     src/lib.rs - arc (line 186)
[INFO] [stdout]     src/lib.rs - brave (line 160)
[INFO] [stdout]     src/lib.rs - cachy (line 89)
[INFO] [stdout]     src/lib.rs - chrome (line 108)
[INFO] [stdout]     src/lib.rs - chromium (line 134)
[INFO] [stdout]     src/lib.rs - edge (line 230)
[INFO] [stdout]     src/lib.rs - firefox (line 53)
[INFO] [stdout]     src/lib.rs - librewolf (line 71)
[INFO] [stdout]     src/lib.rs - load (line 391)
[INFO] [stdout]     src/lib.rs - opera (line 282)
[INFO] [stdout]     src/lib.rs - opera_gx (line 308)
[INFO] [stdout]     src/lib.rs - vivaldi (line 256)
[INFO] [stdout]     src/lib.rs - zen (line 212)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 14 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.04s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "6fde0519ae64e7274a90a82a2ba200bc2b354a8ae4c18aed5a8871ac1017e582", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fde0519ae64e7274a90a82a2ba200bc2b354a8ae4c18aed5a8871ac1017e582", kill_on_drop: false }`
[INFO] [stdout] 6fde0519ae64e7274a90a82a2ba200bc2b354a8ae4c18aed5a8871ac1017e582
