[INFO] cloning repository https://github.com/h7kanna/dagger-sdk
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/h7kanna/dagger-sdk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fh7kanna%2Fdagger-sdk", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fh7kanna%2Fdagger-sdk'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c7ab6d1561399af98f0c932c0c6dc5d1b0e94a71
[INFO] testing h7kanna/dagger-sdk against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fh7kanna%2Fdagger-sdk" "/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/h7kanna/dagger-sdk
[INFO] finished tweaking git repo https://github.com/h7kanna/dagger-sdk
[INFO] tweaked toml for git repo https://github.com/h7kanna/dagger-sdk written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/h7kanna/dagger-sdk on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/h7kanna/dagger-sdk 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.98.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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063
[INFO] running `Command { std: "docker" "start" "8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063", 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" "8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063", 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" "8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling cc v1.0.100
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling genco-macros v0.17.9
[INFO] [stderr]    Compiling syn v2.0.68
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling filetime v0.2.23
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling flate2 v1.0.30
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling platform-info v2.0.3
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling clap_lex v0.7.1
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling clap_builder v4.5.7
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling xattr v1.3.1
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling tar v0.4.41
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling clap v4.5.7
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling graphql-parser v0.4.0
[INFO] [stderr]    Compiling genco v0.17.9
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stderr]    Compiling color-eyre v0.6.3
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling graphql-introspection-query v0.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling serde_graphql_input v0.1.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling graphql_client_codegen v0.13.0
[INFO] [stderr]    Compiling graphql_query_derive v0.13.0
[INFO] [stderr]    Compiling hyper v0.14.29
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling graphql_client v0.13.0
[INFO] [stderr]    Compiling dagger-sdk v0.9.8 (/opt/rustwide/workdir/crates/dagger-sdk)
[INFO] [stdout] warning: struct `IntrospectionQuery` is never constructed
[INFO] [stdout]   --> crates/dagger-sdk/src/core/session.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct IntrospectionQuery;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dagger-codegen v0.9.8 (/opt/rustwide/workdir/crates/dagger-codegen)
[INFO] [stderr]    Compiling dagger-bootstrap v0.9.8 (/opt/rustwide/workdir/crates/dagger-bootstrap)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
[INFO] running `Command { std: "docker" "inspect" "8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063", 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" "8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling tracing-test-macro v0.2.5
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pretty_assertions v1.4.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling tracing-test v0.2.5
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stderr]    Compiling color-eyre v0.6.3
[INFO] [stderr]    Compiling graphql_client v0.13.0
[INFO] [stderr]    Compiling dagger-sdk v0.9.8 (/opt/rustwide/workdir/crates/dagger-sdk)
[INFO] [stdout] warning: struct `IntrospectionQuery` is never constructed
[INFO] [stdout]   --> crates/dagger-sdk/src/core/session.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct IntrospectionQuery;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dagger-codegen v0.9.8 (/opt/rustwide/workdir/crates/dagger-codegen)
[INFO] [stdout] warning: struct `IntrospectionQuery` is never constructed
[INFO] [stdout]   --> crates/dagger-sdk/src/core/session.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct IntrospectionQuery;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dagger-bootstrap v0.9.8 (/opt/rustwide/workdir/crates/dagger-bootstrap)
[INFO] [stderr] error: could not compile `dagger-sdk` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name dagger_sdk --edition=2021 crates/dagger-sdk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gen"))' -C metadata=de0240aac1969e67 -C extra-filename=-520c7083488e0376 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-72d194e13f6e176f.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-13144a1f1e192158.rlib --extern derive_builder=/opt/rustwide/target/debug/deps/libderive_builder-5e7ae6ea297432aa.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-a54bb8865520cfd1.rlib --extern eyre=/opt/rustwide/target/debug/deps/libeyre-e9889fc17985d605.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-db5b6da617551716.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-5594ba1c5b98f855.rlib --extern graphql_client=/opt/rustwide/target/debug/deps/libgraphql_client-d618e5885213f6c4.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern hex_literal=/opt/rustwide/target/debug/deps/libhex_literal-ef575e66466a3155.rlib --extern platform_info=/opt/rustwide/target/debug/deps/libplatform_info-6e73c65054b82817.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-1ea5feb8fdf0b9f7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4f2e6c7b97afaeae.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-ab963ac93ed3d55d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-3a5fd56f9e046369.rlib --extern serde_graphql_input=/opt/rustwide/target/debug/deps/libserde_graphql_input-e74c20339472f15c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-12423fae62a7034e.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-e10c187d22ff944e.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-bd042df688620b28.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-f08a9463462a4fe6.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0b0a85774d9c1255.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-c21e50a88e26ce77.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-e30827d1a865c508.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-d55626b94779d822.rlib --extern tracing_test=/opt/rustwide/target/debug/deps/libtracing_test-33bb3b78258af10c.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-60e37b1997776afa/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcPFhxnb/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdagger_sdk-48523c85e05f3cb5,libserde_graphql_input-e74c20339472f15c,libhex-13e08b3b00984ab7,libdirs-a54bb8865520cfd1,libdirs_sys-a10ba846b3c09db1,liboption_ext-61303ef911796993,libderive_builder-5e7ae6ea297432aa,libfutures-5594ba1c5b98f855,libfutures_executor-cd6bbcc497daed0d,libgraphql_client-d618e5885213f6c4,libthiserror-0b0a85774d9c1255,libreqwest-ab963ac93ed3d55d,librustls_pemfile-30aaf682314043cb,libhyper_rustls-5885dee3a7dce4b1,libserde_urlencoded-78e2ca6bb2873718,libwebpki_roots-da6c00699c81e448,libbase64-13144a1f1e192158,libipnet-21a83f2d587ce134,libtokio_rustls-670f1c4f6b5a493f,libmime-0188e0814ca7ddbf,libencoding_rs-f93f8c7c90ba6d45,libserde_json-12423fae62a7034e,libryu-a980823ac8640001,librustls-01bad31aa1a17536,libsct-1772cc0520299300,libwebpki-167a2cde226357a6,libring-c29b690895ab722b,libgetrandom-eaf7710324ea2f8d,libspin-77da57a1b47d23a3,libuntrusted-b2f816886faf2178,libhyper-d295162dc2700f88,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-0f77087be69aecf5,libh2-74990aa5810222af,libindexmap-e48f67bcfdc33e17,libequivalent-487f93f8f6ab5e5b,libhashbrown-7535884dad52ee2f,libtower_service-442e0d38cf369aa3,libfutures_util-4012bcb178bb075d,libmemchr-08f38e9718637002,libfutures_io-15f510aebc68962e,libslab-b2ace7a8cefc491a,libfutures_channel-bbb633f8de4319dc,libfutures_task-7735bb2404c6e6f3,libpin_utils-3860774ad9b215b5,libtokio_util-197df9327b669c52,libfutures_sink-bfbbbc7bce12d32f,libsync_wrapper-b5d3a794a1e9deea,libhttp_body-ac3e68e0d836d063,libfutures_core-451bff7c303527ba,liburl-a67d8817fd16a595,libidna-b7d7af481e24480f,libunicode_normalization-2afa61b3bf715bd9,libtinyvec-c98dfb84ce78a9e8,libtinyvec_macros-7b77ea21c73594ca,libunicode_bidi-4395c0969e173d7e,libform_urlencoded-48069ad4ff13b53d,libpercent_encoding-af9df9186596bd92,libhttp-132727c40a80afaf,libitoa-20e94f961f8d160c,libfnv-79e2cbfbe03dcd16,libtempfile-f08a9463462a4fe6,libfastrand-5e3bec3d1dadb2e4,libtar-bd042df688620b28,libxattr-f7affff461ecff94,librustix-c69d9d8e0231b95c,libbitflags-cc8ac0de6c10eef5,liblinux_raw_sys-bce002aaca4b608b,libfiletime-f8f11b2f88cbb144,libsha2-e10c187d22ff944e,libcpufeatures-926366d381e17465,libdigest-0c759a101fb02f6f,libblock_buffer-13c6334aa7ee32a4,libcrypto_common-89e9b6af79403afb,libgeneric_array-afac002e3e8998b8,libtypenum-44a2840d4152a259,libplatform_info-6e73c65054b82817,libflate2-db5b6da617551716,libminiz_oxide-59911464469c54e5,libadler-8a8ce72c9fb247b6,libcrc32fast-3cfcc2f76e093b40,libserde-3a5fd56f9e046369,libtracing_subscriber-d55626b94779d822,libnu_ansi_term-ef093e3d876aec99,liboverload-447f2db329e02fd7,libsharded_slab-bd3e89e1e50b7c87,liblazy_static-3674be3f4245d19b,libmatchers-82bff9e1b6f2fbd8,libregex_automata-a3cd0ab7d90c5f68,libregex_syntax-893772d02d5263ca,libregex-27768f9ea750c81b,libregex_automata-0f52163bb87dd639,libregex_syntax-cd4a3bb6fae4e275,libtracing-e30827d1a865c508,libthread_local-f42c039ca9a4df01,libtracing_log-2705eaa508871e37,liblog-1ad4a80b9627ed31,libtracing_core-6c6646f033b90602,libeyre-e9889fc17985d605,libindenter-add53b8e51d6428d,libonce_cell-a1d7742f74efe1da,libtokio-c21e50a88e26ce77,libsignal_hook_registry-70d49a055069e9c4,libnum_cpus-18663d2cdd1e1818,libsocket2-2fd2414311deb8a1,libbytes-3fbe0740e65931fa,libmio-f21bc3cb58d832d9,libparking_lot-453e805ff78b7cde,libparking_lot_core-817b764949023552,liblibc-32c7908c8f3e9020,libcfg_if-3e7fc4e38d4a72b5,libsmallvec-5dc15f12cdebef01,liblock_api-c6cf54c55fc63b81,libscopeguard-7ec2214574194454,libpin_project_lite-e591be24d8b8b3c6}.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/rustcPFhxnb/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-60e37b1997776afa/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/first_pipeline-744347dd6ebad217" "-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 `dagger-sdk` (example "first-pipeline") due to 1 previous error
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063", kill_on_drop: false }`
[INFO] [stdout] 8195f499317939d7db431de1bb78be065f266fcf7ed55f827d31a2b9d0169063
