[INFO] fetching crate bingrep123 0.1.2...
[INFO] testing bingrep123-0.1.2 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate bingrep123 0.1.2 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate bingrep123 0.1.2 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-7-tc1/source/Cargo.toml
[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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 445652f22ae6faa00738918fbcf5922cbdfd0471335eb1e87a4763ef4868b13d
[INFO] running `Command { std: "docker" "start" "-a" "445652f22ae6faa00738918fbcf5922cbdfd0471335eb1e87a4763ef4868b13d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "445652f22ae6faa00738918fbcf5922cbdfd0471335eb1e87a4763ef4868b13d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "445652f22ae6faa00738918fbcf5922cbdfd0471335eb1e87a4763ef4868b13d", kill_on_drop: false }`
[INFO] [stdout] 445652f22ae6faa00738918fbcf5922cbdfd0471335eb1e87a4763ef4868b13d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7a97d9a2c00309c2b85d1b4215a921c5b00dce7252c98be092d9ce869daea9f0
[INFO] running `Command { std: "docker" "start" "-a" "7a97d9a2c00309c2b85d1b4215a921c5b00dce7252c98be092d9ce869daea9f0", 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] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "7a97d9a2c00309c2b85d1b4215a921c5b00dce7252c98be092d9ce869daea9f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a97d9a2c00309c2b85d1b4215a921c5b00dce7252c98be092d9ce869daea9f0", kill_on_drop: false }`
[INFO] [stdout] 7a97d9a2c00309c2b85d1b4215a921c5b00dce7252c98be092d9ce869daea9f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 769a1ec1595231c07b03b103575e6a7ea7c7e9bd15934a16cc68e1e968ddf09e
[INFO] running `Command { std: "docker" "start" "-a" "769a1ec1595231c07b03b103575e6a7ea7c7e9bd15934a16cc68e1e968ddf09e", 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] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[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] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "769a1ec1595231c07b03b103575e6a7ea7c7e9bd15934a16cc68e1e968ddf09e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "769a1ec1595231c07b03b103575e6a7ea7c7e9bd15934a16cc68e1e968ddf09e", kill_on_drop: false }`
[INFO] [stdout] 769a1ec1595231c07b03b103575e6a7ea7c7e9bd15934a16cc68e1e968ddf09e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 90062f6cbc124faf2764828f39c0550802114a5458c0daf8251a93707ba78248
[INFO] running `Command { std: "docker" "start" "-a" "90062f6cbc124faf2764828f39c0550802114a5458c0daf8251a93707ba78248", 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.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bingrep123-0e5c399b99ed3356)
[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-6df9d29ed559f577)
[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 bingrep123
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - search (line 102) ... FAILED
[INFO] [stdout] test src/lib.rs - search_insensitive (line 119) ... FAILED
[INFO] [stdout] test src/lib.rs - run (line 13) ... 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 undeclared crate or module `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 undeclared crate or module `fs`
[INFO] [stdout]   |
[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 - search_insensitive (line 119) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fs`
[INFO] [stdout]   |
[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] ---- src/lib.rs - run (line 13) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env`
[INFO] [stdout]  --> src/lib.rs:14:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let args = env::args();
[INFO] [stdout]   |            ^^^ use of undeclared crate or module `env`
[INFO] [stdout]   |
[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 undeclared crate or module `process`
[INFO] [stdout]  --> src/lib.rs:17:4
[INFO] [stdout]   |
[INFO] [stdout] 6 |    process::exit(1);
[INFO] [stdout]   |    ^^^^^^^ use of undeclared crate or module `process`
[INFO] [stdout]   |
[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] 
[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.05s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "90062f6cbc124faf2764828f39c0550802114a5458c0daf8251a93707ba78248", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90062f6cbc124faf2764828f39c0550802114a5458c0daf8251a93707ba78248", kill_on_drop: false }`
[INFO] [stdout] 90062f6cbc124faf2764828f39c0550802114a5458c0daf8251a93707ba78248
[INFO] testing bingrep123-0.1.2 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate bingrep123 0.1.2 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate bingrep123 0.1.2 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-7-tc2/source/Cargo.toml
[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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 45e69fecbe4f07396590df7e3544735f3f1fb085e267a9fd99bd62df2537a5f1
[INFO] running `Command { std: "docker" "start" "-a" "45e69fecbe4f07396590df7e3544735f3f1fb085e267a9fd99bd62df2537a5f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45e69fecbe4f07396590df7e3544735f3f1fb085e267a9fd99bd62df2537a5f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45e69fecbe4f07396590df7e3544735f3f1fb085e267a9fd99bd62df2537a5f1", kill_on_drop: false }`
[INFO] [stdout] 45e69fecbe4f07396590df7e3544735f3f1fb085e267a9fd99bd62df2537a5f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12214ee566d4fcef45a4f6a3d51ea49703d73f264905333b0f042a45295f0a17
[INFO] running `Command { std: "docker" "start" "-a" "12214ee566d4fcef45a4f6a3d51ea49703d73f264905333b0f042a45295f0a17", 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] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "12214ee566d4fcef45a4f6a3d51ea49703d73f264905333b0f042a45295f0a17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12214ee566d4fcef45a4f6a3d51ea49703d73f264905333b0f042a45295f0a17", kill_on_drop: false }`
[INFO] [stdout] 12214ee566d4fcef45a4f6a3d51ea49703d73f264905333b0f042a45295f0a17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1defa4a822474cead57b8c6157cfd19c755b3aa5b619a355bc73fa15554cc723
[INFO] running `Command { std: "docker" "start" "-a" "1defa4a822474cead57b8c6157cfd19c755b3aa5b619a355bc73fa15554cc723", 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] [stderr]    Compiling bingrep123 v0.1.2 (/opt/rustwide/workdir)
[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] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[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] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [optimized + debuginfo] target(s) in 0.54s
[INFO] running `Command { std: "docker" "inspect" "1defa4a822474cead57b8c6157cfd19c755b3aa5b619a355bc73fa15554cc723", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1defa4a822474cead57b8c6157cfd19c755b3aa5b619a355bc73fa15554cc723", kill_on_drop: false }`
[INFO] [stdout] 1defa4a822474cead57b8c6157cfd19c755b3aa5b619a355bc73fa15554cc723
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 76b74262c213e798a85debcf35577e49ff4adcf7d19336c8a866b5980891ea6b
[INFO] running `Command { std: "docker" "start" "-a" "76b74262c213e798a85debcf35577e49ff4adcf7d19336c8a866b5980891ea6b", 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.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bingrep123-0e5c399b99ed3356)
[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-6df9d29ed559f577)
[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 bingrep123
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - search_insensitive (line 119) ... FAILED
[INFO] [stdout] test src/lib.rs - run (line 13) ... FAILED
[INFO] [stdout] test src/lib.rs - search (line 102) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - search_insensitive (line 119) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fs`
[INFO] [stdout]   |
[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] ---- src/lib.rs - run (line 13) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env`
[INFO] [stdout]  --> src/lib.rs:14:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | let args = env::args();
[INFO] [stdout]   |            ^^^ use of undeclared crate or module `env`
[INFO] [stdout]   |
[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 undeclared crate or module `process`
[INFO] [stdout]  --> src/lib.rs:17:4
[INFO] [stdout]   |
[INFO] [stdout] 6 |    process::exit(1);
[INFO] [stdout]   |    ^^^^^^^ use of undeclared crate or module `process`
[INFO] [stdout]   |
[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 (line 102) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fs`
[INFO] [stdout]   |
[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] 
[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.08s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "76b74262c213e798a85debcf35577e49ff4adcf7d19336c8a866b5980891ea6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76b74262c213e798a85debcf35577e49ff4adcf7d19336c8a866b5980891ea6b", kill_on_drop: false }`
[INFO] [stdout] 76b74262c213e798a85debcf35577e49ff4adcf7d19336c8a866b5980891ea6b
