[INFO] crate tokio-signal 0.2.9 is already in cache [INFO] testing tokio-signal-0.2.9 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate tokio-signal 0.2.9 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate tokio-signal 0.2.9 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tokio-signal 0.2.9 [INFO] finished tweaking crates.io crate tokio-signal 0.2.9 [INFO] tweaked toml for crates.io crate tokio-signal 0.2.9 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate tokio-signal 0.2.9 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stdout] eba4d4199ef87792d8d8b6dcc9a9139a1ccc68fc5e4403ef40e7fb52d4d2a862 [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" "eba4d4199ef87792d8d8b6dcc9a9139a1ccc68fc5e4403ef40e7fb52d4d2a862"` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling tokio-executor v0.1.9 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-signal v0.2.9 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | use std::sync::{Mutex, Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix.rs:118:25 [INFO] [stderr] | [INFO] [stderr] 118 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix.rs:108:19 [INFO] [stderr] | [INFO] [stderr] 108 | init: ONCE_INIT, [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.01s [INFO] running `"docker" "inspect" "eba4d4199ef87792d8d8b6dcc9a9139a1ccc68fc5e4403ef40e7fb52d4d2a862"` [INFO] running `"docker" "rm" "-f" "eba4d4199ef87792d8d8b6dcc9a9139a1ccc68fc5e4403ef40e7fb52d4d2a862"` [INFO] [stdout] eba4d4199ef87792d8d8b6dcc9a9139a1ccc68fc5e4403ef40e7fb52d4d2a862 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] decb2229e263ae3c906be9ee817adcf8af70d65799149fedcb5c4e1163142d8f [INFO] running `"docker" "start" "-a" "decb2229e263ae3c906be9ee817adcf8af70d65799149fedcb5c4e1163142d8f"` [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | use std::sync::{Mutex, Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix.rs:118:25 [INFO] [stderr] | [INFO] [stderr] 118 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix.rs:108:19 [INFO] [stderr] | [INFO] [stderr] 108 | init: ONCE_INIT, [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-signal v0.2.9 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | use std::sync::{Mutex, Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix.rs:118:25 [INFO] [stderr] | [INFO] [stderr] 118 | static INIT: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/unix.rs:108:19 [INFO] [stderr] | [INFO] [stderr] 108 | init: ONCE_INIT, [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] error: could not compile `tokio-signal`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name multi_loop tests/multi_loop.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C debuginfo=2 --test -C metadata=c1e34cb4cdf030cd -C extra-filename=-c1e34cb4cdf030cd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures=/opt/rustwide/target/debug/deps/libfutures-f2a22ac7d502c29c.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-2b3577f6a779d165.rlib --extern mio=/opt/rustwide/target/debug/deps/libmio-e26cf54a80ee9eb9.rlib --extern mio_uds=/opt/rustwide/target/debug/deps/libmio_uds-e7127ac1f04c462e.rlib --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-1e37f387fc068d5f.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-07a098051561b09e.rlib --extern tokio_executor=/opt/rustwide/target/debug/deps/libtokio_executor-12c6df8a23ebc58b.rlib --extern tokio_io=/opt/rustwide/target/debug/deps/libtokio_io-97d1e7ef0863fa2d.rlib --extern tokio_reactor=/opt/rustwide/target/debug/deps/libtokio_reactor-650e564e7d4ec160.rlib --extern tokio_signal=/opt/rustwide/target/debug/deps/libtokio_signal-8381b7365a8f858a.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.tokio_signal.18bbsvpc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962" "/opt/rustwide/target/debug/deps/tokio_signal-4819045bc2cd8962.ylg10juhm23wm6j.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-a6274e2eaafd361e.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2c85f64fb49c1603.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ed84df1a106a13ed.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e159833bdb71170b.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-5f1c8c824853fda4.rlib" "/opt/rustwide/target/debug/deps/libtokio-07a098051561b09e.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-449902579cb9ecc7.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-ff7ffd672ccff7ff.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-e19a5db7eb4c05eb.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-2cc690be14afbbd8.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-320bce7322791044.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-5e05001f74d89f68.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-964cc906f5094381.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-01d8b09b472c1aae.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-8f7ce6c131e61fe8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-dd6548adc85d4233.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-c7e0d1b951e92e2c.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-f528bfb534ca17a0.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-1e37f387fc068d5f.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-a6f94d24a8a9421a.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-e7127ac1f04c462e.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-650e564e7d4ec160.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-62322ca192ac8cce.rlib" "/opt/rustwide/target/debug/deps/libfnv-5eb3a865ee06cdd3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-af9d3c9575e32df0.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-20d8926205ec7390.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7f6296e1dbefcf24.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-339b675ddd6c173a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-2d8eff5a4fb5d747.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-68a78b59e929aafd.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-c97956015d2a727c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f33130f66302ba30.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-97d1e7ef0863fa2d.rlib" "/opt/rustwide/target/debug/deps/libbytes-07570a799c580cdd.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2cdd9ae034878c52.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-12c6df8a23ebc58b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-39202ae0774b8d15.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libmio-e26cf54a80ee9eb9.rlib" "/opt/rustwide/target/debug/deps/liblog-dd0cc9f7ce37032a.rlib" "/opt/rustwide/target/debug/deps/libslab-d3206e5bd8666d5d.rlib" "/opt/rustwide/target/debug/deps/libiovec-dff4a86e4a023cfd.rlib" "/opt/rustwide/target/debug/deps/libnet2-5ae27b55d3bc771a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/liblibc-2b3577f6a779d165.rlib" "/opt/rustwide/target/debug/deps/libfutures-f2a22ac7d502c29c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `tokio-signal`. [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" "decb2229e263ae3c906be9ee817adcf8af70d65799149fedcb5c4e1163142d8f"` [INFO] running `"docker" "rm" "-f" "decb2229e263ae3c906be9ee817adcf8af70d65799149fedcb5c4e1163142d8f"` [INFO] [stdout] decb2229e263ae3c906be9ee817adcf8af70d65799149fedcb5c4e1163142d8f