[INFO] cloning repository https://github.com/miquels/webnis [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/miquels/webnis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiquels%2Fwebnis", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiquels%2Fwebnis'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9860b3d33a4301d294714650c8c1af7da6f71536 [INFO] testing miquels/webnis against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmiquels%2Fwebnis" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/miquels/webnis on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/miquels/webnis [INFO] finished tweaking git repo https://github.com/miquels/webnis [INFO] tweaked toml for git repo https://github.com/miquels/webnis written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate git repo https://github.com/miquels/webnis already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f7d7b637ebeb3d083ca0b12621d6965e80d5cebbacd2fba9090d2124be3b619 [INFO] running `Command { std: "docker" "start" "-a" "6f7d7b637ebeb3d083ca0b12621d6965e80d5cebbacd2fba9090d2124be3b619", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f7d7b637ebeb3d083ca0b12621d6965e80d5cebbacd2fba9090d2124be3b619", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f7d7b637ebeb3d083ca0b12621d6965e80d5cebbacd2fba9090d2124be3b619", kill_on_drop: false }` [INFO] [stdout] 6f7d7b637ebeb3d083ca0b12621d6965e80d5cebbacd2fba9090d2124be3b619 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8150632fe6dc53df66dc9aa5503ec7aa44c423bf9649f198ab558ddf44e208c [INFO] running `Command { std: "docker" "start" "-a" "b8150632fe6dc53df66dc9aa5503ec7aa44c423bf9649f198ab558ddf44e208c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling futures v0.1.31 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.13 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling httparse v1.3.5 [INFO] [stderr] Compiling futures-sink v0.3.13 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling futures-task v0.3.13 [INFO] [stderr] Compiling futures-io v0.3.13 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling async-trait v0.1.48 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling object v0.23.0 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling gdbm-sys v0.3.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling tokio v1.4.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling pamsm v0.5.1 [INFO] [stderr] Compiling futures-channel v0.3.13 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling webnis-pam v0.3.0 (/opt/rustwide/workdir/webnis-pam) [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling input_buffer v0.4.0 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling rlua v0.17.0 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling gdbm v0.2.0 (https://github.com/miquels/gdbm#ca7ad103) [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling http-body v0.4.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling syslog v5.0.0 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling blowfish v0.7.0 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling sha-1 v0.9.4 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling sha2 v0.9.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling backtrace v0.3.56 [INFO] [stderr] Compiling headers v0.3.4 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling tungstenite v0.12.0 [INFO] [stderr] Compiling pwhash v1.0.0 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling multipart v0.17.1 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tk-listen v0.2.1 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling webnis-nss v0.1.0 (/opt/rustwide/workdir/webnis-nss) [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> webnis-nss/src/webnis.rs:27:55 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn getgidlist(&self, name: &str) -> NssResult<(Vec)> { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 27 - pub fn getgidlist(&self, name: &str) -> NssResult<(Vec)> { [INFO] [stdout] 27 + pub fn getgidlist(&self, name: &str) -> NssResult> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> webnis-nss/src/webnis.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | 200 ... 299 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> webnis-nss/src/webnis.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | 400 ... 499 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> webnis-nss/src/webnis.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | let mut s = line.trim_right().splitn(2, ' '); [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling rustls v0.19.0 [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling futures-macro v0.3.13 [INFO] [stderr] Compiling pin-project-internal v1.0.6 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling futures-util v0.3.13 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling pin-project v1.0.6 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling futures-executor v0.3.13 [INFO] [stderr] Compiling futures v0.3.13 [INFO] [stderr] Compiling crossfire v0.1.4 [INFO] [stderr] Compiling tokio-util v0.6.5 [INFO] [stderr] Compiling tokio-tungstenite v0.13.0 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-stream v0.1.5 [INFO] [stderr] Compiling h2 v0.3.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling webnis-bind v0.1.0 (/opt/rustwide/workdir/webnis-bind) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> webnis-bind/src/request.rs:34:58 [INFO] [stdout] | [INFO] [stdout] 34 | pub(crate) fn process(ctx: Context, line: String) -> Box + Send> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 34 - pub(crate) fn process(ctx: Context, line: String) -> Box + Send> { [INFO] [stdout] 34 + pub(crate) fn process(ctx: Context, line: String) -> Box + Send> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> webnis-bind/src/request.rs:162:115 [INFO] [stdout] | [INFO] [stdout] 162 | ...g, body: Option, try_no: u32) -> Box + Send> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 162 - fn req_with_retries(ctx: &Context, path: String, authorization: String, body: Option, try_no: u32) -> Box + Send> { [INFO] [stdout] 162 + fn req_with_retries(ctx: &Context, path: String, authorization: String, body: Option, try_no: u32) -> Box + Send> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> webnis-bind/src/response.rs:64:53 [INFO] [stdout] | [INFO] [stdout] 64 | Err(e) => return Response::error(400, e.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hyper v0.14.5 [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling warp v0.3.1 [INFO] [stderr] Compiling webnis-server v0.7.0 (/opt/rustwide/workdir/webnis-server) [INFO] [stdout] warning: field is never read: `mapname` [INFO] [stdout] --> webnis-server/src/lua.rs:275:5 [INFO] [stdout] | [INFO] [stdout] 275 | pub mapname: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.webnis_server.487fa213-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785.4qhgxu6ny5el9w92.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/rlua-f7421256b6b1bbcd/out" "-L" "/opt/rustwide/target/debug/build/ring-785669b35db11c13/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-5bc24c34fcc0239a.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b126e2ab944ff130.rlib" "/opt/rustwide/target/debug/deps/libhumantime-e9a3658f54825403.rlib" "/opt/rustwide/target/debug/deps/libsyslog-aad8181364ae68db.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-1b763463e16f5cda.rlib" "/opt/rustwide/target/debug/deps/libgdbm-4035f0492c3c1b1b.rlib" "/opt/rustwide/target/debug/deps/libgdbm_sys-fe4db76603440923.rlib" "/opt/rustwide/target/debug/deps/libpwhash-ceff847923a05c43.rlib" "/opt/rustwide/target/debug/deps/libsha2-b52353c8b64ff8db.rlib" "/opt/rustwide/target/debug/deps/libmd5-cb8861707b5ab9c0.rlib" "/opt/rustwide/target/debug/deps/libhmac-94b8be23994ec83a.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-89225bbb4341eacc.rlib" "/opt/rustwide/target/debug/deps/libsubtle-5bb13641cec06f56.rlib" "/opt/rustwide/target/debug/deps/libblowfish-bb77d453b7aeb105.rlib" "/opt/rustwide/target/debug/deps/libcipher-5f0b26d786db9b6d.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-0cdbfd229bde0fb2.rlib" "/opt/rustwide/target/debug/deps/librlua-ee8e2d81d57b9475.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-d2d5ed240c754db6.rlib" "/opt/rustwide/target/debug/deps/libbstr-ae46cb2273041b1c.rlib" "/opt/rustwide/target/debug/deps/libregex-0279b783db46fdd6.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-37cd99493b8946d7.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-893f4c3b4ecb939d.rlib" "/opt/rustwide/target/debug/deps/libtoml-7549ee58633b4571.rlib" "/opt/rustwide/target/debug/deps/libipnet-61a9bc273e84f915.rlib" "/opt/rustwide/target/debug/deps/libfailure-c3dce562ff0b76fd.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-e234a029ca5de157.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fd871e0602108602.rlib" "/opt/rustwide/target/debug/deps/libadler-92f8db84032ff960.rlib" "/opt/rustwide/target/debug/deps/libobject-8a9fce44bd1a7a3c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-6cc8a696dee8d994.rlib" "/opt/rustwide/target/debug/deps/libgimli-cc404859d3654484.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-db76dfe7b92bf8d2.rlib" "/opt/rustwide/target/debug/deps/libfs2-1ce93e65d9e0ffc6.rlib" "/opt/rustwide/target/debug/deps/libcrossfire-ec5805bfa4d1843a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-795969938a9dffa1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-0a949b66e1f0cd01.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5f8c323cfc20065e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-4a49be2b28a19fd8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-d3900f3c6c7397c3.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-3d12eef24d4d3d1c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-859137d30a3ece38.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libwarp-e055fe551def75e8.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-b80adca5b7ab0d2c.rlib" "/opt/rustwide/target/debug/deps/librustls-080218c7240ef8df.rlib" "/opt/rustwide/target/debug/deps/libsct-4133879a8ec8a462.rlib" "/opt/rustwide/target/debug/deps/libwebpki-f5f488dda05068ec.rlib" "/opt/rustwide/target/debug/deps/libring-ae14d11d2ea022f7.rlib" "/opt/rustwide/target/debug/deps/libspin-0ce7eed86e654be1.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-299fbcd347deffe0.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-672c88eed20084d6.rlib" "/opt/rustwide/target/debug/deps/libtokio_tungstenite-31879cadff7f2640.rlib" "/opt/rustwide/target/debug/deps/libtungstenite-b2e220e6e22ee648.rlib" "/opt/rustwide/target/debug/deps/libutf8-2499bf8339ff579c.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libinput_buffer-3acbc2a39b11b9df.rlib" "/opt/rustwide/target/debug/deps/liburl-278e12bbccdca647.rlib" "/opt/rustwide/target/debug/deps/libidna-932a2f46f55060db.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-d7f22cf422d37c04.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-3cec6a29cb6b0509.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-c8728763a1cfbcab.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7ac4b89f889ff88f.rlib" "/opt/rustwide/target/debug/deps/libmultipart-ae661fd2924eb1de.rlib" "/opt/rustwide/target/debug/deps/libtwoway-c3f95e3573c241a1.rlib" "/opt/rustwide/target/debug/deps/libbuf_redux-60ad4f03446c3ee1.rlib" "/opt/rustwide/target/debug/deps/libsafemem-94e69aa88cd626ca.rlib" "/opt/rustwide/target/debug/deps/libquick_error-9f037071f33ff693.rlib" "/opt/rustwide/target/debug/deps/libtempfile-3ad725ad6945d11a.rlib" "/opt/rustwide/target/debug/deps/librand-d0fe5223b85496ac.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-214385bc5a2e0df8.rlib" "/opt/rustwide/target/debug/deps/librand_core-2caeee05e596d114.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-12d53029aa319091.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-428e6ddc575f6574.rlib" "/opt/rustwide/target/debug/deps/librand-a334149b5ddfcb3e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-a96aff15a8c7d46d.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-9514646f4422daa9.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-d18e38098cb45c2c.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-f447e09f08443f5e.rlib" "/opt/rustwide/target/debug/deps/libunicase-663f8fc0b12c24d9.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-44d8fefe80d50014.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-186b4d50aeb6750b.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libmatches-efe3d8804af1a290.rlib" "/opt/rustwide/target/debug/deps/libserde_json-e2649d3f813e6b8c.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libserde-f9d89ae56d6bf9b9.rlib" "/opt/rustwide/target/debug/deps/libheaders-075fe153fb840eea.rlib" "/opt/rustwide/target/debug/deps/libtime-5bfed939d5570b63.rlib" "/opt/rustwide/target/debug/deps/libsha1-8580d6593407e7e5.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-ffbe13ab2928830a.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-4113982dc57591d4.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-7fa0dd53180740e9.rlib" "/opt/rustwide/target/debug/deps/libdigest-6e2e6df44c6d1c46.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-3cf487a01a79886d.rlib" "/opt/rustwide/target/debug/deps/libtypenum-8d9d963830b894ef.rlib" "/opt/rustwide/target/debug/deps/libmime-6adaefd5c465bdcc.rlib" "/opt/rustwide/target/debug/deps/libheaders_core-0365b1dd32afb447.rlib" "/opt/rustwide/target/debug/deps/libbase64-bff61f2d1660603b.rlib" "/opt/rustwide/target/debug/deps/libhyper-b46f2c2ca63d74be.rlib" "/opt/rustwide/target/debug/deps/libwant-df4b237f7d7b134a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9f7beed53871ae63.rlib" "/opt/rustwide/target/debug/deps/libhttparse-763caab8a36202e0.rlib" "/opt/rustwide/target/debug/deps/libsocket2-4ec709336eb0a1a0.rlib" "/opt/rustwide/target/debug/deps/libh2-64bb60e7995c13f8.rlib" "/opt/rustwide/target/debug/deps/libindexmap-7cece434f92577f0.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f68c299677dc64e2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-a5f82a259d9b9542.rlib" "/opt/rustwide/target/debug/deps/libtower_service-6f9cbeafd8b373de.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-e8c2927c56f69f79.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-933da9c49938bd48.rlib" "/opt/rustwide/target/debug/deps/libtracing-4b71b734e173ee64.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-2662e2daeb780a86.rlib" "/opt/rustwide/target/debug/deps/libpin_project-65d40ea7f69260ea.rlib" "/opt/rustwide/target/debug/deps/libtokio_stream-0f2d83d4b748bcb2.rlib" "/opt/rustwide/target/debug/deps/libtokio-82b4481b2e6432c7.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-95744b654af0170e.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-d9f350336a3b8005.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-05a60f3c03734a45.rlib" "/opt/rustwide/target/debug/deps/libmio-d2ffa0820cfa739f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-cffc01355f85fbe7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-226165bf218163c8.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib" "/opt/rustwide/target/debug/deps/liblock_api-db461bc71d83cdd1.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libinstant-19d5109d95e62e31.rlib" "/opt/rustwide/target/debug/deps/libstructopt-588bfd0ae41b3f5a.rlib" "/opt/rustwide/target/debug/deps/libclap-3188cd6949e34d28.rlib" "/opt/rustwide/target/debug/deps/libvec_map-18b27ee44a5c9049.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-dcd1981df6974b46.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-b35e561241f87659.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c9e2592dde3c5431.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libatty-074628bc6a0d0af0.rlib" "/opt/rustwide/target/debug/deps/liblibc-b2fac968aa60689c.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7b95e091c56f4f65.rlib" "/opt/rustwide/target/debug/deps/libhttp-43140c1a5c224cfb.rlib" "/opt/rustwide/target/debug/deps/libitoa-233da835b39c05ce.rlib" "/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/libfutures-b0b5127f5f8b6bc6.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-cc672e9e38db5509.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-28e0b8965d23841c.rlib" "/opt/rustwide/target/debug/deps/libmemchr-dc28abbf05ce61fd.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-c49aaa63190b91d8.rlib" "/opt/rustwide/target/debug/deps/libslab-ee0db592f9db8068.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-9f7b67b8d66ead46.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-bc29cd12efb5d8c3.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-7e579e8a18319f92.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-e86e9c6913e85fb3.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-6b4ab33985d05cb9.rlib" "/opt/rustwide/target/debug/deps/liblog-5abf297174921a9d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgdbm" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/webnis_server-3de2d2d6185d3785" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lgdbm [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `webnis-server` due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "b8150632fe6dc53df66dc9aa5503ec7aa44c423bf9649f198ab558ddf44e208c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8150632fe6dc53df66dc9aa5503ec7aa44c423bf9649f198ab558ddf44e208c", kill_on_drop: false }` [INFO] [stdout] b8150632fe6dc53df66dc9aa5503ec7aa44c423bf9649f198ab558ddf44e208c