[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 try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fruntarahq%2Fruntara-examples" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/runtarahq/runtara-examples on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 49500cca8ff13f76cf9d3833fa63dff914c55724008924ac6835728ca7f37f42 [INFO] running `Command { std: "docker" "start" "-a" "49500cca8ff13f76cf9d3833fa63dff914c55724008924ac6835728ca7f37f42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "49500cca8ff13f76cf9d3833fa63dff914c55724008924ac6835728ca7f37f42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49500cca8ff13f76cf9d3833fa63dff914c55724008924ac6835728ca7f37f42", kill_on_drop: false }` [INFO] [stdout] 49500cca8ff13f76cf9d3833fa63dff914c55724008924ac6835728ca7f37f42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b77655970d42b10bb05033d9de468e7965b05089078fc2e8f0362446c18104a [INFO] running `Command { std: "docker" "start" "-a" "8b77655970d42b10bb05033d9de468e7965b05089078fc2e8f0362446c18104a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling libc v0.2.179 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling find-msvc-tools v0.1.6 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling zmij v1.0.9 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling webpki-roots v1.0.5 [INFO] [stderr] Compiling cc v1.2.51 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling syn v2.0.113 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling chrono v0.4.42 [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 ring v0.17.14 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling uuid v1.19.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling quinn-udp v0.5.14 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling quinn v0.11.9 [INFO] [stderr] Compiling lru-slab v0.1.2 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling tokio-stream v0.1.17 [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 zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling pem v3.0.6 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling rcgen v0.13.2 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling runtara-sdk-macros v1.3.1 (https://github.com/runtarahq/runtara.git?branch=main#4fecb568) [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Compiling inventory v0.3.21 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling quinn-proto v0.11.13 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling schemars_derive v0.8.22 [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 tower v0.5.2 [INFO] [stderr] Compiling sqlx-sqlite v0.8.6 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Compiling runtara-protocol v1.3.1 (https://github.com/runtarahq/runtara.git?branch=main#4fecb568) [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling runtara-dsl v1.3.1 (https://github.com/runtarahq/runtara.git?branch=main#4fecb568) [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling runtara-workflows v1.3.1 (https://github.com/runtarahq/runtara.git?branch=main#4fecb568) [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling workflows-example v0.1.0 (/opt/rustwide/workdir/workflows-example) [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] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustchg94VY/symbols.o" "<7 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-1b39a1cef94b0bba,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-ea6c767fefe82746,libregex_automata-ca23cc1e520b9a4d,libregex_syntax-3eb42aed563cb123,libnu_ansi_term-397b1770c3b67a2d,libthread_local-930fa34297cc73a9,libtracing_log-46d10ef08017e4c7,libruntara_sdk-c3bf7f093247f363,libruntara_core-cf162555dcf39802,libanyhow-7e5dcd40304f6dad,libsqlx-3572b5215585a1f4,libsqlx_sqlite-814a0db7709428e6,libfutures_executor-2921318b05e07464,libflume-7f423a13feb8172d,libspin-6aca1d391314f776,libfutures_intrusive-f8675b952c5b464f,liblibsqlite3_sys-1f083f659a1587c9,libsqlx_postgres-008bd1d66bc530e4,libdotenvy-c158e10653a35757,libcrc-7c0e721306e9636e,libcrc_catalog-bb32f52851f13aa4,libhex-28742b4ca144387c,libwhoami-85fda6cef6337ed0,libhome-bdf87ef1480967f0,libmd5-aea56d2645a7f2a4,libbyteorder-1e924d369e48dcfe,libatoi-d2fa188fc68979de,libstringprep-fb1a8b8aeb704118,libunicode_properties-acf832153453926a,libunicode_normalization-51ea083ac55613a7,libunicode_bidi-e61eae15e30d3a28,librand-bb87272f1ff1e022,librand_chacha-6740b10790427eb3,librand_core-96795504b7097c73,libhkdf-b091740f458038e4,libhmac-e308d36d93a4efee,libsqlx_core-7221c46e99fe9a6d,libsha2-e2046601720ef5ea,libcpufeatures-471354fefbcaf2d8,libdigest-a6ee5651393adfd1,libblock_buffer-89561fdedc720992,libcrypto_common-761e7d9b21004ed9,libgeneric_array-c18ca592204e9758,libtypenum-0e02f3386ab040bb,libhashlink-a200ded97f2f80e8,libhashbrown-58a46c9697e58a2b,libfoldhash-a84df4cbe8daa3b8,liballocator_api2-3bc2480ae44878f3,libuuid-c9f251f445c3a0cf,libcrossbeam_queue-7ccd0d142a4956b3,libcrossbeam_utils-0a46ed2e1921bda3,libeither-579de8b3a8f4198d,libevent_listener-3285fc919fa670d4,libparking-49fcf10303d3525f,libruntara_protocol-620ba51dc3813a7a,librustls_pemfile-daf62c01ffaf95a2,librcgen-de5095be83602ab6,libpem-d607f251a0d98a82,libyasna-f0846984111f9f3f,libtime-3e7ea50abda9a8e4,libtime_core-2040860403d71275,libnum_conv-2c976fbf8b8f2899,libderanged-565c368c3f4e1a9f,libpowerfmt-a0c185df26c26a22,libwebpki_roots-f5509fee2ce21dd6,libwebpki_roots-6943c60aeebdad63,libsocket2-7ef009b9d046593e,libprost-8682814affadf378,libquinn-36d0021640842139,libquinn_udp-25c2369244d38e8a,libquinn_proto-0fd5d7758deb6853,liblru_slab-82bbb7047f4de357,librustls-d545e98f73fbcc5e,libsubtle-ca7024fc66e4388f,libwebpki-af4375fea96bd898,libring-e18fb6c5bb4f980d,libgetrandom-0829081ce67ff4af,libuntrusted-3420b86308bec153,librand-8524ec9a43bb013f,librand_chacha-af85a818a926a3de,libppv_lite86-8cfc082dcac416be,libzerocopy-512afe2d0393d1fb,librand_core-419c37e02fe32720,libgetrandom-ca985277cb9408e3,libtinyvec-5904eadb2731a928,libtinyvec_macros-1c14e8980bff1229,libthiserror-b66c3f27d9b4a614,librustc_hash-d7c9c021d0487117,libchrono-5f6857da62ddd0e4,libiana_time_zone-54997521cde77023,libnum_traits-e0379c9206182a0c,libreqwest-a380d58152a03c1b,libserde_urlencoded-968c2548d4eb1c3c,libryu-14257e7dfe68df82,librustls_pki_types-333f1d79bf046a52,libzeroize-36c98e1e0ab441af,libhyper_tls-7f09bd91c946db92,libtokio_native_tls-31fd86c9026414bf,libmime-4b44681fdb2c65f7,libencoding_rs-f47fb1c01542042e,libserde_json-b08ad614836215cf,libzmij-e76d6509241fcc10,libtower_http-a98088a559922101,libiri_string-d8b08e8827a09725,libtower-611192cd1f4d606c,libtower_layer-d70c7e404336389b,libnative_tls-6803c7bcf919fd26,libopenssl_probe-cbab9b905ab83f66,libopenssl-3b4390377733b292,libbitflags-443c99b827427271,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-421c4970ab4d4eae,libhyper_util-ed97638abbc10b22,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libhyper-a6423e2aa0184bf9,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-feea65f43203de76,libtracing-e84427edab4785b6,libtracing_core-fc2d38f4334e7941,libonce_cell-0ba6aecba7086d38,libindexmap-50c87da5001fa587,libequivalent-7e0e8cbe6c474a67,libhashbrown-00f937fe1169347c,libfnv-2d77ec4f6f971b24,libtokio_util-1c6b1c3fe1f466a8,libatomic_waker-001109810bdecbaa,libfutures_channel-c679acf38b3b9ea3,libfutures_util-cf5c1c15ca12d3fb,libmemchr-f9c66c7ba21bf873,libfutures_io-972ebb79349338ae,libslab-8c0cbfb396425d81,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,libtokio-5403e7926aa89e03,libsignal_hook_registry-9e8354d05f56c886,liberrno-77787732cada5dd6,libsocket2-3b5bc7ab2d9a31ce,libmio-fc1597f465cc43d8,libparking_lot-82cdc42c47ca1af2,libparking_lot_core-cd2292cc2981f470,liblibc-311f777bfaf1d866,libcfg_if-5af52f617df93f8f,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libhttp_body_util-194889fdb4ea9f63,libpin_project_lite-bedc6e0acd72ff2a,libhttp_body-c835eae5fc9c575c,liblog-cfb0a897de58af94,liburl-27eaa407b9ed2761,libidna-29d560b7aced5edc,libutf8_iter-0d9be7b316c2b184,libidna_adapter-83ddafd790fba00e,libicu_properties-846ff3bb11699e63,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-b96a5154563c8140,libsmallvec-0916f55944b7005b,libicu_normalizer_data-088c419f54c50650,libicu_collections-22e9a8949fcb6ccd,libpotential_utf-621e44df23ff8d6c,libicu_provider-caa20c7e3bb569a2,libicu_locale_core-957bf9746e67777f,libtinystr-4d2d1166b4291ac2,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-4f8306a6e9df2ecb,libzerotrie-edfa822d3ab2d802,libyoke-0b168fa930ce84b8,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-60c088e1ed64481c,libform_urlencoded-b57e943dc1db8475,libpercent_encoding-c53c37e60dd2727e,libserde-b2838361eecb5d6d,libserde_core-9630c118cbbf7b68,libhttp-b9bda94d23e26c86,libitoa-ae20521aea192d35,libbytes-752d6eacdc0bb513,libsync_wrapper-a3845461b7db14a0,libfutures_core-fc6bb1738f00fc87}.rlib" "/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" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustchg94VY/raw-dylibs" "-B/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-dd0411beaa0ba2fa/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-7f2cb071f5549dc0/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/http_example-6ae15eab953e17bb" "-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 "http_example") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "8b77655970d42b10bb05033d9de468e7965b05089078fc2e8f0362446c18104a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b77655970d42b10bb05033d9de468e7965b05089078fc2e8f0362446c18104a", kill_on_drop: false }` [INFO] [stdout] 8b77655970d42b10bb05033d9de468e7965b05089078fc2e8f0362446c18104a