[INFO] fetching crate transporter 0.1.1...
[INFO] building transporter-0.1.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate transporter 0.1.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate transporter 0.1.1
[INFO] finished tweaking crates.io crate transporter 0.1.1
[INFO] tweaked toml for crates.io crate transporter 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate transporter 0.1.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate transporter 0.1.1 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded structopt-derive v0.4.8
[INFO] [stderr]   Downloaded proc-macro-error v1.0.3
[INFO] [stderr]   Downloaded syn-mid v0.5.0
[INFO] [stderr]   Downloaded proc-macro-error-attr v1.0.3
[INFO] [stderr]   Downloaded structopt v0.3.15
[INFO] [stderr]   Downloaded typed-builder v0.6.0
[INFO] [stderr]   Downloaded syn v1.0.34
[INFO] [stderr]   Downloaded libc v0.2.72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5225f30b0f7a16126f44ab6e05242e8e1effd016e896cd75a5f1ede46bcba4bd
[INFO] running `Command { std: "docker" "start" "-a" "5225f30b0f7a16126f44ab6e05242e8e1effd016e896cd75a5f1ede46bcba4bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5225f30b0f7a16126f44ab6e05242e8e1effd016e896cd75a5f1ede46bcba4bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5225f30b0f7a16126f44ab6e05242e8e1effd016e896cd75a5f1ede46bcba4bd", kill_on_drop: false }`
[INFO] [stdout] 5225f30b0f7a16126f44ab6e05242e8e1effd016e896cd75a5f1ede46bcba4bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0c4ae5e2e1066ad477d815b42fd42df759f7f9dc485192bb6b196b0740586cc
[INFO] running `Command { std: "docker" "start" "-a" "b0c4ae5e2e1066ad477d815b42fd42df759f7f9dc485192bb6b196b0740586cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.34
[INFO] [stderr]    Compiling libc v0.2.72
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling serde v1.0.114
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.3
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.33.1
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.114
[INFO] [stderr]    Compiling typed-builder v0.6.0
[INFO] [stderr]    Compiling structopt-derive v0.4.8
[INFO] [stderr]    Compiling structopt v0.3.15
[INFO] [stderr]    Compiling toml v0.5.6
[INFO] [stderr]    Compiling transporter v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `name` is never used
[INFO] [stdout]   --> src/schema.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 57 | impl Type {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 58 |     pub(crate) fn name(&self) -> String {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BufFileCreator` is never constructed
[INFO] [stdout]   --> src/file_creator.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct BufFileCreator {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BufFileWriter` is never constructed
[INFO] [stdout]   --> src/file_creator.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct BufFileWriter(sync::Arc<sync::Mutex<Vec<u8>>>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `get_for_io` and `new` are never used
[INFO] [stdout]   --> src/file_creator.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl BufFileWriter {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 43 |     fn get_for_io(&mut self) -> io::Result<sync::MutexGuard<Vec<u8>>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     fn new(inner: sync::Arc<sync::Mutex<Vec<u8>>>) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/schema.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub(crate) fn types(&self) -> Values<String, Rc<Type>> {
[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] 239 |     pub(crate) fn types(&self) -> Values<'_, String, Rc<Type>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/php/php_type.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn kind(&self) -> Kind;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn kind(&self) -> Kind<'_>;
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/php/php_type.rs:54:13
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn kind(&self) -> Kind {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn kind(&self) -> Kind<'_> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/file_creator.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn get_for_io(&mut self) -> io::Result<sync::MutexGuard<Vec<u8>>> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn get_for_io(&mut self) -> io::Result<sync::MutexGuard<'_, Vec<u8>>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.43s
[INFO] running `Command { std: "docker" "inspect" "b0c4ae5e2e1066ad477d815b42fd42df759f7f9dc485192bb6b196b0740586cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0c4ae5e2e1066ad477d815b42fd42df759f7f9dc485192bb6b196b0740586cc", kill_on_drop: false }`
[INFO] [stdout] b0c4ae5e2e1066ad477d815b42fd42df759f7f9dc485192bb6b196b0740586cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b1699c64f70af5b53c114ad539e85da16531d22789c3c20e4cbcacd527e2b76
[INFO] running `Command { std: "docker" "start" "-a" "4b1699c64f70af5b53c114ad539e85da16531d22789c3c20e4cbcacd527e2b76", kill_on_drop: false }`
[INFO] [stdout] warning: method `name` is never used
[INFO] [stdout]   --> src/schema.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 57 | impl Type {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 58 |     pub(crate) fn name(&self) -> String {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BufFileCreator` is never constructed
[INFO] [stdout]   --> src/file_creator.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct BufFileCreator {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BufFileWriter` is never constructed
[INFO] [stdout]   --> src/file_creator.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct BufFileWriter(sync::Arc<sync::Mutex<Vec<u8>>>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `get_for_io` and `new` are never used
[INFO] [stdout]   --> src/file_creator.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl BufFileWriter {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 43 |     fn get_for_io(&mut self) -> io::Result<sync::MutexGuard<Vec<u8>>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     fn new(inner: sync::Arc<sync::Mutex<Vec<u8>>>) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/schema.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub(crate) fn types(&self) -> Values<String, Rc<Type>> {
[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] 239 |     pub(crate) fn types(&self) -> Values<'_, String, Rc<Type>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/php/php_type.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn kind(&self) -> Kind;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn kind(&self) -> Kind<'_>;
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/php/php_type.rs:54:13
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn kind(&self) -> Kind {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn kind(&self) -> Kind<'_> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/file_creator.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn get_for_io(&mut self) -> io::Result<sync::MutexGuard<Vec<u8>>> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn get_for_io(&mut self) -> io::Result<sync::MutexGuard<'_, Vec<u8>>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling transporter v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/addressbook.rs:67:33
[INFO] [stdout]    |
[INFO] [stdout] 67 |         assert!(path.is_file(), format!("outfile \"{}\" has been created", file_name));
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `assert!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `assert!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 67 -         assert!(path.is_file(), format!("outfile \"{}\" has been created", file_name));
[INFO] [stdout] 67 +         assert!(path.is_file(), "outfile \"{}\" has been created", file_name);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `name` is never used
[INFO] [stdout]   --> src/schema.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 57 | impl Type {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 58 |     pub(crate) fn name(&self) -> String {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BufFileCreator` is never constructed
[INFO] [stdout]   --> src/file_creator.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct BufFileCreator {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BufFileWriter` is never constructed
[INFO] [stdout]   --> src/file_creator.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct BufFileWriter(sync::Arc<sync::Mutex<Vec<u8>>>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `get_for_io` and `new` are never used
[INFO] [stdout]   --> src/file_creator.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl BufFileWriter {
[INFO] [stdout]    | ------------------ associated items in this implementation
[INFO] [stdout] 43 |     fn get_for_io(&mut self) -> io::Result<sync::MutexGuard<Vec<u8>>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     fn new(inner: sync::Arc<sync::Mutex<Vec<u8>>>) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/schema.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub(crate) fn types(&self) -> Values<String, Rc<Type>> {
[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] 239 |     pub(crate) fn types(&self) -> Values<'_, String, Rc<Type>> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/php/php_type.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn kind(&self) -> Kind;
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn kind(&self) -> Kind<'_>;
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/php/php_type.rs:54:13
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn kind(&self) -> Kind {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn kind(&self) -> Kind<'_> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/file_creator.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn get_for_io(&mut self) -> io::Result<sync::MutexGuard<Vec<u8>>> {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     fn get_for_io(&mut self) -> io::Result<sync::MutexGuard<'_, Vec<u8>>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.17s
[INFO] running `Command { std: "docker" "inspect" "4b1699c64f70af5b53c114ad539e85da16531d22789c3c20e4cbcacd527e2b76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b1699c64f70af5b53c114ad539e85da16531d22789c3c20e4cbcacd527e2b76", kill_on_drop: false }`
[INFO] [stdout] 4b1699c64f70af5b53c114ad539e85da16531d22789c3c20e4cbcacd527e2b76
