[INFO] updating cached repository stevedonovan/moi [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/stevedonovan/moi [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/stevedonovan/moi" "work/ex/beta-1.38-1/sources/1.37.0/gh/stevedonovan/moi"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/stevedonovan/moi'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/stevedonovan/moi" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stevedonovan/moi"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stevedonovan/moi'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 673be214de1109ab235de57a3b199ca37d6a841d [INFO] sha for GitHub repo stevedonovan/moi: 673be214de1109ab235de57a3b199ca37d6a841d [INFO] validating manifest of stevedonovan/moi 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 stevedonovan/moi 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 stevedonovan/moi [INFO] finished frobbing stevedonovan/moi [INFO] frobbed toml for stevedonovan/moi written to work/ex/beta-1.38-1/sources/1.37.0/gh/stevedonovan/moi/Cargo.toml [INFO] started frobbing stevedonovan/moi [INFO] finished frobbing stevedonovan/moi [INFO] frobbed toml for stevedonovan/moi written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/stevedonovan/moi/Cargo.toml [INFO] crate stevedonovan/moi already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing stevedonovan/moi against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/stevedonovan/moi:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 77b6fd1bf6482d31c6a8140cde044cb6416077aa24201f34d6c66457e0dff649 [INFO] running `"docker" "start" "-a" "77b6fd1bf6482d31c6a8140cde044cb6416077aa24201f34d6c66457e0dff649"` [INFO] [stderr] Compiling c_linked_list v1.1.0 [INFO] [stderr] Compiling lapp v0.3.1 [INFO] [stderr] Compiling json v0.11.12 [INFO] [stderr] Compiling mosquitto-client v0.1.4 [INFO] [stderr] Compiling get_if_addrs v0.4.1 [INFO] [stderr] Compiling moi v0.1.6 (/opt/crater/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: 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: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs 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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.moid.9gbjqdpu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/moid-60516670a0dcade4" "/opt/crater/target/debug/deps/moid-60516670a0dcade4.237bzgtkw7ewv8n9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libmd5-f7fe7d727415fd85.rlib" "/opt/crater/target/debug/deps/libmoi-3f22db594e96e20a.rlib" "/opt/crater/target/debug/deps/libtime-58c0660802e9d097.rlib" "/opt/crater/target/debug/deps/libget_if_addrs-994cf5a3131ae762.rlib" "/opt/crater/target/debug/deps/libc_linked_list-91b1fcdc801f06a1.rlib" "/opt/crater/target/debug/deps/liblibc-bdfa632f510054ac.rlib" "/opt/crater/target/debug/deps/libmosquitto_client-14522ac62a96140f.rlib" "/opt/crater/target/debug/deps/libtoml-18910775b0444b3d.rlib" "/opt/crater/target/debug/deps/libserde-dfb5d6c53c0e3b31.rlib" "/opt/crater/target/debug/deps/libjson-1dd60a3953362bd6.rlib" "/opt/crater/target/debug/deps/liblog-9a4573bfd4d75161.rlib" "/opt/crater/target/debug/deps/libcfg_if-f0641b5a9a5cde64.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-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 `moi`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.moi.5vdnaf7u-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d" "/opt/crater/target/debug/deps/moi-71f4276c5d54cd1d.ilsuixt8ulo9uwz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libmoi-3f22db594e96e20a.rlib" "/opt/crater/target/debug/deps/libtime-58c0660802e9d097.rlib" "/opt/crater/target/debug/deps/libget_if_addrs-994cf5a3131ae762.rlib" "/opt/crater/target/debug/deps/libc_linked_list-91b1fcdc801f06a1.rlib" "/opt/crater/target/debug/deps/liblog-9a4573bfd4d75161.rlib" "/opt/crater/target/debug/deps/libcfg_if-f0641b5a9a5cde64.rlib" "/opt/crater/target/debug/deps/libansi_term-0307525fbc1cbad4.rlib" "/opt/crater/target/debug/deps/liblibc-bdfa632f510054ac.rlib" "/opt/crater/target/debug/deps/libmd5-f7fe7d727415fd85.rlib" "/opt/crater/target/debug/deps/libtoml-18910775b0444b3d.rlib" "/opt/crater/target/debug/deps/libserde-dfb5d6c53c0e3b31.rlib" "/opt/crater/target/debug/deps/liblapp-2db8d3fb7a8e4c46.rlib" "/opt/crater/target/debug/deps/libmosquitto_client-14522ac62a96140f.rlib" "/opt/crater/target/debug/deps/libjson-1dd60a3953362bd6.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-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 `moi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "77b6fd1bf6482d31c6a8140cde044cb6416077aa24201f34d6c66457e0dff649"` [INFO] running `"docker" "rm" "-f" "77b6fd1bf6482d31c6a8140cde044cb6416077aa24201f34d6c66457e0dff649"` [INFO] [stdout] 77b6fd1bf6482d31c6a8140cde044cb6416077aa24201f34d6c66457e0dff649