[INFO] cloning repository https://github.com/KonishchevDmitry/investment-analyzer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KonishchevDmitry/investment-analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKonishchevDmitry%2Finvestment-analyzer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKonishchevDmitry%2Finvestment-analyzer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e66e95bc1d1d1d0ef2768ea676b22a1ec5f8c496
[INFO] checking KonishchevDmitry/investment-analyzer against master#377656d3dd3f9c23a9c8713e163f4365a5261a84 for pr-146470-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKonishchevDmitry%2Finvestment-analyzer" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/KonishchevDmitry/investment-analyzer
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/KonishchevDmitry/investment-analyzer
[INFO] tweaked toml for git repo https://github.com/KonishchevDmitry/investment-analyzer written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KonishchevDmitry/investment-analyzer on toolchain 377656d3dd3f9c23a9c8713e163f4365a5261a84
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/KonishchevDmitry/investment-analyzer 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" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded smawk v0.3.2
[INFO] [stderr]   Downloaded xml-rs v1.0.0
[INFO] [stderr]   Downloaded validator_derive v0.20.0
[INFO] [stderr]   Downloaded validator v0.20.0
[INFO] [stderr]   Downloaded unicode-width v0.1.12
[INFO] [stderr]   Downloaded xml v1.2.0
[INFO] [stderr]   Downloaded open v3.2.0
[INFO] [stderr]   Downloaded scraper v0.25.0
[INFO] [stderr]   Downloaded diesel-derive-enum v2.1.0
[INFO] [stderr]   Downloaded codepage v0.1.2
[INFO] [stderr]   Downloaded easy-logging v1.1.0
[INFO] [stderr]   Downloaded relative-path v1.9.3
[INFO] [stderr]   Downloaded web_atoms v0.2.0
[INFO] [stderr]   Downloaded cusip v0.3.3
[INFO] [stderr]   Downloaded clap_complete v4.5.62
[INFO] [stderr]   Downloaded zip v4.6.1
[INFO] [stderr]   Downloaded reqwest v0.12.26
[INFO] [stderr]   Downloaded rust_decimal v1.39.0
[INFO] [stderr]   Downloaded diesel_derives v2.3.6
[INFO] [stderr]   Downloaded calamine v0.32.0
[INFO] [stderr]   Downloaded governor v0.10.4
[INFO] [stderr]   Downloaded serde-xml-rs v0.8.2
[INFO] [stderr]   Downloaded json v0.12.4
[INFO] [stderr]   Downloaded rstest_macros v0.26.1
[INFO] [stderr]   Downloaded portable-atomic v1.12.0
[INFO] [stderr]   Downloaded zlib-rs v0.5.4
[INFO] [stderr]   Downloaded html5ever v0.36.1
[INFO] [stderr]   Downloaded cssparser v0.36.0
[INFO] [stderr]   Downloaded fern v0.7.1
[INFO] [stderr]   Downloaded libz-rs-sys v0.5.4
[INFO] [stderr]   Downloaded selectors v0.33.0
[INFO] [stderr]   Downloaded isin v0.1.19
[INFO] [stderr]   Downloaded mockito v1.7.1
[INFO] [stderr]   Downloaded rstest v0.26.1
[INFO] [stderr]   Downloaded diesel v2.3.5
[INFO] [stderr]   Downloaded string_cache v0.9.0
[INFO] [stderr]   Downloaded servo_arc v0.4.3
[INFO] [stderr]   Downloaded maplit v1.0.2
[INFO] [stderr]   Downloaded maybe-owned v0.3.4
[INFO] [stderr]   Downloaded platforms v3.7.0
[INFO] [stderr]   Downloaded string_cache_codegen v0.6.1
[INFO] [stderr]   Downloaded phf_codegen v0.13.1
[INFO] [stderr]   Downloaded cc v1.2.50
[INFO] [stderr]   Downloaded yaml-rust2 v0.10.4
[INFO] [stderr]   Downloaded rust_decimal_macros v1.39.0
[INFO] [stderr]   Downloaded markup5ever v0.36.1
[INFO] [stderr]   Downloaded separator v0.4.1
[INFO] [stderr]   Downloaded yaml-merge-keys v0.8.2
[INFO] [stderr]   Downloaded windows-sys v0.42.0
[INFO] [stderr]   Downloaded libsqlite3-sys v0.27.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 10444ffdab76378bde91d9f5b20de8f7bfeb6e511dd0b56030eca8ca148c84a5
[INFO] running `Command { std: "docker" "start" "-a" "10444ffdab76378bde91d9f5b20de8f7bfeb6e511dd0b56030eca8ca148c84a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10444ffdab76378bde91d9f5b20de8f7bfeb6e511dd0b56030eca8ca148c84a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10444ffdab76378bde91d9f5b20de8f7bfeb6e511dd0b56030eca8ca148c84a5", kill_on_drop: false }`
[INFO] [stdout] 10444ffdab76378bde91d9f5b20de8f7bfeb6e511dd0b56030eca8ca148c84a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+377656d3dd3f9c23a9c8713e163f4365a5261a84" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ee87343e8e9f33008a918f512b353179710ac6d03d0d3d3a0d7e28a266f36d14
[INFO] running `Command { std: "docker" "start" "-a" "ee87343e8e9f33008a918f512b353179710ac6d03d0d3d3a0d7e28a266f36d14", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling cc v1.2.50
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling openssl-src v300.5.4+3.5.4
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]     Checking zlib-rs v0.5.4
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]     Checking rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling web_atoms v0.2.0
[INFO] [stderr]     Checking libz-rs-sys v0.5.4
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling pulldown-cmark-to-cmark v21.1.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking dtoa v1.0.10
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling diesel_derives v2.3.6
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml v0.9.10+spec-1.1.0
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]    Compiling selectors v0.33.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking bumpalo v3.19.1
[INFO] [stderr]    Compiling portable-atomic v1.12.0
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.2
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]     Checking servo_arc v0.4.3
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]     Checking xml v1.2.0
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]    Compiling tonic-build v0.14.2
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking debug_unsafe v0.1.3
[INFO] [stderr]     Checking yaml-rust2 v0.10.4
[INFO] [stderr]     Checking atoi_simd v0.16.1
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking zip v4.6.1
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr] warning: libsqlite3-sys@0.27.0: cc: fatal error: Killed signal terminated program cc1
[INFO] [stderr] warning: libsqlite3-sys@0.27.0: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `libsqlite3-sys v0.27.0`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/libsqlite3-sys-fdce8576cdd5d90c/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBSQLITE3_SYS_USE_PKG_CONFIG
[INFO] [stderr]   cargo:rerun-if-changed=sqlite3/sqlite3.c
[INFO] [stderr]   cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c
[INFO] [stderr]   cargo:rerun-if-env-changed=SQLITE_MAX_VARIABLE_NUMBER
[INFO] [stderr]   cargo:rerun-if-env-changed=SQLITE_MAX_EXPR_DEPTH
[INFO] [stderr]   cargo:rerun-if-env-changed=SQLITE_MAX_COLUMN
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBSQLITE3_FLAGS
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/libsqlite3-sys-f93dcac880315b76/out)
[INFO] [stderr]   OPT_LEVEL = Some(0)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CC
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(true)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87)
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:warning=cc: fatal error: Killed signal terminated program cc1
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-w" "-DSQLITE_CORE" "-DSQLITE_DEFAULT_FOREIGN_KEYS=1" "-DSQLITE_ENABLE_API_ARMOR" "-DSQLITE_ENABLE_COLUMN_METADATA" "-DSQLITE_ENABLE_DBSTAT_VTAB" "-DSQLITE_ENABLE_FTS3" "-DSQLITE_ENABLE_FTS3_PARENTHESIS" "-DSQLITE_ENABLE_FTS5" "-DSQLITE_ENABLE_JSON1" "-DSQLITE_ENABLE_LOAD_EXTENSION=1" "-DSQLITE_ENABLE_MEMORY_MANAGEMENT" "-DSQLITE_ENABLE_RTREE" "-DSQLITE_ENABLE_STAT2" "-DSQLITE_ENABLE_STAT4" "-DSQLITE_SOUNDEX" "-DSQLITE_THREADSAFE=1" "-DSQLITE_USE_URI" "-DHAVE_USLEEP=1" "-D_POSIX_THREAD_SAFE_FUNCTIONS" "-DHAVE_ISNAN" "-DHAVE_LOCALTIME_R" "-o" "/opt/rustwide/target/debug/build/libsqlite3-sys-f93dcac880315b76/out/c877a2978823c39d-sqlite3.o" "-c" "sqlite3/sqlite3.c"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/377656d3dd3f9c23a9c8713e163f4365a5261a84/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=a4046ea6e9f31653 -C extra-filename=-56b5a304c6594f88 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-1fa2a4182ec7eb61.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-aa5fcb7eb0e8d6c1.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-9533002ac35f5809.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ee87343e8e9f33008a918f512b353179710ac6d03d0d3d3a0d7e28a266f36d14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee87343e8e9f33008a918f512b353179710ac6d03d0d3d3a0d7e28a266f36d14", kill_on_drop: false }`
[INFO] [stdout] ee87343e8e9f33008a918f512b353179710ac6d03d0d3d3a0d7e28a266f36d14
