[INFO] crate shiplift 0.6.0 is already in cache [INFO] testing shiplift-0.6.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate shiplift 0.6.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate shiplift 0.6.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate shiplift 0.6.0 [INFO] finished tweaking crates.io crate shiplift 0.6.0 [INFO] tweaked toml for crates.io crate shiplift 0.6.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate shiplift 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9e7ea7cf0f7da5600e939094493aba73931bfd06437359d86e169a61bf41b12f [INFO] running `"docker" "start" "-a" "9e7ea7cf0f7da5600e939094493aba73931bfd06437359d86e169a61bf41b12f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling smallvec v1.0.0 [INFO] [stderr] Compiling hyper-openssl v0.7.1 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling lock_api v0.3.2 [INFO] [stderr] Compiling linked_hash_set v0.1.3 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.8 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.17 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling tokio-reactor v0.1.11 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling tokio-openssl v0.3.0 [INFO] [stderr] Compiling hyperlocal v0.6.0 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling shiplift v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:71:43 [INFO] [stderr] | [INFO] [stderr] 71 | Error::SerdeJsonError(e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:72:34 [INFO] [stderr] | [INFO] [stderr] 72 | Error::Hyper(e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:73:33 [INFO] [stderr] | [INFO] [stderr] 73 | Error::Http(e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:74:31 [INFO] [stderr] | [INFO] [stderr] 74 | Error::IO(e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:75:37 [INFO] [stderr] | [INFO] [stderr] 75 | Error::Encoding(e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 38s [INFO] running `"docker" "inspect" "9e7ea7cf0f7da5600e939094493aba73931bfd06437359d86e169a61bf41b12f"` [INFO] running `"docker" "rm" "-f" "9e7ea7cf0f7da5600e939094493aba73931bfd06437359d86e169a61bf41b12f"` [INFO] [stdout] 9e7ea7cf0f7da5600e939094493aba73931bfd06437359d86e169a61bf41b12f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] b138e489dfaf9d41071d7096721dc682c7cc9f7cf545ea313f5cfc84065a3156 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b138e489dfaf9d41071d7096721dc682c7cc9f7cf545ea313f5cfc84065a3156"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:71:43 [INFO] [stderr] | [INFO] [stderr] 71 | Error::SerdeJsonError(e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:72:34 [INFO] [stderr] | [INFO] [stderr] 72 | Error::Hyper(e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:73:33 [INFO] [stderr] | [INFO] [stderr] 73 | Error::Http(e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:74:31 [INFO] [stderr] | [INFO] [stderr] 74 | Error::IO(e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:75:37 [INFO] [stderr] | [INFO] [stderr] 75 | Error::Encoding(e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling shiplift v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name containerinspect --edition=2018 examples/containerinspect.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="hyper-openssl"' --cfg 'feature="hyperlocal"' --cfg 'feature="openssl"' --cfg 'feature="tls"' --cfg 'feature="unix-socket"' -C metadata=a489f7254bcbdf38 -C extra-filename=-a489f7254bcbdf38 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-cd2068e54f6079a4.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib --extern hyper_openssl=/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib --extern hyperlocal=/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib --extern mime=/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib --extern shiplift=/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib --extern tokio_codec=/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib --extern tokio_io=/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name stats --edition=2018 examples/stats.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="hyper-openssl"' --cfg 'feature="hyperlocal"' --cfg 'feature="openssl"' --cfg 'feature="tls"' --cfg 'feature="unix-socket"' -C metadata=51e9b14a74ea22a5 -C extra-filename=-51e9b14a74ea22a5 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-cd2068e54f6079a4.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib --extern hyper_openssl=/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib --extern hyperlocal=/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib --extern mime=/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib --extern shiplift=/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib --extern tokio_codec=/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib --extern tokio_io=/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name networks --edition=2018 examples/networks.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="hyper-openssl"' --cfg 'feature="hyperlocal"' --cfg 'feature="openssl"' --cfg 'feature="tls"' --cfg 'feature="unix-socket"' -C metadata=87bd2258786b9b56 -C extra-filename=-87bd2258786b9b56 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-cd2068e54f6079a4.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib --extern hyper_openssl=/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib --extern hyperlocal=/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib --extern mime=/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib --extern shiplift=/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib --extern tokio_codec=/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib --extern tokio_io=/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.imagebuild.8j3zzxom-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b" "/opt/rustwide/target/debug/examples/imagebuild-59b7dd8895f0490b.dq6fjuaz9hvj1dv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib" "/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib" "/opt/rustwide/target/debug/deps/libxattr-76a8206540601f34.rlib" "/opt/rustwide/target/debug/deps/libfiletime-3da046e9b0da1715.rlib" "/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3d4691ef680cd520.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib" "/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib" "/opt/rustwide/target/debug/deps/libhex-f9323026746a00b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-7e37c9a06438532b.rlib" "/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-93bc13121ffc6624.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_set-fcd6068a5387e132.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-275b9c70368059da.rlib" "/opt/rustwide/target/debug/deps/libantidote-205df870d78536b4.rlib" "/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-862469478a03c1a7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c0b20e20127d747c.rlib" "/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib" "/opt/rustwide/target/debug/deps/libwant-062956716cd463e4.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-8df494f699b62cfc.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-433f54ef2018aa34.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a7a858753b725b71.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-cb3fb97c472c3745.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-a43c466f83b55e2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4a98e61b4c3b70a9.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-123bf61aecf7a9a8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a3afabb7b3aada66.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a103b638cf2338a8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0b0936d5fdcc8084.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-609a201bdfea845a.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-72f8d61b074da4c8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-db2260e18af49542.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-71c2c9d7c6fbe393.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-95bb0c13fd5670de.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9a3bb82dd9c98d25.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f56ee57dc64563ff.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-ffc2574c87c0e7c6.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-959dfb98c9cca643.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1874e28f1344045.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib" "/opt/rustwide/target/debug/deps/libmio-207b7f4d421d02fd.rlib" "/opt/rustwide/target/debug/deps/libtime-232c8cf8ec2ff441.rlib" "/opt/rustwide/target/debug/deps/libnet2-0efa1c15afd8fac8.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-928fabf6cffcac89.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-fc5dfa9e5f1ac73c.rlib" "/opt/rustwide/target/debug/deps/libh2-992f7ba1a2edc654.rlib" "/opt/rustwide/target/debug/deps/libindexmap-025caddaa366c221.rlib" "/opt/rustwide/target/debug/deps/libstring-01313df173605ce6.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib" "/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-bf2639fffb6c8cae.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c4e081ad57aecb04.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-34f91a861a8c1228.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-21648e1fdacce7c6.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-da40e4eed38d9294.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-64079bb1ba96516d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib" "/opt/rustwide/target/debug/deps/libryu-c5e7eec2cc573ee0.rlib" "/opt/rustwide/target/debug/deps/libitoa-0d9b2c9addc04afb.rlib" "/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.volumedelete.8fbbsjnx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b" "/opt/rustwide/target/debug/examples/volumedelete-740bdf9aacbbcb2b.44nqgcutytywobgh.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib" "/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib" "/opt/rustwide/target/debug/deps/libxattr-76a8206540601f34.rlib" "/opt/rustwide/target/debug/deps/libfiletime-3da046e9b0da1715.rlib" "/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3d4691ef680cd520.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib" "/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib" "/opt/rustwide/target/debug/deps/libhex-f9323026746a00b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-7e37c9a06438532b.rlib" "/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-93bc13121ffc6624.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_set-fcd6068a5387e132.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-275b9c70368059da.rlib" "/opt/rustwide/target/debug/deps/libantidote-205df870d78536b4.rlib" "/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-862469478a03c1a7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c0b20e20127d747c.rlib" "/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib" "/opt/rustwide/target/debug/deps/libwant-062956716cd463e4.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-8df494f699b62cfc.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-433f54ef2018aa34.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a7a858753b725b71.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-cb3fb97c472c3745.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-a43c466f83b55e2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4a98e61b4c3b70a9.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-123bf61aecf7a9a8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a3afabb7b3aada66.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a103b638cf2338a8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0b0936d5fdcc8084.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-609a201bdfea845a.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-72f8d61b074da4c8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-db2260e18af49542.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-71c2c9d7c6fbe393.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-95bb0c13fd5670de.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9a3bb82dd9c98d25.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f56ee57dc64563ff.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-ffc2574c87c0e7c6.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-959dfb98c9cca643.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1874e28f1344045.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib" "/opt/rustwide/target/debug/deps/libmio-207b7f4d421d02fd.rlib" "/opt/rustwide/target/debug/deps/libtime-232c8cf8ec2ff441.rlib" "/opt/rustwide/target/debug/deps/libnet2-0efa1c15afd8fac8.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-928fabf6cffcac89.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-fc5dfa9e5f1ac73c.rlib" "/opt/rustwide/target/debug/deps/libh2-992f7ba1a2edc654.rlib" "/opt/rustwide/target/debug/deps/libindexmap-025caddaa366c221.rlib" "/opt/rustwide/target/debug/deps/libstring-01313df173605ce6.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib" "/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-bf2639fffb6c8cae.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c4e081ad57aecb04.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-34f91a861a8c1228.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-21648e1fdacce7c6.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-da40e4eed38d9294.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-64079bb1ba96516d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib" "/opt/rustwide/target/debug/deps/libryu-c5e7eec2cc573ee0.rlib" "/opt/rustwide/target/debug/deps/libitoa-0d9b2c9addc04afb.rlib" "/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.import.17mp236y-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2" "/opt/rustwide/target/debug/examples/import-1493a75af5fbe4f2.1wd2k2mb4vky3nuo.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib" "/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib" "/opt/rustwide/target/debug/deps/libxattr-76a8206540601f34.rlib" "/opt/rustwide/target/debug/deps/libfiletime-3da046e9b0da1715.rlib" "/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3d4691ef680cd520.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib" "/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib" "/opt/rustwide/target/debug/deps/libhex-f9323026746a00b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-7e37c9a06438532b.rlib" "/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-93bc13121ffc6624.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_set-fcd6068a5387e132.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-275b9c70368059da.rlib" "/opt/rustwide/target/debug/deps/libantidote-205df870d78536b4.rlib" "/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-862469478a03c1a7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c0b20e20127d747c.rlib" "/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib" "/opt/rustwide/target/debug/deps/libwant-062956716cd463e4.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-8df494f699b62cfc.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-433f54ef2018aa34.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a7a858753b725b71.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-cb3fb97c472c3745.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-a43c466f83b55e2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4a98e61b4c3b70a9.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-123bf61aecf7a9a8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a3afabb7b3aada66.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a103b638cf2338a8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0b0936d5fdcc8084.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-609a201bdfea845a.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-72f8d61b074da4c8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-db2260e18af49542.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-71c2c9d7c6fbe393.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-95bb0c13fd5670de.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9a3bb82dd9c98d25.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f56ee57dc64563ff.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-ffc2574c87c0e7c6.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-959dfb98c9cca643.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1874e28f1344045.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib" "/opt/rustwide/target/debug/deps/libmio-207b7f4d421d02fd.rlib" "/opt/rustwide/target/debug/deps/libtime-232c8cf8ec2ff441.rlib" "/opt/rustwide/target/debug/deps/libnet2-0efa1c15afd8fac8.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-928fabf6cffcac89.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-fc5dfa9e5f1ac73c.rlib" "/opt/rustwide/target/debug/deps/libh2-992f7ba1a2edc654.rlib" "/opt/rustwide/target/debug/deps/libindexmap-025caddaa366c221.rlib" "/opt/rustwide/target/debug/deps/libstring-01313df173605ce6.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib" "/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-bf2639fffb6c8cae.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c4e081ad57aecb04.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-34f91a861a8c1228.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-21648e1fdacce7c6.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-da40e4eed38d9294.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-64079bb1ba96516d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib" "/opt/rustwide/target/debug/deps/libryu-c5e7eec2cc573ee0.rlib" "/opt/rustwide/target/debug/deps/libitoa-0d9b2c9addc04afb.rlib" "/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.containerdelete.akxb5vx7-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608" "/opt/rustwide/target/debug/examples/containerdelete-c9c201c9a0750608.4e1iy4jvhwh09ma8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib" "/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib" "/opt/rustwide/target/debug/deps/libxattr-76a8206540601f34.rlib" "/opt/rustwide/target/debug/deps/libfiletime-3da046e9b0da1715.rlib" "/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3d4691ef680cd520.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib" "/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib" "/opt/rustwide/target/debug/deps/libhex-f9323026746a00b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-7e37c9a06438532b.rlib" "/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-93bc13121ffc6624.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_set-fcd6068a5387e132.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-275b9c70368059da.rlib" "/opt/rustwide/target/debug/deps/libantidote-205df870d78536b4.rlib" "/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-862469478a03c1a7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c0b20e20127d747c.rlib" "/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib" "/opt/rustwide/target/debug/deps/libwant-062956716cd463e4.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-8df494f699b62cfc.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-433f54ef2018aa34.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a7a858753b725b71.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-cb3fb97c472c3745.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-a43c466f83b55e2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4a98e61b4c3b70a9.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-123bf61aecf7a9a8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a3afabb7b3aada66.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a103b638cf2338a8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0b0936d5fdcc8084.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-609a201bdfea845a.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-72f8d61b074da4c8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-db2260e18af49542.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-71c2c9d7c6fbe393.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-95bb0c13fd5670de.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9a3bb82dd9c98d25.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f56ee57dc64563ff.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-ffc2574c87c0e7c6.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-959dfb98c9cca643.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1874e28f1344045.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib" "/opt/rustwide/target/debug/deps/libmio-207b7f4d421d02fd.rlib" "/opt/rustwide/target/debug/deps/libtime-232c8cf8ec2ff441.rlib" "/opt/rustwide/target/debug/deps/libnet2-0efa1c15afd8fac8.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-928fabf6cffcac89.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-fc5dfa9e5f1ac73c.rlib" "/opt/rustwide/target/debug/deps/libh2-992f7ba1a2edc654.rlib" "/opt/rustwide/target/debug/deps/libindexmap-025caddaa366c221.rlib" "/opt/rustwide/target/debug/deps/libstring-01313df173605ce6.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib" "/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-bf2639fffb6c8cae.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c4e081ad57aecb04.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-34f91a861a8c1228.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-21648e1fdacce7c6.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-da40e4eed38d9294.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-64079bb1ba96516d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib" "/opt/rustwide/target/debug/deps/libryu-c5e7eec2cc573ee0.rlib" "/opt/rustwide/target/debug/deps/libitoa-0d9b2c9addc04afb.rlib" "/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.containercopyfrom.dbl95z59-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2" "/opt/rustwide/target/debug/examples/containercopyfrom-d0ede68a89a581e2.4iaxil0rznhysak6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib" "/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib" "/opt/rustwide/target/debug/deps/libxattr-76a8206540601f34.rlib" "/opt/rustwide/target/debug/deps/libfiletime-3da046e9b0da1715.rlib" "/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3d4691ef680cd520.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib" "/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib" "/opt/rustwide/target/debug/deps/libhex-f9323026746a00b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-7e37c9a06438532b.rlib" "/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-93bc13121ffc6624.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_set-fcd6068a5387e132.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-275b9c70368059da.rlib" "/opt/rustwide/target/debug/deps/libantidote-205df870d78536b4.rlib" "/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-862469478a03c1a7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c0b20e20127d747c.rlib" "/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib" "/opt/rustwide/target/debug/deps/libwant-062956716cd463e4.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-8df494f699b62cfc.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-433f54ef2018aa34.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a7a858753b725b71.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-cb3fb97c472c3745.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-a43c466f83b55e2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4a98e61b4c3b70a9.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-123bf61aecf7a9a8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a3afabb7b3aada66.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a103b638cf2338a8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0b0936d5fdcc8084.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-609a201bdfea845a.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-72f8d61b074da4c8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-db2260e18af49542.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-71c2c9d7c6fbe393.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-95bb0c13fd5670de.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9a3bb82dd9c98d25.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f56ee57dc64563ff.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-ffc2574c87c0e7c6.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-959dfb98c9cca643.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1874e28f1344045.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib" "/opt/rustwide/target/debug/deps/libmio-207b7f4d421d02fd.rlib" "/opt/rustwide/target/debug/deps/libtime-232c8cf8ec2ff441.rlib" "/opt/rustwide/target/debug/deps/libnet2-0efa1c15afd8fac8.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-928fabf6cffcac89.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-fc5dfa9e5f1ac73c.rlib" "/opt/rustwide/target/debug/deps/libh2-992f7ba1a2edc654.rlib" "/opt/rustwide/target/debug/deps/libindexmap-025caddaa366c221.rlib" "/opt/rustwide/target/debug/deps/libstring-01313df173605ce6.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib" "/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-bf2639fffb6c8cae.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c4e081ad57aecb04.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-34f91a861a8c1228.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-21648e1fdacce7c6.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-da40e4eed38d9294.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-64079bb1ba96516d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib" "/opt/rustwide/target/debug/deps/libryu-c5e7eec2cc573ee0.rlib" "/opt/rustwide/target/debug/deps/libitoa-0d9b2c9addc04afb.rlib" "/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name networkinspect --edition=2018 examples/networkinspect.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="hyper-openssl"' --cfg 'feature="hyperlocal"' --cfg 'feature="openssl"' --cfg 'feature="tls"' --cfg 'feature="unix-socket"' -C metadata=899a53c0b68acf43 -C extra-filename=-899a53c0b68acf43 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-cd2068e54f6079a4.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib --extern hyper_openssl=/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib --extern hyperlocal=/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib --extern mime=/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib --extern openssl=/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib --extern shiplift=/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib --extern tar=/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib --extern tokio_codec=/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib --extern tokio_io=/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.networkdisconnect.d7ppjjq3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09" "/opt/rustwide/target/debug/examples/networkdisconnect-f980807500ffbe09.481q0qtef0c7vyet.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib" "/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib" "/opt/rustwide/target/debug/deps/libxattr-76a8206540601f34.rlib" "/opt/rustwide/target/debug/deps/libfiletime-3da046e9b0da1715.rlib" "/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3d4691ef680cd520.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib" "/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib" "/opt/rustwide/target/debug/deps/libhex-f9323026746a00b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-7e37c9a06438532b.rlib" "/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-93bc13121ffc6624.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_set-fcd6068a5387e132.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-275b9c70368059da.rlib" "/opt/rustwide/target/debug/deps/libantidote-205df870d78536b4.rlib" "/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-862469478a03c1a7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c0b20e20127d747c.rlib" "/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib" "/opt/rustwide/target/debug/deps/libwant-062956716cd463e4.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-8df494f699b62cfc.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-433f54ef2018aa34.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a7a858753b725b71.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-cb3fb97c472c3745.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-a43c466f83b55e2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4a98e61b4c3b70a9.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-123bf61aecf7a9a8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a3afabb7b3aada66.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a103b638cf2338a8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0b0936d5fdcc8084.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-609a201bdfea845a.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-72f8d61b074da4c8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-db2260e18af49542.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-71c2c9d7c6fbe393.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-95bb0c13fd5670de.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9a3bb82dd9c98d25.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f56ee57dc64563ff.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-ffc2574c87c0e7c6.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-959dfb98c9cca643.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1874e28f1344045.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib" "/opt/rustwide/target/debug/deps/libmio-207b7f4d421d02fd.rlib" "/opt/rustwide/target/debug/deps/libtime-232c8cf8ec2ff441.rlib" "/opt/rustwide/target/debug/deps/libnet2-0efa1c15afd8fac8.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-928fabf6cffcac89.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-fc5dfa9e5f1ac73c.rlib" "/opt/rustwide/target/debug/deps/libh2-992f7ba1a2edc654.rlib" "/opt/rustwide/target/debug/deps/libindexmap-025caddaa366c221.rlib" "/opt/rustwide/target/debug/deps/libstring-01313df173605ce6.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib" "/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-bf2639fffb6c8cae.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c4e081ad57aecb04.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-34f91a861a8c1228.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-21648e1fdacce7c6.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-da40e4eed38d9294.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-64079bb1ba96516d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib" "/opt/rustwide/target/debug/deps/libryu-c5e7eec2cc573ee0.rlib" "/opt/rustwide/target/debug/deps/libitoa-0d9b2c9addc04afb.rlib" "/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.events.3pwpt4iy-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/events-3015750935a6e811" "/opt/rustwide/target/debug/examples/events-3015750935a6e811.3jyill4luby4c521.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib" "/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib" "/opt/rustwide/target/debug/deps/libxattr-76a8206540601f34.rlib" "/opt/rustwide/target/debug/deps/libfiletime-3da046e9b0da1715.rlib" "/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3d4691ef680cd520.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib" "/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib" "/opt/rustwide/target/debug/deps/libhex-f9323026746a00b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-7e37c9a06438532b.rlib" "/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-93bc13121ffc6624.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_set-fcd6068a5387e132.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-275b9c70368059da.rlib" "/opt/rustwide/target/debug/deps/libantidote-205df870d78536b4.rlib" "/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-862469478a03c1a7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c0b20e20127d747c.rlib" "/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib" "/opt/rustwide/target/debug/deps/libwant-062956716cd463e4.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-8df494f699b62cfc.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-433f54ef2018aa34.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a7a858753b725b71.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-cb3fb97c472c3745.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-a43c466f83b55e2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4a98e61b4c3b70a9.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-123bf61aecf7a9a8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a3afabb7b3aada66.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a103b638cf2338a8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0b0936d5fdcc8084.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-609a201bdfea845a.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-72f8d61b074da4c8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-db2260e18af49542.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-71c2c9d7c6fbe393.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-95bb0c13fd5670de.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9a3bb82dd9c98d25.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f56ee57dc64563ff.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-ffc2574c87c0e7c6.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-959dfb98c9cca643.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1874e28f1344045.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib" "/opt/rustwide/target/debug/deps/libmio-207b7f4d421d02fd.rlib" "/opt/rustwide/target/debug/deps/libtime-232c8cf8ec2ff441.rlib" "/opt/rustwide/target/debug/deps/libnet2-0efa1c15afd8fac8.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-928fabf6cffcac89.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-fc5dfa9e5f1ac73c.rlib" "/opt/rustwide/target/debug/deps/libh2-992f7ba1a2edc654.rlib" "/opt/rustwide/target/debug/deps/libindexmap-025caddaa366c221.rlib" "/opt/rustwide/target/debug/deps/libstring-01313df173605ce6.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib" "/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-bf2639fffb6c8cae.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c4e081ad57aecb04.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-34f91a861a8c1228.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-21648e1fdacce7c6.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-da40e4eed38d9294.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-64079bb1ba96516d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib" "/opt/rustwide/target/debug/deps/libryu-c5e7eec2cc573ee0.rlib" "/opt/rustwide/target/debug/deps/libitoa-0d9b2c9addc04afb.rlib" "/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.networkcreate.btzmnc3a-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00" "/opt/rustwide/target/debug/examples/networkcreate-835fdda2db0a1e00.2etj3ycpolb1w97q.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libshiplift-1f9858508bc244a2.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib" "/opt/rustwide/target/debug/deps/libtar-83424eb59b571997.rlib" "/opt/rustwide/target/debug/deps/libxattr-76a8206540601f34.rlib" "/opt/rustwide/target/debug/deps/libfiletime-3da046e9b0da1715.rlib" "/opt/rustwide/target/debug/deps/libflate2-9ef7b0869079e7a2.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-3d4691ef680cd520.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libmime-ff9bc79d051f9852.rlib" "/opt/rustwide/target/debug/deps/libhyperlocal-d6a3d99dd9459b12.rlib" "/opt/rustwide/target/debug/deps/libhex-f9323026746a00b0.rlib" "/opt/rustwide/target/debug/deps/libhyper_openssl-7840d4f6821e89fa.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-7e37c9a06438532b.rlib" "/opt/rustwide/target/debug/deps/libopenssl-bae78a2a446a8736.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-93bc13121ffc6624.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-2e847ba160d5da93.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-e020287afcc6712a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_set-fcd6068a5387e132.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-275b9c70368059da.rlib" "/opt/rustwide/target/debug/deps/libantidote-205df870d78536b4.rlib" "/opt/rustwide/target/debug/deps/libchrono-764d8b9abe1ea0e4.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-862469478a03c1a7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c0b20e20127d747c.rlib" "/opt/rustwide/target/debug/deps/libhyper-d71c6ee3cafb74e4.rlib" "/opt/rustwide/target/debug/deps/libwant-062956716cd463e4.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-c7cee3da6f1e22b1.rlib" "/opt/rustwide/target/debug/deps/libtokio-747661a5e3990ee0.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-8df494f699b62cfc.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-433f54ef2018aa34.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a7a858753b725b71.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-cb3fb97c472c3745.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-a43c466f83b55e2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-4a98e61b4c3b70a9.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-123bf61aecf7a9a8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-a3afabb7b3aada66.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a103b638cf2338a8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-a42ffb8700530081.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0b0936d5fdcc8084.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-609a201bdfea845a.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-72f8d61b074da4c8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-db2260e18af49542.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-71c2c9d7c6fbe393.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-95bb0c13fd5670de.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d00efb923351447f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-9a3bb82dd9c98d25.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f56ee57dc64563ff.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-ffc2574c87c0e7c6.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-959dfb98c9cca643.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1874e28f1344045.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-a7cc5391c8e1f5ff.rlib" "/opt/rustwide/target/debug/deps/libmio-207b7f4d421d02fd.rlib" "/opt/rustwide/target/debug/deps/libtime-232c8cf8ec2ff441.rlib" "/opt/rustwide/target/debug/deps/libnet2-0efa1c15afd8fac8.rlib" "/opt/rustwide/target/debug/deps/libhttparse-68d73f9a0ebc7a09.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-928fabf6cffcac89.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-fc5dfa9e5f1ac73c.rlib" "/opt/rustwide/target/debug/deps/libh2-992f7ba1a2edc654.rlib" "/opt/rustwide/target/debug/deps/libindexmap-025caddaa366c221.rlib" "/opt/rustwide/target/debug/deps/libstring-01313df173605ce6.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-057c492967d4573d.rlib" "/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-bf2639fffb6c8cae.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c4e081ad57aecb04.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libhttp-57efceb5ccf57d53.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-e6b530658d29dfec.rlib" "/opt/rustwide/target/debug/deps/libeither-19da0396cea95667.rlib" "/opt/rustwide/target/debug/deps/libiovec-34f91a861a8c1228.rlib" "/opt/rustwide/target/debug/deps/liblibc-d3dd008d2dbab132.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-e25957e3c50c2ac2.rlib" "/opt/rustwide/target/debug/deps/liburl-afeb55eff9cc2e0e.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libidna-21648e1fdacce7c6.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-da40e4eed38d9294.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-64079bb1ba96516d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libserde_json-d8a2cf4d0ec81f6d.rlib" "/opt/rustwide/target/debug/deps/libryu-c5e7eec2cc573ee0.rlib" "/opt/rustwide/target/debug/deps/libitoa-0d9b2c9addc04afb.rlib" "/opt/rustwide/target/debug/deps/libserde-4ce91e19afe1010b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b138e489dfaf9d41071d7096721dc682c7cc9f7cf545ea313f5cfc84065a3156"` [INFO] running `"docker" "rm" "-f" "b138e489dfaf9d41071d7096721dc682c7cc9f7cf545ea313f5cfc84065a3156"` [INFO] [stdout] b138e489dfaf9d41071d7096721dc682c7cc9f7cf545ea313f5cfc84065a3156