[INFO] fetching crate wamp_async 0.3.1... [INFO] testing wamp_async-0.3.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate wamp_async 0.3.1 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate wamp_async 0.3.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wamp_async 0.3.1 [INFO] finished tweaking crates.io crate wamp_async 0.3.1 [INFO] tweaked toml for crates.io crate wamp_async 0.3.1 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate crates.io crate wamp_async 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded strum_macros v0.20.1 [INFO] [stderr] Downloaded futures-executor v0.3.13 [INFO] [stderr] Downloaded futures v0.3.13 [INFO] [stderr] Downloaded async-trait v0.1.48 [INFO] [stderr] Downloaded sha-1 v0.9.4 [INFO] [stderr] Downloaded syn v1.0.68 [INFO] [stderr] Downloaded quick-error v2.0.0 [INFO] [stderr] Downloaded strum v0.20.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd65a731b8ef74623a6a9d9c29d90acc64aca0fa312b67fdc6758d69af1b93a4 [INFO] running `Command { std: "docker" "start" "-a" "cd65a731b8ef74623a6a9d9c29d90acc64aca0fa312b67fdc6758d69af1b93a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd65a731b8ef74623a6a9d9c29d90acc64aca0fa312b67fdc6758d69af1b93a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd65a731b8ef74623a6a9d9c29d90acc64aca0fa312b67fdc6758d69af1b93a4", kill_on_drop: false }` [INFO] [stdout] cd65a731b8ef74623a6a9d9c29d90acc64aca0fa312b67fdc6758d69af1b93a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0762b138f21939405398f2714fa4a1ff19915ed9a7e24d275af28f48a6ebe033 [INFO] running `Command { std: "docker" "start" "-a" "0762b138f21939405398f2714fa4a1ff19915ed9a7e24d275af28f48a6ebe033", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling futures-sink v0.3.13 [INFO] [stderr] Compiling futures-core v0.3.13 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-io v0.3.13 [INFO] [stderr] Compiling httparse v1.3.5 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling futures-task v0.3.13 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling async-trait v0.1.48 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling quick-error v2.0.0 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling tokio v1.4.0 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling input_buffer v0.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling futures-channel v0.3.13 [INFO] [stderr] Compiling sha-1 v0.9.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling rmp v0.8.10 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling futures-macro v0.3.13 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling pin-project-internal v1.0.6 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling futures-util v0.3.13 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling tungstenite v0.13.0 [INFO] [stderr] Compiling pin-project v1.0.6 [INFO] [stderr] Compiling strum v0.20.0 [INFO] [stderr] Compiling futures-executor v0.3.13 [INFO] [stderr] Compiling futures v0.3.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-tungstenite v0.14.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling rmp-serde v0.15.4 [INFO] [stderr] Compiling wamp_async v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.19s [INFO] running `Command { std: "docker" "inspect" "0762b138f21939405398f2714fa4a1ff19915ed9a7e24d275af28f48a6ebe033", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0762b138f21939405398f2714fa4a1ff19915ed9a7e24d275af28f48a6ebe033", kill_on_drop: false }` [INFO] [stdout] 0762b138f21939405398f2714fa4a1ff19915ed9a7e24d275af28f48a6ebe033 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 953ac653416eb248aaa119f48ca8187e5cc17bb915a81f6d854126eafd259578 [INFO] running `Command { std: "docker" "start" "-a" "953ac653416eb248aaa119f48ca8187e5cc17bb915a81f6d854126eafd259578", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling wamp_async v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.rpc_callee_with_context.aeab605b-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef.564n94ph87cq8q4h.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-a24d9081eae8477d.rlib" "/opt/rustwide/target/debug/deps/libatty-c7fc985bbfbb7220.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b792ab1f217da8de.rlib" "/opt/rustwide/target/debug/deps/libhumantime-0f10f859de6db1c9.rlib" "/opt/rustwide/target/debug/deps/libregex-0ff4b212e85c2408.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-eb34768cc40ae7e7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-38d1d4d3be96c2b9.rlib" "/opt/rustwide/target/debug/deps/libwamp_async-fe663f08f1ba9815.rlib" "/opt/rustwide/target/debug/deps/libstrum-4e5c68317927b949.rlib" "/opt/rustwide/target/debug/deps/libtokio_tungstenite-1eb268fbefb78cb1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-db327425b108261f.rlib" "/opt/rustwide/target/debug/deps/libtungstenite-b90d4fc03da6f6a1.rlib" "/opt/rustwide/target/debug/deps/libbase64-4c997255cfee02b8.rlib" "/opt/rustwide/target/debug/deps/librand-4994705b799cccff.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-2b185fe18a95476e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-588d0e00b70994d5.rlib" "/opt/rustwide/target/debug/deps/librand_core-8ad69f748264e682.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-93e5e7d85b23176f.rlib" "/opt/rustwide/target/debug/deps/libutf8-501fd206315426d4.rlib" "/opt/rustwide/target/debug/deps/libsha1-c914f1dc1880906e.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-fc668c1c55fec23c.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-da908c117d471a14.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-207679186ad4cc27.rlib" "/opt/rustwide/target/debug/deps/libdigest-88451ac331251876.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-f5ba41faa0becb0c.rlib" "/opt/rustwide/target/debug/deps/libtypenum-bbc8b6d814331ada.rlib" "/opt/rustwide/target/debug/deps/libinput_buffer-cae8219e3e0fca23.rlib" "/opt/rustwide/target/debug/deps/libhttparse-a7743c4525b40c80.rlib" "/opt/rustwide/target/debug/deps/libthiserror-a5708ac14717232e.rlib" "/opt/rustwide/target/debug/deps/libhttp-a8873a5d823ff5a4.rlib" "/opt/rustwide/target/debug/deps/libfnv-6d1578eb67bc4123.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-cba75f481bb0a119.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-2d9df36016c4ebb9.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fa58122470da78f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl-57180ea68441cc5b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-80e93151c602d4a3.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-df0e58a4f0a4cf2f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-a92bffa6dfc6160f.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-0ca8ddbca60a6ed9.rlib" "/opt/rustwide/target/debug/deps/librmp_serde-be740c2769dbcd48.rlib" "/opt/rustwide/target/debug/deps/librmp-9f6c35152c302246.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ae8623994a8ecaa9.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-0a75c9c26dc9dc2c.rlib" "/opt/rustwide/target/debug/deps/libserde_json-73dde03832ad053a.rlib" "/opt/rustwide/target/debug/deps/libryu-b54e014f019506d7.rlib" "/opt/rustwide/target/debug/deps/libitoa-ffe013ffe1403a1e.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9fcfe92a7751f6cf.rlib" "/opt/rustwide/target/debug/deps/libserde-e0fe80150a7585c6.rlib" "/opt/rustwide/target/debug/deps/liburl-c4650c345c0d6e6e.rlib" "/opt/rustwide/target/debug/deps/libidna-ee359aba7126f755.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-80426e3445638cba.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-5e9ea66d0d10cc98.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-94e88fe29250bed0.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-502fc641a5064811.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-7dd23ad1e9ec9e20.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-1a1983d2d4a49459.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec882efcf894febd.rlib" "/opt/rustwide/target/debug/deps/libtokio-ecd0e47155fb2623.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-7d63d0568c6a4ef4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-ddfc7240081498bd.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-a04fb4648d6d7df6.rlib" "/opt/rustwide/target/debug/deps/libbytes-4bf2b520dc5a4ca8.rlib" "/opt/rustwide/target/debug/deps/libmio-35981cd675a9b1f1.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a8a6792cbfc33abf.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-f0b189cba12a09c0.rlib" "/opt/rustwide/target/debug/deps/liblibc-6682def82db5b4ab.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7aff3213d137eb8f.rlib" "/opt/rustwide/target/debug/deps/liblock_api-edc0447c9d8192f8.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-93870536328d7ed1.rlib" "/opt/rustwide/target/debug/deps/libinstant-8d6a6a7ec43a25dc.rlib" "/opt/rustwide/target/debug/deps/liblog-82c0db7e24d48d9b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/libfutures-4617f164cb0c35ea.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-68e5cc6a575d40f8.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-fdb7791b46528c45.rlib" "/opt/rustwide/target/debug/deps/libmemchr-829eafb2866da253.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-7c13c7467e0ffe3b.rlib" "/opt/rustwide/target/debug/deps/libslab-47832e98c319689d.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-40608cb3c0ecc7b2.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-02afd1264e6aaadb.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-61b15bffc4695118.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-2f1e65908864bcb0.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-6c669315cfadfec5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-e6468ce25cfdd3b2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/rpc_callee_with_context-31079d3910860fef" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wamp_async` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "953ac653416eb248aaa119f48ca8187e5cc17bb915a81f6d854126eafd259578", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "953ac653416eb248aaa119f48ca8187e5cc17bb915a81f6d854126eafd259578", kill_on_drop: false }` [INFO] [stdout] 953ac653416eb248aaa119f48ca8187e5cc17bb915a81f6d854126eafd259578