[INFO] crate nanomsg 0.7.2 is already in cache [INFO] testing nanomsg-0.7.2 against 1.38.0 for beta-1.39-1 [INFO] extracting crate nanomsg 0.7.2 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate nanomsg 0.7.2 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.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 work/builds/worker-6/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] 09a8c76c024a387ebac400164f261f50bb17578ca61f1a4ec6cc4dae022ef962 [INFO] running `"docker" "start" "-a" "09a8c76c024a387ebac400164f261f50bb17578ca61f1a4ec6cc4dae022ef962"` [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] Finished dev [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `"docker" "inspect" "09a8c76c024a387ebac400164f261f50bb17578ca61f1a4ec6cc4dae022ef962"` [INFO] running `"docker" "rm" "-f" "09a8c76c024a387ebac400164f261f50bb17578ca61f1a4ec6cc4dae022ef962"` [INFO] [stdout] 09a8c76c024a387ebac400164f261f50bb17578ca61f1a4ec6cc4dae022ef962 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 5bb240167963de6d3cf46968db0ea35688597641892f380bb8702bf8d6f79476 [INFO] running `"docker" "start" "-a" "5bb240167963de6d3cf46968db0ea35688597641892f380bb8702bf8d6f79476"` [INFO] [stderr] Compiling nanomsg v0.7.2 (/opt/rustwide/workdir) [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.puller.2hsz6vka-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429" "/opt/rustwide/target/debug/examples/puller-725ddc5570a78429.2u9sfv38qpun7l8k.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnanomsg-d752a9fce19a726b.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-5f3732cecc8bba87.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lnanomsg" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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] 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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.issue.2f91jgnj-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7" "/opt/rustwide/target/debug/examples/issue-7ed9e7f9a0cdf4c7.1yontt1z8r9wnlx3.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnanomsg-d752a9fce19a726b.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-5f3732cecc8bba87.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lnanomsg" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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: 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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pipeline.17scy9f2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac" "/opt/rustwide/target/debug/examples/pipeline-57f663b5fafcf3ac.pe2p59e2q0nefc4.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnanomsg-d752a9fce19a726b.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-5f3732cecc8bba87.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lnanomsg" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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: 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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.reqrep.2l9u6f5n-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf" "/opt/rustwide/target/debug/examples/reqrep-e30a7ceab04e64bf.3goagzt9cwpdqzqn.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnanomsg-d752a9fce19a726b.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-5f3732cecc8bba87.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lnanomsg" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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: 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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.pubsub.a363e5xw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369" "/opt/rustwide/target/debug/examples/pubsub-20355838a060c369.gc4pqwzz44mby8x.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnanomsg-d752a9fce19a726b.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-5f3732cecc8bba87.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lnanomsg" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `nanomsg`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `nanomsg`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `nanomsg`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.nanomsg.58oumwhq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0" "/opt/rustwide/target/debug/deps/nanomsg-9798e33a4c6100d0.2es7mzaayj2uew9r.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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/libnanomsg_sys-5f3732cecc8bba87.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lnanomsg" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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] running `"docker" "inspect" "5bb240167963de6d3cf46968db0ea35688597641892f380bb8702bf8d6f79476"` [INFO] running `"docker" "rm" "-f" "5bb240167963de6d3cf46968db0ea35688597641892f380bb8702bf8d6f79476"` [INFO] [stdout] 5bb240167963de6d3cf46968db0ea35688597641892f380bb8702bf8d6f79476