[INFO] cloning repository https://github.com/vmenond/julie-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vmenond/julie-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvmenond%2Fjulie-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvmenond%2Fjulie-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 43cd580156adfe9a7b83521341008849860219ec [INFO] testing vmenond/julie-server against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvmenond%2Fjulie-server" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vmenond/julie-server on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vmenond/julie-server [INFO] finished tweaking git repo https://github.com/vmenond/julie-server [INFO] tweaked toml for git repo https://github.com/vmenond/julie-server written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/vmenond/julie-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c823bdbc12e9b78c05b596889cce09316ee98cfbfff34471af2c0d40e5797da9 [INFO] running `Command { std: "docker" "start" "-a" "c823bdbc12e9b78c05b596889cce09316ee98cfbfff34471af2c0d40e5797da9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c823bdbc12e9b78c05b596889cce09316ee98cfbfff34471af2c0d40e5797da9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c823bdbc12e9b78c05b596889cce09316ee98cfbfff34471af2c0d40e5797da9", kill_on_drop: false }` [INFO] [stdout] c823bdbc12e9b78c05b596889cce09316ee98cfbfff34471af2c0d40e5797da9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 52f0ada3bc9aeafecb758a0994ef2b5dc38d041eb4c3e6e1feed23ee3f8891bb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "52f0ada3bc9aeafecb758a0994ef2b5dc38d041eb4c3e6e1feed23ee3f8891bb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling httparse v1.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling cpufeatures v0.1.4 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling byte-tools v0.1.3 [INFO] [stderr] Compiling ascii_utils v0.9.3 [INFO] [stderr] Compiling bugreport v0.4.0 [INFO] [stderr] Compiling std_prelude v0.2.12 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling quoted_printable v0.4.3 [INFO] [stderr] Compiling rustc-hex v1.0.0 [INFO] [stderr] Compiling wild v2.0.4 [INFO] [stderr] Compiling shell-words v1.0.0 [INFO] [stderr] Compiling base32 v0.4.0 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling tokio v1.4.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling unicode-bidi v0.2.6 [INFO] [stderr] Compiling line-wrap v0.1.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling path_abs v0.5.1 [INFO] [stderr] Compiling fast_chemail v0.9.6 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling http-body v0.4.1 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling content_inspector v0.2.4 [INFO] [stderr] Compiling generic-array v0.7.3 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling mailchecker v4.0.9 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling unicode-normalization v0.1.9 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling digest v0.5.2 [INFO] [stderr] Compiling digest-buffer v0.3.1 [INFO] [stderr] Compiling crypto-mac v0.3.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.5 [INFO] [stderr] Compiling sha-1 v0.9.6 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling sha-1 v0.3.4 [INFO] [stderr] Compiling sha2 v0.5.3 [INFO] [stderr] Compiling hmac v0.1.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand_seeder v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.3.0 [INFO] [stderr] Compiling idna v0.2.1 [INFO] [stderr] Compiling url v0.5.10 [INFO] [stderr] Compiling headers v0.3.4 [INFO] [stderr] Compiling oath v0.10.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.0.2 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling sys-info v0.9.0 [INFO] [stderr] Compiling onig_sys v69.7.0 [INFO] [stderr] Compiling libgit2-sys v0.12.21+1.1.0 [INFO] [stderr] Compiling ansi_colours v1.0.3 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling bat v0.18.1 [INFO] [stderr] Compiling onig v6.2.0 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.0.6 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling git-version-macro v0.3.4 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling git-version v0.3.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling polling v2.1.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling tungstenite v0.12.0 [INFO] [stderr] Compiling r2d2 v0.8.9 [INFO] [stderr] Compiling git2 v0.13.20 [INFO] [stderr] Compiling multipart v0.17.1 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling sled v0.34.6 [INFO] [stderr] Compiling pin-project v1.0.6 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling async-io v1.4.1 [INFO] [stderr] Compiling lettre v0.10.0-rc.3 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-process v1.1.0 [INFO] [stderr] Compiling async-std v1.9.0 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling tokio-util v0.6.5 [INFO] [stderr] Compiling trust-dns-proto v0.20.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-socks v0.5.1 [INFO] [stderr] Compiling tokio-stream v0.1.6 [INFO] [stderr] Compiling tokio-tungstenite v0.13.0 [INFO] [stderr] Compiling tokio-test v0.4.2 [INFO] [stderr] Compiling h2 v0.3.2 [INFO] [stderr] Compiling async-native-tls v0.3.3 [INFO] [stderr] Compiling fast-socks5 v0.4.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling plist v1.1.0 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling clircle v0.3.0 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling trust-dns-resolver v0.20.3 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stderr] Compiling async-smtp v0.4.0 [INFO] [stderr] Compiling syntect v4.5.0 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling async-std-resolver v0.20.3 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling tracing-appender v0.1.2 [INFO] [stderr] Compiling hyper v0.14.4 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.10 [INFO] [stderr] Compiling hashicorp_vault v2.1.0 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling warp v0.3.1 [INFO] [stderr] Compiling reqwest v0.11.4 [INFO] [stderr] Compiling check-if-email-exists v0.8.23 [INFO] [stderr] Compiling julie v0.0.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `AuthFactor` [INFO] [stdout] --> src/auth/dto.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::auth::client::{AuthFactor}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SledDb` [INFO] [stdout] --> src/auth/router.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::storage::sled::{SledDb, init as init_sled}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `VaultStorage` [INFO] [stdout] --> src/auth/router.rs:7:29 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::storage::vault::{VaultStorage, init as init_vault}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::SystemTime` [INFO] [stdout] --> src/auth/controller.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::time::SystemTime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `EMAIL_TOKEN_LIFETIME` [INFO] [stdout] --> src/auth/controller.rs:5:50 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::auth::client::{ClientAuth,AuthFactor, EMAIL_TOKEN_LIFETIME}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lib::aes` [INFO] [stdout] --> src/auth/controller.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::lib::aes; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Encoding`, `keygen` [INFO] [stdout] --> src/auth/controller.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::lib::aes::{keygen,Encoding}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::Sized` [INFO] [stdout] --> src/storage/interface.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::marker::Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `VaultStorage` [INFO] [stdout] --> src/cli.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::storage::vault::{VaultStorage, init as init_vault}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AuthFactor` [INFO] [stdout] --> src/auth/dto.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::auth::client::{AuthFactor}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SledDb` [INFO] [stdout] --> src/auth/router.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::storage::sled::{SledDb, init as init_sled}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `VaultStorage` [INFO] [stdout] --> src/auth/router.rs:7:29 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::storage::vault::{VaultStorage, init as init_vault}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::SystemTime` [INFO] [stdout] --> src/auth/controller.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::time::SystemTime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `EMAIL_TOKEN_LIFETIME` [INFO] [stdout] --> src/auth/controller.rs:5:50 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::auth::client::{ClientAuth,AuthFactor, EMAIL_TOKEN_LIFETIME}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lib::aes` [INFO] [stdout] --> src/auth/controller.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::lib::aes; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Encoding`, `keygen` [INFO] [stdout] --> src/auth/controller.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::lib::aes::{keygen,Encoding}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::Sized` [INFO] [stdout] --> src/storage/interface.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::marker::Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib/server.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | let mut message; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib/server.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | let mut message; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `db` [INFO] [stdout] --> src/storage/sled.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 105 | fn list(&mut self, db:JulieDatabase)-> Result,String>{ [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_db` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `db` [INFO] [stdout] --> src/storage/sled.rs:133:26 [INFO] [stdout] | [INFO] [stdout] 133 | fn delete(&mut self, db: JulieDatabase, index: &str)-> Result{ [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_db` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `db` [INFO] [stdout] --> src/storage/sled.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 105 | fn list(&mut self, db:JulieDatabase)-> Result,String>{ [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_db` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `db` [INFO] [stdout] --> src/storage/sled.rs:133:26 [INFO] [stdout] | [INFO] [stdout] 133 | fn delete(&mut self, db: JulieDatabase, index: &str)-> Result{ [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_db` [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/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.jd.82298fc2-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9.4kozx1iujbo6vdu2.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ansi_colours-d48ebdb549a45318/out" "-L" "/opt/rustwide/target/debug/build/sys-info-6535e19c41ed0003/out" "-L" "/opt/rustwide/target/debug/build/libgit2-sys-4e97485e07e5d632/out/build" "-L" "/opt/rustwide/target/debug/build/onig_sys-47b2574df35e6d41/out" "-L" "/opt/rustwide/target/debug/build/ring-8bafa7a7594febde/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libhex-49936c98b71e5753.rlib" "/opt/rustwide/target/debug/deps/libbase32-0a8dd094aca79f82.rlib" "/opt/rustwide/target/debug/deps/libtracing_appender-85ce2aca11fb34dc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-ca14871361df6272.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-9747bc8ba1565882.rlib" "/opt/rustwide/target/debug/deps/libthread_local-fe6684ff1dca8a56.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-7887b328a1bbc417.rlib" "/opt/rustwide/target/debug/deps/libtracing_serde-5575990d7634d995.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-6b7f5a41d0cdd0f4.rlib" "/opt/rustwide/target/debug/deps/libmatchers-fdbc2b70692eb38d.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-c4b535b6f4f7378e.rlib" "/opt/rustwide/target/debug/deps/libsled-3def61372ef07e01.rlib" "/opt/rustwide/target/debug/deps/libfxhash-5c4e9fbac70660fc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2529a3c4fc958aac.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-af76b1ac7b3575e3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ec65cb638d48f76d.rlib" "/opt/rustwide/target/debug/deps/libfs2-060ef9f58d4d51d8.rlib" "/opt/rustwide/target/debug/deps/libhashicorp_vault-fad670daeb30b313.rlib" "/opt/rustwide/target/debug/deps/libreqwest-9f199be6886dee79.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-436355eb068a47ba.rlib" "/opt/rustwide/target/debug/deps/libipnet-9605afdd2ba10a45.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-6a709be5fed1dbab.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-b6c207c9bdeb2752.rlib" "/opt/rustwide/target/debug/deps/libhyper-ebb0e5ef2626d13e.rlib" "/opt/rustwide/target/debug/deps/libh2-f0191e4c5f7f0620.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-da6d417b3785fd93.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-ae31fe5240b7150d.rlib" "/opt/rustwide/target/debug/deps/libtokio-bb116b8bc6a08d09.rlib" "/opt/rustwide/target/debug/deps/libmio-1d0be54c869bb4d9.rlib" "/opt/rustwide/target/debug/deps/libiovec-fbddcea31940c85d.rlib" "/opt/rustwide/target/debug/deps/libnet2-61714a4bd2002119.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-cf099dace95b631f.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b2f8ff67f7f3e617.rlib" "/opt/rustwide/target/debug/deps/libbytes-c27d72a53275aaf6.rlib" "/opt/rustwide/target/debug/deps/libuuid-1a59a0c69a217ebb.rlib" "/opt/rustwide/target/debug/deps/libwarp-28d21f5f4d882780.rlib" "/opt/rustwide/target/debug/deps/libtokio_stream-59147088ecf1f636.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-2c4e069c8dc57c20.rlib" "/opt/rustwide/target/debug/deps/libtokio_tungstenite-95c794a1e6949dfa.rlib" "/opt/rustwide/target/debug/deps/libtungstenite-1064256c3e868775.rlib" "/opt/rustwide/target/debug/deps/libutf8-a8228bb23af27c14.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-56460b1d02bae5d5.rlib" "/opt/rustwide/target/debug/deps/libinput_buffer-f61139546ff2c0f6.rlib" "/opt/rustwide/target/debug/deps/libmultipart-1bf49b0fba6bbc7d.rlib" "/opt/rustwide/target/debug/deps/libtwoway-8341be388a52989b.rlib" "/opt/rustwide/target/debug/deps/libbuf_redux-7a7da6686c770169.rlib" "/opt/rustwide/target/debug/deps/libquick_error-91cbbb7f52cfd7fe.rlib" "/opt/rustwide/target/debug/deps/libtempfile-5e89b1e1d9ae4f64.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-8bff6929bc7e58da.rlib" "/opt/rustwide/target/debug/deps/librand-b20c5724467d4232.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-29f26696e0abfb16.rlib" "/opt/rustwide/target/debug/deps/librand_core-3943f3e9a723dd29.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-0a5bf4185a164091.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-fa251983b9e3de31.rlib" "/opt/rustwide/target/debug/deps/libunicase-d43df36c3bba8bf5.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-93ca6693e5af723d.rlib" "/opt/rustwide/target/debug/deps/libheaders-316a0be45d3a5cef.rlib" "/opt/rustwide/target/debug/deps/libsha1-96e045fc4b52218d.rlib" "/opt/rustwide/target/debug/deps/libheaders_core-b9ff04ebb14e2533.rlib" "/opt/rustwide/target/debug/deps/libhyper-547d0780dbbe9a24.rlib" "/opt/rustwide/target/debug/deps/libwant-664c533226ef5882.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-9bc2579d1b9f8f88.rlib" "/opt/rustwide/target/debug/deps/libhttparse-26040c8fa6257637.rlib" "/opt/rustwide/target/debug/deps/libsocket2-4f11d3b6d1ecc0f1.rlib" "/opt/rustwide/target/debug/deps/libh2-fcdf0c477fa186a7.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-197aeea9e695d7e2.rlib" "/opt/rustwide/target/debug/deps/libtower_service-7c0fcd20bc3dfaec.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-46c9d9eae960dd84.rlib" "/opt/rustwide/target/debug/deps/libtokio-42acf33fd80e55e0.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-0270d6fae2064172.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-674cb975c58f5060.rlib" "/opt/rustwide/target/debug/deps/libmio-fb8e22eea649133c.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-05cb1da0d449bc6a.rlib" "/opt/rustwide/target/debug/deps/libhttp-d5481f51e9518f12.rlib" "/opt/rustwide/target/debug/deps/libbytes-ccb020cc4e997682.rlib" "/opt/rustwide/target/debug/deps/libpin_project-c5c93f123c5d72d6.rlib" "/opt/rustwide/target/debug/deps/libfutures-d2520747fb633844.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-9b872ee92604f2d0.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-858e7271757a3ad8.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-b1b068571db93d4d.rlib" "/opt/rustwide/target/debug/deps/libslab-d80887537af7a894.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-adc00afdb36dec81.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-056c6d6b19363015.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-219e72d883d236a2.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-0029fcf5b57be1ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-914607f7d2b478e7.rlib" "/opt/rustwide/target/debug/deps/libbat-d256b2c53c95304d.rlib" "/opt/rustwide/target/debug/deps/libansi_colours-030b4254ac2589d7.rlib" "/opt/rustwide/target/debug/deps/libclap-77c81f9135f03763.rlib" "/opt/rustwide/target/debug/deps/libvec_map-515ae3bda2e8e623.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-edf4a61e089fc639.rlib" "/opt/rustwide/target/debug/deps/libterm_size-fcc3aaa43aee3899.rlib" "/opt/rustwide/target/debug/deps/libstrsim-5ed65f37e78831b4.rlib" "/opt/rustwide/target/debug/deps/libatty-6bb8a9d8deeb44b5.rlib" "/opt/rustwide/target/debug/deps/libansi_term-2df7e3f976b42be1.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-21a86951a9a231e0.rlib" "/opt/rustwide/target/debug/deps/libdtoa-f2811c7ad43b9541.rlib" "/opt/rustwide/target/debug/deps/libglobset-1dd9405f8d99a767.rlib" "/opt/rustwide/target/debug/deps/libbstr-378c0879f08864c2.rlib" "/opt/rustwide/target/debug/deps/libencoding-82779f04275003a7.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-f2137084f436c49b.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-3e1e1aaf4bf6351f.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-fa72d75680a1478c.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-48fabfcd9685a3a5.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-51b01b2f026b9e1b.rlib" "/opt/rustwide/target/debug/deps/libconsole-a950ebd86cf424a5.rlib" "/opt/rustwide/target/debug/deps/libterminal_size-b629ac3e91135a4f.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d3b89064801ed3a1.rlib" "/opt/rustwide/target/debug/deps/libshell_words-597e195bfa94c001.rlib" "/opt/rustwide/target/debug/deps/libcontent_inspector-64ca797137ce50f8.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-4fe8719b97fae0fa.rlib" "/opt/rustwide/target/debug/deps/libgit2-b3916b5ca3c8e7ca.rlib" "/opt/rustwide/target/debug/deps/liburl-9e579532ec5feecd.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-61fc85cf69cfcc8c.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-32dd5c1ab5974210.rlib" "/opt/rustwide/target/debug/deps/liblibgit2_sys-fafe5c685eba6948.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-a7d8bc46c5f5949c.rlib" "/opt/rustwide/target/debug/deps/libansi_term-933c0b966a536374.rlib" "/opt/rustwide/target/debug/deps/libclircle-a434823bddb55235.rlib" "/opt/rustwide/target/debug/deps/libsemver-796964824ee97708.rlib" "/opt/rustwide/target/debug/deps/libsemver_parser-2bdb553b724940df.rlib" "/opt/rustwide/target/debug/deps/libpest-1bc31143e6a81939.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-8cd18b3f481ea6a9.rlib" "/opt/rustwide/target/debug/deps/libpath_abs-dadd9db1eab404c1.rlib" "/opt/rustwide/target/debug/deps/libstd_prelude-4872b1c0e31e7b47.rlib" "/opt/rustwide/target/debug/deps/libsyntect-42bdf3ac496643df.rlib" "/opt/rustwide/target/debug/deps/libonig-3b1c6960eb3576ea.rlib" "/opt/rustwide/target/debug/deps/libonig_sys-30a0fa6dac34ba6e.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-1603fc94e62853ce.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-bb6842ed1b81363c.rlib" "/opt/rustwide/target/debug/deps/liblazycell-46f9f5ed4c3bc997.rlib" "/opt/rustwide/target/debug/deps/libfnv-cb175ca084a41bf7.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-a368062eb9c93f36.rlib" "/opt/rustwide/target/debug/deps/libsame_file-7cad1936c4c8685b.rlib" "/opt/rustwide/target/debug/deps/libplist-d53c0ac2a3fdcefe.rlib" "/opt/rustwide/target/debug/deps/libline_wrap-901cab1a73f04154.rlib" "/opt/rustwide/target/debug/deps/libsafemem-a46c2200436dbeb2.rlib" "/opt/rustwide/target/debug/deps/libxml-86878b77be48679d.rlib" "/opt/rustwide/target/debug/deps/libindexmap-1ecfee68e436540d.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-97cd8e9499e3d278.rlib" "/opt/rustwide/target/debug/deps/libflate2-14c49919e541135c.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-aafae11b6e052af5.rlib" "/opt/rustwide/target/debug/deps/libadler-15db843e4b39fe4c.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-4bd913ad9d1af7cf.rlib" "/opt/rustwide/target/debug/deps/libbincode-a2c05e066c843f90.rlib" "/opt/rustwide/target/debug/deps/liboath-60650ef46ba7f87b.rlib" "/opt/rustwide/target/debug/deps/librustc_hex-fc0ac89951f0d7ff.rlib" "/opt/rustwide/target/debug/deps/libhmac-ab1c4642d61d6a84.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-146b6bd87d3ada92.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-ff67a74652da05f6.rlib" "/opt/rustwide/target/debug/deps/libsha2-7f2fa06c90ef22c7.rlib" "/opt/rustwide/target/debug/deps/libsha_1-95a861eddd36e98b.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-f2715897ff08c150.rlib" "/opt/rustwide/target/debug/deps/libdigest_buffer-f059d09bac42f69b.rlib" "/opt/rustwide/target/debug/deps/libdigest-f0f272e8ec0c81bc.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-9de9857a999eeada.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-c560e466bb4dc8e5.rlib" "/opt/rustwide/target/debug/deps/libnodrop-643f1dd11de24a6e.rlib" "/opt/rustwide/target/debug/deps/libjsonwebtoken-0cdb7f6ebbb6aa5d.rlib" "/opt/rustwide/target/debug/deps/libpem-576ddc3b157741f2.rlib" "/opt/rustwide/target/debug/deps/libserde_json-7a2febad5e66640c.rlib" "/opt/rustwide/target/debug/deps/libryu-1b2f9606b802eb11.rlib" "/opt/rustwide/target/debug/deps/libitoa-8d2587171e999968.rlib" "/opt/rustwide/target/debug/deps/libsimple_asn1-247ea3e4d9dcf3dc.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-e99d6159fceb6717.rlib" "/opt/rustwide/target/debug/deps/libchrono-be2152e457177c43.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-42c39919ef3a2b2a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-13f456c52851e665.rlib" "/opt/rustwide/target/debug/deps/libtime-3e33fef0c2327ca8.rlib" "/opt/rustwide/target/debug/deps/libbase64-e32cbcac7be10dfc.rlib" "/opt/rustwide/target/debug/deps/libring-6b2ae7cb2df1513d.rlib" "/opt/rustwide/target/debug/deps/libspin-692faa7419677f8a.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-66db759a5098ae3a.rlib" "/opt/rustwide/target/debug/deps/libdata_encoding-628995790e5354f4.rlib" "/opt/rustwide/target/debug/deps/libsha2-425e48a6e22525c9.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-a68108ac6d424e62.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-c1ffb6c246dc7985.rlib" "/opt/rustwide/target/debug/deps/libdigest-e1c8aceea61552e1.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-de23f8886e09ab84.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-02c5e78306fda5dc.rlib" "/opt/rustwide/target/debug/deps/libtypenum-4285d16fb1e4fb7a.rlib" "/opt/rustwide/target/debug/deps/librand-95d984176cba6f70.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-b750effa30778b75.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-81457fe4706505af.rlib" "/opt/rustwide/target/debug/deps/librand_core-76037099a68c2a9d.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-760951a6b33d661c.rlib" "/opt/rustwide/target/debug/deps/libthiserror-5066dbc6fb73ce8a.rlib" "/opt/rustwide/target/debug/deps/libtracing-77e262e597b96973.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-9f8ca1580fdb7b23.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-6f7d0f45833ea4c3.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libserde-61a80811496cec83.rlib" "/opt/rustwide/target/debug/deps/liblettre-d4be74e38159f4a4.rlib" "/opt/rustwide/target/debug/deps/libhostname-f41c640f1c2f5d75.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-9e36b93a7eacef48.rlib" "/opt/rustwide/target/debug/deps/libfastrand-41251735cb4c7b0a.rlib" "/opt/rustwide/target/debug/deps/libbase64-416e1250c5cc634c.rlib" "/opt/rustwide/target/debug/deps/libquoted_printable-7f3265ead4af63b4.rlib" "/opt/rustwide/target/debug/deps/libnom-994616b553a95614.rlib" "/opt/rustwide/target/debug/deps/libbitvec-b53e538cf891c1d0.rlib" "/opt/rustwide/target/debug/deps/libfunty-8a054bdbaec5a441.rlib" "/opt/rustwide/target/debug/deps/libwyz-eb600e19ff14c857.rlib" "/opt/rustwide/target/debug/deps/libtap-9e5b99495c2ce03c.rlib" "/opt/rustwide/target/debug/deps/libradium-96e8823a1278b8aa.rlib" "/opt/rustwide/target/debug/deps/libr2d2-7a32d610cbc5c4fd.rlib" "/opt/rustwide/target/debug/deps/libscheduled_thread_pool-e46dd5bc2b8ecfd0.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-ff74a79ec663e76c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-f2e4d718644b4698.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7027925c1b193748.rlib" "/opt/rustwide/target/debug/deps/liblock_api-4b6f8b6e5d019f70.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d46e40bbd3136360.rlib" "/opt/rustwide/target/debug/deps/libinstant-2bd53b9f850c2a45.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-0206734a96a751a3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-eef7d97e536c2ee1.rlib" "/opt/rustwide/target/debug/deps/liblog-9a14d97921a08871.rlib" "/opt/rustwide/target/debug/deps/libvalue_bag-d15035b4f0cf2f82.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-5d74cd953c0de306.rlib" "/opt/rustwide/target/debug/deps/libmime-5f4fe2de318311f9.rlib" "/opt/rustwide/target/debug/deps/libregex-7644bdf1007edb7d.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-d9768c09f73bf357.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-0ca4ed03003b560b.rlib" "/opt/rustwide/target/debug/deps/libmemchr-35462864dbe3e2a3.rlib" "/opt/rustwide/target/debug/deps/libidna-3b4f18a86e77f33c.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-0070c6f4eececa2a.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-5c931afd062bf65c.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6966cf89fb86060e.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-15bc1e0a0018c9e9.rlib" "/opt/rustwide/target/debug/deps/libmatches-794dc2bc143388e6.rlib" "/opt/rustwide/target/debug/deps/libopenssl-9fceb73da59eec3e.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-02e296a9cbfe42ee.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0409eb6f696bdc99.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-e7016572aae82e2a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-9ed4d3efdde6e3fc.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0a04e74fc4f21d18.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-0f2f79d45715a266.rlib" "/opt/rustwide/target/debug/deps/liblibc-89ab3e06da0f6d69.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lz" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/jd-6b4b03a41c09e6f9" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `julie` due to 2 previous errors; 11 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "52f0ada3bc9aeafecb758a0994ef2b5dc38d041eb4c3e6e1feed23ee3f8891bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52f0ada3bc9aeafecb758a0994ef2b5dc38d041eb4c3e6e1feed23ee3f8891bb", kill_on_drop: false }` [INFO] [stdout] 52f0ada3bc9aeafecb758a0994ef2b5dc38d041eb4c3e6e1feed23ee3f8891bb