[INFO] fetching crate telltale 15.0.0...
[INFO] testing telltale-15.0.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate telltale 15.0.0 into /workspace/builds/worker-4-tc1/source
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain
[INFO] started tweaking crates.io crate telltale 15.0.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate telltale 15.0.0
[INFO] tweaked toml for crates.io crate telltale 15.0.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate telltale 15.0.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate telltale 15.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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded instant v0.1.13
[INFO] [stderr]   Downloaded parking_lot v0.11.2
[INFO] [stderr]   Downloaded cpufeatures v0.3.0
[INFO] [stderr]   Downloaded wasm-timer v0.2.5
[INFO] [stderr]   Downloaded parking_lot_core v0.8.6
[INFO] [stderr]   Downloaded az v1.3.0
[INFO] [stderr]   Downloaded ucd-trie v0.1.7
[INFO] [stderr]   Downloaded telltale-theory v15.0.0
[INFO] [stderr]   Downloaded pest_meta v2.8.6
[INFO] [stderr]   Downloaded telltale-types v15.0.0
[INFO] [stderr]   Downloaded pest v2.8.6
[INFO] [stderr]   Downloaded pest_generator v2.8.6
[INFO] [stderr]   Downloaded pest_derive v2.8.6
[INFO] [stderr]   Downloaded telltale-macros v15.0.0
[INFO] [stderr]   Downloaded blake3 v1.8.4
[INFO] [stderr]   Downloaded telltale-language v15.0.0
[INFO] [stderr]   Downloaded fixed v1.30.0
[INFO] [stderr]   Downloaded telltale-machine v15.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9dbdae949bb9844ce09fad52024d98c39fdda74be2c265db9c95d9ec0ef2d6ce
[INFO] running `Command { std: "docker" "start" "-a" "9dbdae949bb9844ce09fad52024d98c39fdda74be2c265db9c95d9ec0ef2d6ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9dbdae949bb9844ce09fad52024d98c39fdda74be2c265db9c95d9ec0ef2d6ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9dbdae949bb9844ce09fad52024d98c39fdda74be2c265db9c95d9ec0ef2d6ce", kill_on_drop: false }`
[INFO] [stdout] 9dbdae949bb9844ce09fad52024d98c39fdda74be2c265db9c95d9ec0ef2d6ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6a605ca04ea8dc575f937706d58400f0b21d1e0eaa8b36ac7aaf8cb7d9afdb22
[INFO] running `Command { std: "docker" "start" "-a" "6a605ca04ea8dc575f937706d58400f0b21d1e0eaa8b36ac7aaf8cb7d9afdb22", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling fixed v1.30.0
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling az v1.3.0
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling telltale-types v15.0.0
[INFO] [stderr]    Compiling telltale-language v15.0.0
[INFO] [stderr]    Compiling telltale-theory v15.0.0
[INFO] [stderr]    Compiling telltale-machine v15.0.0
[INFO] [stderr]    Compiling telltale-macros v15.0.0
[INFO] [stderr]    Compiling telltale v15.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
[INFO] running `Command { std: "docker" "inspect" "6a605ca04ea8dc575f937706d58400f0b21d1e0eaa8b36ac7aaf8cb7d9afdb22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a605ca04ea8dc575f937706d58400f0b21d1e0eaa8b36ac7aaf8cb7d9afdb22", kill_on_drop: false }`
[INFO] [stdout] 6a605ca04ea8dc575f937706d58400f0b21d1e0eaa8b36ac7aaf8cb7d9afdb22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1457bbda406f35ce26147b6a3f27ee8172bd304bbe3c31e1c937adc9a90748df
[INFO] running `Command { std: "docker" "start" "-a" "1457bbda406f35ce26147b6a3f27ee8172bd304bbe3c31e1c937adc9a90748df", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling telltale-language v15.0.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling telltale-types v15.0.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling telltale-theory v15.0.0
[INFO] [stderr]    Compiling telltale-machine v15.0.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling telltale-macros v15.0.0
[INFO] [stderr]    Compiling telltale v15.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `telltale` (example "map_reduce")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name map_reduce --edition=2021 examples/effects/map_reduce.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 '--warn=clippy::vec_init_then_push' --deny=unused_must_use --warn=unreachable_pub '--warn=clippy::trivially_copy_pass_by_ref' '--warn=clippy::too_many_lines' '--warn=clippy::too_many_arguments' '--warn=clippy::needless_pass_by_value' '--warn=clippy::needless_collect' '--warn=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--deny=clippy::missing_safety_doc' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs '--deny=clippy::let_underscore_must_use' '--warn=clippy::large_stack_arrays' '--warn=clippy::inefficient_to_string' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::cognitive_complexity' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::as_conversions' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "full", "rand", "telltale-theory", "test-utils", "theory", "theory-async-subtyping", "theory-bounded", "wasm"))' -C metadata=6a54ad27fdea7dbd -C extra-filename=-17cca9291bc96064 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-4b98a5a15e092ec6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-b32e33ff656b88a2.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-b8457b739641ebc3.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-2417d25d0127d5f8.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-26da7896b3f1e379.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-0b3fae1a86581d8a.rlib --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-8a579910e9dc3729.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a366dbcaae8df5eb.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-f73420638eee85a7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2711e4a83ff77f34.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-49966fedba80afea.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-dbc7503cb70a53a8.rlib --extern telltale=/opt/rustwide/target/debug/deps/libtelltale-2f86f6777de895f0.rlib --extern telltale_language=/opt/rustwide/target/debug/deps/libtelltale_language-364200f2821c40db.rlib --extern telltale_machine=/opt/rustwide/target/debug/deps/libtelltale_machine-830ab980f630841d.rlib --extern telltale_macros=/opt/rustwide/target/debug/deps/libtelltale_macros-37b5a10176dda21f.so --extern telltale_theory=/opt/rustwide/target/debug/deps/libtelltale_theory-685a621188ffce65.rlib --extern telltale_types=/opt/rustwide/target/debug/deps/libtelltale_types-62bdd1ec8e9d8944.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-3d60dd7d60157889.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1d43d5d5329c36eb.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-be1ed30dfc9440bd.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2a94f53a3836ce65.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-8f6a6585fbc70a92.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-f17e37fad2fb209f/out -L native=/opt/rustwide/target/debug/build/blake3-f17e37fad2fb209f/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `telltale` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name telltale --edition=2021 rust/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::vec_init_then_push' --deny=unused_must_use --warn=unreachable_pub '--warn=clippy::trivially_copy_pass_by_ref' '--warn=clippy::too_many_lines' '--warn=clippy::too_many_arguments' '--warn=clippy::needless_pass_by_value' '--warn=clippy::needless_collect' '--warn=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--deny=clippy::missing_safety_doc' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs '--deny=clippy::let_underscore_must_use' '--warn=clippy::large_stack_arrays' '--warn=clippy::inefficient_to_string' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::cognitive_complexity' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::as_conversions' --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "full", "rand", "telltale-theory", "test-utils", "theory", "theory-async-subtyping", "theory-bounded", "wasm"))' -C metadata=3091d02e17ff0433 -C extra-filename=-1c966e65098264cd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-4b98a5a15e092ec6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-b32e33ff656b88a2.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-b8457b739641ebc3.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-2417d25d0127d5f8.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-26da7896b3f1e379.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-0b3fae1a86581d8a.rlib --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-8a579910e9dc3729.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a366dbcaae8df5eb.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-f73420638eee85a7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2711e4a83ff77f34.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-49966fedba80afea.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-dbc7503cb70a53a8.rlib --extern telltale_language=/opt/rustwide/target/debug/deps/libtelltale_language-364200f2821c40db.rlib --extern telltale_machine=/opt/rustwide/target/debug/deps/libtelltale_machine-830ab980f630841d.rlib --extern telltale_macros=/opt/rustwide/target/debug/deps/libtelltale_macros-37b5a10176dda21f.so --extern telltale_theory=/opt/rustwide/target/debug/deps/libtelltale_theory-685a621188ffce65.rlib --extern telltale_types=/opt/rustwide/target/debug/deps/libtelltale_types-62bdd1ec8e9d8944.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-3d60dd7d60157889.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1d43d5d5329c36eb.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-be1ed30dfc9440bd.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2a94f53a3836ce65.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-8f6a6585fbc70a92.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-f17e37fad2fb209f/out -L native=/opt/rustwide/target/debug/build/blake3-f17e37fad2fb209f/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `telltale` (example "double_buffering")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name double_buffering --edition=2021 examples/protocols/double_buffering.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 '--warn=clippy::vec_init_then_push' --deny=unused_must_use --warn=unreachable_pub '--warn=clippy::trivially_copy_pass_by_ref' '--warn=clippy::too_many_lines' '--warn=clippy::too_many_arguments' '--warn=clippy::needless_pass_by_value' '--warn=clippy::needless_collect' '--warn=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--deny=clippy::missing_safety_doc' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs '--deny=clippy::let_underscore_must_use' '--warn=clippy::large_stack_arrays' '--warn=clippy::inefficient_to_string' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::cognitive_complexity' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::as_conversions' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "full", "rand", "telltale-theory", "test-utils", "theory", "theory-async-subtyping", "theory-bounded", "wasm"))' -C metadata=63086d32a5d438e1 -C extra-filename=-7b0008e31b347c92 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-4b98a5a15e092ec6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-b32e33ff656b88a2.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-b8457b739641ebc3.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-2417d25d0127d5f8.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-26da7896b3f1e379.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-0b3fae1a86581d8a.rlib --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-8a579910e9dc3729.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a366dbcaae8df5eb.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-f73420638eee85a7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2711e4a83ff77f34.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-49966fedba80afea.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-dbc7503cb70a53a8.rlib --extern telltale=/opt/rustwide/target/debug/deps/libtelltale-2f86f6777de895f0.rlib --extern telltale_language=/opt/rustwide/target/debug/deps/libtelltale_language-364200f2821c40db.rlib --extern telltale_machine=/opt/rustwide/target/debug/deps/libtelltale_machine-830ab980f630841d.rlib --extern telltale_macros=/opt/rustwide/target/debug/deps/libtelltale_macros-37b5a10176dda21f.so --extern telltale_theory=/opt/rustwide/target/debug/deps/libtelltale_theory-685a621188ffce65.rlib --extern telltale_types=/opt/rustwide/target/debug/deps/libtelltale_types-62bdd1ec8e9d8944.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-3d60dd7d60157889.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1d43d5d5329c36eb.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-be1ed30dfc9440bd.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2a94f53a3836ce65.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-8f6a6585fbc70a92.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-f17e37fad2fb209f/out -L native=/opt/rustwide/target/debug/build/blake3-f17e37fad2fb209f/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/examples/rustcPIQexa/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtelltale-2f86f6777de895f0,libtelltale_machine-830ab980f630841d,libbincode-a84855cb2d1db554,libserde_yaml-2acee06f9d1c0eb6,libryu-e5f8b89e5754c206,libunsafe_libyaml-ee31304e6444336c,libserde_cbor-7058e703d32a6935,libhalf-48dbcae47c7a2bee,libparking_lot-f2aaf2caab099f6c,libparking_lot_core-37d7b49412f03e58,liblibc-6a16fbd1c255c9d9,libsmallvec-8771e8f92861f13d,liblock_api-0d7b154822842c6d,libscopeguard-eb77609449485574,libtelltale_language-364200f2821c40db,libtoml-650a8e8a00ef59c2,libtoml_edit-f9d4f04d01e63e64,libserde_spanned-c871c339aa5b191a,libindexmap-bbc58e793fb5f002,libequivalent-da934a6694ab360d,libhashbrown-8e62c1b2281da302,libwinnow-b3ca35a1d150536b,libtoml_write-5296a03f8bc4129a,libtoml_datetime-4f55a1af61e40efe,libregex-6bad9560d2bf435d,libregex_automata-816ebbe8fc9d9713,libaho_corasick-bea7dffeb3a114b4,libregex_syntax-e0c98584ad6a9081,libpest-ae8f008f97b2d0bf,libucd_trie-10df1e8ef588bd91,libsyn-1d03e4f868d519f9,libquote-eeef20a101e34e91,libtelltale_types-62bdd1ec8e9d8944,libblake3-c7338aa9f999a4f8,libconstant_time_eq-2e37ce20007631e5,libcpufeatures-a1f83896db876f84,libarrayvec-fa9cc6d6454dbc31,libarrayref-05ceeb31ba37f0dd,libthiserror-1d43d5d5329c36eb,libfixed-6afc85f3eaa6c807,libtypenum-670aabae270d4e38,libbytemuck-28916d4fe5367e39,libhalf-455d900bd72da826,libcfg_if-52879664ee908f39,libzerocopy-ef8291f0021cbc40,libaz-f5497cd9e742a0d8,libproc_macro2-a366dbcaae8df5eb,libunicode_ident-1744fb867fe19062}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*}.rlib" "/opt/rustwide/target/debug/deps/{libserde-49966fedba80afea,libserde_json-dbc7503cb70a53a8,libitoa-f934f33aadd9150c,libzmij-2f58aa8f05c876ef,libserde_core-c41e8bcdbc4c9cdf,libfutures-26da7896b3f1e379,libfutures_executor-a44e39c21214cb45,libfutures_util-8858402d3b3d0d37,libmemchr-324148c518a47e11,libfutures_io-dea545488b4ac62e,libslab-716896e9652832e1,libfutures_channel-3f75490235b12a89,libpin_project_lite-a495a978f0594be4,libfutures_sink-8cffbd9b1bd08272,libfutures_task-6f96c43b72e028b1,libfutures_core-8d50b427f11e53ed}.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/examples/rustcPIQexa/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/blake3-f17e37fad2fb209f/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/client_server_log-95ace643d7ac342b" "-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 `telltale` (example "client_server_log") due to 1 previous error
[INFO] [stderr] error: could not compile `telltale` (test "dsl_runtime_semantics_tests")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name dsl_runtime_semantics_tests --edition=2021 rust/tests/dsl_runtime_semantics_tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::vec_init_then_push' --deny=unused_must_use --warn=unreachable_pub '--warn=clippy::trivially_copy_pass_by_ref' '--warn=clippy::too_many_lines' '--warn=clippy::too_many_arguments' '--warn=clippy::needless_pass_by_value' '--warn=clippy::needless_collect' '--warn=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--deny=clippy::missing_safety_doc' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs '--deny=clippy::let_underscore_must_use' '--warn=clippy::large_stack_arrays' '--warn=clippy::inefficient_to_string' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::cognitive_complexity' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::as_conversions' --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "full", "rand", "telltale-theory", "test-utils", "theory", "theory-async-subtyping", "theory-bounded", "wasm"))' -C metadata=c712bebb79ddb664 -C extra-filename=-a02381970cb8f0f4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-4b98a5a15e092ec6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-b32e33ff656b88a2.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-b8457b739641ebc3.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-2417d25d0127d5f8.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-26da7896b3f1e379.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-0b3fae1a86581d8a.rlib --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-8a579910e9dc3729.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a366dbcaae8df5eb.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-f73420638eee85a7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2711e4a83ff77f34.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-49966fedba80afea.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-dbc7503cb70a53a8.rlib --extern telltale=/opt/rustwide/target/debug/deps/libtelltale-2f86f6777de895f0.rlib --extern telltale_language=/opt/rustwide/target/debug/deps/libtelltale_language-364200f2821c40db.rlib --extern telltale_machine=/opt/rustwide/target/debug/deps/libtelltale_machine-830ab980f630841d.rlib --extern telltale_macros=/opt/rustwide/target/debug/deps/libtelltale_macros-37b5a10176dda21f.so --extern telltale_theory=/opt/rustwide/target/debug/deps/libtelltale_theory-685a621188ffce65.rlib --extern telltale_types=/opt/rustwide/target/debug/deps/libtelltale_types-62bdd1ec8e9d8944.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-3d60dd7d60157889.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1d43d5d5329c36eb.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-be1ed30dfc9440bd.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2a94f53a3836ce65.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-8f6a6585fbc70a92.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-f17e37fad2fb209f/out -L native=/opt/rustwide/target/debug/build/blake3-f17e37fad2fb209f/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/examples/rustcdUDwe2/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtelltale-2f86f6777de895f0,libtelltale_machine-830ab980f630841d,libbincode-a84855cb2d1db554,libserde_yaml-2acee06f9d1c0eb6,libryu-e5f8b89e5754c206,libunsafe_libyaml-ee31304e6444336c,libserde_cbor-7058e703d32a6935,libhalf-48dbcae47c7a2bee,libparking_lot-f2aaf2caab099f6c,libparking_lot_core-37d7b49412f03e58,liblibc-6a16fbd1c255c9d9,libsmallvec-8771e8f92861f13d,liblock_api-0d7b154822842c6d,libscopeguard-eb77609449485574,libtelltale_language-364200f2821c40db,libtoml-650a8e8a00ef59c2,libtoml_edit-f9d4f04d01e63e64,libserde_spanned-c871c339aa5b191a,libindexmap-bbc58e793fb5f002,libequivalent-da934a6694ab360d,libhashbrown-8e62c1b2281da302,libwinnow-b3ca35a1d150536b,libtoml_write-5296a03f8bc4129a,libtoml_datetime-4f55a1af61e40efe,libregex-6bad9560d2bf435d,libregex_automata-816ebbe8fc9d9713,libaho_corasick-bea7dffeb3a114b4,libregex_syntax-e0c98584ad6a9081,libpest-ae8f008f97b2d0bf,libucd_trie-10df1e8ef588bd91,libsyn-1d03e4f868d519f9,libquote-eeef20a101e34e91,libtelltale_types-62bdd1ec8e9d8944,libserde_json-dbc7503cb70a53a8,libitoa-f934f33aadd9150c,libzmij-2f58aa8f05c876ef,libblake3-c7338aa9f999a4f8,libconstant_time_eq-2e37ce20007631e5,libcpufeatures-a1f83896db876f84,libarrayvec-fa9cc6d6454dbc31,libarrayref-05ceeb31ba37f0dd,libthiserror-1d43d5d5329c36eb,libfixed-6afc85f3eaa6c807,libtypenum-670aabae270d4e38,libbytemuck-28916d4fe5367e39,libhalf-455d900bd72da826,libcfg_if-52879664ee908f39,libzerocopy-ef8291f0021cbc40,libaz-f5497cd9e742a0d8,libproc_macro2-a366dbcaae8df5eb,libunicode_ident-1744fb867fe19062}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*}.rlib" "/opt/rustwide/target/debug/deps/{libserde-49966fedba80afea,libserde_core-c41e8bcdbc4c9cdf,libfutures-26da7896b3f1e379,libfutures_executor-a44e39c21214cb45,libfutures_util-8858402d3b3d0d37,libmemchr-324148c518a47e11,libfutures_io-dea545488b4ac62e,libslab-716896e9652832e1,libfutures_channel-3f75490235b12a89,libpin_project_lite-a495a978f0594be4,libfutures_sink-8cffbd9b1bd08272,libfutures_task-6f96c43b72e028b1,libfutures_core-8d50b427f11e53ed}.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/examples/rustcdUDwe2/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/blake3-f17e37fad2fb209f/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/three_buyers-b6001f64d1e0d8bc" "-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 `telltale` (example "three_buyers") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcBhN662/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtelltale-2f86f6777de895f0,libtelltale_machine-830ab980f630841d,libbincode-a84855cb2d1db554,libserde_yaml-2acee06f9d1c0eb6,libryu-e5f8b89e5754c206,libunsafe_libyaml-ee31304e6444336c,libserde_cbor-7058e703d32a6935,libhalf-48dbcae47c7a2bee,libparking_lot-f2aaf2caab099f6c,libparking_lot_core-37d7b49412f03e58,liblibc-6a16fbd1c255c9d9,libsmallvec-8771e8f92861f13d,liblock_api-0d7b154822842c6d,libscopeguard-eb77609449485574,libtelltale_language-364200f2821c40db,libtoml-650a8e8a00ef59c2,libtoml_edit-f9d4f04d01e63e64,libserde_spanned-c871c339aa5b191a,libindexmap-bbc58e793fb5f002,libequivalent-da934a6694ab360d,libhashbrown-8e62c1b2281da302,libwinnow-b3ca35a1d150536b,libtoml_write-5296a03f8bc4129a,libtoml_datetime-4f55a1af61e40efe,libregex-6bad9560d2bf435d,libregex_automata-816ebbe8fc9d9713,libaho_corasick-bea7dffeb3a114b4,libregex_syntax-e0c98584ad6a9081,libpest-ae8f008f97b2d0bf,libucd_trie-10df1e8ef588bd91,libsyn-1d03e4f868d519f9,libquote-eeef20a101e34e91,libtelltale_types-62bdd1ec8e9d8944,libserde_json-dbc7503cb70a53a8,libitoa-f934f33aadd9150c,libzmij-2f58aa8f05c876ef,libblake3-c7338aa9f999a4f8,libconstant_time_eq-2e37ce20007631e5,libcpufeatures-a1f83896db876f84,libarrayvec-fa9cc6d6454dbc31,libarrayref-05ceeb31ba37f0dd,libthiserror-1d43d5d5329c36eb,libfixed-6afc85f3eaa6c807,libtypenum-670aabae270d4e38,libbytemuck-28916d4fe5367e39,libhalf-455d900bd72da826,libcfg_if-52879664ee908f39,libzerocopy-ef8291f0021cbc40,libaz-f5497cd9e742a0d8,libproc_macro2-a366dbcaae8df5eb,libunicode_ident-1744fb867fe19062}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*}.rlib" "/opt/rustwide/target/debug/deps/{libserde-49966fedba80afea,libserde_core-c41e8bcdbc4c9cdf,libfutures-26da7896b3f1e379,libfutures_executor-a44e39c21214cb45,libfutures_util-8858402d3b3d0d37,libmemchr-324148c518a47e11,libfutures_io-dea545488b4ac62e,libslab-716896e9652832e1,libfutures_channel-3f75490235b12a89,libpin_project_lite-a495a978f0594be4,libfutures_sink-8cffbd9b1bd08272,libfutures_task-6f96c43b72e028b1,libfutures_core-8d50b427f11e53ed}.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/examples/rustcBhN662/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/blake3-f17e37fad2fb209f/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/oauth-bec6f082460d344f" "-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 `telltale` (example "oauth") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "1457bbda406f35ce26147b6a3f27ee8172bd304bbe3c31e1c937adc9a90748df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1457bbda406f35ce26147b6a3f27ee8172bd304bbe3c31e1c937adc9a90748df", kill_on_drop: false }`
[INFO] [stdout] 1457bbda406f35ce26147b6a3f27ee8172bd304bbe3c31e1c937adc9a90748df
