[INFO] fetching crate diskplan-schema 0.1.0...
[INFO] testing diskplan-schema-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate diskplan-schema 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate diskplan-schema 0.1.0
[INFO] finished tweaking crates.io crate diskplan-schema 0.1.0
[INFO] tweaked toml for crates.io crate diskplan-schema 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate diskplan-schema 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding nom v7.1.3 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 08a314650adcb1881977bf9d962b3672345036194e6b414f3fb93bed64dd38fe
[INFO] running `Command { std: "docker" "start" "-a" "08a314650adcb1881977bf9d962b3672345036194e6b414f3fb93bed64dd38fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08a314650adcb1881977bf9d962b3672345036194e6b414f3fb93bed64dd38fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08a314650adcb1881977bf9d962b3672345036194e6b414f3fb93bed64dd38fe", kill_on_drop: false }`
[INFO] [stdout] 08a314650adcb1881977bf9d962b3672345036194e6b414f3fb93bed64dd38fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dcc04148daca7dbab9c4a2dd428e6110cde4088cd6c894f6a971e51f5a61b0ee
[INFO] running `Command { std: "docker" "start" "-a" "dcc04148daca7dbab9c4a2dd428e6110cde4088cd6c894f6a971e51f5a61b0ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling diskplan-schema v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:332:17
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub fn defs(&self) -> &HashMap<Identifier, SchemaNode> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |        |           |
[INFO] [stdout]     |                 |         |        |           the same lifetime is hidden here
[INFO] [stdout]     |                 |         |        the same lifetime is hidden here
[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] 332 |     pub fn defs(&self) -> &HashMap<Identifier<'_>, SchemaNode<'_>> {
[INFO] [stdout]     |                                              ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/text.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn parse_schema(text: &str) -> std::result::Result<SchemaNode, ParseError> {
[INFO] [stdout]    |                           ^^^^                         ^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                            |
[INFO] [stdout]    |                           |                            the same lifetime is hidden 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] 31 | pub fn parse_schema(text: &str) -> std::result::Result<SchemaNode<'_>, ParseError<'_>> {
[INFO] [stdout]    |                                                                  ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:326:19
[INFO] [stdout]     |
[INFO] [stdout] 326 | fn item_header(s: &str) -> Res<&str, (Binding, bool, Option<Expression>)> {
[INFO] [stdout]     |                   ^^^^         ^^^^   ^^^^^^^               ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |            |      |
[INFO] [stdout]     |                   |            |      the same lifetime is hidden here
[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] 326 | fn item_header(s: &str) -> Res<&str, (Binding<'_>, bool, Option<Expression<'_>>)> {
[INFO] [stdout]     |                                              ++++                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:336:18
[INFO] [stdout]     |
[INFO] [stdout] 336 | fn def_header(s: &str) -> Res<&str, (Identifier, bool, Option<Expression>)> {
[INFO] [stdout]     |                  ^^^^         ^^^^   ^^^^^^^^^^               ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |            |      |
[INFO] [stdout]     |                  |            |      the same lifetime is hidden here
[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] 336 | fn def_header(s: &str) -> Res<&str, (Identifier<'_>, bool, Option<Expression<'_>>)> {
[INFO] [stdout]     |                                                ++++                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:353:18
[INFO] [stdout]     |
[INFO] [stdout] 353 | fn identifier(s: &str) -> Res<&str, Identifier> {
[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] 353 | fn identifier(s: &str) -> Res<&str, Identifier<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:364:18
[INFO] [stdout]     |
[INFO] [stdout] 364 | fn expression(s: &str) -> Res<&str, Expression> {
[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] 364 | fn expression(s: &str) -> Res<&str, Expression<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:371:20
[INFO] [stdout]     |
[INFO] [stdout] 371 | fn non_variable(s: &str) -> Res<&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] 371 | fn non_variable(s: &str) -> Res<&str, Token<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:376:16
[INFO] [stdout]     |
[INFO] [stdout] 376 | fn variable(s: &str) -> Res<&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] 376 | fn variable(s: &str) -> Res<&str, Token<'_>> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s
[INFO] running `Command { std: "docker" "inspect" "dcc04148daca7dbab9c4a2dd428e6110cde4088cd6c894f6a971e51f5a61b0ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcc04148daca7dbab9c4a2dd428e6110cde4088cd6c894f6a971e51f5a61b0ee", kill_on_drop: false }`
[INFO] [stdout] dcc04148daca7dbab9c4a2dd428e6110cde4088cd6c894f6a971e51f5a61b0ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 904fdee6ffdd0f40540f110b11debd9387162c350eb7a8f25eea2f6cb97645a0
[INFO] running `Command { std: "docker" "start" "-a" "904fdee6ffdd0f40540f110b11debd9387162c350eb7a8f25eea2f6cb97645a0", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:332:17
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub fn defs(&self) -> &HashMap<Identifier, SchemaNode> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |        |           |
[INFO] [stdout]     |                 |         |        |           the same lifetime is hidden here
[INFO] [stdout]     |                 |         |        the same lifetime is hidden here
[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] 332 |     pub fn defs(&self) -> &HashMap<Identifier<'_>, SchemaNode<'_>> {
[INFO] [stdout]     |                                              ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/text.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn parse_schema(text: &str) -> std::result::Result<SchemaNode, ParseError> {
[INFO] [stdout]    |                           ^^^^                         ^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                            |
[INFO] [stdout]    |                           |                            the same lifetime is hidden 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] 31 | pub fn parse_schema(text: &str) -> std::result::Result<SchemaNode<'_>, ParseError<'_>> {
[INFO] [stdout]    |                                                                  ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:326:19
[INFO] [stdout]     |
[INFO] [stdout] 326 | fn item_header(s: &str) -> Res<&str, (Binding, bool, Option<Expression>)> {
[INFO] [stdout]     |                   ^^^^         ^^^^   ^^^^^^^               ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |            |      |
[INFO] [stdout]     |                   |            |      the same lifetime is hidden here
[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] 326 | fn item_header(s: &str) -> Res<&str, (Binding<'_>, bool, Option<Expression<'_>>)> {
[INFO] [stdout]     |                                              ++++                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:336:18
[INFO] [stdout]     |
[INFO] [stdout] 336 | fn def_header(s: &str) -> Res<&str, (Identifier, bool, Option<Expression>)> {
[INFO] [stdout]     |                  ^^^^         ^^^^   ^^^^^^^^^^               ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |            |      |
[INFO] [stdout]     |                  |            |      the same lifetime is hidden here
[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] 336 | fn def_header(s: &str) -> Res<&str, (Identifier<'_>, bool, Option<Expression<'_>>)> {
[INFO] [stdout]     |                                                ++++                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling diskplan-schema v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:353:18
[INFO] [stdout]     |
[INFO] [stdout] 353 | fn identifier(s: &str) -> Res<&str, Identifier> {
[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] 353 | fn identifier(s: &str) -> Res<&str, Identifier<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:364:18
[INFO] [stdout]     |
[INFO] [stdout] 364 | fn expression(s: &str) -> Res<&str, Expression> {
[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] 364 | fn expression(s: &str) -> Res<&str, Expression<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:371:20
[INFO] [stdout]     |
[INFO] [stdout] 371 | fn non_variable(s: &str) -> Res<&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] 371 | fn non_variable(s: &str) -> Res<&str, Token<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:376:16
[INFO] [stdout]     |
[INFO] [stdout] 376 | fn variable(s: &str) -> Res<&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] 376 | fn variable(s: &str) -> Res<&str, Token<'_>> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:332:17
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub fn defs(&self) -> &HashMap<Identifier, SchemaNode> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |        |           |
[INFO] [stdout]     |                 |         |        |           the same lifetime is hidden here
[INFO] [stdout]     |                 |         |        the same lifetime is hidden here
[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] 332 |     pub fn defs(&self) -> &HashMap<Identifier<'_>, SchemaNode<'_>> {
[INFO] [stdout]     |                                              ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/text.rs:31:27
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn parse_schema(text: &str) -> std::result::Result<SchemaNode, ParseError> {
[INFO] [stdout]    |                           ^^^^                         ^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |                            |
[INFO] [stdout]    |                           |                            the same lifetime is hidden 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] 31 | pub fn parse_schema(text: &str) -> std::result::Result<SchemaNode<'_>, ParseError<'_>> {
[INFO] [stdout]    |                                                                  ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:326:19
[INFO] [stdout]     |
[INFO] [stdout] 326 | fn item_header(s: &str) -> Res<&str, (Binding, bool, Option<Expression>)> {
[INFO] [stdout]     |                   ^^^^         ^^^^   ^^^^^^^               ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |            |      |
[INFO] [stdout]     |                   |            |      the same lifetime is hidden here
[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] 326 | fn item_header(s: &str) -> Res<&str, (Binding<'_>, bool, Option<Expression<'_>>)> {
[INFO] [stdout]     |                                              ++++                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:336:18
[INFO] [stdout]     |
[INFO] [stdout] 336 | fn def_header(s: &str) -> Res<&str, (Identifier, bool, Option<Expression>)> {
[INFO] [stdout]     |                  ^^^^         ^^^^   ^^^^^^^^^^               ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |            |      |
[INFO] [stdout]     |                  |            |      the same lifetime is hidden here
[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] 336 | fn def_header(s: &str) -> Res<&str, (Identifier<'_>, bool, Option<Expression<'_>>)> {
[INFO] [stdout]     |                                                ++++                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:353:18
[INFO] [stdout]     |
[INFO] [stdout] 353 | fn identifier(s: &str) -> Res<&str, Identifier> {
[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] 353 | fn identifier(s: &str) -> Res<&str, Identifier<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:364:18
[INFO] [stdout]     |
[INFO] [stdout] 364 | fn expression(s: &str) -> Res<&str, Expression> {
[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] 364 | fn expression(s: &str) -> Res<&str, Expression<'_>> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:371:20
[INFO] [stdout]     |
[INFO] [stdout] 371 | fn non_variable(s: &str) -> Res<&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] 371 | fn non_variable(s: &str) -> Res<&str, Token<'_>> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text.rs:376:16
[INFO] [stdout]     |
[INFO] [stdout] 376 | fn variable(s: &str) -> Res<&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] 376 | fn variable(s: &str) -> Res<&str, Token<'_>> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.56s
[INFO] running `Command { std: "docker" "inspect" "904fdee6ffdd0f40540f110b11debd9387162c350eb7a8f25eea2f6cb97645a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "904fdee6ffdd0f40540f110b11debd9387162c350eb7a8f25eea2f6cb97645a0", kill_on_drop: false }`
[INFO] [stdout] 904fdee6ffdd0f40540f110b11debd9387162c350eb7a8f25eea2f6cb97645a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4553c279900a8e747147aa26f18f3bef89f26c329a1209bde06732e66d6af183
[INFO] running `Command { std: "docker" "start" "-a" "4553c279900a8e747147aa26f18f3bef89f26c329a1209bde06732e66d6af183", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:332:17
[INFO] [stderr]     |
[INFO] [stderr] 332 |     pub fn defs(&self) -> &HashMap<Identifier, SchemaNode> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |        |           |
[INFO] [stderr]     |                 |         |        |           the same lifetime is hidden here
[INFO] [stderr]     |                 |         |        the same lifetime is hidden here
[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] 332 |     pub fn defs(&self) -> &HashMap<Identifier<'_>, SchemaNode<'_>> {
[INFO] [stderr]     |                                              ++++            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/text.rs:31:27
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub fn parse_schema(text: &str) -> std::result::Result<SchemaNode, ParseError> {
[INFO] [stderr]    |                           ^^^^                         ^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |                            |
[INFO] [stderr]    |                           |                            the same lifetime is hidden 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] 31 | pub fn parse_schema(text: &str) -> std::result::Result<SchemaNode<'_>, ParseError<'_>> {
[INFO] [stderr]    |                                                                  ++++            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/text.rs:326:19
[INFO] [stderr]     |
[INFO] [stderr] 326 | fn item_header(s: &str) -> Res<&str, (Binding, bool, Option<Expression>)> {
[INFO] [stderr]     |                   ^^^^         ^^^^   ^^^^^^^               ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |            |      |
[INFO] [stderr]     |                   |            |      the same lifetime is hidden here
[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] 326 | fn item_header(s: &str) -> Res<&str, (Binding<'_>, bool, Option<Expression<'_>>)> {
[INFO] [stderr]     |                                              ++++                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/text.rs:336:18
[INFO] [stderr]     |
[INFO] [stderr] 336 | fn def_header(s: &str) -> Res<&str, (Identifier, bool, Option<Expression>)> {
[INFO] [stderr]     |                  ^^^^         ^^^^   ^^^^^^^^^^               ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |            |      |
[INFO] [stderr]     |                  |            |      the same lifetime is hidden here
[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] 336 | fn def_header(s: &str) -> Res<&str, (Identifier<'_>, bool, Option<Expression<'_>>)> {
[INFO] [stderr]     |                                                ++++                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/text.rs:353:18
[INFO] [stderr]     |
[INFO] [stderr] 353 | fn identifier(s: &str) -> Res<&str, Identifier> {
[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] 353 | fn identifier(s: &str) -> Res<&str, Identifier<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/text.rs:364:18
[INFO] [stderr]     |
[INFO] [stderr] 364 | fn expression(s: &str) -> Res<&str, Expression> {
[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] 364 | fn expression(s: &str) -> Res<&str, Expression<'_>> {
[INFO] [stderr]     |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/text.rs:371:20
[INFO] [stderr]     |
[INFO] [stderr] 371 | fn non_variable(s: &str) -> Res<&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] 371 | fn non_variable(s: &str) -> Res<&str, Token<'_>> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/text.rs:376:16
[INFO] [stderr]     |
[INFO] [stderr] 376 | fn variable(s: &str) -> Res<&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] 376 | fn variable(s: &str) -> Res<&str, Token<'_>> {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `diskplan-schema` (lib) generated 8 warnings (run `cargo fix --lib -p diskplan-schema` to apply 8 suggestions)
[INFO] [stderr] warning: `diskplan-schema` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/diskplan_schema-9e490d3406619c79)
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test expression::tests::format_expression_all_types ... ok
[INFO] [stdout] test expression::tests::format_identifier ... ok
[INFO] [stdout] test tests::def_and_use_compare_equal ... ok
[INFO] [stdout] test tests::directory_binding_sort_order ... ok
[INFO] [stdout] test expression::tests::format_variable ... ok
[INFO] [stdout] test tests::use_is_recorded ... ok
[INFO] [stdout] test text::tests::def_headers ... ok
[INFO] [stdout] test expression::tests::formatted_expression_is_valid_schema_expression ... ok
[INFO] [stdout] test text::tests::def_op_no_children ... ok
[INFO] [stdout] test text::tests::def_with_newline ... ok
[INFO] [stdout] test text::tests::def_op_with_children ... ok
[INFO] [stdout] test text::tests::dynamic_binding ... ok
[INFO] [stdout] test text::tests::invalid_space ... ok
[INFO] [stdout] test text::tests::extraneous_whitespace ... ok
[INFO] [stdout] test text::tests::def_with_block ... ok
[INFO] [stdout] test text::tests::multiline_meta_ops ... ok
[INFO] [stdout] test text::tests::invalid_child ... ok
[INFO] [stdout] test text::tests::line_endings ... ok
[INFO] [stdout] test text::tests::operator_span ... ok
[INFO] [stdout] test text::tests::duplicate ... ok
[INFO] [stdout] test text::tests::no_trailing_whitespace ... ok
[INFO] [stdout] test text::tests::single_line_mode_trailing ... ok
[INFO] [stdout] test text::tests::let_statements ... ok
[INFO] [stdout] test text::tests::single_line_mode_op ... ok
[INFO] [stdout] test tests::def_is_recorded ... ok
[INFO] [stdout] test text::tests::line_end ... ok
[INFO] [stdout] test text::tests::match_pattern ... ok
[INFO] [stdout] test text::tests::source_pattern ... ok
[INFO] [stdout] test text::tests::symlink_directory ... ok
[INFO] [stdout] test text::tests::usage ... ok
[INFO] [stdout] test text::tests::various_indentations ... ok
[INFO] [stdout] test text::tests::trailing_whitespace ... ok
[INFO] [stdout] test text::tests::symlink_file ... ok
[INFO] [stdout] test text::tests::comment_parse ... ok
[INFO] [stderr]    Doc-tests diskplan_schema
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - (line 118) ... ok
[INFO] [stdout] test src/lib.rs - (line 32) ... ok
[INFO] [stdout] test src/lib.rs - (line 49) ... ok
[INFO] [stdout] test src/lib.rs - (line 79) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4553c279900a8e747147aa26f18f3bef89f26c329a1209bde06732e66d6af183", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4553c279900a8e747147aa26f18f3bef89f26c329a1209bde06732e66d6af183", kill_on_drop: false }`
[INFO] [stdout] 4553c279900a8e747147aa26f18f3bef89f26c329a1209bde06732e66d6af183
