[INFO] crate mosquitto-client 0.1.5 is already in cache [INFO] extracting crate mosquitto-client 0.1.5 into work/ex/beta-1.38-1/sources/1.37.0/reg/mosquitto-client/0.1.5 [INFO] extracting crate mosquitto-client 0.1.5 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/mosquitto-client/0.1.5 [INFO] validating manifest of mosquitto-client-0.1.5 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 mosquitto-client-0.1.5 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 mosquitto-client-0.1.5 [INFO] finished frobbing mosquitto-client-0.1.5 [INFO] frobbed toml for mosquitto-client-0.1.5 written to work/ex/beta-1.38-1/sources/1.37.0/reg/mosquitto-client/0.1.5/Cargo.toml [INFO] started frobbing mosquitto-client-0.1.5 [INFO] finished frobbing mosquitto-client-0.1.5 [INFO] frobbed toml for mosquitto-client-0.1.5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/mosquitto-client/0.1.5/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 mosquitto-client-0.1.5 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-7/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/mosquitto-client/0.1.5:/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] 812a08a877317be90934de1bb448ddae8ce11673bc724a48482f245312a15e15 [INFO] running `"docker" "start" "-a" "812a08a877317be90934de1bb448ddae8ce11673bc724a48482f245312a15e15"` [INFO] [stderr] Compiling mosquitto-client v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:660:34 [INFO] [stderr] | [INFO] [stderr] 660 | message_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,MosqMessage) + 'a` [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/lib.rs:661:34 [INFO] [stderr] | [INFO] [stderr] 661 | connect_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,i32) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:662:34 [INFO] [stderr] | [INFO] [stderr] 662 | publish_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,i32) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:663:36 [INFO] [stderr] | [INFO] [stderr] 663 | subscribe_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,i32) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:664:38 [INFO] [stderr] | [INFO] [stderr] 664 | unsubscribe_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,i32) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:665:37 [INFO] [stderr] | [INFO] [stderr] 665 | disconnect_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,i32) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:666:30 [INFO] [stderr] | [INFO] [stderr] 666 | log_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,u32,&str) + 'a` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:121:48 [INFO] [stderr] | [INFO] [stderr] 121 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:123:33 [INFO] [stderr] | [INFO] [stderr] 123 | static INSTANCES: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `"docker" "inspect" "812a08a877317be90934de1bb448ddae8ce11673bc724a48482f245312a15e15"` [INFO] running `"docker" "rm" "-f" "812a08a877317be90934de1bb448ddae8ce11673bc724a48482f245312a15e15"` [INFO] [stdout] 812a08a877317be90934de1bb448ddae8ce11673bc724a48482f245312a15e15 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/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/mosquitto-client/0.1.5:/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] 135d73b46deb84655746573592c9480c3abd41ae981a6b8565b77b9705d9275b [INFO] running `"docker" "start" "-a" "135d73b46deb84655746573592c9480c3abd41ae981a6b8565b77b9705d9275b"` [INFO] [stderr] Compiling mosquitto-client v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/verify-publish.rs:6:26 [INFO] [stderr] | [INFO] [stderr] 6 | fn go() -> Result<(),Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn 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] --> examples/publish_wait.rs:13:27 [INFO] [stderr] | [INFO] [stderr] 13 | fn run() -> Result<(),Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::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/lib.rs:660:34 [INFO] [stderr] | [INFO] [stderr] 660 | message_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,MosqMessage) + 'a` [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/lib.rs:661:34 [INFO] [stderr] | [INFO] [stderr] 661 | connect_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,i32) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:662:34 [INFO] [stderr] | [INFO] [stderr] 662 | publish_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,i32) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:663:36 [INFO] [stderr] | [INFO] [stderr] 663 | subscribe_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,i32) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:664:38 [INFO] [stderr] | [INFO] [stderr] 664 | unsubscribe_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,i32) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:665:37 [INFO] [stderr] | [INFO] [stderr] 665 | disconnect_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,i32) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:666:30 [INFO] [stderr] | [INFO] [stderr] 666 | log_callback: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut T,u32,&str) + 'a` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:121:48 [INFO] [stderr] | [INFO] [stderr] 121 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:123:33 [INFO] [stderr] | [INFO] [stderr] 123 | static INSTANCES: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [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/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.verify_publish.9jk27y08-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48" "/opt/crater/target/debug/examples/verify_publish-081b17950821ed48.4ngvmwt8wmzrxct8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libmosquitto_client-39593e10904f4256.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" "-lmosquitto" "-lc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lmosquitto [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 `mosquitto-client`. [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/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.self_publish_receive_many.dpmf4cif-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905" "/opt/crater/target/debug/examples/self_publish_receive_many-7de819fb7defc905.1miq8keaamfz6jpd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libmosquitto_client-39593e10904f4256.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" "-lmosquitto" "-lc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lmosquitto [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 `mosquitto-client`. [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/deps/mosquitto_client-5db5f0d24207f9e3.mosquitto_client.91dm9d8v-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/mosquitto_client-5db5f0d24207f9e3.mosquitto_client.91dm9d8v-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/mosquitto_client-5db5f0d24207f9e3.mosquitto_client.91dm9d8v-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/mosquitto_client-5db5f0d24207f9e3.mosquitto_client.91dm9d8v-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/mosquitto_client-5db5f0d24207f9e3.mosquitto_client.91dm9d8v-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/mosquitto_client-5db5f0d24207f9e3" "/opt/crater/target/debug/deps/mosquitto_client-5db5f0d24207f9e3.1p4fhtz6dpflfied.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lmosquitto" "-lc" "-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" "-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" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lmosquitto [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 `mosquitto-client`. [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/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.subscribe_and_listen.6h8ctc2s-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51" "/opt/crater/target/debug/examples/subscribe_and_listen-3bd0b35f2d37bd51.27egx82m1h4szr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libmosquitto_client-39593e10904f4256.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" "-lmosquitto" "-lc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lmosquitto [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 `mosquitto-client`. [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/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.self_publish.6fr7sawo-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd" "/opt/crater/target/debug/examples/self_publish-70564e5d26dec0fd.1rozower3c9wf8d2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libmosquitto_client-39593e10904f4256.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" "-lmosquitto" "-lc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lmosquitto [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.publish_wait.4t1bh04z-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131" "/opt/crater/target/debug/examples/publish_wait-3c82cefe264fb131.1q9gtaioih2cwdi9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libmosquitto_client-39593e10904f4256.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" "-lmosquitto" "-lc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lmosquitto [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 `mosquitto-client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `mosquitto-client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "135d73b46deb84655746573592c9480c3abd41ae981a6b8565b77b9705d9275b"` [INFO] running `"docker" "rm" "-f" "135d73b46deb84655746573592c9480c3abd41ae981a6b8565b77b9705d9275b"` [INFO] [stdout] 135d73b46deb84655746573592c9480c3abd41ae981a6b8565b77b9705d9275b