[INFO] fetching crate datafusion-sqllogictest 53.0.0...
[INFO] checking datafusion-sqllogictest-53.0.0 against try#3fada14ee01d755dc8076e611f11bf65b28ffd21 for pr-154971
[INFO] extracting crate datafusion-sqllogictest 53.0.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate datafusion-sqllogictest 53.0.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate datafusion-sqllogictest 53.0.0
[INFO] tweaked toml for crates.io crate datafusion-sqllogictest 53.0.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate datafusion-sqllogictest 53.0.0 on toolchain 3fada14ee01d755dc8076e611f11bf65b28ffd21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate datafusion-sqllogictest 53.0.0 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" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2499e5bf48f52560778e36bd9fc3ff577e62e9f09c375c990cc98b32cd0f5a60
[INFO] running `Command { std: "docker" "start" "-a" "2499e5bf48f52560778e36bd9fc3ff577e62e9f09c375c990cc98b32cd0f5a60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2499e5bf48f52560778e36bd9fc3ff577e62e9f09c375c990cc98b32cd0f5a60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2499e5bf48f52560778e36bd9fc3ff577e62e9f09c375c990cc98b32cd0f5a60", kill_on_drop: false }`
[INFO] [stdout] 2499e5bf48f52560778e36bd9fc3ff577e62e9f09c375c990cc98b32cd0f5a60
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9110a5a7c2c834ac55e74d227477afd28989b6dee13c367f30c1dd349da06e66
[INFO] running `Command { std: "docker" "start" "-a" "9110a5a7c2c834ac55e74d227477afd28989b6dee13c367f30c1dd349da06e66", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking siphasher v1.0.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking lexical-util v1.0.7
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking lexical-parse-integer v1.0.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking lexical-write-integer v1.0.6
[INFO] [stderr]     Checking lexical-parse-float v1.0.6
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking lexical-write-float v1.0.6
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling flatbuffers v25.12.19
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking comfy-table v7.2.2
[INFO] [stderr]     Checking lexical-core v1.0.6
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]     Checking zlib-rs v0.6.3
[INFO] [stderr]     Checking libbz2-rs-sys v0.2.2
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking lz4_flex v0.12.0
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking bzip2 v0.6.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling liblzma-sys v0.4.5
[INFO] [stderr]     Checking arrow-schema v58.0.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling psm v0.1.30
[INFO] [stderr]    Compiling stacker v0.1.23
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking integer-encoding v3.0.4
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking thrift v0.17.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]     Checking datafusion-doc v53.0.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[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]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking liblzma v0.4.6
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]    Compiling recursive-proc-macro-impl v0.1.1
[INFO] [stderr]     Checking recursive v0.1.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling sqlparser_derive v0.5.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking sqlparser v0.61.0
[INFO] [stderr]     Checking object_store v0.13.1
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking arrow-buffer v58.0.0
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking arrow-data v58.0.0
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling datafusion-macros v53.0.0
[INFO] [stderr]     Checking arrow-array v58.0.0
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking constant_time_eq v0.4.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking datafusion-common-runtime v53.0.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking compression-codecs v0.4.37
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking async-compression v0.4.41
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]     Checking arrow-select v58.0.0
[INFO] [stderr]     Checking bon v3.9.1
[INFO] [stderr]     Checking arrow-row v58.0.0
[INFO] [stderr]     Checking arrow-arith v58.0.0
[INFO] [stderr]     Checking apache-avro v0.21.0
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]     Checking arrow-ord v58.0.0
[INFO] [stderr]     Checking arrow-ipc v58.0.0
[INFO] [stderr]     Checking arrow-string v58.0.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking arrow-cast v58.0.0
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking parquet v58.0.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking arrow-csv v58.0.0
[INFO] [stderr]     Checking arrow-json v58.0.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling regress v0.10.5
[INFO] [stderr]    Compiling serde_tokenstream v0.2.3
[INFO] [stderr]     Checking arrow v58.0.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling pbjson-build v0.8.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking pbjson v0.8.0
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling typify-impl v0.5.0
[INFO] [stderr]    Compiling pbjson-types v0.8.0
[INFO] [stderr]    Compiling fs-err v3.3.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking escape8259 v0.5.3
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking subst v0.3.8
[INFO] [stderr]     Checking libtest-mimic v0.8.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr] error: could not compile `parquet` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/3fada14ee01d755dc8076e611f11bf65b28ffd21/bin/rustc --crate-name parquet --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/parquet-58.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="arrow"' --cfg 'feature="arrow-array"' --cfg 'feature="arrow-buffer"' --cfg 'feature="arrow-data"' --cfg 'feature="arrow-ipc"' --cfg 'feature="arrow-schema"' --cfg 'feature="arrow-select"' --cfg 'feature="async"' --cfg 'feature="base64"' --cfg 'feature="brotli"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="flate2-zlib-rs"' --cfg 'feature="futures"' --cfg 'feature="lz4"' --cfg 'feature="lz4_flex"' --cfg 'feature="object_store"' --cfg 'feature="simdutf8"' --cfg 'feature="snap"' --cfg 'feature="tokio"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrow", "arrow-array", "arrow-buffer", "arrow-csv", "arrow-data", "arrow-ipc", "arrow-schema", "arrow-select", "arrow_canonical_extension_types", "async", "base64", "brotli", "clap", "cli", "crc", "default", "encryption", "experimental", "flate2", "flate2-rust_backened", "flate2-zlib-rs", "futures", "geospatial", "json", "lz4", "lz4_flex", "object_store", "parquet-geospatial", "parquet-variant", "parquet-variant-compute", "parquet-variant-json", "serde", "serde_json", "simdutf8", "snap", "test_common", "tokio", "variant_experimental", "zstd"))' -C metadata=25df647681af6ccb -C extra-filename=-996b47bbd75561f5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-fc057b84061904ff.rmeta --extern arrow_array=/opt/rustwide/target/debug/deps/libarrow_array-827c7945642c71ee.rmeta --extern arrow_buffer=/opt/rustwide/target/debug/deps/libarrow_buffer-abdb96ffb6f7f663.rmeta --extern arrow_data=/opt/rustwide/target/debug/deps/libarrow_data-588f4be33448535b.rmeta --extern arrow_ipc=/opt/rustwide/target/debug/deps/libarrow_ipc-7a4c19bbdb945da7.rmeta --extern arrow_schema=/opt/rustwide/target/debug/deps/libarrow_schema-f64f27223255ad4a.rmeta --extern arrow_select=/opt/rustwide/target/debug/deps/libarrow_select-2a1c78e356d8d231.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-a1f2d5967abce2ed.rmeta --extern brotli=/opt/rustwide/target/debug/deps/libbrotli-b72f45b15f1fe70b.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-cccdc721da232fd0.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-3046e74f205820f8.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-9bcdbba6602afbcf.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-8e70b0b9fdffca6a.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-3c96b7d3cb3b7987.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-2f272b1410e1a439.rmeta --extern lz4_flex=/opt/rustwide/target/debug/deps/liblz4_flex-cdb27f7138db3a13.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-f11ffeb1024ded03.rmeta --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-5cf0442155ca9631.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-227c993090963b4d.rmeta --extern object_store=/opt/rustwide/target/debug/deps/libobject_store-d01f585e7ddf3281.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-c9191a41cf78ae7e.so --extern seq_macro=/opt/rustwide/target/debug/deps/libseq_macro-08296fe5b7f1a731.so --extern simdutf8=/opt/rustwide/target/debug/deps/libsimdutf8-b1f367eaa20d0b43.rmeta --extern snap=/opt/rustwide/target/debug/deps/libsnap-d9a10eb90c8ac928.rmeta --extern thrift=/opt/rustwide/target/debug/deps/libthrift-84b8ec0f897fd61e.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-3e931d43ec5e641b.rmeta --extern twox_hash=/opt/rustwide/target/debug/deps/libtwox_hash-8782620b4334d374.rmeta --extern zstd=/opt/rustwide/target/debug/deps/libzstd-9691508f4adb1337.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/zstd-sys-b71de9f2e733b158/out` (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/3fada14ee01d755dc8076e611f11bf65b28ffd21/bin/rustc --crate-name sqlparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --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=f14d5ee61dadc272 -C extra-filename=-a789ad6819c5e668 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-9d3224bdc66abff9.rmeta --extern recursive=/opt/rustwide/target/debug/deps/librecursive-9d62d8a651712776.rmeta --extern sqlparser_derive=/opt/rustwide/target/debug/deps/libsqlparser_derive-5c18fb5b2b3c2030.so --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-62e11cd02f11d337/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "9110a5a7c2c834ac55e74d227477afd28989b6dee13c367f30c1dd349da06e66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9110a5a7c2c834ac55e74d227477afd28989b6dee13c367f30c1dd349da06e66", kill_on_drop: false }`
[INFO] [stdout] 9110a5a7c2c834ac55e74d227477afd28989b6dee13c367f30c1dd349da06e66
