[INFO] fetching crate nanomsg 0.7.2... [INFO] testing nanomsg-0.7.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate nanomsg 0.7.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate nanomsg 0.7.2 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 nanomsg 0.7.2 [INFO] finished tweaking crates.io crate nanomsg 0.7.2 [INFO] tweaked toml for crates.io crate nanomsg 0.7.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 16ff068b924859b90441ef39df1e1e166d95a2f550f28bdd6326c497dee68a72 [INFO] running `"docker" "start" "-a" "16ff068b924859b90441ef39df1e1e166d95a2f550f28bdd6326c497dee68a72"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling nanomsg-sys v0.7.2 [INFO] [stderr] Compiling nanomsg v0.7.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result.rs:141:28 [INFO] [stderr] | [INFO] [stderr] 141 | let as_std_error: &error::Error = &err; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result.rs:163:28 [INFO] [stderr] | [INFO] [stderr] 163 | let as_std_error: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result.rs:171:28 [INFO] [stderr] | [INFO] [stderr] 171 | let as_std_error: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/result.rs:142:40 [INFO] [stderr] | [INFO] [stderr] 142 | let description = as_std_error.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/result.rs:164:40 [INFO] [stderr] | [INFO] [stderr] 164 | let description = as_std_error.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/result.rs:172:40 [INFO] [stderr] | [INFO] [stderr] 172 | let description = as_std_error.description(); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.82s [INFO] running `"docker" "inspect" "16ff068b924859b90441ef39df1e1e166d95a2f550f28bdd6326c497dee68a72"` [INFO] running `"docker" "rm" "-f" "16ff068b924859b90441ef39df1e1e166d95a2f550f28bdd6326c497dee68a72"` [INFO] [stdout] 16ff068b924859b90441ef39df1e1e166d95a2f550f28bdd6326c497dee68a72 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 99f2cc23fe554a978183f8cb946933e7c49086d18008e1127f8bc89617aae237 [INFO] running `"docker" "start" "-a" "99f2cc23fe554a978183f8cb946933e7c49086d18008e1127f8bc89617aae237"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling nanomsg v0.7.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result.rs:141:28 [INFO] [stderr] | [INFO] [stderr] 141 | let as_std_error: &error::Error = &err; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result.rs:163:28 [INFO] [stderr] | [INFO] [stderr] 163 | let as_std_error: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result.rs:171:28 [INFO] [stderr] | [INFO] [stderr] 171 | let as_std_error: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/result.rs:142:40 [INFO] [stderr] | [INFO] [stderr] 142 | let description = as_std_error.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/result.rs:164:40 [INFO] [stderr] | [INFO] [stderr] 164 | let description = as_std_error.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/result.rs:172:40 [INFO] [stderr] | [INFO] [stderr] 172 | let description = as_std_error.description(); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> examples/issue.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | thread::sleep_ms(500); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> examples/issue.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | thread::sleep_ms(100); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> examples/puller.rs:22:17 [INFO] [stderr] | [INFO] [stderr] 22 | thread::sleep_ms(1000); // fake some work ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> examples/issue.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | srv.join(); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result.rs:141:28 [INFO] [stderr] | [INFO] [stderr] 141 | let as_std_error: &error::Error = &err; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result.rs:163:28 [INFO] [stderr] | [INFO] [stderr] 163 | let as_std_error: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/result.rs:171:28 [INFO] [stderr] | [INFO] [stderr] 171 | let as_std_error: &error::Error = self; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.pipeline.b8sntymc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb" "/opt/rustwide/target/debug/examples/pipeline-40a5401f4764e3eb.g0b6289n5k58hs8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/local/lib" "-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/libnanomsg-c24e06ca6e8056d1.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-f7664d7a6eb42d92.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-lnanomsg" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnanomsg [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `nanomsg`. [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/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.issue.2a0lnikf-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993" "/opt/rustwide/target/debug/examples/issue-27c95d8606b8b993.132iwkuu0nzyjknl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/local/lib" "-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/libnanomsg-c24e06ca6e8056d1.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-f7664d7a6eb42d92.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-lnanomsg" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnanomsg [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 3 warnings emitted [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/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.pubsub.lg13k6jw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd" "/opt/rustwide/target/debug/examples/pubsub-289ec92c7481cafd.x5um2qnfsx0ydw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/local/lib" "-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/libnanomsg-c24e06ca6e8056d1.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-f7664d7a6eb42d92.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-lnanomsg" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnanomsg [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `nanomsg`. [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 `nanomsg`. [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/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.puller.83ztgx59-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103" "/opt/rustwide/target/debug/examples/puller-9d65d2d519b7f103.3bu879zgoit8lok2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/local/lib" "-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/libnanomsg-c24e06ca6e8056d1.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-f7664d7a6eb42d92.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-lnanomsg" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnanomsg [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [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/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.reqrep.8cdckomi-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c" "/opt/rustwide/target/debug/examples/reqrep-90d8dcdc11213c9c.8mxi5r3ofv9xsxd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/local/lib" "-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/libnanomsg-c24e06ca6e8056d1.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-f7664d7a6eb42d92.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-lnanomsg" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnanomsg [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `nanomsg`. [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 `nanomsg`. [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] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/result.rs:142:40 [INFO] [stderr] | [INFO] [stderr] 142 | let description = as_std_error.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/result.rs:164:40 [INFO] [stderr] | [INFO] [stderr] 164 | let description = as_std_error.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/result.rs:172:40 [INFO] [stderr] | [INFO] [stderr] 172 | let description = as_std_error.description(); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:1341:13 [INFO] [stderr] | [INFO] [stderr] 1341 | let mut msg = Socket::allocate_msg(buf.len()).unwrap(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:2055:13 [INFO] [stderr] | [INFO] [stderr] 2055 | let mut pollreq_slice = &mut pollreq_vector[..]; [INFO] [stderr] | ----^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [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/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.nanomsg.dktmjzzy-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa" "/opt/rustwide/target/debug/deps/nanomsg-de16aeb079925faa.2gm02jls995m9sn5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/local/lib" "-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/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-219fc620be977b79.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-f5064c1d87ea3eaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-6bc0764cb7f4dd96.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-72042f7f9ab0950a.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_std-7a49e61f83b63f93.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-f7664d7a6eb42d92.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.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" "-lnanomsg" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnanomsg [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 8 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `nanomsg`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "99f2cc23fe554a978183f8cb946933e7c49086d18008e1127f8bc89617aae237"` [INFO] running `"docker" "rm" "-f" "99f2cc23fe554a978183f8cb946933e7c49086d18008e1127f8bc89617aae237"` [INFO] [stdout] 99f2cc23fe554a978183f8cb946933e7c49086d18008e1127f8bc89617aae237