[INFO] cloning repository https://github.com/iliakonnov/file_search
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iliakonnov/file_search" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filiakonnov%2Ffile_search", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filiakonnov%2Ffile_search'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 129817de2ea93cf24f9167a07a94d80704b928bb
[INFO] checking iliakonnov/file_search against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filiakonnov%2Ffile_search" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/iliakonnov/file_search
[INFO] finished tweaking git repo https://github.com/iliakonnov/file_search
[INFO] tweaked toml for git repo https://github.com/iliakonnov/file_search written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/iliakonnov/file_search on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/iliakonnov/file_search 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5d60db46c67e5644f765c55458bf301576c333b43713123b7f452cc4d1ba2eef
[INFO] running `Command { std: "docker" "start" "-a" "5d60db46c67e5644f765c55458bf301576c333b43713123b7f452cc4d1ba2eef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d60db46c67e5644f765c55458bf301576c333b43713123b7f452cc4d1ba2eef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d60db46c67e5644f765c55458bf301576c333b43713123b7f452cc4d1ba2eef", kill_on_drop: false }`
[INFO] [stdout] 5d60db46c67e5644f765c55458bf301576c333b43713123b7f452cc4d1ba2eef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 24fbc282e369e8aa6e4adc845fd374381aad3f07e11b4ba424dd825d50a779fd
[INFO] running `Command { std: "docker" "start" "-a" "24fbc282e369e8aa6e4adc845fd374381aad3f07e11b4ba424dd825d50a779fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling syn v0.15.40
[INFO] [stderr]    Compiling libc v0.2.60
[INFO] [stderr]    Compiling autocfg v0.1.5
[INFO] [stderr]    Compiling fnv v1.0.6
[INFO] [stderr]    Compiling lazy_static v1.3.0
[INFO] [stderr]    Compiling ucd-util v0.1.5
[INFO] [stderr]    Compiling either v1.5.2
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling utf8-ranges v1.0.3
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling pkg-config v0.3.14
[INFO] [stderr]    Compiling regex-syntax v0.6.10
[INFO] [stderr]    Compiling itertools v0.8.0
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling aho-corasick v0.7.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.15.0
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking unicode-width v0.1.5
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking same-file v1.0.5
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking walkdir v2.2.9
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling shellfn-core v0.1.1
[INFO] [stderr]     Checking rusqlite v0.19.0
[INFO] [stderr]     Checking unicode-segmentation v1.3.0
[INFO] [stderr]     Checking chrono v0.4.7
[INFO] [stderr]    Compiling regex v1.2.0
[INFO] [stderr]    Compiling shellwords v1.0.0
[INFO] [stderr]    Compiling darling_core v0.8.6
[INFO] [stderr]    Compiling darling_macro v0.8.6
[INFO] [stderr]    Compiling darling v0.8.6
[INFO] [stderr]    Compiling shellfn-attribute v0.1.1
[INFO] [stderr]     Checking shellfn v0.1.1
[INFO] [stderr]     Checking file_search v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]   --> src/btrfs/tlv.rs:67:24
[INFO] [stdout]    |
[INFO] [stdout] 67 |               #[cfg_attr(tarpaulin, skip)]
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 | / tlv!(TLVValue, struct TLV, enum TLVs, reader (
[INFO] [stdout] 83 | |     UUID: u128 = 1, => read_u128;
[INFO] [stdout] 84 | |     Size: u64 = 4, => read_u64;
[INFO] [stdout] 85 | |     Mode: u64 = 5, => read_u64;
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | |     ClonePath: MixedString = 22, => read_mixed;
[INFO] [stdout] 98 | | ));
[INFO] [stdout]    | |__- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `tlv` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin`
[INFO] [stdout]   --> src/btrfs/tlv.rs:67:24
[INFO] [stdout]    |
[INFO] [stdout] 67 |               #[cfg_attr(tarpaulin, skip)]
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 | / tlv!(TLVValue, struct TLV, enum TLVs, reader (
[INFO] [stdout] 83 | |     UUID: u128 = 1, => read_u128;
[INFO] [stdout] 84 | |     Size: u64 = 4, => read_u64;
[INFO] [stdout] 85 | |     Mode: u64 = 5, => read_u64;
[INFO] [stdout] ...  |
[INFO] [stdout] 97 | |     ClonePath: MixedString = 22, => read_mixed;
[INFO] [stdout] 98 | | ));
[INFO] [stdout]    | |__- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `tlv` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/database.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn to_sql(&self) -> Result<ToSqlOutput, Error> {
[INFO] [stdout]    |               ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn to_sql(&self) -> Result<ToSqlOutput<'_>, Error> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/database.rs:25:15
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn to_sql(&self) -> Result<ToSqlOutput, Error> {
[INFO] [stdout]    |               ^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn to_sql(&self) -> Result<ToSqlOutput<'_>, Error> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.78s
[INFO] running `Command { std: "docker" "inspect" "24fbc282e369e8aa6e4adc845fd374381aad3f07e11b4ba424dd825d50a779fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24fbc282e369e8aa6e4adc845fd374381aad3f07e11b4ba424dd825d50a779fd", kill_on_drop: false }`
[INFO] [stdout] 24fbc282e369e8aa6e4adc845fd374381aad3f07e11b4ba424dd825d50a779fd
