[INFO] cloning repository https://github.com/ManonLoki/crm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ManonLoki/crm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FManonLoki%2Fcrm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FManonLoki%2Fcrm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 189f1403d6c82443de8878bc61c24e5ce422cc58 [INFO] testing ManonLoki/crm against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FManonLoki%2Fcrm" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ManonLoki/crm [INFO] finished tweaking git repo https://github.com/ManonLoki/crm [INFO] tweaked toml for git repo https://github.com/ManonLoki/crm written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ManonLoki/crm on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ManonLoki/crm 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 568b8ec2d2a53e77931d2561c2f7169a5155839ac25a3782f6951ce0ac34a2ce [INFO] running `Command { std: "docker" "start" "-a" "568b8ec2d2a53e77931d2561c2f7169a5155839ac25a3782f6951ce0ac34a2ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "568b8ec2d2a53e77931d2561c2f7169a5155839ac25a3782f6951ce0ac34a2ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "568b8ec2d2a53e77931d2561c2f7169a5155839ac25a3782f6951ce0ac34a2ce", kill_on_drop: false }` [INFO] [stdout] 568b8ec2d2a53e77931d2561c2f7169a5155839ac25a3782f6951ce0ac34a2ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 68409f7763bf97615675d5adeecd7182c55ec3d9ac7753ebaad613a9786f6736 [INFO] running `Command { std: "docker" "start" "-a" "68409f7763bf97615675d5adeecd7182c55ec3d9ac7753ebaad613a9786f6736", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling rustix v0.38.35 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling cc v1.1.15 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling prettyplease v0.2.22 [INFO] [stderr] Compiling cpufeatures v0.2.13 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling multimap v0.10.0 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling serde_json v1.0.127 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling tempfile v3.12.0 [INFO] [stderr] Compiling sqlformat v0.2.4 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling unicode-properties v0.1.2 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling whoami v1.5.1 [INFO] [stderr] Compiling rustls-pki-types v1.8.0 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling sqlx-core v0.7.4 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling prost-derive v0.12.6 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling prost-derive v0.13.2 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling rustls-webpki v0.102.7 [INFO] [stderr] Compiling sqlx-postgres v0.7.4 [INFO] [stderr] Compiling prost v0.12.6 [INFO] [stderr] Compiling prost-types v0.12.6 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling axum v0.7.5 [INFO] [stderr] Compiling prost-build v0.12.6 [INFO] [stderr] Compiling tonic-build v0.11.0 [INFO] [stderr] Compiling hyper-util v0.1.7 [INFO] [stderr] Compiling proto-builder-trait v0.6.1 [INFO] [stderr] Compiling sqlx-macros-core v0.7.4 [INFO] [stderr] Compiling prost v0.13.2 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.20.1 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling zstd-safe v7.2.1 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling rustls-pemfile v2.1.3 [INFO] [stderr] Compiling derive_builder_macro v0.20.1 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling zstd v0.13.2 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling hyper-timeout v0.5.1 [INFO] [stderr] Compiling sqlx-macros v0.7.4 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling bindgen v0.68.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling derive_builder v0.20.1 [INFO] [stderr] Compiling prost-types v0.13.2 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] error: could not compile `sqlx-postgres` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name sqlx_postgres --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.7.4/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="any"' --cfg 'feature="chrono"' --cfg 'feature="json"' --cfg 'feature="migrate"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any", "bigdecimal", "bit-vec", "chrono", "ipnetwork", "json", "mac_address", "migrate", "offline", "rust_decimal", "time", "uuid"))' -C metadata=4e7b8f63501ecdf7 -C extra-filename=-c7f40a53455ad209 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atoi=/opt/rustwide/target/debug/deps/libatoi-7011ddb72ee00178.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-64299f9d815d057c.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-ce446ee600bbaa5e.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-1e924d369e48dcfe.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-537f2a35f080c356.rmeta --extern crc=/opt/rustwide/target/debug/deps/libcrc-dad355042bb8f721.rmeta --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-a814b7bed2279676.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-2da63d8c7891ede1.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-64a3a644ba29741c.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-1f5bb1ccd0d935a9.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-28742b4ca144387c.rmeta --extern hkdf=/opt/rustwide/target/debug/deps/libhkdf-716c23d8969d7e91.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-ce2b8f07fbba6235.rmeta --extern home=/opt/rustwide/target/debug/deps/libhome-34c282980fe9bb92.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-4c6598116a867907.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-669e9396cafcbb01.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-2afea86f13692d53.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-3ffe5f7a52883367.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-24c5d665b6879050.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-3d741108cd598749.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-61cd17ef9d0669e4.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e880a01edcf627cc.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-0df8cbc9d30f8fc0.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-e2fbd282c83e646d.rmeta --extern sqlx_core=/opt/rustwide/target/debug/deps/libsqlx_core-b249f51af7219bb7.rmeta --extern stringprep=/opt/rustwide/target/debug/deps/libstringprep-9ca40989e2002152.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-6a2f97fcd1dce0d8.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-40a619a56f97472f.rmeta --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-3ac9dbc36fe53bc9.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-f3e8a7cdfb6bc2d1/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rustls` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.12/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="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=bc038deeb0419eb2 -C extra-filename=-2581c77b42eae453 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-669e9396cafcbb01.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-24c5d665b6879050.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-30e5688ac3d13c73.rmeta --extern pki_types=/opt/rustwide/target/debug/deps/librustls_pki_types-ccf8f8faa3f33558.rmeta --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-c77ed9771b133a19.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-fdb157e48338ed49.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-ead98f074a37f829.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-f3e8a7cdfb6bc2d1/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "68409f7763bf97615675d5adeecd7182c55ec3d9ac7753ebaad613a9786f6736", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68409f7763bf97615675d5adeecd7182c55ec3d9ac7753ebaad613a9786f6736", kill_on_drop: false }` [INFO] [stdout] 68409f7763bf97615675d5adeecd7182c55ec3d9ac7753ebaad613a9786f6736