[INFO] crate nanomsg 0.7.2 is already in cache [INFO] extracting crate nanomsg 0.7.2 into work/ex/beta-1.38-1/sources/1.37.0/reg/nanomsg/0.7.2 [INFO] extracting crate nanomsg 0.7.2 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/nanomsg/0.7.2 [INFO] validating manifest of nanomsg-0.7.2 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nanomsg-0.7.2 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/nanomsg/0.7.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing nanomsg-0.7.2 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 01ee276fe246bff4dd8564584aed82b5c7ac8aa58e78f9a28b2a947db16ecc14 [INFO] running `"docker" "start" "-a" "01ee276fe246bff4dd8564584aed82b5c7ac8aa58e78f9a28b2a947db16ecc14"` [INFO] [stderr] Compiling nanomsg-sys v0.7.2 [INFO] [stderr] Compiling nanomsg v0.7.2 (/opt/crater/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 2.03s [INFO] running `"docker" "inspect" "01ee276fe246bff4dd8564584aed82b5c7ac8aa58e78f9a28b2a947db16ecc14"` [INFO] running `"docker" "rm" "-f" "01ee276fe246bff4dd8564584aed82b5c7ac8aa58e78f9a28b2a947db16ecc14"` [INFO] [stdout] 01ee276fe246bff4dd8564584aed82b5c7ac8aa58e78f9a28b2a947db16ecc14 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 6a8eda04346581a2fc6693f86c2a796552d8b1ea3f09d5378de4961465e54823 [INFO] running `"docker" "start" "-a" "6a8eda04346581a2fc6693f86c2a796552d8b1ea3f09d5378de4961465e54823"` [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] 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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.issue.dni1xgbf-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb" "/opt/crater/target/debug/examples/issue-93a94d8948d9d9fb.47gfzozwyxp1rt8v.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnanomsg-fb8b98875fd71554.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-01d9e4446c4718c4.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.reqrep.7v3295yn-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9" "/opt/crater/target/debug/examples/reqrep-2cf5ec1193f178d9.3eet700lhp5s6crr.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnanomsg-fb8b98875fd71554.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-01d9e4446c4718c4.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.pipeline.13cord4w-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a" "/opt/crater/target/debug/examples/pipeline-7343d059eca8f94a.1j8219w2mdotuklf.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnanomsg-fb8b98875fd71554.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-01d9e4446c4718c4.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/puller-262713f799410a2b.puller.9pc5kvwm-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/puller-262713f799410a2b" "/opt/crater/target/debug/examples/puller-262713f799410a2b.8gb72ha9or9b8vo.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnanomsg-fb8b98875fd71554.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-01d9e4446c4718c4.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.pubsub.4l8yzlun-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd" "/opt/crater/target/debug/examples/pubsub-838dfee490c9d3bd.wce575wyt4dzdet.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libnanomsg-fb8b98875fd71554.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-01d9e4446c4718c4.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.nanomsg.bjebo9cd-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b" "/opt/crater/target/debug/deps/nanomsg-9417242856ebfa8b.1e8z52dpj87jmgec.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libnanomsg_sys-01d9e4446c4718c4.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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" "6a8eda04346581a2fc6693f86c2a796552d8b1ea3f09d5378de4961465e54823"` [INFO] running `"docker" "rm" "-f" "6a8eda04346581a2fc6693f86c2a796552d8b1ea3f09d5378de4961465e54823"` [INFO] [stdout] 6a8eda04346581a2fc6693f86c2a796552d8b1ea3f09d5378de4961465e54823