[INFO] updating cached repository https://github.com/dani-garcia/bitwarden_rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/dani-garcia/bitwarden_rs [INFO] [stderr] + 7a4d533...5f616b7 async -> async (forced update) [INFO] [stderr] 4cec502..9ebca99 master -> master [INFO] [stderr] * [new tag] 1.13.1 -> 1.13.1 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9ebca9929022eaf1b2ee29f9fa47ad8df03b2c34 [INFO] checking dani-garcia/bitwarden_rs against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdani-garcia%2Fbitwarden_rs" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dani-garcia/bitwarden_rs on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dani-garcia/bitwarden_rs [INFO] finished tweaking git repo https://github.com/dani-garcia/bitwarden_rs [INFO] tweaked toml for git repo https://github.com/dani-garcia/bitwarden_rs written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/dani-garcia/bitwarden_rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-14/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/servo/rust-url` [INFO] [stderr] Updating git repository `https://github.com/lettre/lettre` [INFO] [stderr] Updating git repository `https://github.com/SergioBenitez/Rocket` [INFO] [stderr] Updating git repository `https://github.com/SergioBenitez/Devise.git` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 95ac3945bbc519ca307bc293efd7685807b9eb5abbd2707194bf04c0ef3ecb28 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "95ac3945bbc519ca307bc293efd7685807b9eb5abbd2707194bf04c0ef3ecb28"` [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Checking byte-tools v0.1.3 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking ascii_utils v0.9.3 [INFO] [stderr] Checking bufstream v0.1.4 [INFO] [stderr] Compiling bitwarden_rs v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking rustc-hex v1.0.0 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Checking quoted_printable v0.4.1 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] error: You need to enable one DB backend. To build with previous defaults do: cargo build --features sqlite [INFO] [stderr] --> build.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | compile_error!("You need to enable one DB backend. To build with previous defaults do: cargo build --features sqlite"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling nom v5.1.0 [INFO] [stderr] Compiling email v0.0.20 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `bitwarden_rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "95ac3945bbc519ca307bc293efd7685807b9eb5abbd2707194bf04c0ef3ecb28"` [INFO] running `"docker" "rm" "-f" "95ac3945bbc519ca307bc293efd7685807b9eb5abbd2707194bf04c0ef3ecb28"` [INFO] [stdout] 95ac3945bbc519ca307bc293efd7685807b9eb5abbd2707194bf04c0ef3ecb28