[INFO] cloning repository https://github.com/nibzard/lmdb-tui [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nibzard/lmdb-tui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnibzard%2Flmdb-tui", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnibzard%2Flmdb-tui'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 48896b8ce3c0e6fdb193c7bb163a2fe1a1742d04 [INFO] testing nibzard/lmdb-tui against try#028592fec99e54cc92def5a2a849c673b066dd93 for pr-146098 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnibzard%2Flmdb-tui" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/nibzard/lmdb-tui [INFO] finished tweaking git repo https://github.com/nibzard/lmdb-tui [INFO] tweaked toml for git repo https://github.com/nibzard/lmdb-tui written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/nibzard/lmdb-tui on toolchain 028592fec99e54cc92def5a2a849c673b066dd93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/nibzard/lmdb-tui 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" "+028592fec99e54cc92def5a2a849c673b066dd93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7359780744e8de2b13e651cc5828b984cc15e38d3bed214b52f777ed7368cf89 [INFO] running `Command { std: "docker" "start" "-a" "7359780744e8de2b13e651cc5828b984cc15e38d3bed214b52f777ed7368cf89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7359780744e8de2b13e651cc5828b984cc15e38d3bed214b52f777ed7368cf89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7359780744e8de2b13e651cc5828b984cc15e38d3bed214b52f777ed7368cf89", kill_on_drop: false }` [INFO] [stdout] 7359780744e8de2b13e651cc5828b984cc15e38d3bed214b52f777ed7368cf89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6b97629020c897244ee559dc4a068a4501f08084280c208044f74a87b3846dc [INFO] running `Command { std: "docker" "start" "-a" "c6b97629020c897244ee559dc4a068a4501f08084280c208044f74a87b3846dc", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling cc v1.2.26 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling anstyle-query v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling anstream v0.6.19 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling toml_write v0.1.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling heed-traits v0.20.0 [INFO] [stderr] Compiling winnow v0.7.10 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling compact_str v0.7.1 [INFO] [stderr] Compiling clap_builder v4.5.39 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling synchronoise v1.0.1 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling page_size v0.6.0 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling jiff v0.2.14 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling prettyplease v0.2.33 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling prost-derive v0.12.6 [INFO] [stderr] Compiling tracing-attributes v0.1.29 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling stability v0.2.1 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling doxygen-rs v0.4.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling prost v0.12.6 [INFO] [stderr] Compiling lmdb-master-sys v0.2.5 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling prost-types v0.12.6 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling clap v4.5.39 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling prost-build v0.12.6 [INFO] [stderr] Compiling tonic-build v0.10.2 [INFO] [stderr] Compiling lmdb-tui v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling rmp-serde v1.3.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling heed-types v0.20.1 [INFO] [stderr] Compiling heed v0.20.5 [INFO] [stderr] Compiling jsonpath_lib v0.3.0 [INFO] [stderr] Compiling ratatui v0.26.3 [INFO] [stderr] Compiling toml v0.8.22 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling tonic v0.10.2 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/preview.rs:84:32 [INFO] [stdout] | [INFO] [stdout] 84 | fn format_value_content(value: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 84 | fn format_value_content(value: &[u8]) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `Command { std: "docker" "inspect" "c6b97629020c897244ee559dc4a068a4501f08084280c208044f74a87b3846dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6b97629020c897244ee559dc4a068a4501f08084280c208044f74a87b3846dc", kill_on_drop: false }` [INFO] [stdout] c6b97629020c897244ee559dc4a068a4501f08084280c208044f74a87b3846dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+028592fec99e54cc92def5a2a849c673b066dd93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e73678a2ce30a91e69e7b6b3ecdc39096ba9a4a6bb5c1a83b7f49cedc5bd0c7c [INFO] running `Command { std: "docker" "start" "-a" "e73678a2ce30a91e69e7b6b3ecdc39096ba9a4a6bb5c1a83b7f49cedc5bd0c7c", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling assert_cmd v2.0.17 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling synchronoise v1.0.1 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling prost-build v0.12.6 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling rmp-serde v1.3.0 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling tonic-build v0.10.2 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling lmdb-tui v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling heed-types v0.20.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling heed v0.20.5 [INFO] [stderr] Compiling ratatui v0.26.3 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling jsonpath_lib v0.3.0 [INFO] [stderr] Compiling toml v0.8.22 [INFO] [stderr] Compiling tonic v0.10.2 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/preview.rs:84:32 [INFO] [stdout] | [INFO] [stdout] 84 | fn format_value_content(value: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 84 | fn format_value_content(value: &[u8]) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ui/preview.rs:84:32 [INFO] [stdout] | [INFO] [stdout] 84 | fn format_value_content(value: &[u8]) -> Vec { [INFO] [stdout] | ^^^^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 84 | fn format_value_content(value: &[u8]) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcJad9v3/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libtempfile-8d7503b8f97c4007,libgetrandom-922ca4b42d0f7bcf,libfastrand-503f12a96d791409,librustix-46ce9d62dee2890b,liblinux_raw_sys-20b62ec4b985a4c8,liblmdb_tui,librmp_serde-81f4e25f658c5865,librmp-2cc072d29147f1b0,libnum_traits-39be14e70c722fe4,libtoml-86eea740d8ee1fd3,libtoml_edit-e2e33576829900c6,libserde_spanned-883597d3d0abc9d1,libwinnow-2ea5f9c1f51ab192,libtoml_write-8a18110dc2453e68,libtoml_datetime-553158ed3162d479,libtonic-bc49254eff8256de,libhyper_timeout-e5816a1bc321c79b,libtokio_io_timeout-89b24137c684c4ea,libasync_stream-f96c8e44522e1048,libaxum-78e2c9e20de0f4d6,libpercent_encoding-9bee39bbc5bd523a,libmatchit-b2689776cf6e5db9,libsync_wrapper-17f912c27eab8964,libaxum_core-c05ae0a97d8db0dc,libmime-4b44681fdb2c65f7,libhyper-2981c4f0b4b55303,libwant-0f3c3ee377cad37f,libtry_lock-aabba5e3d97e6b57,libhttparse-47a3d40564b60e09,libh2-e0c0b343ac238c55,libfutures_channel-179401688c37d974,libhttpdate-9f9d2502c6a38412,libtower-a97d1ba0ed957b7b,libindexmap-68eb0764c1a34cc4,libhashbrown-8ac6e23154e6c3d0,libtokio_util-11ce9a9c35e93a43,libfutures_sink-be8442ee548d90f9,libslab-b066ee2c679b47fd,librand-f4c1ca896973bbef,librand_chacha-a22afb9653219543,libppv_lite86-f1e37e57ffef6e8c,libzerocopy-11ad661e9e1ff602,librand_core-a4580190873cbf19,libgetrandom-2c46409b5a9f94c8,libfutures_util-88328261217f5f90,libfutures_task-bcce5f8e5b6ec165,libpin_utils-9a5791cba021167a,libtower_layer-d70c7e404336389b,libprost-9b65ab6e31d6d6f1,libpin_project-477c8621acb366d9,libtracing-f629a2610746c0a1,libtracing_core-181ee1ed942b4689,libtower_service-0d7df29686b13872,libtokio_stream-9cfd1422f32037a9,libfutures_core-fc6bb1738f00fc87,libtokio-ec2bd42631f088ac,libsocket2-3d90c93e388309af,libmio-c892ba51323828a3,libhttp_body-b4c163883cc9ed18,libpin_project_lite-bedc6e0acd72ff2a,libhttp-331bc164ab59ceff,libfnv-2d77ec4f6f971b24,libbytes-bfe11088fe358bd1,libclap-9b3207f6c2c49c2b,libclap_builder-b89c0b2eb16631c7,libstrsim-24acdad2526b95b7,libanstream-feb3341f1dcf56f6,libanstyle_query-86d25270c3c9ef5d,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-f31b73edea95dc17,libutf8parse-8828ddbb63eb8bad,libclap_lex-8f7e36dc12b04c16,libanstyle-acd37f6657e9ecfb,libthiserror-453f2dfba50050a5,libregex-581cc57b588ee3e2,libregex_automata-f669c6eafb626448,libaho_corasick-5318fee7af990b33,libregex_syntax-13fc688ae7f36982,libjsonpath_lib-d9693d42eb8f3ee3,libindicatif-eaf88e47365a8e32,libportable_atomic-d05f93fb4b6471e6,libnumber_prefix-8479f39d71e80d3e,libconsole-dd3fc971bee80b4b,libunicode_width-79cfce0a776a55d3,libcsv-bb3e6ad9202c5937,libcsv_core-62d3130c0d5f49a7,libbase64-64299f9d815d057c,libratatui-a305fe62ebb3ff5f,libunicode_truncate-04c473c7cc351ba5,libitertools-0199f25d0d540ed3,liblru-2a9e5bbc1d7786ef,libcassowary-618d3b643fd4c97b,libitertools-c584c14658ca55ba,libeither-ef22a4c75605e12f,libcompact_str-e19f6c262b01e5b3,libstatic_assertions-d53a9977dc6e27e5,libcastaway-c202ffbb24ccc018,libunicode_segmentation-ff3f1aa3aad6e639,libunicode_width-08b963676a6677c5,libstrum-4324ed2318530573,libnotify-eafa51fbb9ff2611,libcrossbeam_channel-a5156ef294398bef,libfiletime-5ecb656275ddb3b1,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libinotify-c060428644c9767b,libinotify_sys-6a669b9c642424ae,libbitflags-e2b4db6c651223da,libheed-f3fa85e495c642f8,libpage_size-5a92e978bc2e5b2f,libheed_types-f9da5925188d0d7b,libserde_json-f48bd00cf3994b68,libmemchr-3ffe5f7a52883367,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libindexmap-68e70824a4058570,libhashbrown-31373ccbcd1db386,libfoldhash-a84df4cbe8daa3b8,libequivalent-7e0e8cbe6c474a67,liballocator_api2-3bc2480ae44878f3,libbincode-c25ac5c2b9f81e67,libbyteorder-1efcbe4f07366651,liblmdb_master_sys-d57ab8acd917b097,libsynchronoise-88b8ca09e0ab0630,libcrossbeam_queue-43afa6c585e54bba,libcrossbeam_utils-57acb8582d3ed5fe,libonce_cell-0ba6aecba7086d38,libheed_traits-5e990a2a177e8815,libcrossterm-29469ebf9b9650f6,libbitflags-be53aa9d503524fa,libserde-1db7d76b54b122c3,libparking_lot-a1063ac5b98a8ad5,libparking_lot_core-0ebc655986ab28a1,libcfg_if-33ef6c02a07f9fec,libsmallvec-e1beddfb3e414035,liblock_api-29fb1b0a3ec126e3,libscopeguard-d52bd00767847e44,libsignal_hook_mio-887e7dbd19f134b0,libsignal_hook-466bc133dd2ade9d,libsignal_hook_registry-1171f0d22a871719,libmio-b66a0c2d9746163d,liblibc-a1f51a53e348ca20,liblog-ba604b77dad33fe2,libanyhow-1062fd8720902979}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcJad9v3/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/lmdb-master-sys-6a8f3a7818d9cb5f/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/crud_integration_test-bab57b00fd84fb7b" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lmdb-tui` (test "crud_integration_test") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcWdqMHW/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-6ba34ca4dd319d2e,libjiff-f08c26e031af19de,libenv_filter-08fde840d3e66d7e,liblmdb_tui,librmp_serde-81f4e25f658c5865,librmp-2cc072d29147f1b0,libnum_traits-39be14e70c722fe4,libtoml-86eea740d8ee1fd3,libtoml_edit-e2e33576829900c6,libserde_spanned-883597d3d0abc9d1,libwinnow-2ea5f9c1f51ab192,libtoml_write-8a18110dc2453e68,libtoml_datetime-553158ed3162d479,libtonic-bc49254eff8256de,libhyper_timeout-e5816a1bc321c79b,libtokio_io_timeout-89b24137c684c4ea,libasync_stream-f96c8e44522e1048,libaxum-78e2c9e20de0f4d6,libpercent_encoding-9bee39bbc5bd523a,libmatchit-b2689776cf6e5db9,libsync_wrapper-17f912c27eab8964,libaxum_core-c05ae0a97d8db0dc,libmime-4b44681fdb2c65f7,libhyper-2981c4f0b4b55303,libwant-0f3c3ee377cad37f,libtry_lock-aabba5e3d97e6b57,libhttparse-47a3d40564b60e09,libh2-e0c0b343ac238c55,libfutures_channel-179401688c37d974,libhttpdate-9f9d2502c6a38412,libtower-a97d1ba0ed957b7b,libindexmap-68eb0764c1a34cc4,libhashbrown-8ac6e23154e6c3d0,libtokio_util-11ce9a9c35e93a43,libfutures_sink-be8442ee548d90f9,libslab-b066ee2c679b47fd,librand-f4c1ca896973bbef,librand_chacha-a22afb9653219543,libppv_lite86-f1e37e57ffef6e8c,libzerocopy-11ad661e9e1ff602,librand_core-a4580190873cbf19,libgetrandom-2c46409b5a9f94c8,libfutures_util-88328261217f5f90,libfutures_task-bcce5f8e5b6ec165,libpin_utils-9a5791cba021167a,libtower_layer-d70c7e404336389b,libprost-9b65ab6e31d6d6f1,libpin_project-477c8621acb366d9,libtracing-f629a2610746c0a1,libtracing_core-181ee1ed942b4689,libtower_service-0d7df29686b13872,libtokio_stream-9cfd1422f32037a9,libfutures_core-fc6bb1738f00fc87,libtokio-ec2bd42631f088ac,libsocket2-3d90c93e388309af,libmio-c892ba51323828a3,libhttp_body-b4c163883cc9ed18,libpin_project_lite-bedc6e0acd72ff2a,libhttp-331bc164ab59ceff,libfnv-2d77ec4f6f971b24,libbytes-bfe11088fe358bd1,libthiserror-453f2dfba50050a5,libregex-581cc57b588ee3e2,libregex_automata-f669c6eafb626448,libaho_corasick-5318fee7af990b33,libregex_syntax-13fc688ae7f36982,libjsonpath_lib-d9693d42eb8f3ee3,libindicatif-eaf88e47365a8e32,libportable_atomic-d05f93fb4b6471e6,libnumber_prefix-8479f39d71e80d3e,libconsole-dd3fc971bee80b4b,libunicode_width-79cfce0a776a55d3,libcsv-bb3e6ad9202c5937,libcsv_core-62d3130c0d5f49a7,libbase64-64299f9d815d057c,libratatui-a305fe62ebb3ff5f,libunicode_truncate-04c473c7cc351ba5,libitertools-0199f25d0d540ed3,liblru-2a9e5bbc1d7786ef,libcassowary-618d3b643fd4c97b,libitertools-c584c14658ca55ba,libeither-ef22a4c75605e12f,libcompact_str-e19f6c262b01e5b3,libstatic_assertions-d53a9977dc6e27e5,libcastaway-c202ffbb24ccc018,libunicode_segmentation-ff3f1aa3aad6e639,libunicode_width-08b963676a6677c5,libstrum-4324ed2318530573,libnotify-eafa51fbb9ff2611,libcrossbeam_channel-a5156ef294398bef,libfiletime-5ecb656275ddb3b1,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libinotify-c060428644c9767b,libinotify_sys-6a669b9c642424ae,libbitflags-e2b4db6c651223da,libcrossterm-29469ebf9b9650f6,libparking_lot-a1063ac5b98a8ad5,libparking_lot_core-0ebc655986ab28a1,libcfg_if-33ef6c02a07f9fec,libsmallvec-e1beddfb3e414035,liblock_api-29fb1b0a3ec126e3,libscopeguard-d52bd00767847e44,libsignal_hook_mio-887e7dbd19f134b0,libsignal_hook-466bc133dd2ade9d,libsignal_hook_registry-1171f0d22a871719,libmio-b66a0c2d9746163d,liblog-ba604b77dad33fe2,libanyhow-1062fd8720902979,libheed-f3fa85e495c642f8,libpage_size-5a92e978bc2e5b2f,libheed_types-f9da5925188d0d7b,libserde_json-f48bd00cf3994b68,libmemchr-3ffe5f7a52883367,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libindexmap-68e70824a4058570,libhashbrown-31373ccbcd1db386,libfoldhash-a84df4cbe8daa3b8,libequivalent-7e0e8cbe6c474a67,liballocator_api2-3bc2480ae44878f3,libbincode-c25ac5c2b9f81e67,libbyteorder-1efcbe4f07366651,libbitflags-be53aa9d503524fa,libserde-1db7d76b54b122c3,liblmdb_master_sys-d57ab8acd917b097,liblibc-a1f51a53e348ca20,libsynchronoise-88b8ca09e0ab0630,libcrossbeam_queue-43afa6c585e54bba,libcrossbeam_utils-57acb8582d3ed5fe,libonce_cell-0ba6aecba7086d38,libheed_traits-5e990a2a177e8815,libclap-9b3207f6c2c49c2b,libclap_builder-b89c0b2eb16631c7,libstrsim-24acdad2526b95b7,libanstream-feb3341f1dcf56f6,libanstyle_query-86d25270c3c9ef5d,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-f31b73edea95dc17,libutf8parse-8828ddbb63eb8bad,libclap_lex-8f7e36dc12b04c16,libanstyle-acd37f6657e9ecfb}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcWdqMHW/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/lmdb-master-sys-6a8f3a7818d9cb5f/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/lmdb_tui-e0b21e413d627c4a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lmdb-tui` (bin "lmdb-tui") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e73678a2ce30a91e69e7b6b3ecdc39096ba9a4a6bb5c1a83b7f49cedc5bd0c7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e73678a2ce30a91e69e7b6b3ecdc39096ba9a4a6bb5c1a83b7f49cedc5bd0c7c", kill_on_drop: false }` [INFO] [stdout] e73678a2ce30a91e69e7b6b3ecdc39096ba9a4a6bb5c1a83b7f49cedc5bd0c7c