[INFO] crate nanomsg 0.7.2 is already in cache [INFO] extracting crate nanomsg 0.7.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/nanomsg/0.7.2 [INFO] extracting crate nanomsg 0.7.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/nanomsg/0.7.2 [INFO] validating manifest of nanomsg-0.7.2 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nanomsg-0.7.2 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nanomsg-0.7.2 [INFO] finished frobbing nanomsg-0.7.2 [INFO] frobbed toml for nanomsg-0.7.2 written to work/ex/beta-1.37-6/sources/1.36.0/reg/nanomsg/0.7.2/Cargo.toml [INFO] started frobbing nanomsg-0.7.2 [INFO] finished frobbing nanomsg-0.7.2 [INFO] frobbed toml for nanomsg-0.7.2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/nanomsg/0.7.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing nanomsg-0.7.2 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/nanomsg/0.7.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 80a1bc342510bef1cda15e80c562b1854f194c969733353cae054cd0de515c6d [INFO] running `"docker" "start" "-a" "80a1bc342510bef1cda15e80c562b1854f194c969733353cae054cd0de515c6d"` [INFO] [stderr] Compiling nanomsg-sys v0.7.2 [INFO] [stderr] Compiling nanomsg v0.7.2 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.92s [INFO] running `"docker" "inspect" "80a1bc342510bef1cda15e80c562b1854f194c969733353cae054cd0de515c6d"` [INFO] running `"docker" "rm" "-f" "80a1bc342510bef1cda15e80c562b1854f194c969733353cae054cd0de515c6d"` [INFO] [stdout] 80a1bc342510bef1cda15e80c562b1854f194c969733353cae054cd0de515c6d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/nanomsg/0.7.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 5b5fc14cca8e798239bef791f4f8b46e1bd98b6da16e98b5665dbfb25e636eb2 [INFO] running `"docker" "start" "-a" "5b5fc14cca8e798239bef791f4f8b46e1bd98b6da16e98b5665dbfb25e636eb2"` [INFO] [stderr] Compiling nanomsg v0.7.2 (/opt/crater/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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.pubsub.ebosbyks-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc" "/opt/crater/target/debug/examples/pubsub-db40b909b6cf6afc.3kocpunvo1puo1c4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnanomsg-9f5bf789a66d40c3.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-9b0c8525583628be.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.issue.3vyj0efz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8" "/opt/crater/target/debug/examples/issue-0b8cdf93966864e8.1tb57o26q9mipko2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnanomsg-9f5bf789a66d40c3.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-9b0c8525583628be.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.pipeline.6enue1dq-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24" "/opt/crater/target/debug/examples/pipeline-b581f6aca77f8d24.25qckc3tjlxw2odm.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnanomsg-9f5bf789a66d40c3.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-9b0c8525583628be.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.reqrep.2wgqvcqq-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd" "/opt/crater/target/debug/examples/reqrep-141c65259aa23bcd.1cjfq7ian4biyiip.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnanomsg-9f5bf789a66d40c3.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-9b0c8525583628be.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.puller.70mqp37u-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9" "/opt/crater/target/debug/examples/puller-71f3b249f7a260d9.1l0l53fbcl54spxh.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnanomsg-9f5bf789a66d40c3.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-9b0c8525583628be.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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] 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/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.nanomsg.844fjsbr-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a" "/opt/crater/target/debug/deps/nanomsg-84ac1c88c535cc4a.tqq9orpr4c3xc7m.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/local/lib" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e8fbf0b14816ca0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c9d91925876437f2.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-50d6bab7df588609.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-913b30c2987aa8da.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-9b0c8525583628be.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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" "5b5fc14cca8e798239bef791f4f8b46e1bd98b6da16e98b5665dbfb25e636eb2"` [INFO] running `"docker" "rm" "-f" "5b5fc14cca8e798239bef791f4f8b46e1bd98b6da16e98b5665dbfb25e636eb2"` [INFO] [stdout] 5b5fc14cca8e798239bef791f4f8b46e1bd98b6da16e98b5665dbfb25e636eb2