[INFO] crate syslog-ng-common 0.7.0 is already in cache [INFO] testing syslog-ng-common-0.7.0 against 1.38.0 for beta-1.39-1 [INFO] extracting crate syslog-ng-common 0.7.0 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate syslog-ng-common 0.7.0 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate syslog-ng-common 0.7.0 [INFO] finished tweaking crates.io crate syslog-ng-common 0.7.0 [INFO] tweaked toml for crates.io crate syslog-ng-common 0.7.0 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] f8c69367eba2c40e843d37289be9a524cf5b678a1723b6b33371563993b96049 [INFO] running `"docker" "start" "-a" "f8c69367eba2c40e843d37289be9a524cf5b678a1723b6b33371563993b96049"` [INFO] [stderr] Compiling syslog-ng-sys v0.2.3 [INFO] [stderr] Compiling syslog-ng-common v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[macro_use] [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/proxies/parser/option_error.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | fn cause(&self) -> Option<&::std::error::Error> { [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: variable does not need to be mutable [INFO] [stderr] --> src/logmsg/mod.rs:126:13 [INFO] [stderr] | [INFO] [stderr] 126 | let mut vec: &mut Vec = mem::transmute(user_data); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/logmsg/mod.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | let mut map: &mut BTreeMap = mem::transmute(user_data); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: use of extern static is unsafe and requires unsafe function or block (error E0133) [INFO] [stderr] --> src/messages.rs:50:12 [INFO] [stderr] | [INFO] [stderr] 50 | if messages::trace_flag != 0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(safe_extern_statics)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #36247 [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] warning: use of extern static is unsafe and requires unsafe function or block (error E0133) [INFO] [stderr] --> src/messages.rs:52:19 [INFO] [stderr] | [INFO] [stderr] 52 | } else if messages::debug_flag != 0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #36247 [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `"docker" "inspect" "f8c69367eba2c40e843d37289be9a524cf5b678a1723b6b33371563993b96049"` [INFO] running `"docker" "rm" "-f" "f8c69367eba2c40e843d37289be9a524cf5b678a1723b6b33371563993b96049"` [INFO] [stdout] f8c69367eba2c40e843d37289be9a524cf5b678a1723b6b33371563993b96049 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] e137051bdc5930cb9c8cc8964f510fe0a127d2d6ab2c73baee9fe1a1f7e22a6a [INFO] running `"docker" "start" "-a" "e137051bdc5930cb9c8cc8964f510fe0a127d2d6ab2c73baee9fe1a1f7e22a6a"` [INFO] [stderr] Compiling syslog-ng-common v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[macro_use] [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/proxies/parser/option_error.rs:71:32 [INFO] [stderr] | [INFO] [stderr] 71 | fn cause(&self) -> Option<&::std::error::Error> { [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: variable does not need to be mutable [INFO] [stderr] --> src/logmsg/mod.rs:126:13 [INFO] [stderr] | [INFO] [stderr] 126 | let mut vec: &mut Vec = mem::transmute(user_data); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/logmsg/mod.rs:141:13 [INFO] [stderr] | [INFO] [stderr] 141 | let mut map: &mut BTreeMap = mem::transmute(user_data); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: use of extern static is unsafe and requires unsafe function or block (error E0133) [INFO] [stderr] --> src/messages.rs:50:12 [INFO] [stderr] | [INFO] [stderr] 50 | if messages::trace_flag != 0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(safe_extern_statics)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #36247 [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] warning: use of extern static is unsafe and requires unsafe function or block (error E0133) [INFO] [stderr] --> src/messages.rs:52:19 [INFO] [stderr] | [INFO] [stderr] 52 | } else if messages::debug_flag != 0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #36247 [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.dummy_parser.esghg51n-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4" "/opt/rustwide/target/debug/deps/dummy_parser-5555e1a1c64346b4.3tfogtk16jz3apn7.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/libsyslog_ng_common-617615546639548e.rlib" "/opt/rustwide/target/debug/deps/libsyslog_ng_sys-c6770d0e03bc752b.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblog-1818c57ccc56e23e.rlib" "/opt/rustwide/target/debug/deps/liblog-e50aa4e61ffd3b64.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-da99d89e98e4f9e7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lsyslog-ng" "-lsyslog-ng" "-lsyslog-ng" "-lsyslog-ng" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lsyslog-ng [INFO] [stderr] /usr/bin/ld: cannot find -lsyslog-ng [INFO] [stderr] /usr/bin/ld: cannot find -lsyslog-ng [INFO] [stderr] /usr/bin/ld: cannot find -lsyslog-ng [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 `syslog-ng-common`. [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.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.syslog_ng_common.3juxez1h-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e" "/opt/rustwide/target/debug/deps/syslog_ng_common-2d6a29407a98c58e.sdcs5k2cvd9ut7d.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/libsyslog_ng_sys-c6770d0e03bc752b.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/liblog-1818c57ccc56e23e.rlib" "/opt/rustwide/target/debug/deps/liblog-e50aa4e61ffd3b64.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-da99d89e98e4f9e7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lsyslog-ng" "-lsyslog-ng" "-lsyslog-ng" "-lsyslog-ng" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lsyslog-ng [INFO] [stderr] /usr/bin/ld: cannot find -lsyslog-ng [INFO] [stderr] /usr/bin/ld: cannot find -lsyslog-ng [INFO] [stderr] /usr/bin/ld: cannot find -lsyslog-ng [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 `syslog-ng-common`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e137051bdc5930cb9c8cc8964f510fe0a127d2d6ab2c73baee9fe1a1f7e22a6a"` [INFO] running `"docker" "rm" "-f" "e137051bdc5930cb9c8cc8964f510fe0a127d2d6ab2c73baee9fe1a1f7e22a6a"` [INFO] [stdout] e137051bdc5930cb9c8cc8964f510fe0a127d2d6ab2c73baee9fe1a1f7e22a6a