[INFO] fetching crate ifc-lite-core 1.0.0...
[INFO] testing ifc-lite-core-1.0.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate ifc-lite-core 1.0.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate ifc-lite-core 1.0.0
[INFO] finished tweaking crates.io crate ifc-lite-core 1.0.0
[INFO] tweaked toml for crates.io crate ifc-lite-core 1.0.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ifc-lite-core 1.0.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ifc-lite-core 1.0.0 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9af1721a542d49d47693268829494adca2307bc120936df8c8758ab0ad3261e4
[INFO] running `Command { std: "docker" "start" "-a" "9af1721a542d49d47693268829494adca2307bc120936df8c8758ab0ad3261e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9af1721a542d49d47693268829494adca2307bc120936df8c8758ab0ad3261e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9af1721a542d49d47693268829494adca2307bc120936df8c8758ab0ad3261e4", kill_on_drop: false }`
[INFO] [stdout] 9af1721a542d49d47693268829494adca2307bc120936df8c8758ab0ad3261e4
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 13afce1f523919b436b4a2d00b3e769865023c978efd524353afc0a66898f376
[INFO] running `Command { std: "docker" "start" "-a" "13afce1f523919b436b4a2d00b3e769865023c978efd524353afc0a66898f376", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ifc-lite-core v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `many0` and `tag`
[INFO] [stdout]   --> src/parser.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 |     bytes::complete::{tag, take_while, take_while1},
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     multi::{many0, separated_list0},
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `Result`
[INFO] [stdout]  --> src/streaming.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::error::{Error, Result};
[INFO] [stdout]   |                    ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Token`
[INFO] [stdout]   --> src/decoder.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::parser::{parse_entity, Token};
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::schema::IfcType`
[INFO] [stdout]   --> src/decoder.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::schema::IfcType;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `Result`
[INFO] [stdout]   --> src/schema_gen.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::error::{Error, Result};
[INFO] [stdout]    |                    ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content` is never read
[INFO] [stdout]    --> src/parser.rs:276:5
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub struct EntityScanner<'a> {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 276 |     content: &'a str,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:46:22
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn entity_ref(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[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] 46 | fn entity_ref(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:58:26
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn string_literal(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[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] 58 | fn string_literal(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn integer(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[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] 105 | fn integer(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 | fn float(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[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] 123 | fn float(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:145:22
[INFO] [stdout]     |
[INFO] [stdout] 145 | fn enum_value(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                      ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[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] 145 | fn enum_value(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:157:16
[INFO] [stdout]     |
[INFO] [stdout] 157 | fn null(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[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] 157 | fn null(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:162:19
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn derived(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[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] 162 | fn derived(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:23
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn typed_value(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                       ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |
[INFO] [stdout]     |                       |                the same lifetime is elided here
[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] 167 | fn typed_value(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:195:17
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn token(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[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] 195 | fn token(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:214:16
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn list(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[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] 214 | fn list(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:230:28
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub fn parse_entity(input: &str) -> Result<(u32, IfcType, Vec<Token>)> {
[INFO] [stdout]     |                            ^^^^ the lifetime is elided here   ^^^^^ the same lifetime is hidden 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] 230 | pub fn parse_entity(input: &str) -> Result<(u32, IfcType, Vec<Token<'_>>)> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
[INFO] running `Command { std: "docker" "inspect" "13afce1f523919b436b4a2d00b3e769865023c978efd524353afc0a66898f376", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13afce1f523919b436b4a2d00b3e769865023c978efd524353afc0a66898f376", kill_on_drop: false }`
[INFO] [stdout] 13afce1f523919b436b4a2d00b3e769865023c978efd524353afc0a66898f376
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] a5d35574ffd25e9ac73894d06e76104fecc61facbe3622b23a85147414340fd4
[INFO] running `Command { std: "docker" "start" "-a" "a5d35574ffd25e9ac73894d06e76104fecc61facbe3622b23a85147414340fd4", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `many0` and `tag`
[INFO] [stdout]   --> src/parser.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 |     bytes::complete::{tag, take_while, take_while1},
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     multi::{many0, separated_list0},
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `Result`
[INFO] [stdout]  --> src/streaming.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::error::{Error, Result};
[INFO] [stdout]   |                    ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Token`
[INFO] [stdout]   --> src/decoder.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::parser::{parse_entity, Token};
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::schema::IfcType`
[INFO] [stdout]   --> src/decoder.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::schema::IfcType;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `Result`
[INFO] [stdout]   --> src/schema_gen.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::error::{Error, Result};
[INFO] [stdout]    |                    ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content` is never read
[INFO] [stdout]    --> src/parser.rs:276:5
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub struct EntityScanner<'a> {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 276 |     content: &'a str,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:46:22
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn entity_ref(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[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] 46 | fn entity_ref(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:58:26
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn string_literal(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[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] 58 | fn string_literal(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn integer(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[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] 105 | fn integer(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 | fn float(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[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] 123 | fn float(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:145:22
[INFO] [stdout]     |
[INFO] [stdout] 145 | fn enum_value(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                      ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[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] 145 | fn enum_value(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:157:16
[INFO] [stdout]     |
[INFO] [stdout] 157 | fn null(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[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] 157 | fn null(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:162:19
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn derived(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[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] 162 | fn derived(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:23
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn typed_value(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                       ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |
[INFO] [stdout]     |                       |                the same lifetime is elided here
[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] 167 | fn typed_value(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:195:17
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn token(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[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] 195 | fn token(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:214:16
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn list(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[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] 214 | fn list(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:230:28
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub fn parse_entity(input: &str) -> Result<(u32, IfcType, Vec<Token>)> {
[INFO] [stdout]     |                            ^^^^ the lifetime is elided here   ^^^^^ the same lifetime is hidden 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] 230 | pub fn parse_entity(input: &str) -> Result<(u32, IfcType, Vec<Token<'_>>)> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling ifc-lite-core v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `many0` and `tag`
[INFO] [stdout]   --> src/parser.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 |     bytes::complete::{tag, take_while, take_while1},
[INFO] [stdout]    |                       ^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     multi::{many0, separated_list0},
[INFO] [stdout]    |             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `Result`
[INFO] [stdout]  --> src/streaming.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::error::{Error, Result};
[INFO] [stdout]   |                    ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Token`
[INFO] [stdout]   --> src/decoder.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::parser::{parse_entity, Token};
[INFO] [stdout]    |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Error` and `Result`
[INFO] [stdout]   --> src/schema_gen.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::error::{Error, Result};
[INFO] [stdout]    |                    ^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content` is never read
[INFO] [stdout]    --> src/parser.rs:276:5
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub struct EntityScanner<'a> {
[INFO] [stdout]     |            ------------- field in this struct
[INFO] [stdout] 276 |     content: &'a str,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:46:22
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn entity_ref(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]    |                      ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |                |
[INFO] [stdout]    |                      |                the same lifetime is elided here
[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] 46 | fn entity_ref(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:58:26
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn string_literal(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]    |                          ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |                |
[INFO] [stdout]    |                          |                the same lifetime is elided here
[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] 58 | fn string_literal(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:105:19
[INFO] [stdout]     |
[INFO] [stdout] 105 | fn integer(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[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] 105 | fn integer(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:123:17
[INFO] [stdout]     |
[INFO] [stdout] 123 | fn float(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[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] 123 | fn float(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:145:22
[INFO] [stdout]     |
[INFO] [stdout] 145 | fn enum_value(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                      ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |                |
[INFO] [stdout]     |                      |                the same lifetime is elided here
[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] 145 | fn enum_value(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:157:16
[INFO] [stdout]     |
[INFO] [stdout] 157 | fn null(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[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] 157 | fn null(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:162:19
[INFO] [stdout]     |
[INFO] [stdout] 162 | fn derived(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                   ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |                |
[INFO] [stdout]     |                   |                the same lifetime is elided here
[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] 162 | fn derived(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:167:23
[INFO] [stdout]     |
[INFO] [stdout] 167 | fn typed_value(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                       ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |                |
[INFO] [stdout]     |                       |                the same lifetime is elided here
[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] 167 | fn typed_value(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:195:17
[INFO] [stdout]     |
[INFO] [stdout] 195 | fn token(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                |
[INFO] [stdout]     |                 |                the same lifetime is elided here
[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] 195 | fn token(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:214:16
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn list(input: &str) -> IResult<&str, Token> {
[INFO] [stdout]     |                ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |                |
[INFO] [stdout]     |                |                the same lifetime is elided here
[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] 214 | fn list(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:230:28
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub fn parse_entity(input: &str) -> Result<(u32, IfcType, Vec<Token>)> {
[INFO] [stdout]     |                            ^^^^ the lifetime is elided here   ^^^^^ the same lifetime is hidden 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] 230 | pub fn parse_entity(input: &str) -> Result<(u32, IfcType, Vec<Token<'_>>)> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.88s
[INFO] running `Command { std: "docker" "inspect" "a5d35574ffd25e9ac73894d06e76104fecc61facbe3622b23a85147414340fd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5d35574ffd25e9ac73894d06e76104fecc61facbe3622b23a85147414340fd4", kill_on_drop: false }`
[INFO] [stdout] a5d35574ffd25e9ac73894d06e76104fecc61facbe3622b23a85147414340fd4
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] f0482c75554944e3ddf7240c598ddfd2bbd61aa33977e549a7ff4a7754b154a0
[INFO] running `Command { std: "docker" "start" "-a" "f0482c75554944e3ddf7240c598ddfd2bbd61aa33977e549a7ff4a7754b154a0", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `many0` and `tag`
[INFO] [stderr]   --> src/parser.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     bytes::complete::{tag, take_while, take_while1},
[INFO] [stderr]    |                       ^^^
[INFO] [stderr] ...
[INFO] [stderr] 14 |     multi::{many0, separated_list0},
[INFO] [stderr]    |             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Error` and `Result`
[INFO] [stderr]  --> src/streaming.rs:9:20
[INFO] [stderr]   |
[INFO] [stderr] 9 | use crate::error::{Error, Result};
[INFO] [stderr]   |                    ^^^^^  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Token`
[INFO] [stderr]   --> src/decoder.rs:10:35
[INFO] [stderr]    |
[INFO] [stderr] 10 | use crate::parser::{parse_entity, Token};
[INFO] [stderr]    |                                   ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::schema::IfcType`
[INFO] [stderr]   --> src/decoder.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use crate::schema::IfcType;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Error` and `Result`
[INFO] [stderr]   --> src/schema_gen.rs:12:20
[INFO] [stderr]    |
[INFO] [stderr] 12 | use crate::error::{Error, Result};
[INFO] [stderr]    |                    ^^^^^  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `content` is never read
[INFO] [stderr]    --> src/parser.rs:276:5
[INFO] [stderr]     |
[INFO] [stderr] 275 | pub struct EntityScanner<'a> {
[INFO] [stderr]     |            ------------- field in this struct
[INFO] [stderr] 276 |     content: &'a str,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:46:22
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn entity_ref(input: &str) -> IResult<&str, Token> {
[INFO] [stderr]    |                      ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                      |                |
[INFO] [stderr]    |                      |                the same lifetime is elided here
[INFO] [stderr]    |                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn entity_ref(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stderr]    |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:58:26
[INFO] [stderr]    |
[INFO] [stderr] 58 | fn string_literal(input: &str) -> IResult<&str, Token> {
[INFO] [stderr]    |                          ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                          |                |
[INFO] [stderr]    |                          |                the same lifetime is elided here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 58 | fn string_literal(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stderr]    |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:105:19
[INFO] [stderr]     |
[INFO] [stderr] 105 | fn integer(input: &str) -> IResult<&str, Token> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 105 | fn integer(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:123:17
[INFO] [stderr]     |
[INFO] [stderr] 123 | fn float(input: &str) -> IResult<&str, Token> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 123 | fn float(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:145:22
[INFO] [stderr]     |
[INFO] [stderr] 145 | fn enum_value(input: &str) -> IResult<&str, Token> {
[INFO] [stderr]     |                      ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |                |
[INFO] [stderr]     |                      |                the same lifetime is elided here
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 145 | fn enum_value(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:157:16
[INFO] [stderr]     |
[INFO] [stderr] 157 | fn null(input: &str) -> IResult<&str, Token> {
[INFO] [stderr]     |                ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 157 | fn null(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:162:19
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn derived(input: &str) -> IResult<&str, Token> {
[INFO] [stderr]     |                   ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |                |
[INFO] [stderr]     |                   |                the same lifetime is elided here
[INFO] [stderr]     |                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 162 | fn derived(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:167:23
[INFO] [stderr]     |
[INFO] [stderr] 167 | fn typed_value(input: &str) -> IResult<&str, Token> {
[INFO] [stderr]     |                       ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |                |
[INFO] [stderr]     |                       |                the same lifetime is elided here
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 167 | fn typed_value(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:195:17
[INFO] [stderr]     |
[INFO] [stderr] 195 | fn token(input: &str) -> IResult<&str, Token> {
[INFO] [stderr]     |                 ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                |
[INFO] [stderr]     |                 |                the same lifetime is elided here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 195 | fn token(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:214:16
[INFO] [stderr]     |
[INFO] [stderr] 214 | fn list(input: &str) -> IResult<&str, Token> {
[INFO] [stderr]     |                ^^^^             ^^^^  ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |                |
[INFO] [stderr]     |                |                the same lifetime is elided here
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 214 | fn list(input: &str) -> IResult<&str, Token<'_>> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:230:28
[INFO] [stderr]     |
[INFO] [stderr] 230 | pub fn parse_entity(input: &str) -> Result<(u32, IfcType, Vec<Token>)> {
[INFO] [stderr]     |                            ^^^^ the lifetime is elided here   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 230 | pub fn parse_entity(input: &str) -> Result<(u32, IfcType, Vec<Token<'_>>)> {
[INFO] [stderr]     |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ifc-lite-core` (lib) generated 17 warnings (run `cargo fix --lib -p ifc-lite-core` to apply 16 suggestions)
[INFO] [stderr] warning: `ifc-lite-core` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/ifc-lite-core/1aac8d208c99a77b/deps/ifc_lite_core-1aac8d208c99a77b)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test decoder::tests::test_decode_entity ... ok
[INFO] [stdout] test decoder::tests::test_resolve_ref ... ok
[INFO] [stdout] test decoder::tests::test_resolve_ref_list ... ok
[INFO] [stdout] test decoder::tests::test_decode_by_id ... ok
[INFO] [stdout] test parser::tests::test_entity_ref ... ok
[INFO] [stdout] test decoder::tests::test_cache ... ok
[INFO] [stdout] test parser::tests::test_entity_scanner ... ok
[INFO] [stdout] test parser::tests::test_enum ... ok
[INFO] [stdout] test parser::tests::test_float ... ok
[INFO] [stdout] test parser::tests::test_list ... ok
[INFO] [stdout] test parser::tests::test_integer ... ok
[INFO] [stdout] test parser::tests::test_nested_list ... ok
[INFO] [stdout] test parser::tests::test_parse_entity ... ok
[INFO] [stdout] test parser::tests::test_parse_entity_with_nested_list ... ok
[INFO] [stdout] test parser::tests::test_string_literal ... ok
[INFO] [stdout] test schema::tests::test_as_str ... ok
[INFO] [stdout] test schema::tests::test_is_building_element ... ok
[INFO] [stdout] test schema::tests::test_from_str ... ok
[INFO] [stdout] test schema::tests::test_is_spatial ... ok
[INFO] [stdout] test schema_gen::tests::test_attribute_value_conversion ... ok
[INFO] [stdout] test schema::tests::test_unknown_type ... ok
[INFO] [stdout] test schema_gen::tests::test_decoded_entity ... ok
[INFO] [stdout] test schema_gen::tests::test_schema_geometry_categories ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/ifc-lite-core/1aac8d208c99a77b/deps/ifc_lite_core-1aac8d208c99a77b` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "f0482c75554944e3ddf7240c598ddfd2bbd61aa33977e549a7ff4a7754b154a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0482c75554944e3ddf7240c598ddfd2bbd61aa33977e549a7ff4a7754b154a0", kill_on_drop: false }`
[INFO] [stdout] f0482c75554944e3ddf7240c598ddfd2bbd61aa33977e549a7ff4a7754b154a0
