[INFO] cloning repository https://github.com/threefoldtech/tfstor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/threefoldtech/tfstor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthreefoldtech%2Ftfstor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthreefoldtech%2Ftfstor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fd0360120c40ecf279f80971b709c384606555f4 [INFO] testing threefoldtech/tfstor against try#16fbf98f22730e073c09e7b03f0eafb87a295545 for pr-145628 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthreefoldtech%2Ftfstor" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/threefoldtech/tfstor [INFO] finished tweaking git repo https://github.com/threefoldtech/tfstor [INFO] tweaked toml for git repo https://github.com/threefoldtech/tfstor written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/threefoldtech/tfstor on toolchain 16fbf98f22730e073c09e7b03f0eafb87a295545 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/threefoldtech/tfstor 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" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 103a5a0768f2670ac4ec668e5d433968be680132c54eda76edc4e2250c8775f0 [INFO] running `Command { std: "docker" "start" "-a" "103a5a0768f2670ac4ec668e5d433968be680132c54eda76edc4e2250c8775f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "103a5a0768f2670ac4ec668e5d433968be680132c54eda76edc4e2250c8775f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "103a5a0768f2670ac4ec668e5d433968be680132c54eda76edc4e2250c8775f0", kill_on_drop: false }` [INFO] [stdout] 103a5a0768f2670ac4ec668e5d433968be680132c54eda76edc4e2250c8775f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c2a0ce471311f74e7a54aadd99555d00951d1e30b592c056620146df5f0702b [INFO] running `Command { std: "docker" "start" "-a" "2c2a0ce471311f74e7a54aadd99555d00951d1e30b592c056620146df5f0702b", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling path-dedot v3.1.1 [INFO] [stderr] Compiling compare v0.0.6 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling byteview v0.6.1 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling varint-rs v2.2.0 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling rustc-hash v2.1.0 [INFO] [stderr] Compiling xxhash-rust v0.8.15 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling crossbeam-skiplist v0.1.3 [INFO] [stderr] Compiling cc v1.2.10 [INFO] [stderr] Compiling interval-heap v0.0.5 [INFO] [stderr] Compiling path-absolutize v3.1.1 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling self_cell v1.1.0 [INFO] [stderr] Compiling const-oid v0.10.0-rc.3 [INFO] [stderr] Compiling lz4_flex v0.11.3 [INFO] [stderr] Compiling double-ended-peekable v0.1.0 [INFO] [stderr] Compiling guardian v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.137 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling std-semaphore v0.1.0 [INFO] [stderr] Compiling uuid v1.12.1 [INFO] [stderr] Compiling crc32c v0.6.8 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Compiling async-fs v2.1.2 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling quick_cache v0.6.9 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling procfs v0.16.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling time-macros v0.2.19 [INFO] [stderr] Compiling procfs-core v0.16.0 [INFO] [stderr] Compiling rusoto_core v0.48.0 [INFO] [stderr] Compiling prometheus v0.13.4 [INFO] [stderr] Compiling bytes-utils v0.1.4 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling hex-simd v0.8.0 [INFO] [stderr] Compiling nugine-rust-utils v0.3.1 [INFO] [stderr] Compiling bytestring v1.4.0 [INFO] [stderr] Compiling transform-stream v0.3.1 [INFO] [stderr] Compiling cookie-factory v0.3.2 [INFO] [stderr] Compiling numeric_cast v0.2.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling hybrid-array v0.2.3 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling block-buffer v0.11.0-rc.3 [INFO] [stderr] Compiling crypto-common v0.2.0-rc.1 [INFO] [stderr] Compiling time v0.3.37 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.11.0 [INFO] [stderr] Compiling redis-protocol v6.0.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling digest v0.11.0-pre.9 [INFO] [stderr] Compiling sha1 v0.11.0-pre.4 [INFO] [stderr] Compiling sha2 v0.11.0-pre.4 [INFO] [stderr] Compiling hmac v0.13.0-pre.4 [INFO] [stderr] Compiling tempfile v3.16.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling async-trait v0.1.85 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling value-log v1.9.0 [INFO] [stderr] Compiling tokio v1.43.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling lsm-tree v2.9.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling std-next v0.1.4 [INFO] [stderr] Compiling clap v4.5.32 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling fjall v2.9.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling faster-hex v0.10.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling quick-xml v0.37.2 [INFO] [stderr] Compiling rmp-serde v1.3.0 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling h2 v0.4.7 [INFO] [stderr] Compiling metastore v0.1.0 (/opt/rustwide/workdir/metastore) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> metastore/src/stores/fjall.rs:320:14 [INFO] [stdout] | [INFO] [stdout] 320 | ) -> Box<(dyn Iterator + 'a)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 320 - ) -> Box<(dyn Iterator + 'a)> { [INFO] [stdout] 320 + ) -> Box + 'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> metastore/src/stores/fjall_notx.rs:266:14 [INFO] [stdout] | [INFO] [stdout] 266 | ) -> Box<(dyn Iterator + 'a)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 266 - ) -> Box<(dyn Iterator + 'a)> { [INFO] [stdout] 266 + ) -> Box + 'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> metastore/src/traits.rs:98:14 [INFO] [stdout] | [INFO] [stdout] 98 | ) -> Box<(dyn Iterator + 'a)>; [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 98 - ) -> Box<(dyn Iterator + 'a)>; [INFO] [stdout] 98 + ) -> Box + 'a>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling respd v0.1.0 (/opt/rustwide/workdir/respd) [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling s3s v0.11.0-dev (https://github.com/Nugine/s3s#1f932007) [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling rusoto_credential v0.48.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling rusoto_signature v0.48.0 [INFO] [stderr] Compiling s3cas v0.1.0 (/opt/rustwide/workdir/s3cas) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.51s [INFO] running `Command { std: "docker" "inspect" "2c2a0ce471311f74e7a54aadd99555d00951d1e30b592c056620146df5f0702b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c2a0ce471311f74e7a54aadd99555d00951d1e30b592c056620146df5f0702b", kill_on_drop: false }` [INFO] [stdout] 2c2a0ce471311f74e7a54aadd99555d00951d1e30b592c056620146df5f0702b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23d0b391b8008bc8a16cfbe2c72ee1f759ea926b15ad59bf80449c5a01a46703 [INFO] running `Command { std: "docker" "start" "-a" "23d0b391b8008bc8a16cfbe2c72ee1f759ea926b15ad59bf80449c5a01a46703", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling bytes-utils v0.1.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling uuid v1.12.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling der v0.6.1 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling crypto-bigint v0.4.9 [INFO] [stderr] Compiling ff v0.12.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling group v0.12.1 [INFO] [stderr] Compiling cbindgen v0.27.0 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling signature v1.6.4 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling digest v0.11.0-pre.9 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling clap v4.5.32 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling env_logger v0.11.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling rfc6979 v0.3.1 [INFO] [stderr] Compiling crypto-mac v0.11.0 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling redis-protocol v6.0.0 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling sha1 v0.11.0-pre.4 [INFO] [stderr] Compiling spki v0.6.0 [INFO] [stderr] Compiling sha2 v0.11.0-pre.4 [INFO] [stderr] Compiling hmac v0.13.0-pre.4 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling pkcs8 v0.9.0 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling half v2.5.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling sec1 v0.3.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling elliptic-curve v0.12.3 [INFO] [stderr] Compiling ecdsa v0.14.8 [INFO] [stderr] Compiling p256 v0.11.1 [INFO] [stderr] Compiling tempfile v3.16.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling async-trait v0.1.85 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling tokio v1.43.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling lsm-tree v2.9.0 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling prometheus v0.13.4 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling std-next v0.1.4 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling fjall v2.9.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] error: could not compile `lsm-tree` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/16fbf98f22730e073c09e7b03f0eafb87a295545/bin/rustc --crate-name lsm_tree --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lsm-tree-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="lz4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "lz4", "miniz"))' -C metadata=1c20194bffb88e87 -C extra-filename=-94ff6a0f4386c094 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-1efcbe4f07366651.rmeta --extern crossbeam_skiplist=/opt/rustwide/target/debug/deps/libcrossbeam_skiplist-8fcd54cb3a04e82f.rmeta --extern double_ended_peekable=/opt/rustwide/target/debug/deps/libdouble_ended_peekable-c0a69dadb9c372d1.rmeta --extern enum_dispatch=/opt/rustwide/target/debug/deps/libenum_dispatch-6dc43ea634eeb494.so --extern guardian=/opt/rustwide/target/debug/deps/libguardian-9d849ca14515c9f9.rmeta --extern interval_heap=/opt/rustwide/target/debug/deps/libinterval_heap-52f404769bb3cecc.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-8df7809bc4bc4dee.rmeta --extern lz4_flex=/opt/rustwide/target/debug/deps/liblz4_flex-d5885a63ee2368a5.rmeta --extern path_absolutize=/opt/rustwide/target/debug/deps/libpath_absolutize-156384c4a723b8ee.rmeta --extern quick_cache=/opt/rustwide/target/debug/deps/libquick_cache-ea6e2622b8c4b6c5.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-95d47115bc423d63.rmeta --extern self_cell=/opt/rustwide/target/debug/deps/libself_cell-e4e167d9ab216880.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-28ade2a5912654f4.rmeta --extern value_log=/opt/rustwide/target/debug/deps/libvalue_log-3eec257939a50cd5.rmeta --extern varint_rs=/opt/rustwide/target/debug/deps/libvarint_rs-af771760912807c5.rmeta --extern xxhash_rust=/opt/rustwide/target/debug/deps/libxxhash_rust-a22d2a3ffbd6b157.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "23d0b391b8008bc8a16cfbe2c72ee1f759ea926b15ad59bf80449c5a01a46703", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23d0b391b8008bc8a16cfbe2c72ee1f759ea926b15ad59bf80449c5a01a46703", kill_on_drop: false }` [INFO] [stdout] 23d0b391b8008bc8a16cfbe2c72ee1f759ea926b15ad59bf80449c5a01a46703