[INFO] cloning repository https://github.com/dogacan/dtdb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dogacan/dtdb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdogacan%2Fdtdb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdogacan%2Fdtdb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ffeca06dfc78c4d4e889af60873595af6a597d4
[INFO] checking dogacan/dtdb against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdogacan%2Fdtdb" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/dogacan/dtdb
[INFO] finished tweaking git repo https://github.com/dogacan/dtdb
[INFO] tweaked toml for git repo https://github.com/dogacan/dtdb written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dogacan/dtdb 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/dogacan/dtdb 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 `dtdb_storage_cli` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-1-tc2/source/target/.../dtdb_storage_cli
[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 `dtdb-storage-cli`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dtdb_storage_cli.rs
[INFO] [stderr] 1 + src/bin/dtdb-storage-cli.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `dtdb_storage` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `dtdb_sql_cli` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-1-tc2/source/target/.../dtdb_sql_cli
[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 `dtdb-sql-cli`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dtdb_sql_cli.rs
[INFO] [stderr] 1 + src/bin/dtdb-sql-cli.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `dtdb_sql` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `dtdb_client_cli` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-1-tc2/source/target/.../dtdb_client_cli
[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 `dtdb-client-cli`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dtdb_client_cli.rs
[INFO] [stderr] 1 + src/bin/dtdb-client-cli.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `dtdb_server` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-1-tc2/source/target/.../dtdb_server
[INFO] [stderr]   |                                                  ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `dtdb-server`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dtdb_server.rs
[INFO] [stderr] 1 + src/bin/dtdb-server.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `dtdb_api` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a8e44446c131e3d986a9a0459a625524625b1ea4f7f31abfe1ca88866ade60dd
[INFO] running `Command { std: "docker" "start" "a8e44446c131e3d986a9a0459a625524625b1ea4f7f31abfe1ca88866ade60dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8e44446c131e3d986a9a0459a625524625b1ea4f7f31abfe1ca88866ade60dd", 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" "a8e44446c131e3d986a9a0459a625524625b1ea4f7f31abfe1ca88866ade60dd" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8e44446c131e3d986a9a0459a625524625b1ea4f7f31abfe1ca88866ade60dd", 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" "a8e44446c131e3d986a9a0459a625524625b1ea4f7f31abfe1ca88866ade60dd" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `dtdb_sql_cli` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../dtdb_sql_cli
[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 `dtdb-sql-cli`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dtdb_sql_cli.rs
[INFO] [stderr] 1 + src/bin/dtdb-sql-cli.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `dtdb_sql` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `dtdb_client_cli` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../dtdb_client_cli
[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 `dtdb-client-cli`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dtdb_client_cli.rs
[INFO] [stderr] 1 + src/bin/dtdb-client-cli.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `dtdb_server` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../dtdb_server
[INFO] [stderr]   |                          ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `dtdb-server`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dtdb_server.rs
[INFO] [stderr] 1 + src/bin/dtdb-server.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `dtdb_api` (manifest) generated 2 warnings
[INFO] [stderr] warning: binary `dtdb_storage_cli` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../dtdb_storage_cli
[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 `dtdb-storage-cli`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/dtdb_storage_cli.rs
[INFO] [stderr] 1 + src/bin/dtdb-storage-cli.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `dtdb_storage` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rust_decimal v1.42.0
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking lz4_flex v0.13.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling pulldown-cmark v0.13.4
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v22.0.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]    Compiling ar_archive_writer v0.5.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]    Compiling tonic-build v0.14.6
[INFO] [stderr]    Compiling link-cplusplus v1.0.12
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling scratch v1.0.9
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.194
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking recursive v0.1.1
[INFO] [stderr]     Checking sqlparser v0.62.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]     Checking heapless v0.7.17
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling codespan-reporting v0.13.1
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]    Compiling cxx v1.0.194
[INFO] [stderr]    Compiling tonic-prost-build v0.14.6
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking dtdb_storage v0.1.0 (/opt/rustwide/workdir/dtdb_storage)
[INFO] [stderr]    Compiling cxx-build v1.0.194
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling dtdb_api v0.1.0 (/opt/rustwide/workdir/dtdb_api)
[INFO] [stderr]    Compiling bolero-generator-derive v0.13.4
[INFO] [stderr]     Checking dtdb_relational v0.1.0 (/opt/rustwide/workdir/dtdb_relational)
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking bolero-generator v0.13.5
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.194
[INFO] [stderr]     Checking pretty-hex v0.4.2
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]    Compiling dtdb_bindings v0.1.0 (/opt/rustwide/workdir/dtdb_bindings)
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr] error: could not compile `bolero-generator` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name bolero_generator --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bolero-generator-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="any"' --cfg 'feature="either"' --cfg 'feature="getrandom"' --cfg 'feature="rand_xoshiro"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any", "arbitrary", "default", "either", "getrandom", "rand_xoshiro", "std"))' -C metadata=7113944c4c18407c -C extra-filename=-357710463f4984a9 --out-dir /opt/rustwide/target/debug/build/bolero-generator/357710463f4984a9/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/getrandom/fc229b79b8b58474/out -L dependency=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out -L dependency=/opt/rustwide/target/debug/build/rand_core/20eb4a5744f4eee6/out --extern bolero_generator_derive=/opt/rustwide/target/debug/build/bolero-generator-derive/e2bda8e2ff8793c0/out/libbolero_generator_derive-e2bda8e2ff8793c0.so --extern either=/opt/rustwide/target/debug/build/either/7d7985dc776751b3/out/libeither-7d7985dc776751b3.rmeta --extern getrandom=/opt/rustwide/target/debug/build/getrandom/fc229b79b8b58474/out/libgetrandom-fc229b79b8b58474.rmeta --extern rand_core=/opt/rustwide/target/debug/build/rand_core/20eb4a5744f4eee6/out/librand_core-20eb4a5744f4eee6.rmeta --extern rand_xoshiro=/opt/rustwide/target/debug/build/rand_xoshiro/79c547a283c875a7/out/librand_xoshiro-79c547a283c875a7.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 `sqlparser` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/416264364aa47959f5827723e1d7dabc95d0744b/bin/rustc --crate-name sqlparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.62.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=7efca355402424a7 -C extra-filename=-e897840aa3f918b7 --out-dir /opt/rustwide/target/debug/build/sqlparser/e897840aa3f918b7/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out -L dependency=/opt/rustwide/target/debug/build/psm/b9c356572542b0af/out -L dependency=/opt/rustwide/target/debug/build/recursive-proc-macro-impl/05d7acb50af4b5b9/out -L dependency=/opt/rustwide/target/debug/build/stacker/b36a5b62242b8060/out --extern log=/opt/rustwide/target/debug/build/log/243a4081f8655140/out/liblog-243a4081f8655140.rmeta --extern recursive=/opt/rustwide/target/debug/build/recursive/465b875c23ad4518/out/librecursive-465b875c23ad4518.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies -L native=/opt/rustwide/target/debug/build/psm/123acc0a1a2cf348/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "a8e44446c131e3d986a9a0459a625524625b1ea4f7f31abfe1ca88866ade60dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8e44446c131e3d986a9a0459a625524625b1ea4f7f31abfe1ca88866ade60dd", kill_on_drop: false }`
[INFO] [stdout] a8e44446c131e3d986a9a0459a625524625b1ea4f7f31abfe1ca88866ade60dd
