[INFO] updating cached repository https://github.com/stevedonovan/moi [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 673be214de1109ab235de57a3b199ca37d6a841d [INFO] testing stevedonovan/moi against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevedonovan%2Fmoi" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stevedonovan/moi on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/stevedonovan/moi [INFO] finished tweaking git repo https://github.com/stevedonovan/moi [INFO] tweaked toml for git repo https://github.com/stevedonovan/moi written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/stevedonovan/moi already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9e4b1ed5ebb7bcffe4dd2060ea426aa9e567c22c74f966913860c056a027a064 [INFO] running `"docker" "start" "-a" "9e4b1ed5ebb7bcffe4dd2060ea426aa9e567c22c74f966913860c056a027a064"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling c_linked_list v1.1.0 [INFO] [stderr] Compiling mosquitto-client v0.1.4 [INFO] [stderr] Compiling md5 v0.3.6 [INFO] [stderr] Compiling json v0.11.12 [INFO] [stderr] Compiling lapp v0.3.1 [INFO] [stderr] Compiling get_if_addrs v0.4.1 [INFO] [stderr] Compiling moi v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/logging.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | hook: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Record) + Send + Sync + 'static` [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:27:38 [INFO] [stderr] | [INFO] [stderr] 27 | pub type BoxResult = Result>; [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:36:45 [INFO] [stderr] | [INFO] [stderr] 36 | pub fn err_io(msg: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:104:36 [INFO] [stderr] | [INFO] [stderr] 104 | String::from_utf8_lossy(bytes).trim_right_matches('\n').to_string() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:447:50 [INFO] [stderr] | [INFO] [stderr] 447 | let text = read_to_string(&psk_keyfile)?.trim_right_matches('\n').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/moid/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #[macro_use] extern crate moi; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin/moid/plugin.rs:20:26 [INFO] [stderr] | [INFO] [stderr] 20 | fn builtin_init() -> Box { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn MoiPlugin` [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/bin/moid/plugin.rs:35:22 [INFO] [stderr] | [INFO] [stderr] 35 | plugins: Vec> [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn MoiPlugin` [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/moi/main.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/bin/moi/strutil.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | (&arg[pos+1..]) [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stderr] --> src/bin/moi/flags.rs:104:18 [INFO] [stderr] | [INFO] [stderr] 104 | (env::home_dir().unwrap().join(".local"), false) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bin/moid/main.rs:570:42 [INFO] [stderr] | [INFO] [stderr] 570 | mdata.error_result(e.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bin/moid/main.rs:610:48 [INFO] [stderr] | [INFO] [stderr] 610 | Err(e) => mdata.error_result(e.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bin/moi/main.rs:216:51 [INFO] [stderr] | [INFO] [stderr] 216 | Err(e) => return ("".into(), false, e.description().into()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.moid.2233j9ey-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d" "/opt/rustwide/target/debug/deps/moid-d6ad8e979fcc213d.b81ksivce4u0uyk.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libmd5-3233934785e3c8dc.rlib" "/opt/rustwide/target/debug/deps/libmoi-c01b4ba6aa68a294.rlib" "/opt/rustwide/target/debug/deps/libtime-7db9e7b81e507e4f.rlib" "/opt/rustwide/target/debug/deps/libget_if_addrs-f675c6e950accdeb.rlib" "/opt/rustwide/target/debug/deps/libc_linked_list-d049d8bd84f44a03.rlib" "/opt/rustwide/target/debug/deps/liblibc-db22dbadefffb763.rlib" "/opt/rustwide/target/debug/deps/libmosquitto_client-b4e4edb86b4970b8.rlib" "/opt/rustwide/target/debug/deps/libtoml-b294e7f995e54071.rlib" "/opt/rustwide/target/debug/deps/libserde-04d916bc02efe1bb.rlib" "/opt/rustwide/target/debug/deps/libjson-d65aedf6ba7ce532.rlib" "/opt/rustwide/target/debug/deps/liblog-80557c6a07eb3905.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3fb2f48dd5397a2c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lmosquitto" "-lc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 5 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `moi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.moi.8tezkxem-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e" "/opt/rustwide/target/debug/deps/moi-a77026e668dc384e.1kwllb14ktw5j75g.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libmoi-c01b4ba6aa68a294.rlib" "/opt/rustwide/target/debug/deps/libtime-7db9e7b81e507e4f.rlib" "/opt/rustwide/target/debug/deps/libget_if_addrs-f675c6e950accdeb.rlib" "/opt/rustwide/target/debug/deps/libc_linked_list-d049d8bd84f44a03.rlib" "/opt/rustwide/target/debug/deps/liblog-80557c6a07eb3905.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3fb2f48dd5397a2c.rlib" "/opt/rustwide/target/debug/deps/libansi_term-477dda7e7e673911.rlib" "/opt/rustwide/target/debug/deps/liblibc-db22dbadefffb763.rlib" "/opt/rustwide/target/debug/deps/libmd5-3233934785e3c8dc.rlib" "/opt/rustwide/target/debug/deps/libtoml-b294e7f995e54071.rlib" "/opt/rustwide/target/debug/deps/libserde-04d916bc02efe1bb.rlib" "/opt/rustwide/target/debug/deps/liblapp-b6f4e07ab5de97bf.rlib" "/opt/rustwide/target/debug/deps/libmosquitto_client-b4e4edb86b4970b8.rlib" "/opt/rustwide/target/debug/deps/libjson-d65aedf6ba7ce532.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lmosquitto" "-lc" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 4 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9e4b1ed5ebb7bcffe4dd2060ea426aa9e567c22c74f966913860c056a027a064"` [INFO] running `"docker" "rm" "-f" "9e4b1ed5ebb7bcffe4dd2060ea426aa9e567c22c74f966913860c056a027a064"` [INFO] [stdout] 9e4b1ed5ebb7bcffe4dd2060ea426aa9e567c22c74f966913860c056a027a064