[INFO] cloning repository https://github.com/bk2204/lawn
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bk2204/lawn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbk2204%2Flawn", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbk2204%2Flawn'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0b35b66cb070656af574f98c81b13c409ea6384
[INFO] testing bk2204/lawn against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbk2204%2Flawn" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bk2204/lawn
[INFO] finished tweaking git repo https://github.com/bk2204/lawn
[INFO] tweaked toml for git repo https://github.com/bk2204/lawn written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bk2204/lawn on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bk2204/lawn 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/lawn-fs/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/lawn-protocol/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/lawn-constants/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/lawn-sftp/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/lawn/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /workspace/builds/worker-0-tc2/source/lawn-9p/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 848cf231b4688a716d1035f4686b906ab0ae3afa4547da0d54bda4653b23a5e0
[INFO] running `Command { std: "docker" "start" "-a" "848cf231b4688a716d1035f4686b906ab0ae3afa4547da0d54bda4653b23a5e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "848cf231b4688a716d1035f4686b906ab0ae3afa4547da0d54bda4653b23a5e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "848cf231b4688a716d1035f4686b906ab0ae3afa4547da0d54bda4653b23a5e0", kill_on_drop: false }`
[INFO] [stdout] 848cf231b4688a716d1035f4686b906ab0ae3afa4547da0d54bda4653b23a5e0
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4eddf3e69d1fbe237623a1ad63d8ab8adcee5a43b14aa710e03f4bbe9e63ffe
[INFO] running `Command { std: "docker" "start" "-a" "e4eddf3e69d1fbe237623a1ad63d8ab8adcee5a43b14aa710e03f4bbe9e63ffe", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-protocol/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-fs/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-constants/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-sftp/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-9p/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling proc-macro2 v1.0.65
[INFO] [stderr]    Compiling quote v1.0.30
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling serde_derive v1.0.156
[INFO] [stderr]    Compiling serde v1.0.156
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling rustix v0.37.26
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling unicode-joining-type v0.7.0
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling tinyvec v1.8.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling signal-hook v0.3.13
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling serde_json v1.0.99
[INFO] [stderr]    Compiling async-trait v0.1.66
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling thiserror v1.0.39
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling clap_lex v0.3.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.32
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling idna_mapping v1.0.0
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling idna_adapter v1.1.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling daemonize v0.5.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling clap v4.0.32
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling seize v0.2.5
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling flurry v0.4.0
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling lawn-constants v0.4.0 (/opt/rustwide/workdir/lawn-constants)
[INFO] [stderr]    Compiling lawn-fs v0.4.0 (/opt/rustwide/workdir/lawn-fs)
[INFO] [stderr]    Compiling thiserror-impl v1.0.39
[INFO] [stderr]    Compiling format-bytes-macros v0.4.0
[INFO] [stderr]    Compiling format-bytes v0.3.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling serde_yaml v0.8.23
[INFO] [stderr]    Compiling tokio v1.38.2
[INFO] [stderr]    Compiling lawn-9p v0.4.0 (/opt/rustwide/workdir/lawn-9p)
[INFO] [stderr]    Compiling tokio-pipe v0.2.8
[INFO] [stderr]    Compiling lawn-protocol v0.4.0 (/opt/rustwide/workdir/lawn-protocol)
[INFO] [stderr]    Compiling lawn-sftp v0.4.0 (/opt/rustwide/workdir/lawn-sftp)
[INFO] [stderr]    Compiling signal-hook-tokio v0.3.1
[INFO] [stderr]    Compiling lawn v0.4.0 (/opt/rustwide/workdir/lawn)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.80s
[INFO] running `Command { std: "docker" "inspect" "e4eddf3e69d1fbe237623a1ad63d8ab8adcee5a43b14aa710e03f4bbe9e63ffe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4eddf3e69d1fbe237623a1ad63d8ab8adcee5a43b14aa710e03f4bbe9e63ffe", kill_on_drop: false }`
[INFO] [stdout] e4eddf3e69d1fbe237623a1ad63d8ab8adcee5a43b14aa710e03f4bbe9e63ffe
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8470efffd60022a52afb7b32c4b1ea654e30b01b5197c911fa619f5d3483a086
[INFO] running `Command { std: "docker" "start" "-a" "8470efffd60022a52afb7b32c4b1ea654e30b01b5197c911fa619f5d3483a086", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-fs/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-constants/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-sftp/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-protocol/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-9p/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling lawn-constants v0.4.0 (/opt/rustwide/workdir/lawn-constants)
[INFO] [stderr]    Compiling lawn-protocol v0.4.0 (/opt/rustwide/workdir/lawn-protocol)
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling tempfile v3.5.0
[INFO] [stderr]    Compiling lawn-fs v0.4.0 (/opt/rustwide/workdir/lawn-fs)
[INFO] [stderr]    Compiling lawn-9p v0.4.0 (/opt/rustwide/workdir/lawn-9p)
[INFO] [stderr]    Compiling lawn v0.4.0 (/opt/rustwide/workdir/lawn)
[INFO] [stderr]    Compiling lawn-sftp v0.4.0 (/opt/rustwide/workdir/lawn-sftp)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.34s
[INFO] running `Command { std: "docker" "inspect" "8470efffd60022a52afb7b32c4b1ea654e30b01b5197c911fa619f5d3483a086", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8470efffd60022a52afb7b32c4b1ea654e30b01b5197c911fa619f5d3483a086", kill_on_drop: false }`
[INFO] [stdout] 8470efffd60022a52afb7b32c4b1ea654e30b01b5197c911fa619f5d3483a086
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bddf397b18038c36fa4c8b9fcea30333ff12ebb2085bdc2c402d69b305bae78b
[INFO] running `Command { std: "docker" "start" "-a" "bddf397b18038c36fa4c8b9fcea30333ff12ebb2085bdc2c402d69b305bae78b", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-9p/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-fs/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-protocol/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-constants/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: /opt/rustwide/workdir/lawn-sftp/Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lawn-11a87d4286bb6753)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test config::tests::skips_calls ... ok
[INFO] [stdout] test credential::protocol::git::tests::test_parse_fill_complex ... ok
[INFO] [stdout] test credential::protocol::git::tests::test_parse_approve_no_cred_no_secret ... ok
[INFO] [stdout] test credential::protocol::git::tests::test_parse_approve_simple ... ok
[INFO] [stdout] test credential::protocol::git::tests::test_parse_approve_no_cred ... ok
[INFO] [stdout] test credential::protocol::git::tests::test_parse_fill_simple ... ok
[INFO] [stdout] test credential::protocol::git::tests::test_send_fill_cred ... ok
[INFO] [stdout] test credential::protocol::git::tests::test_send_fill_no_cred ... ok
[INFO] [stdout] test credential::protocol::git::tests::test_send_fill_simple ... ok
[INFO] [stdout] test credential::tests::formats_locations_as_url ... ok
[INFO] [stdout] test serializer::script::tests::deserializes_correctly ... ok
[INFO] [stdout] test error::tests::implements_extended_error_correctly ... ok
[INFO] [stdout] test serializer::script::tests::serializes_correctly ... ok
[INFO] [stdout] test credential::protocol::git::tests::test_parse_fill_extensions ... ok
[INFO] [stdout] test template::tests::complex_expansion ... ok
[INFO] [stdout] test store::tests::storepath_parses_components ... ok
[INFO] [stdout] test template::tests::simple_expansion ... ok
[INFO] [stdout] test config::tests::default_is_root ... ok
[INFO] [stdout] test config::tests::is_root_with_values ... ok
[INFO] [stdout] test tests::prng_is_reproducible_in_tests ... ok
[INFO] [stdout] test socket::tests::socket_from_lawn_environment_simple_path ... ok
[INFO] [stdout] test socket::tests::socket_from_lawn_environment_cbor ... ok
[INFO] [stdout] test socket::tests::socket_from_path ... ok
[INFO] [stdout] test tests::can_read_template_contexts ... ok
[INFO] [stdout] test tests::can_perform_test_connections ... ok
[INFO] [stdout] test tests::can_create_and_delete_extension_ranges_without_auth ... ok
[INFO] [stdout] test tests::can_script_credential_ops_with_memory_backend ... ok
[INFO] [stdout] test tests::can_round_trip_data_through_memory_credential_helper ... ok
[INFO] [stdout] test tests::rejects_store_auth_with_disallowed_types ... ok
[INFO] [stdout] error: server: 0: condition succeeded for command sha256sum
[INFO] [stdout] error: server: 0: pre-hooks succeeded for command sha256sum
[INFO] [stdout] error: server: 0: condition succeeded for command randomgen
[INFO] [stdout] error: server: 0: pre-hooks succeeded for command randomgen
[INFO] [stdout] error: server: 0: condition succeeded for command sha256sum
[INFO] [stdout] error: server: 0: pre-hooks succeeded for command sha256sum
[INFO] [stdout] test tests::can_insert_entries_with_lawn_query ... FAILED
[INFO] [stdout] test tests::can_handle_extensions_listing_with_many_extensions ... ok
[INFO] [stdout] test tests::can_stream_data_correctly_in_nonblocking_mode ... ok
[INFO] [stdout] test tests::can_stream_data_correctly_in_blocking_mode ... ok
[INFO] [stderr] git-backend: trace: start data: {}
[INFO] [stderr] git-backend: trace: read: {:username=>"user", :password=>"very-secret-password", :protocol=>"https", :host=>"example.com", :id=>"563d5f836752a20dc4099ed6442952e38179dbf39d89886282d255e3da1dbd09948c23ebf81a45419a48f5c2d238b6497a9f9b1576824c675fad93ab6ce8d04e"}
[INFO] [stderr] git-backend: trace: end data: {"https://example.com"=>{"user"=>"very-secret-password"}}
[INFO] [stderr] git-backend: trace: start data: {"https://example.com"=>{"user"=>"very-secret-password"}}
[INFO] [stderr] git-backend: trace: read: {:protocol=>"https", :host=>"example.com"}
[INFO] [stderr] git-backend: trace: fill: {:protocol=>"https", :host=>"example.com", :username=>"user", :password=>"very-secret-password"}
[INFO] [stderr] git-backend: trace: end data: {"https://example.com"=>{"user"=>"very-secret-password"}}
[INFO] [stderr] git-backend: trace: start data: {"https://example.com"=>{"user"=>"very-secret-password"}}
[INFO] [stderr] git-backend: trace: read: {:username=>"user", :protocol=>"https", :host=>"example.com"}
[INFO] [stderr] git-backend: trace: fill: {:username=>"user", :protocol=>"https", :host=>"example.com", :password=>"very-secret-password"}
[INFO] [stderr] git-backend: trace: end data: {"https://example.com"=>{"user"=>"very-secret-password"}}
[INFO] [stderr] git-backend: trace: start data: {"https://example.com"=>{"user"=>"very-secret-password"}}
[INFO] [stderr] git-backend: trace: read: {:username=>"bob", :protocol=>"https", :host=>"example.com"}
[INFO] [stderr] git-backend: trace: fill: {:username=>"bob", :protocol=>"https", :host=>"example.com"}
[INFO] [stderr] git-backend: trace: end data: {"https://example.com"=>{"user"=>"very-secret-password"}}
[INFO] [stdout] test tests::starts_server ... ok
[INFO] [stderr] git-backend: trace: start data: {"https://example.com"=>{"user"=>"very-secret-password"}}
[INFO] [stderr] git-backend: trace: read: {:username=>"user", :protocol=>"https", :host=>"example.com"}
[INFO] [stderr] git-backend: trace: fill: {:username=>"user", :protocol=>"https", :host=>"example.com", :password=>"very-secret-password"}
[INFO] [stderr] git-backend: trace: end data: {"https://example.com"=>{"user"=>"very-secret-password"}}
[INFO] [stdout] test tests::can_send_out_of_order_packets_with_blocking_io ... ok
[INFO] [stderr] git-backend: trace: start data: {"https://example.com"=>{"user"=>"very-secret-password"}}
[INFO] [stderr] git-backend: trace: read: {:username=>"user", :password=>"very-secret-password", :protocol=>"https", :host=>"example.com", :id=>"563d5f836752a20dc4099ed6442952e38179dbf39d89886282d255e3da1dbd09948c23ebf81a45419a48f5c2d238b6497a9f9b1576824c675fad93ab6ce8d04e"}
[INFO] [stderr] git-backend: trace: end data: {"https://example.com"=>{}}
[INFO] [stderr] git-backend: trace: start data: {"https://example.com"=>{}}
[INFO] [stderr] git-backend: trace: read: {:username=>"user", :protocol=>"https", :host=>"example.com"}
[INFO] [stderr] git-backend: trace: fill: {:username=>"user", :protocol=>"https", :host=>"example.com"}
[INFO] [stderr] git-backend: trace: end data: {"https://example.com"=>{}}
[INFO] [stdout] test tests::can_round_trip_data_through_git_credential_helper ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::can_insert_entries_with_lawn_query stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (110) panicked at lawn/src/tests.rs:1082:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: ProtocolFailure(Error { kind: HandlerError, message: None, cause: Some(ProtocolError(Error { code: NotFound, body: None })) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60946dcf8d9a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60946dcf8d9a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60946dcf8d9a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60946dcf8d9a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60946dd1176a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60946dd1176a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x60946dcffbb2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x60946dcffbb2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x60946dcd4cdf - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60946dcd4cdf - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60946dcefe59 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60946d9ee83c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x60946d9ee83c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60946dcf00d2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x60946dcf00d2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60946dcd4d98 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60946dccc419 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60946dcd5b6d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60946dd11fac - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60946dd11d22 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x60946d6ac028 - <core[35159d6ffb30e017]::result::Result<(), lawn[8255731fa087a47f]::credential::CredentialError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x60946d6ac028 - lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/lawn/src/tests.rs:1082:46
[INFO] [stdout]   22:     0x60946d705aad - <core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x60946d0e3cf0 - <tokio[34ca6ac2b0418bf8]::runtime::task::core::Core<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/core.rs:328:24
[INFO] [stdout]   24:     0x60946d16faf8 - <tokio[34ca6ac2b0418bf8]::loom::std::unsafe_cell::UnsafeCell<tokio[34ca6ac2b0418bf8]::runtime::task::core::Stage<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[34ca6ac2b0418bf8]::runtime::task::core::Core<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x60946d16faf8 - <tokio[34ca6ac2b0418bf8]::runtime::task::core::Core<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/core.rs:317:30
[INFO] [stdout]   26:     0x60946d0496fa - tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future::<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   27:     0x60946d802d80 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x60946d4167be - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x60946d80ae1b - __rust_try
[INFO] [stdout]   30:     0x60946d7c9693 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<()>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x60946d7c9693 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x60946d029dff - tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future::<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   33:     0x60946d08c0d0 - <tokio[34ca6ac2b0418bf8]::runtime::task::harness::Harness<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   34:     0x60946d08c353 - <tokio[34ca6ac2b0418bf8]::runtime::task::harness::Harness<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   35:     0x60946d8ea01b - tokio[34ca6ac2b0418bf8]::runtime::task::raw::poll::<core[35159d6ffb30e017]::pin::Pin<alloc[a8a7aba520129d98]::boxed::Box<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>>, alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   36:     0x60946dc63857 - <tokio[34ca6ac2b0418bf8]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   37:     0x60946dbdf552 - <tokio[34ca6ac2b0418bf8]::runtime::task::LocalNotified<alloc[a8a7aba520129d98]::sync::Arc<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::handle::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/mod.rs:427:13
[INFO] [stdout]   38:     0x60946dc3a29d - <tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/scheduler/multi_thread/worker.rs:585:18
[INFO] [stdout]   39:     0x60946dc44249 - tokio[34ca6ac2b0418bf8]::runtime::coop::with_budget::<core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::boxed::Box<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/coop.rs:107:5
[INFO] [stdout]   40:     0x60946dc44249 - tokio[34ca6ac2b0418bf8]::runtime::coop::budget::<core[35159d6ffb30e017]::result::Result<alloc[a8a7aba520129d98]::boxed::Box<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/coop.rs:73:5
[INFO] [stdout]   41:     0x60946dc44249 - <tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/scheduler/multi_thread/worker.rs:584:9
[INFO] [stdout]   42:     0x60946dc43279 - <tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/scheduler/multi_thread/worker.rs:535:29
[INFO] [stdout]   43:     0x60946dc39b19 - tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/scheduler/multi_thread/worker.rs:500:24
[INFO] [stdout]   44:     0x60946dc18ef0 - <tokio[34ca6ac2b0418bf8]::runtime::context::scoped::Scoped<tokio[34ca6ac2b0418bf8]::runtime::scheduler::Context>>::set::<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   45:     0x60946dc1370b - tokio[34ca6ac2b0418bf8]::runtime::context::set_scheduler::<(), tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/context.rs:180:38
[INFO] [stdout]   46:     0x60946dc0ed9b - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[34ca6ac2b0418bf8]::runtime::context::Context>>::try_with::<tokio[34ca6ac2b0418bf8]::runtime::context::set_scheduler<(), tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   47:     0x60946dc0e96f - <std[ec419fa8110287d5]::thread::local::LocalKey<tokio[34ca6ac2b0418bf8]::runtime::context::Context>>::with::<tokio[34ca6ac2b0418bf8]::runtime::context::set_scheduler<(), tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   48:     0x60946dc12e84 - tokio[34ca6ac2b0418bf8]::runtime::context::set_scheduler::<(), tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::run::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/context.rs:180:17
[INFO] [stdout]   49:     0x60946dc3ade9 - tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/scheduler/multi_thread/worker.rs:495:9
[INFO] [stdout]   50:     0x60946dbe76af - tokio[34ca6ac2b0418bf8]::runtime::context::runtime::enter_runtime::<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   51:     0x60946dc44c13 - tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/scheduler/multi_thread/worker.rs:487:5
[INFO] [stdout]   52:     0x60946dc39c0b - <tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/scheduler/multi_thread/worker.rs:455:45
[INFO] [stdout]   53:     0x60946dc1f20b - <tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[35159d6ffb30e017]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   54:     0x60946dbd4b03 - <tokio[34ca6ac2b0418bf8]::runtime::task::core::Core<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/core.rs:328:24
[INFO] [stdout]   55:     0x60946dbd83bc - <tokio[34ca6ac2b0418bf8]::loom::std::unsafe_cell::UnsafeCell<tokio[34ca6ac2b0418bf8]::runtime::task::core::Stage<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[34ca6ac2b0418bf8]::runtime::task::core::Core<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   56:     0x60946dbd83bc - <tokio[34ca6ac2b0418bf8]::runtime::task::core::Core<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/core.rs:317:30
[INFO] [stdout]   57:     0x60946dbd028e - tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future::<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/harness.rs:485:30
[INFO] [stdout]   58:     0x60946dbedc81 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60946dbdb7ef - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x60946dc28bab - __rust_try
[INFO] [stdout]   61:     0x60946dc24273 - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::task::poll::Poll<()>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x60946dc24273 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>::{closure#0}>, core[35159d6ffb30e017]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x60946dbcf640 - tokio[34ca6ac2b0418bf8]::runtime::task::harness::poll_future::<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/harness.rs:473:18
[INFO] [stdout]   64:     0x60946dbd2229 - <tokio[34ca6ac2b0418bf8]::runtime::task::harness::Harness<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/harness.rs:208:27
[INFO] [stdout]   65:     0x60946dbd24c7 - <tokio[34ca6ac2b0418bf8]::runtime::task::harness::Harness<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/harness.rs:153:20
[INFO] [stdout]   66:     0x60946dc5ee5d - tokio[34ca6ac2b0418bf8]::runtime::task::raw::poll::<tokio[34ca6ac2b0418bf8]::runtime::blocking::task::BlockingTask<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/raw.rs:271:13
[INFO] [stdout]   67:     0x60946dc63857 - <tokio[34ca6ac2b0418bf8]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/raw.rs:201:18
[INFO] [stdout]   68:     0x60946dbe0e17 - <tokio[34ca6ac2b0418bf8]::runtime::task::UnownedTask<tokio[34ca6ac2b0418bf8]::runtime::blocking::schedule::BlockingSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/task/mod.rs:464:13
[INFO] [stdout]   69:     0x60946dc2d027 - <tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/blocking/pool.rs:159:19
[INFO] [stdout]   70:     0x60946dc2f302 - <tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/blocking/pool.rs:513:22
[INFO] [stdout]   71:     0x60946dc2c454 - <tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/blocking/pool.rs:471:47
[INFO] [stdout]   72:     0x60946dc334d6 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   73:     0x60946dc26452 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<<tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   74:     0x60946dbeddc1 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<<tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   75:     0x60946dbdb9e7 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<<tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   76:     0x60946dc28bab - __rust_try
[INFO] [stdout]   77:     0x60946dc26104 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<<tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   78:     0x60946dc26104 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<<tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   79:     0x60946dc26104 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<<tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   80:     0x60946dc50b5f - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<<tokio[34ca6ac2b0418bf8]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   81:     0x60946dcf82ef - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   82:     0x60946dcf82ef - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   83:     0x78330398caa4 - <unknown>
[INFO] [stdout]   84:     0x783303a19a64 - clone
[INFO] [stdout]   85:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::can_insert_entries_with_lawn_query' (47) panicked at lawn/src/tests.rs:223:17:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(214), ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60946dcf8d9a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60946dcf8d9a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60946dcf8d9a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60946dcf8d9a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60946dd1176a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60946dd1176a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x60946dcffbb2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x60946dcffbb2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x60946dcd4cdf - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60946dcd4cdf - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60946dcefe59 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60946d9ee83c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x60946d9ee83c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x60946dcf00d2 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x60946dcf00d2 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60946dcd4d98 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60946dccc419 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60946dcd5b6d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60946dd11fac - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60946dd11d22 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x60946d67e2bd - <core[35159d6ffb30e017]::result::Result<(), tokio[34ca6ac2b0418bf8]::runtime::task::error::JoinError>>::unwrap
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x60946d67e2bd - lawn[8255731fa087a47f]::tests::with_server::<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/lawn/src/tests.rs:223:17
[INFO] [stdout]   22:     0x60946d852d0d - <tokio[34ca6ac2b0418bf8]::runtime::park::CachedParkThread>::block_on::<lawn[8255731fa087a47f]::tests::with_server<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/park.rs:281:74
[INFO] [stdout]   23:     0x60946d8211e8 - tokio[34ca6ac2b0418bf8]::runtime::coop::with_budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[34ca6ac2b0418bf8]::runtime::park::CachedParkThread>::block_on<lawn[8255731fa087a47f]::tests::with_server<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/coop.rs:107:5
[INFO] [stdout]   24:     0x60946d8211e8 - tokio[34ca6ac2b0418bf8]::runtime::coop::budget::<core[35159d6ffb30e017]::task::poll::Poll<()>, <tokio[34ca6ac2b0418bf8]::runtime::park::CachedParkThread>::block_on<lawn[8255731fa087a47f]::tests::with_server<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/coop.rs:73:5
[INFO] [stdout]   25:     0x60946d8211e8 - <tokio[34ca6ac2b0418bf8]::runtime::park::CachedParkThread>::block_on::<lawn[8255731fa087a47f]::tests::with_server<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/park.rs:281:31
[INFO] [stdout]   26:     0x60946d36ac53 - <tokio[34ca6ac2b0418bf8]::runtime::context::blocking::BlockingRegionGuard>::block_on::<lawn[8255731fa087a47f]::tests::with_server<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]   27:     0x60946d67a238 - <tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::MultiThread>::block_on::<lawn[8255731fa087a47f]::tests::with_server<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/scheduler/multi_thread/mod.rs:87:22
[INFO] [stdout]   28:     0x60946d3847d7 - tokio[34ca6ac2b0418bf8]::runtime::context::runtime::enter_runtime::<<tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::MultiThread>::block_on<lawn[8255731fa087a47f]::tests::with_server<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   29:     0x60946d63b093 - <tokio[34ca6ac2b0418bf8]::runtime::scheduler::multi_thread::MultiThread>::block_on::<lawn[8255731fa087a47f]::tests::with_server<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/scheduler/multi_thread/mod.rs:86:9
[INFO] [stdout]   30:     0x60946d92ea58 - <tokio[34ca6ac2b0418bf8]::runtime::runtime::Runtime>::block_on::<lawn[8255731fa087a47f]::tests::with_server<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.2/src/runtime/runtime.rs:349:50
[INFO] [stdout]   31:     0x60946d65bf36 - lawn[8255731fa087a47f]::tests::with_server::<lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/lawn/src/tests.rs:216:8
[INFO] [stdout]   32:     0x60946d6f1037 - lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query
[INFO] [stdout]                                at /opt/rustwide/workdir/lawn/src/tests.rs:970:9
[INFO] [stdout]   33:     0x60946d6a2517 - lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/lawn/src/tests.rs:923:40
[INFO] [stdout]   34:     0x60946d587ef6 - <lawn[8255731fa087a47f]::tests::can_insert_entries_with_lawn_query::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x60946d9e1b1b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x60946d9e1b1b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   37:     0x60946d9ef30b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   38:     0x60946d9ef30b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x60946d9ef30b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x60946d9ef30b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x60946d9ef30b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x60946d9ef30b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   43:     0x60946d9ef30b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   44:     0x60946d9e9ce4 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   45:     0x60946d9e9ce4 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   46:     0x60946d9f1f12 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   47:     0x60946d9f1f12 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x60946d9f1f12 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x60946d9f1f12 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x60946d9f1f12 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x60946d9f1f12 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   52:     0x60946d9f1f12 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x60946dcf82ef - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   54:     0x60946dcf82ef - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   55:     0x78330398caa4 - <unknown>
[INFO] [stdout]   56:     0x783303a19a64 - clone
[INFO] [stdout]   57:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::can_insert_entries_with_lawn_query
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 35 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.42s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p lawn --bin lawn`
[INFO] running `Command { std: "docker" "inspect" "bddf397b18038c36fa4c8b9fcea30333ff12ebb2085bdc2c402d69b305bae78b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bddf397b18038c36fa4c8b9fcea30333ff12ebb2085bdc2c402d69b305bae78b", kill_on_drop: false }`
[INFO] [stdout] bddf397b18038c36fa4c8b9fcea30333ff12ebb2085bdc2c402d69b305bae78b
