[INFO] cloning repository https://github.com/isdaniel/pg2any [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/isdaniel/pg2any" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisdaniel%2Fpg2any", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisdaniel%2Fpg2any'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a2e504a2dd09b50bc2771dd0a3da915e4d710429 [INFO] testing isdaniel/pg2any against try#a7ee93192a766fb0dafa23def7154fc03cfcfc3e for pr-146989 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisdaniel%2Fpg2any" "/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/isdaniel/pg2any [INFO] finished tweaking git repo https://github.com/isdaniel/pg2any [INFO] tweaked toml for git repo https://github.com/isdaniel/pg2any written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/isdaniel/pg2any on toolchain a7ee93192a766fb0dafa23def7154fc03cfcfc3e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/isdaniel/pg2any 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" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39f841c4c1dd53cc5f9bd2e38bb2dfa4eb009d265be880daa529adb4762ef8b9 [INFO] running `Command { std: "docker" "start" "-a" "39f841c4c1dd53cc5f9bd2e38bb2dfa4eb009d265be880daa529adb4762ef8b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39f841c4c1dd53cc5f9bd2e38bb2dfa4eb009d265be880daa529adb4762ef8b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39f841c4c1dd53cc5f9bd2e38bb2dfa4eb009d265be880daa529adb4762ef8b9", kill_on_drop: false }` [INFO] [stdout] 39f841c4c1dd53cc5f9bd2e38bb2dfa4eb009d265be880daa529adb4762ef8b9 [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cb145f672ac94cf8f20f8339419c390e71a5ba5f5fbdfa5eef035946a03a1546 [INFO] running `Command { std: "docker" "start" "-a" "cb145f672ac94cf8f20f8339419c390e71a5ba5f5fbdfa5eef035946a03a1546", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling find-msvc-tools v0.1.6 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling cc v1.2.51 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling rustls-pki-types v1.13.2 [INFO] [stderr] Compiling zmij v1.0.6 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling syn v2.0.112 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling base64ct v1.8.1 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling num-bigint-dig v0.8.6 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling bindgen v0.64.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling rsa v0.9.9 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling sqlx-mysql v0.8.6 [INFO] [stderr] Compiling procfs v0.17.0 [INFO] [stderr] Compiling protobuf v3.7.2 [INFO] [stderr] Compiling rust_decimal v1.39.0 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling protobuf-support v3.7.2 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Compiling enumflags2_derive v0.7.12 [INFO] [stderr] Compiling procfs-core v0.17.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling prometheus v0.14.0 [INFO] [stderr] Compiling compression-core v0.4.31 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling bigdecimal v0.3.1 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling libpq-sys v0.8.0 [INFO] [stderr] Compiling compression-codecs v0.4.36 [INFO] [stderr] Compiling enumflags2 v0.7.12 [INFO] [stderr] Compiling async-native-tls v0.4.0 [INFO] [stderr] Compiling asynchronous-codec v0.6.2 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling connection-string v0.2.0 [INFO] [stderr] Compiling pretty-hex v0.3.0 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling tiberius v0.12.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling pg_walstream v0.3.0 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling async-compression v0.4.37 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling pg2any_lib v0.7.0 (/opt/rustwide/workdir/pg2any-lib) [INFO] [stderr] Compiling pg2any v0.0.0 (/opt/rustwide/workdir/examples) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 51s [INFO] running `Command { std: "docker" "inspect" "cb145f672ac94cf8f20f8339419c390e71a5ba5f5fbdfa5eef035946a03a1546", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb145f672ac94cf8f20f8339419c390e71a5ba5f5fbdfa5eef035946a03a1546", kill_on_drop: false }` [INFO] [stdout] cb145f672ac94cf8f20f8339419c390e71a5ba5f5fbdfa5eef035946a03a1546 [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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7ee93192a766fb0dafa23def7154fc03cfcfc3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8c11c6740d34bee8689843297b9c528c076773ed0198cdbc230176451010f1c [INFO] running `Command { std: "docker" "start" "-a" "b8c11c6740d34bee8689843297b9c528c076773ed0198cdbc230176451010f1c", kill_on_drop: false }` [INFO] [stderr] Compiling pg2any_lib v0.7.0 (/opt/rustwide/workdir/pg2any-lib) [INFO] [stderr] Compiling pg2any v0.0.0 (/opt/rustwide/workdir/examples) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcKw9i79/symbols.o" "<7 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/{libpg2any_lib-c2bb42e2d786f700,libtiberius-30e71a022395251c,libtime-7a27619bd9ff54b6,libtime_core-2040860403d71275,libnum_conv-2c976fbf8b8f2899,libderanged-565c368c3f4e1a9f,libpowerfmt-a0c185df26c26a22,librust_decimal-28528a2f867827bd,libarrayvec-e69e5f78daccaf57,libencoding_rs-f47fb1c01542042e,libenumflags2-939519a097193066,libasync_native_tls-8782a58d071f827b,libnative_tls-9dadcb9bbe8a2523,libopenssl_probe-cbab9b905ab83f66,libopenssl-a16a9a9e32e06af5,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-3d3a90883cc6a7fc,libpretty_hex-bffbbd3fb24e3540,libasynchronous_codec-1c785bdb206105f1,libconnection_string-9a6e8139fe039276,libbigdecimal-1105642f753f3070,libnum_bigint-2e759e4030cb178b,libsqlx-29b872a4d984e358,libsqlx_sqlite-fdb1fd8fad0b39ad,libfutures_executor-1507f49057671faa,libflume-7f423a13feb8172d,libserde_urlencoded-63f4b31f05e90d70,libryu-14257e7dfe68df82,libfutures_intrusive-cc5c638aba7ce342,liblibsqlite3_sys-1f083f659a1587c9,libatoi-90dd6817920bfd59,libsqlx_mysql-aa0a2e63c4ea33c8,libdotenvy-c158e10653a35757,libcrc-7c0e721306e9636e,libcrc_catalog-bb32f52851f13aa4,libbyteorder-1efcbe4f07366651,libsha1-d280244d30f9e362,librsa-9bf8cee7f931e622,libpkcs1-b517a232a9732e55,libpkcs8-880ed317c9346792,libspki-37b69cf8ec23f329,libder-d2769a8ee8270294,libpem_rfc7468-50ee8b9b7f52f195,libbase64ct-7c704b851c35e455,libsignature-80a176c121ad7493,libnum_bigint_dig-dafc51b596c2e01c,liblibm-d7dc3851b5dfa6f4,libnum_iter-e3d2b2d411dba590,libnum_integer-bd154967d78d3926,librand-f8c15f72e1c4dfe3,librand_chacha-a943d4ec229de240,libppv_lite86-8cfc082dcac416be,libzerocopy-512afe2d0393d1fb,librand_core-c7143112b9f8b3b5,libsqlx_core-262a28ce930bc41b,libwebpki_roots-02fffaa7bac97ec9,libwebpki_roots-49646d5ea6fd5ace,libsha2-e9cddd877183fbd5,libcpufeatures-471354fefbcaf2d8,libdigest-ac8c101a63ac42e8,libconst_oid-5d63b50f42b847e9,libblock_buffer-89561fdedc720992,libcrypto_common-761e7d9b21004ed9,libgeneric_array-c18ca592204e9758,libtypenum-0e02f3386ab040bb,librustls-9eb2732a4afd87fb,libsubtle-ca7024fc66e4388f,libwebpki-22c1d3fe3dbbc398,libring-41c993729aed0a62,libgetrandom-b8f5a6c6d9bee25c,libuntrusted-3420b86308bec153,librustls_pki_types-333f1d79bf046a52,libzeroize-36c98e1e0ab441af,libhashlink-a200ded97f2f80e8,libhashbrown-58a46c9697e58a2b,libfoldhash-a84df4cbe8daa3b8,liballocator_api2-3bc2480ae44878f3,libuuid-7396fa70c5335e84,liburl-64df7a7d817d3cab,libidna-14da50bbf77274a9,libutf8_iter-0d9be7b316c2b184,libidna_adapter-58df7f7c4bab55b5,libicu_properties-61fdda2196300d55,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-efd4e7060f1d2e0d,libicu_normalizer_data-088c419f54c50650,libicu_collections-2c6d53c5eea90e97,libpotential_utf-9e59c03ef7fe8a1b,libicu_provider-15b94e673aaa3ae1,libicu_locale_core-38d4c23ad3f262b9,libtinystr-a6fa4bd167bca809,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-c6f67915ea91843b,libzerotrie-8e7b17289f861e5f,libyoke-aaf5c10419c39569,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-53a7e843efed97cc,libform_urlencoded-b57e943dc1db8475,libcrossbeam_queue-7ccd0d142a4956b3,libcrossbeam_utils-0a46ed2e1921bda3,libeither-fbd9d64516a3f6e2,libevent_listener-3285fc919fa670d4,libparking-49fcf10303d3525f,libhyper_util-e3d86ab41b00531f,libbase64-2a03de3babadded3,libpercent_encoding-c53c37e60dd2727e,libipnet-9aae67a4e846df6d,libtower_layer-d70c7e404336389b,libtower_service-0d7df29686b13872,libfutures_util-879e4c2e22777f78,libfutures_task-19b3aba2be9e7ae8,libhyper-cbe170c032a42acd,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-8e64cfaaf9fdb598,libindexmap-50c87da5001fa587,libequivalent-7e0e8cbe6c474a67,libhashbrown-00f937fe1169347c,libslab-8c0cbfb396425d81,libpin_utils-9a5791cba021167a,libatomic_waker-001109810bdecbaa,libhttpdate-9f9d2502c6a38412,libfutures_channel-c679acf38b3b9ea3,libhttp_body_util-194889fdb4ea9f63,libhttp_body-c835eae5fc9c575c,libhttp-b9bda94d23e26c86,libprometheus-e7e6aca411e002d8,libprocfs-6c9fbb7f61f3086e,librustix-d56c21117baf2986,liblinux_raw_sys-bd5a7f223afa9757,libprocfs_core-4b1ea2c66791e7f3,libhex-28742b4ca144387c,libbitflags-3073ec641d841d79,liblazy_static-9caffa810c62805b,libspin-6aca1d391314f776,libfnv-2d77ec4f6f971b24,libprotobuf-2df9a6f907f2ab99,libprotobuf_support-1cacdd5512d7e2cb,libthiserror-29ef76992fe72258,libasync_compression-270d335058af8170,libcompression_codecs-a8abf4795dc4b851,libflate2-2c9dffbbf1626bbf,libminiz_oxide-0604c014cfd3f447,libsimd_adler32-b082e9f39b443ffb,libcrc32fast-66fcb8dfd77ba9de,libcompression_core-5624d7ace9667e75,libpg_walstream-fb43f333de9b162f,libserde_json-9e9dda061b2a6dc7,libmemchr-f9c66c7ba21bf873,libitoa-ae20521aea192d35,libzmij-efaa60f1561638bd,liblibpq_sys-d840dbe3a3fd1ad1,libthiserror-257f0cdc4bc31181,libtracing-f4a0ad03d099aabf,liblog-cfb0a897de58af94,libtracing_core-fc2d38f4334e7941,libonce_cell-0ba6aecba7086d38,libtokio_util-d1f95eff652d9a7d,libfutures_io-972ebb79349338ae,libfutures_core-fc6bb1738f00fc87,libtokio-7227d4d5e63dbad8,libsignal_hook_registry-673ab22ac234d6e4,liberrno-c832af3178a8e8e4,libsocket2-5e964938868c5d11,libbytes-752d6eacdc0bb513,libmio-6ecabdf13e0a6928,libparking_lot-58f6cbf57b8e9c2b,libparking_lot_core-3064cb59cae5d170,liblibc-2727642f09711a0d,libcfg_if-5af52f617df93f8f,libsmallvec-5854932b8c8b4991,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libfutures_sink-be8442ee548d90f9,libpin_project_lite-bedc6e0acd72ff2a,libchrono-22bfea4624900cd6,libiana_time_zone-54997521cde77023,libnum_traits-10b3a10b7db869ec,libserde-860df1e033a1c01d,libserde_core-9630c118cbbf7b68}.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" "-lssl" "-lcrypto" "-lpq" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcKw9i79/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/ring-dd0411beaa0ba2fa/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-7f2cb071f5549dc0/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/sqlite_comprehensive_tests-98dd5202cc8f9fb2" "-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 `pg2any_lib` (test "sqlite_comprehensive_tests") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `pg2any_lib` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/a7ee93192a766fb0dafa23def7154fc03cfcfc3e/bin/rustc --crate-name pg2any_lib --edition=2021 pg2any-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="http-body-util"' --cfg 'feature="hyper"' --cfg 'feature="hyper-util"' --cfg 'feature="metrics"' --cfg 'feature="mysql"' --cfg 'feature="prometheus"' --cfg 'feature="sqlite"' --cfg 'feature="sqlserver"' --cfg 'feature="sqlx"' --cfg 'feature="tiberius"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "http-body-util", "hyper", "hyper-util", "metrics", "mysql", "prometheus", "sqlite", "sqlserver", "sqlx", "tiberius"))' -C metadata=c9bc20b3008369f8 -C extra-filename=-e0052e63be78341a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_compression=/opt/rustwide/target/debug/deps/libasync_compression-270d335058af8170.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-2e81cdcc03dc7b95.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-752d6eacdc0bb513.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-22bfea4624900cd6.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-2c9dffbbf1626bbf.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-194889fdb4ea9f63.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-cbe170c032a42acd.rlib --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-e3d86ab41b00531f.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-9caffa810c62805b.rlib --extern pg_walstream=/opt/rustwide/target/debug/deps/libpg_walstream-fb43f333de9b162f.rlib --extern prometheus=/opt/rustwide/target/debug/deps/libprometheus-e7e6aca411e002d8.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-860df1e033a1c01d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9e9dda061b2a6dc7.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-29b872a4d984e358.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-257f0cdc4bc31181.rlib --extern tiberius=/opt/rustwide/target/debug/deps/libtiberius-30e71a022395251c.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-7227d4d5e63dbad8.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-d1f95eff652d9a7d.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-f4a0ad03d099aabf.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-dd0411beaa0ba2fa/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-7f2cb071f5549dc0/out -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "b8c11c6740d34bee8689843297b9c528c076773ed0198cdbc230176451010f1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8c11c6740d34bee8689843297b9c528c076773ed0198cdbc230176451010f1c", kill_on_drop: false }` [INFO] [stdout] b8c11c6740d34bee8689843297b9c528c076773ed0198cdbc230176451010f1c