[INFO] cloning repository https://github.com/jghamburg/rust-hello-world
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jghamburg/rust-hello-world" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjghamburg%2Frust-hello-world", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjghamburg%2Frust-hello-world'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0808b7a948254c80fc35b9b65f73565f0a5b05ae
[INFO] checking jghamburg/rust-hello-world against 24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjghamburg%2Frust-hello-world" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jghamburg/rust-hello-world
[INFO] finished tweaking git repo https://github.com/jghamburg/rust-hello-world
[INFO] tweaked toml for git repo https://github.com/jghamburg/rust-hello-world written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jghamburg/rust-hello-world on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jghamburg/rust-hello-world 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" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ef3ffff839d1b9c463c2423e033c3c8bee809d33240b5ef98045fb26e044266c
[INFO] running `Command { std: "docker" "start" "ef3ffff839d1b9c463c2423e033c3c8bee809d33240b5ef98045fb26e044266c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ef3ffff839d1b9c463c2423e033c3c8bee809d33240b5ef98045fb26e044266c", 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" "ef3ffff839d1b9c463c2423e033c3c8bee809d33240b5ef98045fb26e044266c" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ef3ffff839d1b9c463c2423e033c3c8bee809d33240b5ef98045fb26e044266c", 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" "ef3ffff839d1b9c463c2423e033c3c8bee809d33240b5ef98045fb26e044266c" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]     Checking log v0.4.30
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling libz-sys v1.1.28
[INFO] [stderr]    Compiling libgit2-sys v0.18.4+1.9.3
[INFO] [stderr]    Compiling turso_sqlite3_parser v0.1.5
[INFO] [stderr]    Compiling aegis v0.9.8
[INFO] [stderr]    Compiling turso_ext v0.1.5
[INFO] [stderr]    Compiling io-uring v0.7.12
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking softaes v0.1.3
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling turso_macros v0.1.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking turso_parser v0.1.5
[INFO] [stderr]     Checking pack1 v1.1.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking crossbeam-skiplist v0.1.3
[INFO] [stderr]     Checking julian_day_converter v0.4.5
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking cfg_block v0.1.1
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking compact_str v0.8.2
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]    Compiling git2 v0.20.4
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling turso_core v0.1.5
[INFO] [stderr] error: could not compile `turso_core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/24e1a22664233bce1f9b5dc6eee7c1f74327e28c/bin/rustc --crate-name turso_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/turso_core-0.1.5/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="default"' --cfg 'feature="fs"' --cfg 'feature="io_uring"' --cfg 'feature="json"' --cfg 'feature="series"' --cfg 'feature="time"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("antithesis", "conn_raw_api", "default", "encryption", "fs", "fuzz", "io_uring", "json", "omit_autovacuum", "serde", "series", "simulator", "time", "uuid"))' -C metadata=3fc3530259b24b44 -C extra-filename=-1a62704a027503ad --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aegis=/opt/rustwide/target/debug/deps/libaegis-dd6a4a5b0e400f70.rmeta --extern aes=/opt/rustwide/target/debug/deps/libaes-ddda11154b161130.rmeta --extern aes_gcm=/opt/rustwide/target/debug/deps/libaes_gcm-65053df8ac824bb4.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-8622a36d4a1f0c04.rmeta --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-63c4527e20114f2a.rmeta --extern cfg_block=/opt/rustwide/target/debug/deps/libcfg_block-a21dbc5e32b6cfed.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-cefb8f860028b162.rmeta --extern crossbeam_skiplist=/opt/rustwide/target/debug/deps/libcrossbeam_skiplist-220cfe5ef7b53f46.rmeta --extern fallible_iterator=/opt/rustwide/target/debug/deps/libfallible_iterator-f43e9d6d63832942.rmeta --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-0ef316d950c3b565.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-4852862d92867e36.rmeta --extern io_uring=/opt/rustwide/target/debug/deps/libio_uring-92e8aa1e2eaeff50.rmeta --extern julian_day_converter=/opt/rustwide/target/debug/deps/libjulian_day_converter-108d3c125dbd7bd3.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-7d2af120e89c619c.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-d21983df834c79db.rmeta --extern libm=/opt/rustwide/target/debug/deps/liblibm-89e5b3015da8f563.rmeta --extern miette=/opt/rustwide/target/debug/deps/libmiette-cac83753b14ab915.rmeta --extern pack1=/opt/rustwide/target/debug/deps/libpack1-e752f64320c2f299.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-610f803c2ed7e2b1.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-c5e5e8a2bd161c29.so --extern polling=/opt/rustwide/target/debug/deps/libpolling-bd2c864f8a791d6c.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-03daff6bf21b1b4f.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-33c0394ec93ab36e.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-6cb68f2e111607e3.rmeta --extern rustix=/opt/rustwide/target/debug/deps/librustix-92a48ccc8015beb8.rmeta --extern ryu=/opt/rustwide/target/debug/deps/libryu-3da2ab8eb39d89f2.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-2c86967e19e2ffa0.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-bd360d3371d37690.so --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-e12f4e9d5e742aaa.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-827a4a8f872d637a.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-d48a563bbcab9b01.rmeta --extern turso_ext=/opt/rustwide/target/debug/deps/libturso_ext-1dde0c78e8eee5d1.rmeta --extern turso_macros=/opt/rustwide/target/debug/deps/libturso_macros-340a943c99d5849e.so --extern turso_parser=/opt/rustwide/target/debug/deps/libturso_parser-0fe2b20971986108.rmeta --extern turso_sqlite3_parser=/opt/rustwide/target/debug/deps/libturso_sqlite3_parser-58d38b03a47b343e.rmeta --extern uncased=/opt/rustwide/target/debug/deps/libuncased-8886864904c67f6f.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-4ee7d62d42df77ad.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aegis-a4751ec3e810ec78/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ef3ffff839d1b9c463c2423e033c3c8bee809d33240b5ef98045fb26e044266c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef3ffff839d1b9c463c2423e033c3c8bee809d33240b5ef98045fb26e044266c", kill_on_drop: false }`
[INFO] [stdout] ef3ffff839d1b9c463c2423e033c3c8bee809d33240b5ef98045fb26e044266c
