[INFO] cloning repository https://github.com/henosis-playground/connector-sdk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/henosis-playground/connector-sdk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenosis-playground%2Fconnector-sdk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenosis-playground%2Fconnector-sdk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 74d301620a5f4a57e2a5f696e37c716b62ec5d8d
[INFO] checking henosis-playground/connector-sdk against 4d7f6614d0baa7689bd05eba340114667db4d5b7 for pr-133502-28
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenosis-playground%2Fconnector-sdk" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/henosis-playground/connector-sdk
[INFO] finished tweaking git repo https://github.com/henosis-playground/connector-sdk
[INFO] tweaked toml for git repo https://github.com/henosis-playground/connector-sdk written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/henosis-playground/connector-sdk on toolchain 4d7f6614d0baa7689bd05eba340114667db4d5b7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/henosis-playground/connector-sdk 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" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fbeac5022dee44fe2adcc811ced594722f24657c59ac7fb63023e0289ddf5d2a
[INFO] running `Command { std: "docker" "start" "fbeac5022dee44fe2adcc811ced594722f24657c59ac7fb63023e0289ddf5d2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fbeac5022dee44fe2adcc811ced594722f24657c59ac7fb63023e0289ddf5d2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fbeac5022dee44fe2adcc811ced594722f24657c59ac7fb63023e0289ddf5d2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fbeac5022dee44fe2adcc811ced594722f24657c59ac7fb63023e0289ddf5d2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fbeac5022dee44fe2adcc811ced594722f24657c59ac7fb63023e0289ddf5d2a" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling zmij v1.0.22
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling diesel_derives v2.3.9
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling pq-sys v0.7.5
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking zlib-rs v0.6.6
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking smoothutf8 v0.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking uuid v1.23.5
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking iddqd v0.4.5
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling workspace-hack v0.0.0 (/opt/rustwide/workdir/crates/workspace-hack)
[INFO] [stderr]     Checking integration v0.0.0 (/opt/rustwide/workdir/tests/integration)
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling automod v1.0.17
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking newtype-uuid v1.3.2 (https://github.com/henosis-playground/newtype-uuid.git?rev=f20e0aff365e59de7eadd29e769cf0c93990c587#f20e0aff)
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling workspace-hack v0.0.0 (https://github.com/henosis-playground/core.git?rev=d3d9b98cc185fbc2b8e46e2ccdc38306e0665076#d3d9b98c)
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking buffa v0.8.1
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking faultline v0.1.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking buffa-types v0.8.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking async-compression v0.4.42
[INFO] [stderr]     Checking diesel v2.3.11
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr] error: could not compile `diesel` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4d7f6614d0baa7689bd05eba340114667db4d5b7/bin/rustc --crate-name diesel --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C panic=abort -C embed-bitcode=no --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=083b591f4ae24724 -C extra-filename=-9f35c4d50f3bf97a --out-dir /opt/rustwide/target/debug/build/diesel/9f35c4d50f3bf97a/out -C strip=debuginfo -L dependency=/opt/rustwide/target/debug/build/bitflags/597ccb0c03489c31/out -L dependency=/opt/rustwide/target/debug/build/byteorder/070eefd09f5686fd/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/d18943617476e916/out -L dependency=/opt/rustwide/target/debug/build/chacha20/913a7a082ba0df23/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/48056745502a14aa/out -L dependency=/opt/rustwide/target/debug/build/diesel_derives/c9058d59822f5def/out -L dependency=/opt/rustwide/target/debug/build/downcast-rs/5fdd04aceea56be0/out -L dependency=/opt/rustwide/target/debug/build/getrandom/3d714f7f8a28c46c/out -L dependency=/opt/rustwide/target/debug/build/itoa/e762a37c31f86d7b/out -L dependency=/opt/rustwide/target/debug/build/libc/f36e3d3322ff8d83/out -L dependency=/opt/rustwide/target/debug/build/pq-sys/05e8732df93a46c1/out -L dependency=/opt/rustwide/target/debug/build/rand/bd2a0a0464510862/out -L dependency=/opt/rustwide/target/debug/build/rand_core/e108fc963974a0c8/out -L dependency=/opt/rustwide/target/debug/build/serde_core/b061879b411a69cb/out -L dependency=/opt/rustwide/target/debug/build/sha1_smol/169de0be6cb058a8/out -L dependency=/opt/rustwide/target/debug/build/uuid/49029c16fb8a3151/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/597ccb0c03489c31/out/libbitflags-597ccb0c03489c31.rmeta --extern byteorder=/opt/rustwide/target/debug/build/byteorder/070eefd09f5686fd/out/libbyteorder-070eefd09f5686fd.rmeta --extern diesel_derives=/opt/rustwide/target/debug/build/diesel_derives/c9058d59822f5def/out/libdiesel_derives-c9058d59822f5def.so --extern downcast_rs=/opt/rustwide/target/debug/build/downcast-rs/5fdd04aceea56be0/out/libdowncast_rs-5fdd04aceea56be0.rmeta --extern itoa=/opt/rustwide/target/debug/build/itoa/e762a37c31f86d7b/out/libitoa-e762a37c31f86d7b.rmeta --extern pq_sys=/opt/rustwide/target/debug/build/pq-sys/05e8732df93a46c1/out/libpq_sys-05e8732df93a46c1.rmeta --extern uuid=/opt/rustwide/target/debug/build/uuid/49029c16fb8a3151/out/libuuid-49029c16fb8a3151.rmeta --cap-lints allow --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `diesel` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4d7f6614d0baa7689bd05eba340114667db4d5b7/bin/rustc --crate-name diesel --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=b61fdfce3ab88cde -C extra-filename=-76f3874f195484a5 --out-dir /opt/rustwide/target/debug/build/diesel/76f3874f195484a5/out -C strip=debuginfo -L dependency=/opt/rustwide/target/debug/build/bitflags/8c3bd8cd480f3cc4/out -L dependency=/opt/rustwide/target/debug/build/byteorder/6f134b56ec74f2d0/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/89d982f4c742ef14/out -L dependency=/opt/rustwide/target/debug/build/chacha20/030b5f71a5637213/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/c97c7713ab069a45/out -L dependency=/opt/rustwide/target/debug/build/diesel_derives/c9058d59822f5def/out -L dependency=/opt/rustwide/target/debug/build/downcast-rs/74703522f1282293/out -L dependency=/opt/rustwide/target/debug/build/getrandom/762479845f3235a0/out -L dependency=/opt/rustwide/target/debug/build/itoa/d988fde697c3bf59/out -L dependency=/opt/rustwide/target/debug/build/libc/fa51cf7d94121b3c/out -L dependency=/opt/rustwide/target/debug/build/pq-sys/076db4a68eb1e744/out -L dependency=/opt/rustwide/target/debug/build/rand/2679f71ec126532e/out -L dependency=/opt/rustwide/target/debug/build/rand_core/8ce050514728468f/out -L dependency=/opt/rustwide/target/debug/build/serde_core/1dd990f868892e8a/out -L dependency=/opt/rustwide/target/debug/build/sha1_smol/b3465fcfb2340fee/out -L dependency=/opt/rustwide/target/debug/build/uuid/d0c56c077e9a446e/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/8c3bd8cd480f3cc4/out/libbitflags-8c3bd8cd480f3cc4.rmeta --extern byteorder=/opt/rustwide/target/debug/build/byteorder/6f134b56ec74f2d0/out/libbyteorder-6f134b56ec74f2d0.rmeta --extern diesel_derives=/opt/rustwide/target/debug/build/diesel_derives/c9058d59822f5def/out/libdiesel_derives-c9058d59822f5def.so --extern downcast_rs=/opt/rustwide/target/debug/build/downcast-rs/74703522f1282293/out/libdowncast_rs-74703522f1282293.rmeta --extern itoa=/opt/rustwide/target/debug/build/itoa/d988fde697c3bf59/out/libitoa-d988fde697c3bf59.rmeta --extern pq_sys=/opt/rustwide/target/debug/build/pq-sys/076db4a68eb1e744/out/libpq_sys-076db4a68eb1e744.rmeta --extern uuid=/opt/rustwide/target/debug/build/uuid/d0c56c077e9a446e/out/libuuid-d0c56c077e9a446e.rmeta --cap-lints allow --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "fbeac5022dee44fe2adcc811ced594722f24657c59ac7fb63023e0289ddf5d2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbeac5022dee44fe2adcc811ced594722f24657c59ac7fb63023e0289ddf5d2a", kill_on_drop: false }`
[INFO] [stdout] fbeac5022dee44fe2adcc811ced594722f24657c59ac7fb63023e0289ddf5d2a
