[INFO] fetching crate rsdos 0.2.0...
[INFO] testing rsdos-0.2.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate rsdos 0.2.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate rsdos 0.2.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate rsdos 0.2.0
[INFO] tweaked toml for crates.io crate rsdos 0.2.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rsdos 0.2.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rsdos 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded human_bytes v0.4.3
[INFO] [stderr]   Downloaded rstest v0.22.0
[INFO] [stderr]   Downloaded cmake v0.1.50
[INFO] [stderr]   Downloaded console v0.15.8
[INFO] [stderr]   Downloaded zstd-safe v7.2.1
[INFO] [stderr]   Downloaded uuid v1.12.1
[INFO] [stderr]   Downloaded zstd v0.13.2
[INFO] [stderr]   Downloaded indicatif v0.17.9
[INFO] [stderr]   Downloaded rstest_macros v0.22.0
[INFO] [stderr]   Downloaded flate2 v1.0.31
[INFO] [stderr]   Downloaded cc v1.1.11
[INFO] [stderr]   Downloaded portable-atomic v1.7.0
[INFO] [stderr]   Downloaded rusqlite v0.32.0
[INFO] [stderr]   Downloaded indexmap v2.4.0
[INFO] [stderr]   Downloaded regex v1.10.6
[INFO] [stderr]   Downloaded syn v2.0.96
[INFO] [stderr]   Downloaded unicode-width v0.1.13
[INFO] [stderr]   Downloaded zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]   Downloaded libz-ng-sys v1.1.15
[INFO] [stderr]   Downloaded libsqlite3-sys v0.30.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d9b9085e742ed68daca20bbaae2d1ef499ce7ddcf341db3b1390c5481fd1ca01
[INFO] running `Command { std: "docker" "start" "-a" "d9b9085e742ed68daca20bbaae2d1ef499ce7ddcf341db3b1390c5481fd1ca01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d9b9085e742ed68daca20bbaae2d1ef499ce7ddcf341db3b1390c5481fd1ca01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9b9085e742ed68daca20bbaae2d1ef499ce7ddcf341db3b1390c5481fd1ca01", kill_on_drop: false }`
[INFO] [stdout] d9b9085e742ed68daca20bbaae2d1ef499ce7ddcf341db3b1390c5481fd1ca01
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b42b11781ad2142134680fa20f0115749cd133d9fd4182b793f541c0c8e8ecc
[INFO] running `Command { std: "docker" "start" "-a" "9b42b11781ad2142134680fa20f0115749cd133d9fd4182b793f541c0c8e8ecc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling portable-atomic v1.7.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling human_bytes v0.4.3
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling cc v1.1.11
[INFO] [stderr]    Compiling indicatif v0.17.9
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling libz-ng-sys v1.1.15
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling clap v4.5.27
[INFO] [stderr]    Compiling flate2 v1.0.31
[INFO] [stderr]    Compiling uuid v1.12.1
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling rusqlite v0.32.0
[INFO] [stderr]    Compiling rsdos v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `compression`
[INFO] [stdout]    --> src/libs/cli.rs:414:44
[INFO] [stdout]     |
[INFO] [stdout] 414 |                 OptimizeCommands::Repack { compression } => {
[INFO] [stdout]     |                                            ^^^^^^^^^^^ help: try ignoring the field: `compression: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 3m 06s
[INFO] running `Command { std: "docker" "inspect" "9b42b11781ad2142134680fa20f0115749cd133d9fd4182b793f541c0c8e8ecc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b42b11781ad2142134680fa20f0115749cd133d9fd4182b793f541c0c8e8ecc", kill_on_drop: false }`
[INFO] [stdout] 9b42b11781ad2142134680fa20f0115749cd133d9fd4182b793f541c0c8e8ecc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f90596c7f200349f46cf04c6b0517d624e5e9b243c074dd5e529c9e39ed91834
[INFO] running `Command { std: "docker" "start" "-a" "f90596c7f200349f46cf04c6b0517d624e5e9b243c074dd5e529c9e39ed91834", kill_on_drop: false }`
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling indexmap v2.4.0
[INFO] [stderr]    Compiling rstest_macros v0.22.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling clap v4.5.27
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rusqlite v0.32.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling rstest v0.22.0
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling uuid v1.12.1
[INFO] [stderr]    Compiling rsdos v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `compression`
[INFO] [stdout]    --> src/libs/cli.rs:414:44
[INFO] [stdout]     |
[INFO] [stdout] 414 |                 OptimizeCommands::Repack { compression } => {
[INFO] [stdout]     |                                            ^^^^^^^^^^^ help: try ignoring the field: `compression: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `compression`
[INFO] [stdout]    --> src/libs/cli.rs:414:44
[INFO] [stdout]     |
[INFO] [stdout] 414 |                 OptimizeCommands::Repack { compression } => {
[INFO] [stdout]     |                                            ^^^^^^^^^^^ help: try ignoring the field: `compression: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rsdos` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.91.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name rsdos --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C lto=fat -C debuginfo=2 -C debug-assertions=on -C overflow-checks=off --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1312173d56a06762 -C extra-filename=-a31b7f40618e136c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-f94025691b7dc86b.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-95a900042632e90a.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-6d0a78fd5ca7f137.rlib --extern fallible_streaming_iterator=/opt/rustwide/target/debug/deps/libfallible_streaming_iterator-0dba5611b8a5de1d.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-c12142ed6ab0b147.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-2e871c59a2ba36ba.rlib --extern human_bytes=/opt/rustwide/target/debug/deps/libhuman_bytes-e8a9b1006b001e0c.rlib --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-fd78694fc4f2e642.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b3193b2cb1ed2eac.rlib --extern ring=/opt/rustwide/target/debug/deps/libring-83b3e6c2aef29252.rlib --extern rstest=/opt/rustwide/target/debug/deps/librstest-8f8a633785d80dc7.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-9024bde62a8b27fd.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a12d551f8bbbb514.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-28712227d2ab6861.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-350f6a0804812e4d.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3330c3c51f453e4d.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-ecc0a92d9e22b44e.rlib --extern zstd=/opt/rustwide/target/debug/deps/libzstd-027de192058d0fef.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libz-ng-sys-e818bf33daed857c/out/lib -L native=/opt/rustwide/target/debug/build/libz-ng-sys-e818bf33daed857c/out/lib64 -L native=/opt/rustwide/target/debug/build/ring-3e3aae464cd0edc0/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-49b631c1742b6ee9/out -L native=/opt/rustwide/target/debug/build/zstd-sys-e00b066b93cc9fc9/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rsdos` (example "batch_packs_rw")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.91.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name batch_packs_rw --edition=2021 examples/batch_packs_rw.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto=fat -C debuginfo=2 -C debug-assertions=on -C overflow-checks=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=528628146051242f -C extra-filename=-e20b59c920d32286 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-f94025691b7dc86b.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-95a900042632e90a.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-6d0a78fd5ca7f137.rlib --extern fallible_streaming_iterator=/opt/rustwide/target/debug/deps/libfallible_streaming_iterator-0dba5611b8a5de1d.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-c12142ed6ab0b147.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-2e871c59a2ba36ba.rlib --extern human_bytes=/opt/rustwide/target/debug/deps/libhuman_bytes-e8a9b1006b001e0c.rlib --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-fd78694fc4f2e642.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b3193b2cb1ed2eac.rlib --extern ring=/opt/rustwide/target/debug/deps/libring-83b3e6c2aef29252.rlib --extern rsdos=/opt/rustwide/target/debug/deps/librsdos-13e02c8a633ed177.rlib --extern rstest=/opt/rustwide/target/debug/deps/librstest-8f8a633785d80dc7.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-9024bde62a8b27fd.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a12d551f8bbbb514.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-28712227d2ab6861.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-350f6a0804812e4d.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3330c3c51f453e4d.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-ecc0a92d9e22b44e.rlib --extern zstd=/opt/rustwide/target/debug/deps/libzstd-027de192058d0fef.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libz-ng-sys-e818bf33daed857c/out/lib -L native=/opt/rustwide/target/debug/build/libz-ng-sys-e818bf33daed857c/out/lib64 -L native=/opt/rustwide/target/debug/build/ring-3e3aae464cd0edc0/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-49b631c1742b6ee9/out -L native=/opt/rustwide/target/debug/build/zstd-sys-e00b066b93cc9fc9/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "f90596c7f200349f46cf04c6b0517d624e5e9b243c074dd5e529c9e39ed91834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f90596c7f200349f46cf04c6b0517d624e5e9b243c074dd5e529c9e39ed91834", kill_on_drop: false }`
[INFO] [stdout] f90596c7f200349f46cf04c6b0517d624e5e9b243c074dd5e529c9e39ed91834
