[INFO] cloning repository https://github.com/dani-garcia/bitwarden_rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dani-garcia/bitwarden_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdani-garcia%2Fbitwarden_rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdani-garcia%2Fbitwarden_rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e25fc7083de6703af23f576c5d469600c7036254 [INFO] checking dani-garcia/bitwarden_rs against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdani-garcia%2Fbitwarden_rs" "/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/dani-garcia/bitwarden_rs on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-11/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 `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d5a5f0a496761ca7cfe6bba1b8d4c9f22dca7566812730f68d2c05f695e39ae7 [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" "d5a5f0a496761ca7cfe6bba1b8d4c9f22dca7566812730f68d2c05f695e39ae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d5a5f0a496761ca7cfe6bba1b8d4c9f22dca7566812730f68d2c05f695e39ae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5a5f0a496761ca7cfe6bba1b8d4c9f22dca7566812730f68d2c05f695e39ae7", kill_on_drop: false }` [INFO] [stdout] d5a5f0a496761ca7cfe6bba1b8d4c9f22dca7566812730f68d2c05f695e39ae7 [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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f0fcfb64e96000bb980fe1c820bb4dcb0d3ae66683a2eca196fce1c059c050a [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" "3f0fcfb64e96000bb980fe1c820bb4dcb0d3ae66683a2eca196fce1c059c050a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling native-tls v0.2.5 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Checking byte-tools v0.1.3 [INFO] [stderr] Compiling state v0.4.2 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Compiling hyperx v1.2.0 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Checking quoted_printable v0.4.2 [INFO] [stderr] Checking subtle v2.3.0 [INFO] [stderr] Compiling bitwarden_rs v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking rustc-hex v1.0.0 [INFO] [stderr] Checking data-encoding v2.3.1 [INFO] [stderr] Checking newline-converter v0.1.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stdout] error: You need to enable one DB backend. To build with previous defaults do: cargo build --features sqlite [INFO] [stdout] --> build.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | compile_error!("You need to enable one DB backend. To build with previous defaults do: cargo build --features sqlite"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Checking futures-task v0.3.7 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bitwarden_rs` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3f0fcfb64e96000bb980fe1c820bb4dcb0d3ae66683a2eca196fce1c059c050a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f0fcfb64e96000bb980fe1c820bb4dcb0d3ae66683a2eca196fce1c059c050a", kill_on_drop: false }` [INFO] [stdout] 3f0fcfb64e96000bb980fe1c820bb4dcb0d3ae66683a2eca196fce1c059c050a