[INFO] fetching crate bingrep123 0.1.2...
[INFO] testing bingrep123-0.1.2 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate bingrep123 0.1.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate bingrep123 0.1.2
[INFO] finished tweaking crates.io crate bingrep123 0.1.2
[INFO] tweaked toml for crates.io crate bingrep123 0.1.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bingrep123 0.1.2 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bingrep123 0.1.2 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 29f9a8211db50eb6f7a2ac804e9746319ce9e27ff169347c835cc2467a84a350
[INFO] running `Command { std: "docker" "start" "-a" "29f9a8211db50eb6f7a2ac804e9746319ce9e27ff169347c835cc2467a84a350", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29f9a8211db50eb6f7a2ac804e9746319ce9e27ff169347c835cc2467a84a350", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29f9a8211db50eb6f7a2ac804e9746319ce9e27ff169347c835cc2467a84a350", kill_on_drop: false }`
[INFO] [stdout] 29f9a8211db50eb6f7a2ac804e9746319ce9e27ff169347c835cc2467a84a350
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b697d76636c61dce687eb6481b8b978d607b856fd4fa1b4ede964c48ed4e1513
[INFO] running `Command { std: "docker" "start" "-a" "b697d76636c61dce687eb6481b8b978d607b856fd4fa1b4ede964c48ed4e1513", kill_on_drop: false }`
[INFO] [stderr]    Compiling bingrep123 v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `t`
[INFO] [stdout]   --> src/lib.rs:49:16
[INFO] [stdout]    |
[INFO] [stdout] 49 |         fn new(t: OsType) -> OsType {
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `get` are never used
[INFO] [stdout]   --> src/lib.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 48 |     impl OsType {
[INFO] [stdout]    |     ----------- associated items in this implementation
[INFO] [stdout] 49 |         fn new(t: OsType) -> OsType {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |         fn get(&self) -> OsType {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 1.01s
[INFO] running `Command { std: "docker" "inspect" "b697d76636c61dce687eb6481b8b978d607b856fd4fa1b4ede964c48ed4e1513", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b697d76636c61dce687eb6481b8b978d607b856fd4fa1b4ede964c48ed4e1513", kill_on_drop: false }`
[INFO] [stdout] b697d76636c61dce687eb6481b8b978d607b856fd4fa1b4ede964c48ed4e1513
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 018571ebd2080336f37ae1dd15b75e5f35d81c502f4d57201c08ae1e7ac2a2cf
[INFO] running `Command { std: "docker" "start" "-a" "018571ebd2080336f37ae1dd15b75e5f35d81c502f4d57201c08ae1e7ac2a2cf", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `t`
[INFO] [stdout]   --> src/lib.rs:49:16
[INFO] [stdout]    |
[INFO] [stdout] 49 |         fn new(t: OsType) -> OsType {
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `get` are never used
[INFO] [stdout]   --> src/lib.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 48 |     impl OsType {
[INFO] [stdout]    |     ----------- associated items in this implementation
[INFO] [stdout] 49 |         fn new(t: OsType) -> OsType {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |         fn get(&self) -> OsType {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bingrep123 v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `t`
[INFO] [stdout]   --> src/lib.rs:49:16
[INFO] [stdout]    |
[INFO] [stdout] 49 |         fn new(t: OsType) -> OsType {
[INFO] [stdout]    |                ^ help: if this is intentional, prefix it with an underscore: `_t`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `get` are never used
[INFO] [stdout]   --> src/lib.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 48 |     impl OsType {
[INFO] [stdout]    |     ----------- associated items in this implementation
[INFO] [stdout] 49 |         fn new(t: OsType) -> OsType {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |         fn get(&self) -> OsType {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.73s
[INFO] running `Command { std: "docker" "inspect" "018571ebd2080336f37ae1dd15b75e5f35d81c502f4d57201c08ae1e7ac2a2cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "018571ebd2080336f37ae1dd15b75e5f35d81c502f4d57201c08ae1e7ac2a2cf", kill_on_drop: false }`
[INFO] [stdout] 018571ebd2080336f37ae1dd15b75e5f35d81c502f4d57201c08ae1e7ac2a2cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e352c7f4487ac5f88d2495bab1b8d5690dd9aadd61923d21a8b1ab2aa42cad24
[INFO] running `Command { std: "docker" "start" "-a" "e352c7f4487ac5f88d2495bab1b8d5690dd9aadd61923d21a8b1ab2aa42cad24", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `t`
[INFO] [stderr]   --> src/lib.rs:49:16
[INFO] [stderr]    |
[INFO] [stderr] 49 |         fn new(t: OsType) -> OsType {
[INFO] [stderr]    |                ^ help: if this is intentional, prefix it with an underscore: `_t`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `get` are never used
[INFO] [stderr]   --> src/lib.rs:49:12
[INFO] [stderr]    |
[INFO] [stderr] 48 |     impl OsType {
[INFO] [stderr]    |     ----------- associated items in this implementation
[INFO] [stderr] 49 |         fn new(t: OsType) -> OsType {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 53 |         fn get(&self) -> OsType {
[INFO] [stderr]    |            ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bingrep123` (lib) generated 2 warnings
[INFO] [stderr] warning: `bingrep123` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bingrep123-4214db022c8567da)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::one_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bingrep123-a61d609da998f5a7)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bingrep123
[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] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - search (line 102) ... FAILED
[INFO] [stdout] test src/lib.rs - run (line 13) ... FAILED
[INFO] [stdout] test src/lib.rs - search_insensitive (line 119) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - search (line 102) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fs`
[INFO] [stdout]  --> src/lib.rs:103:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let contents = fs::read_to_string(config.filename)?;
[INFO] [stdout]   |                ^^ use of unresolved module or unlinked crate `fs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fs`, use `cargo add fs` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::fs;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout]  --> src/lib.rs:103:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | let contents = fs::read_to_string(config.filename)?;
[INFO] [stdout]   |                                   ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout]  --> src/lib.rs:104:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | let result = if config.case_sensitive {
[INFO] [stdout]   |                 ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `search` in this scope
[INFO] [stdout]  --> src/lib.rs:105:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     search(&config.query, &contents)
[INFO] [stdout]   |     ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use bingrep123::search;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout]  --> src/lib.rs:105:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |     search(&config.query, &contents)
[INFO] [stdout]   |             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - run (line 13) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `env`
[INFO] [stdout]  --> src/lib.rs:14:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let args = env::args();
[INFO] [stdout]   |            ^^^ use of unresolved module or unlinked crate `env`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `env`, use `cargo add env` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::env;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Config`
[INFO] [stdout]  --> src/lib.rs:15:14
[INFO] [stdout]   |
[INFO] [stdout] 4 | let config = Config::new(args).unwrap_or_else(|err| {
[INFO] [stdout]   |              ^^^^^^ use of undeclared type `Config`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use bingrep123::Config;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `process`
[INFO] [stdout]  --> src/lib.rs:17:4
[INFO] [stdout]   |
[INFO] [stdout] 6 |    process::exit(1);
[INFO] [stdout]   |    ^^^^^^^ use of unresolved module or unlinked crate `process`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `process`, use `cargo add process` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::process;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - search_insensitive (line 119) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fs`
[INFO] [stdout]  --> src/lib.rs:120:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | let contents = fs::read_to_string(config.filename)?;
[INFO] [stdout]   |                ^^ use of unresolved module or unlinked crate `fs`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fs`, use `cargo add fs` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::fs;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout]  --> src/lib.rs:120:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | let contents = fs::read_to_string(config.filename)?;
[INFO] [stdout]   |                                   ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout]  --> src/lib.rs:121:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | let result = if !config.case_sensitive {
[INFO] [stdout]   |                  ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `search_insensitive` in this scope
[INFO] [stdout]  --> src/lib.rs:122:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     search_insensitive(&config.query, &contents)
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]   |
[INFO] [stdout] 2 + use bingrep123::search_insensitive;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout]  --> src/lib.rs:122:25
[INFO] [stdout]   |
[INFO] [stdout] 5 |     search_insensitive(&config.query, &contents)
[INFO] [stdout]   |                         ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - run (line 13)
[INFO] [stdout]     src/lib.rs - search (line 102)
[INFO] [stdout]     src/lib.rs - search_insensitive (line 119)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e352c7f4487ac5f88d2495bab1b8d5690dd9aadd61923d21a8b1ab2aa42cad24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e352c7f4487ac5f88d2495bab1b8d5690dd9aadd61923d21a8b1ab2aa42cad24", kill_on_drop: false }`
[INFO] [stdout] e352c7f4487ac5f88d2495bab1b8d5690dd9aadd61923d21a8b1ab2aa42cad24
