[INFO] cloning repository https://github.com/runtarahq/runtara-examples
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/runtarahq/runtara-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruntarahq%2Fruntara-examples", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruntarahq%2Fruntara-examples'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 29b6ee39f6619789169b54f3a25681f2aee4bd0b
[INFO] testing runtarahq/runtara-examples against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruntarahq%2Fruntara-examples" "/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/runtarahq/runtara-examples
[INFO] finished tweaking git repo https://github.com/runtarahq/runtara-examples
[INFO] tweaked toml for git repo https://github.com/runtarahq/runtara-examples written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/runtarahq/runtara-examples on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/runtarahq/runtara-examples 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" "+beta-2026-03-05" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eede2021a18c6d644736f802d73592ad01de385ed7f0f28e3247268b741f53e4
[INFO] running `Command { std: "docker" "start" "-a" "eede2021a18c6d644736f802d73592ad01de385ed7f0f28e3247268b741f53e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eede2021a18c6d644736f802d73592ad01de385ed7f0f28e3247268b741f53e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eede2021a18c6d644736f802d73592ad01de385ed7f0f28e3247268b741f53e4", kill_on_drop: false }`
[INFO] [stdout] eede2021a18c6d644736f802d73592ad01de385ed7f0f28e3247268b741f53e4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b3ce219819ac0a93fa1fe89119b430c29598fbbb2ab7525b5e8e52507292a33c
[INFO] running `Command { std: "docker" "start" "-a" "b3ce219819ac0a93fa1fe89119b430c29598fbbb2ab7525b5e8e52507292a33c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling zmij v1.0.9
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling webpki-roots v1.0.5
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling quinn-udp v0.5.14
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling quinn v0.11.9
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling lru-slab v0.1.2
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling inventory v0.3.21
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[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]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling runtara-sdk-macros v1.3.1 (https://github.com/runtarahq/runtara.git?branch=main#4fecb568)
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling quinn-proto v0.11.13
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling runtara-dsl v1.3.1 (https://github.com/runtarahq/runtara.git?branch=main#4fecb568)
[INFO] [stderr]    Compiling runtara-protocol v1.3.1 (https://github.com/runtarahq/runtara.git?branch=main#4fecb568)
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling runtara-workflows v1.3.1 (https://github.com/runtarahq/runtara.git?branch=main#4fecb568)
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling workflows-example v0.1.0 (/opt/rustwide/workdir/workflows-example)
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling runtara-core v1.3.1 (https://github.com/runtarahq/runtara.git?branch=main#4fecb568)
[INFO] [stderr]    Compiling runtara-sdk v1.3.1 (https://github.com/runtarahq/runtara.git?branch=main#4fecb568)
[INFO] [stderr]    Compiling durable-examples-embedded v0.1.0 (/opt/rustwide/workdir/durable-examples-embedded)
[INFO] [stderr]    Compiling durable-example v0.1.0 (/opt/rustwide/workdir/durable-example)
[INFO] [stderr] error: could not compile `durable-example` (bin "durable_advanced_example")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name durable_advanced_example --edition=2024 durable-example/src/bin/durable_advanced_example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cea07abfc308375b -C extra-filename=-42b2dbb213c441b7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-3bd349410356657d.rlib --extern runtara_sdk=/opt/rustwide/target/debug/deps/libruntara_sdk-ec06671ea72dad46.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5b3c27e2b653ff4b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9eebeb02a5798881.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-aef8db2f69c359ea.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-25aea5cd12a921d8.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-bad49534a39ea6d7.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-c0a07eb469a86fe8.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-3fcb8f624825c01d/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-9fe4fb933b357f02/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `durable-example` (bin "durable_macro_example")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name durable_macro_example --edition=2024 durable-example/src/bin/durable_macro_example.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb433d9ed6605700 -C extra-filename=-64f1c26c3458169b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-3bd349410356657d.rlib --extern runtara_sdk=/opt/rustwide/target/debug/deps/libruntara_sdk-ec06671ea72dad46.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-5b3c27e2b653ff4b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9eebeb02a5798881.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-aef8db2f69c359ea.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-25aea5cd12a921d8.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-bad49534a39ea6d7.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-c0a07eb469a86fe8.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-3fcb8f624825c01d/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-9fe4fb933b357f02/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc61XgBw/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-bad49534a39ea6d7,libsharded_slab-bd3e89e1e50b7c87,liblazy_static-3674be3f4245d19b,libmatchers-13915fc61ecf8408,libregex_automata-28f56beb9ab72e05,libregex_syntax-16a7798c46b1bf55,libnu_ansi_term-745c727bb3e87c52,libthread_local-b4f6fe44d641c0b1,libtracing_log-ec4da570862f46db,libruntara_sdk-ec06671ea72dad46,libruntara_core-7827b8db97891f6c,libanyhow-4342eda19ce54c8e,libsqlx-c5683c4012134eb5,libsqlx_sqlite-31a24b5024b0ee22,libfutures_executor-18b5866f62f55563,libflume-9cf6c4b6bd3cdb20,libspin-a10f8ca15d1a6a27,libserde_urlencoded-2d531fa70269781a,libryu-25f59e4cd0d23219,libfutures_intrusive-d2ea39dcd9d26e1f,liblibsqlite3_sys-cb9821faa41adda7,libsqlx_postgres-d0d887a911ac2817,libdotenvy-6d8015f91495fe74,libcrc-25688e51664257b1,libcrc_catalog-5af10f2bf5720cb5,libhex-13e08b3b00984ab7,libwhoami-679b18861a32e944,libhome-2459c00c573c2c5a,libbitflags-81c18dd570709ed4,libmd5-d8c1649bad7aff8e,libbyteorder-7fb216e967c6a54f,libatoi-0b4bb2197bb1ff28,libfutures_channel-3bb2db6cecc5bacb,libstringprep-94fdae503584f596,libunicode_properties-d98df78cf9438258,libunicode_normalization-e2f4b6af903d2f78,libunicode_bidi-a9d2c96e849c6f3c,librand-6a93ca3e9a287618,librand_chacha-5be28f89c26ebac1,librand_core-906010a4df9058e0,libhkdf-16555026228ea0f0,libhmac-741d575b19be3fc6,libsqlx_core-6310f5ab33be1ff6,libindexmap-449c7f9540d8144f,libhashbrown-25abce2d85979e8d,libsha2-095ad84fd5bfa493,libcpufeatures-e04321643d03190d,libdigest-55f2c16e3612c500,libblock_buffer-ceb5bfb4b62e5dc4,libcrypto_common-56b940ef3ee0385e,libgeneric_array-3399f74876fb1fa9,libtypenum-973adb5204d6e560,libhashlink-f007fbd3ee912335,libhashbrown-621f4a290160b487,libfoldhash-07f233db1c671507,libequivalent-6a754676e6af62ae,liballocator_api2-8d9c1e895dea53bd,libuuid-c0a07eb469a86fe8,libserde_json-9eebeb02a5798881,libitoa-f3a70a1441f7f89b,libzmij-281e94fcf392b844,liburl-3af0ad5612bb075e,libidna-5cc909e04c3ef223,libutf8_iter-51566bbad89f3a68,libidna_adapter-26ed51bd73feb4ce,libicu_properties-cbbeb524299c5bc4,libicu_properties_data-b217809bf575558a,libicu_normalizer-5be5237c43883637,libicu_normalizer_data-ab8997d7cbbb3306,libicu_collections-5eb549c366d17bd8,libpotential_utf-8a1ec83ec88b4d69,libicu_provider-41c0a157ea269512,libicu_locale_core-fdf70495357c1591,libtinystr-1d6ab4242c71b601,liblitemap-cd9b5b2aa04e2018,libwriteable-4f74a67d38fff78e,libzerovec-046bd8f0ae154d1e,libzerotrie-2db96b875e82e95f,libyoke-b44683c72eaa0edf,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-5bd63be527d1229e,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libcrossbeam_queue-7c6dbf82c0535e67,libcrossbeam_utils-076f45bf81d9c2d2,libeither-fd3d0889e6afc6b2,libevent_listener-86f0ab0f3c18080c,libparking-a9ae72c6c16ee980,libfutures_util-bb81696f09b4b632,libmemchr-9be7e24c0cc6f173,libfutures_io-6a4719510b0746bc,libfutures_sink-ae1eb2d060de53a2,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,libfutures_core-3b920243fce8fec0,libruntara_protocol-fae034c321eba0b9,librustls_pemfile-0f1ff8d4aac71b03,librcgen-f579b8ba19ce7f32,libpem-c65b0b75163a9934,libbase64-32787b0325ea6df8,libyasna-dc46dbe736aab8cb,libtime-7175618456c73786,libtime_core-18c82ab596674382,libnum_conv-d3297905cfb69f59,libderanged-0497f8a63ebb66e0,libpowerfmt-f6019a2766e431f7,libwebpki_roots-7b5c49ba11042faf,libwebpki_roots-b74aa8332bfa953f,libsocket2-59542aa29565a38d,libprost-2647ec825a91ec93,libquinn-1841fa75c1babc81,libquinn_udp-05b9b68aed2b3aeb,libquinn_proto-f5f7075ba6473db0,liblru_slab-3437f7a29fa5ef09,libslab-5629529544b2a983,librustls-2d84823dca2e4e89,libsubtle-2ae6a7038b9a0630,libwebpki-2f7f00c189eba50a,libring-72869f4ddd180b8b,libgetrandom-ce8323591807ec0b,libuntrusted-b2f816886faf2178,librustls_pki_types-41a1b679b3e0ee26,libzeroize-7f213bea776ca5b6,librand-57c829aaf6588584,librand_chacha-5dc04f7d30fd5717,libppv_lite86-19d4d8ff1e20f179,libzerocopy-c2b1af6c91b16afc,librand_core-dea4e2ee80579800,libgetrandom-b7b1261b237001d8,libtinyvec-0e7c5ebf3c1ba3ec,libtinyvec_macros-7b77ea21c73594ca,libtracing-25aea5cd12a921d8,liblog-b262261d47bd2eba,libtracing_core-4cc82aeb094c2c39,libonce_cell-e9252a7b5119f3eb,libtokio-aef8db2f69c359ea,libsignal_hook_registry-a7783874b5cbc0d9,liberrno-b95830b0ae82512d,libsocket2-d63e0930d87b75c5,libmio-ab40823d26b25afe,libparking_lot-81a5756ade599f51,libparking_lot_core-5daac6754bf3f9e3,liblibc-1a528edc04ff7d6b,libcfg_if-83060ec5685761ae,libsmallvec-da49bc63efb1eef4,liblock_api-16d46fed645f7bff,libscopeguard-7ec2214574194454,libthiserror-e0c17d79a7c5d731,librustc_hash-ca4219e344ea5da0,libpin_project_lite-72bf04572caa1c84,libbytes-3529dc27cc7678fe,libchrono-a24d8c05a3b04fd4,libiana_time_zone-bab5d12b40894ac1,libnum_traits-78e6e49ea324715f,libserde-5b3c27e2b653ff4b,libserde_core-49c5f0449f9ff544}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc61XgBw/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-3fcb8f624825c01d/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-9fe4fb933b357f02/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/checkpoint_example-743f22695ca7b21b" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `durable-example` (bin "checkpoint_example") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "b3ce219819ac0a93fa1fe89119b430c29598fbbb2ab7525b5e8e52507292a33c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3ce219819ac0a93fa1fe89119b430c29598fbbb2ab7525b5e8e52507292a33c", kill_on_drop: false }`
[INFO] [stdout] b3ce219819ac0a93fa1fe89119b430c29598fbbb2ab7525b5e8e52507292a33c
