[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 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevedonovan%2Fmoi" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stevedonovan/moi on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-3/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.44.0" "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] 2b1ab63bef6ff9f0a5ff3f10813c230666727753e1d62a2aaba3dcb38971c98d [INFO] running `"docker" "start" "-a" "2b1ab63bef6ff9f0a5ff3f10813c230666727753e1d62a2aaba3dcb38971c98d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [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 md5 v0.3.6 [INFO] [stderr] Compiling mosquitto-client v0.1.4 [INFO] [stderr] Compiling time v0.1.39 [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 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] 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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.moid.2tvehm75-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851" "/opt/rustwide/target/debug/deps/moid-ff64ddf306b38851.10h81bkk0xga5ume.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libmd5-bb4c2ba0aff66111.rlib" "/opt/rustwide/target/debug/deps/libmoi-dbac1ab1aa63a2dc.rlib" "/opt/rustwide/target/debug/deps/libtime-ebcf837495f94022.rlib" "/opt/rustwide/target/debug/deps/libget_if_addrs-b3e6608b1507d3ab.rlib" "/opt/rustwide/target/debug/deps/libc_linked_list-406710a0bd234f92.rlib" "/opt/rustwide/target/debug/deps/liblibc-e22661e06af333ff.rlib" "/opt/rustwide/target/debug/deps/libmosquitto_client-17a0ed25b8a1a823.rlib" "/opt/rustwide/target/debug/deps/libtoml-b824051cdedf97ee.rlib" "/opt/rustwide/target/debug/deps/libserde-e46bdbb134251afa.rlib" "/opt/rustwide/target/debug/deps/libjson-088f71920c712fe1.rlib" "/opt/rustwide/target/debug/deps/liblog-2ebd5a193c61b8b6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0402d25e24990f3e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.moi.8s79d1mi-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7" "/opt/rustwide/target/debug/deps/moi-9c1e4df65e6204c7.20na9tldf7q6gu3a.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libmoi-dbac1ab1aa63a2dc.rlib" "/opt/rustwide/target/debug/deps/libtime-ebcf837495f94022.rlib" "/opt/rustwide/target/debug/deps/libget_if_addrs-b3e6608b1507d3ab.rlib" "/opt/rustwide/target/debug/deps/libc_linked_list-406710a0bd234f92.rlib" "/opt/rustwide/target/debug/deps/liblog-2ebd5a193c61b8b6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0402d25e24990f3e.rlib" "/opt/rustwide/target/debug/deps/libansi_term-c3da965321d85661.rlib" "/opt/rustwide/target/debug/deps/liblibc-e22661e06af333ff.rlib" "/opt/rustwide/target/debug/deps/libmd5-bb4c2ba0aff66111.rlib" "/opt/rustwide/target/debug/deps/libtoml-b824051cdedf97ee.rlib" "/opt/rustwide/target/debug/deps/libserde-e46bdbb134251afa.rlib" "/opt/rustwide/target/debug/deps/liblapp-ae83ca13a717b9a4.rlib" "/opt/rustwide/target/debug/deps/libmosquitto_client-17a0ed25b8a1a823.rlib" "/opt/rustwide/target/debug/deps/libjson-088f71920c712fe1.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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: could not compile `moi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2b1ab63bef6ff9f0a5ff3f10813c230666727753e1d62a2aaba3dcb38971c98d"` [INFO] running `"docker" "rm" "-f" "2b1ab63bef6ff9f0a5ff3f10813c230666727753e1d62a2aaba3dcb38971c98d"` [INFO] [stdout] 2b1ab63bef6ff9f0a5ff3f10813c230666727753e1d62a2aaba3dcb38971c98d