[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] testing jghamburg/rust-hello-world against 1.99.0-beta.1 for beta-1.99-5
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjghamburg%2Frust-hello-world" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-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-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jghamburg/rust-hello-world on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] a53c3b65986f5fe87518da402816d13933b8ed9d109c2d5b6f35823417074a36
[INFO] running `Command { std: "docker" "start" "a53c3b65986f5fe87518da402816d13933b8ed9d109c2d5b6f35823417074a36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a53c3b65986f5fe87518da402816d13933b8ed9d109c2d5b6f35823417074a36", 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" "a53c3b65986f5fe87518da402816d13933b8ed9d109c2d5b6f35823417074a36" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a53c3b65986f5fe87518da402816d13933b8ed9d109c2d5b6f35823417074a36", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a53c3b65986f5fe87518da402816d13933b8ed9d109c2d5b6f35823417074a36" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling log v0.4.30
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling libz-sys v1.1.28
[INFO] [stderr]    Compiling libgit2-sys v0.18.4+1.9.3
[INFO] [stderr]    Compiling aegis v0.9.8
[INFO] [stderr]    Compiling turso_sqlite3_parser v0.1.5
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling io-uring v0.7.12
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling turso_ext v0.1.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[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 zerofrom v0.1.8
[INFO] [stderr]    Compiling miette-derive v7.6.0
[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 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]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling turso_macros v0.1.5
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling softaes v0.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossbeam-skiplist v0.1.3
[INFO] [stderr]    Compiling turso_parser v0.1.5
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling pack1 v1.1.0
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling julian_day_converter v0.4.5
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling cfg_block v0.1.1
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling compact_str v0.8.2
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling tokio v1.52.3
[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/1.99.0-beta.1-x86_64-unknown-linux-gnu/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,link -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=3874646a1c8fcf99 -C extra-filename=-49b490887623c271 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aegis=/opt/rustwide/target/debug/deps/libaegis-c5528bb6a28d6986.rmeta --extern aes=/opt/rustwide/target/debug/deps/libaes-d01d70005d5999fe.rmeta --extern aes_gcm=/opt/rustwide/target/debug/deps/libaes_gcm-a9ec3adcb2b7654b.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-db7b9c0337a7ee76.rmeta --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-0a13c0e99d2f2528.rmeta --extern cfg_block=/opt/rustwide/target/debug/deps/libcfg_block-d9179a70343efa18.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-6bb2bd1ea19684c8.rmeta --extern crossbeam_skiplist=/opt/rustwide/target/debug/deps/libcrossbeam_skiplist-e118e17959dad8a1.rmeta --extern fallible_iterator=/opt/rustwide/target/debug/deps/libfallible_iterator-6e888fb96d72e3e0.rmeta --extern getrandom=/opt/rustwide/target/debug/deps/libgetrandom-f25a51f78d9871ba.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rmeta --extern io_uring=/opt/rustwide/target/debug/deps/libio_uring-e80206837988e625.rmeta --extern julian_day_converter=/opt/rustwide/target/debug/deps/libjulian_day_converter-82f29a52b0768825.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-612664c2206eec43.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-167bed3899b07f7e.rmeta --extern libm=/opt/rustwide/target/debug/deps/liblibm-24398d5f7d3c709c.rmeta --extern miette=/opt/rustwide/target/debug/deps/libmiette-819ad417914c353d.rmeta --extern pack1=/opt/rustwide/target/debug/deps/libpack1-fbd7f0281457d3bd.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-a9da45726812e7d0.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-93bf70849a6c6f92.so --extern polling=/opt/rustwide/target/debug/deps/libpolling-65cc6ba45cc0f573.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-f34bb758c5217c9f.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-2951b270287a8ce5.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-6d6ee545e2ffad72.rmeta --extern rustix=/opt/rustwide/target/debug/deps/librustix-3406b06de3460c8d.rmeta --extern ryu=/opt/rustwide/target/debug/deps/libryu-1f4f40e4352371e5.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-76ef18fedcb3662e.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-4ebbfd68b72a01b6.so --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-0e92ce8d5231dd22.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-305297abc8a52265.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-5f42c8a71adb1180.rmeta --extern turso_ext=/opt/rustwide/target/debug/deps/libturso_ext-9e83febf43b43922.rmeta --extern turso_macros=/opt/rustwide/target/debug/deps/libturso_macros-3da9970fc0cd7e28.so --extern turso_parser=/opt/rustwide/target/debug/deps/libturso_parser-8139d21fa42370de.rmeta --extern turso_sqlite3_parser=/opt/rustwide/target/debug/deps/libturso_sqlite3_parser-a7ce74731a235b96.rmeta --extern uncased=/opt/rustwide/target/debug/deps/libuncased-3a8d53810fa3fc61.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-2dca1b50b8bf44c2.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/aegis-b84ccdf7d05fba33/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "a53c3b65986f5fe87518da402816d13933b8ed9d109c2d5b6f35823417074a36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a53c3b65986f5fe87518da402816d13933b8ed9d109c2d5b6f35823417074a36", kill_on_drop: false }`
[INFO] [stdout] a53c3b65986f5fe87518da402816d13933b8ed9d109c2d5b6f35823417074a36
