[INFO] cloning repository https://github.com/BrianIto/rust_sqlx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BrianIto/rust_sqlx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrianIto%2Frust_sqlx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrianIto%2Frust_sqlx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d7b2b54a67804874267d77f68ea0f7cee149a3e5
[INFO] checking BrianIto/rust_sqlx against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrianIto%2Frust_sqlx" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BrianIto/rust_sqlx
[INFO] finished tweaking git repo https://github.com/BrianIto/rust_sqlx
[INFO] tweaked toml for git repo https://github.com/BrianIto/rust_sqlx written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BrianIto/rust_sqlx on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BrianIto/rust_sqlx 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `relational_dbs` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc2/source/target/.../relational_dbs
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `relational-dbs`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 - name = "relational_dbs"
[INFO] [stderr] 24 + name = "relational-dbs"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `relational-dbs`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 ~ version = "0.1.0"
[INFO] [stderr] 26 + [[bin]]
[INFO] [stderr] 27 + name = "relational-dbs"
[INFO] [stderr] 28 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `relational_dbs` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b98603adba73d516702b96a367211c111a21d587f89699e87948dfda972aa4b5
[INFO] running `Command { std: "docker" "start" "b98603adba73d516702b96a367211c111a21d587f89699e87948dfda972aa4b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b98603adba73d516702b96a367211c111a21d587f89699e87948dfda972aa4b5", 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" "b98603adba73d516702b96a367211c111a21d587f89699e87948dfda972aa4b5" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b98603adba73d516702b96a367211c111a21d587f89699e87948dfda972aa4b5", 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" "b98603adba73d516702b96a367211c111a21d587f89699e87948dfda972aa4b5" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `relational_dbs` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../relational_dbs
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `relational-dbs`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 - name = "relational_dbs"
[INFO] [stderr] 24 + name = "relational-dbs"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `relational-dbs`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 ~ version = "0.1.0"
[INFO] [stderr] 26 + [[bin]]
[INFO] [stderr] 27 + name = "relational-dbs"
[INFO] [stderr] 28 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `relational_dbs` (manifest) generated 1 warning
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling cmov v0.5.4
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking hybrid-array v0.4.14
[INFO] [stderr]    Compiling futures-core v0.3.33
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]     Checking generic-array v0.14.9
[INFO] [stderr]    Compiling futures-sink v0.3.33
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling rust_decimal v1.42.1
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling tinyvec v1.12.0
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling arrayvec v0.7.8
[INFO] [stderr]    Compiling futures-task v0.3.33
[INFO] [stderr]    Compiling futures-io v0.3.33
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]    Compiling event-listener v5.4.2
[INFO] [stderr]    Compiling futures-util v0.3.33
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling crossbeam-queue v0.3.13
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling hashlink v0.11.1
[INFO] [stderr]     Checking lru v0.18.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling uuid v1.24.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling rand v0.10.2
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling futures-channel v0.3.33
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling whoami v2.1.2
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling md-5 v0.11.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling hkdf v0.13.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking line-clipping v0.3.7
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "schedule-latency", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e4dc7e6f24add133 -C extra-filename=-7f0bf76343e6c015 --out-dir /opt/rustwide/target/debug/build/tokio/7f0bf76343e6c015/out -L dependency=/opt/rustwide/target/debug/build/libc/957bca8494e3bc36/out --extern bytes=/opt/rustwide/target/debug/build/bytes/30351472287a0b7c/out/libbytes-30351472287a0b7c.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/957bca8494e3bc36/out/liblibc-957bca8494e3bc36.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/90708ae23790c840/out/libmio-90708ae23790c840.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/c7bca50a9594d885/out/libpin_project_lite-c7bca50a9594d885.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/7b3676e69b8e86f5/out/libsocket2-7b3676e69b8e86f5.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `openssl` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name openssl --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=8604766beafd3636 -C extra-filename=-149249a923db4054 --out-dir /opt/rustwide/target/debug/build/openssl/149249a923db4054/out -L dependency=/opt/rustwide/target/debug/build/foreign-types-shared/179e2a4c60543a15/out -L dependency=/opt/rustwide/target/debug/build/libc/957bca8494e3bc36/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/3440582ead57f77f/out/libbitflags-3440582ead57f77f.rmeta --extern cfg_if=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out/libcfg_if-9c7f9eb9639deea5.rmeta --extern foreign_types=/opt/rustwide/target/debug/build/foreign-types/feec77f15cc2cb53/out/libforeign_types-feec77f15cc2cb53.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/957bca8494e3bc36/out/liblibc-957bca8494e3bc36.rmeta --extern openssl_macros=/opt/rustwide/target/debug/build/openssl-macros/99f84116657ce01a/out/libopenssl_macros-99f84116657ce01a.so --extern ffi=/opt/rustwide/target/debug/build/openssl-sys/21d315cc2787d861/out/libopenssl_sys-21d315cc2787d861.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "b98603adba73d516702b96a367211c111a21d587f89699e87948dfda972aa4b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b98603adba73d516702b96a367211c111a21d587f89699e87948dfda972aa4b5", kill_on_drop: false }`
[INFO] [stdout] b98603adba73d516702b96a367211c111a21d587f89699e87948dfda972aa4b5
