[INFO] fetching crate gpgme 0.10.0... [INFO] testing gpgme-0.10.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate gpgme 0.10.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate gpgme 0.10.0 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 crates.io crate gpgme 0.10.0 [INFO] finished tweaking crates.io crate gpgme 0.10.0 [INFO] tweaked toml for crates.io crate gpgme 0.10.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate gpgme 0.10.0 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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] e092ee1fe7be053c50b6518cfbd9fc8c0221e85fca3a38b4f20301a65a4cc44d [INFO] running `Command { std: "docker" "start" "-a" "e092ee1fe7be053c50b6518cfbd9fc8c0221e85fca3a38b4f20301a65a4cc44d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e092ee1fe7be053c50b6518cfbd9fc8c0221e85fca3a38b4f20301a65a4cc44d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e092ee1fe7be053c50b6518cfbd9fc8c0221e85fca3a38b4f20301a65a4cc44d", kill_on_drop: false }` [INFO] [stdout] e092ee1fe7be053c50b6518cfbd9fc8c0221e85fca3a38b4f20301a65a4cc44d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] b2a32713d146ec3e8e67ab9d989f9393981b193c17d5900c34a1d834abfb629d [INFO] running `Command { std: "docker" "start" "-a" "b2a32713d146ec3e8e67ab9d989f9393981b193c17d5900c34a1d834abfb629d", kill_on_drop: false }` [INFO] [stderr] Compiling libgpg-error-sys v0.5.2 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling gpgme-sys v0.10.0 [INFO] [stderr] Compiling gpg-error v0.5.2 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling cstr-argument v0.1.1 [INFO] [stderr] Compiling gpgme v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/context.rs:732:38 [INFO] [stdout] | [INFO] [stdout] 732 | pub fn set_expire_all(&mut self, key: &Key, expires: Duration) -> Result<()> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `expires` [INFO] [stdout] --> src/context.rs:732:49 [INFO] [stdout] | [INFO] [stdout] 732 | pub fn set_expire_all(&mut self, key: &Key, expires: Duration) -> Result<()> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expires` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/context.rs:754:37 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn set_expire(&mut self, key: &Key, expires: Duration, subkeys: I) -> Result<()> [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `expires` [INFO] [stdout] --> src/context.rs:754:48 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn set_expire(&mut self, key: &Key, expires: Duration, subkeys: I) -> Result<()> [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expires` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subkeys` [INFO] [stdout] --> src/context.rs:754:67 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn set_expire(&mut self, key: &Key, expires: Duration, subkeys: I) -> Result<()> [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subkeys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/context.rs:906:43 [INFO] [stdout] | [INFO] [stdout] 906 | pub fn revoke_signature(&mut self, key: &Key, signing_key: &Key, userids: I) -> Result<()> [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `signing_key` [INFO] [stdout] --> src/context.rs:906:54 [INFO] [stdout] | [INFO] [stdout] 906 | pub fn revoke_signature(&mut self, key: &Key, signing_key: &Key, userids: I) -> Result<()> [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_signing_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `userids` [INFO] [stdout] --> src/context.rs:906:73 [INFO] [stdout] | [INFO] [stdout] 906 | pub fn revoke_signature(&mut self, key: &Key, signing_key: &Key, userids: I) -> Result<()> [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_userids` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.62s [INFO] running `Command { std: "docker" "inspect" "b2a32713d146ec3e8e67ab9d989f9393981b193c17d5900c34a1d834abfb629d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2a32713d146ec3e8e67ab9d989f9393981b193c17d5900c34a1d834abfb629d", kill_on_drop: false }` [INFO] [stdout] b2a32713d146ec3e8e67ab9d989f9393981b193c17d5900c34a1d834abfb629d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78c574d56a5efb42e2709819a05bfae7ec25f46ca1e5881ea8ba7ea2aae24cf8 [INFO] running `Command { std: "docker" "start" "-a" "78c574d56a5efb42e2709819a05bfae7ec25f46ca1e5881ea8ba7ea2aae24cf8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/context.rs:732:38 [INFO] [stdout] | [INFO] [stdout] 732 | pub fn set_expire_all(&mut self, key: &Key, expires: Duration) -> Result<()> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `expires` [INFO] [stdout] --> src/context.rs:732:49 [INFO] [stdout] | [INFO] [stdout] 732 | pub fn set_expire_all(&mut self, key: &Key, expires: Duration) -> Result<()> { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expires` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/context.rs:754:37 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn set_expire(&mut self, key: &Key, expires: Duration, subkeys: I) -> Result<()> [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `expires` [INFO] [stdout] --> src/context.rs:754:48 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn set_expire(&mut self, key: &Key, expires: Duration, subkeys: I) -> Result<()> [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expires` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subkeys` [INFO] [stdout] --> src/context.rs:754:67 [INFO] [stdout] | [INFO] [stdout] 754 | pub fn set_expire(&mut self, key: &Key, expires: Duration, subkeys: I) -> Result<()> [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subkeys` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `key` [INFO] [stdout] --> src/context.rs:906:43 [INFO] [stdout] | [INFO] [stdout] 906 | pub fn revoke_signature(&mut self, key: &Key, signing_key: &Key, userids: I) -> Result<()> [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `signing_key` [INFO] [stdout] --> src/context.rs:906:54 [INFO] [stdout] | [INFO] [stdout] 906 | pub fn revoke_signature(&mut self, key: &Key, signing_key: &Key, userids: I) -> Result<()> [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_signing_key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `userids` [INFO] [stdout] --> src/context.rs:906:73 [INFO] [stdout] | [INFO] [stdout] 906 | pub fn revoke_signature(&mut self, key: &Key, signing_key: &Key, userids: I) -> Result<()> [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_userids` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling structopt v0.3.22 [INFO] [stderr] Compiling gpgme v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `openpgp` [INFO] [stdout] --> examples/encrypt.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | openpgp: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Cli` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/encrypt.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug, StructOpt)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `openpgp` [INFO] [stdout] --> examples/sign.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | openpgp: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Cli` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/sign.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, StructOpt)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `normal` [INFO] [stdout] --> examples/sign.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | normal: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Cli` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/sign.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, StructOpt)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `openpgp` [INFO] [stdout] --> examples/keylist.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | openpgp: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Cli` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/keylist.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, StructOpt)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `openpgp` [INFO] [stdout] --> examples/verify.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | openpgp: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Cli` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/verify.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, StructOpt)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `openpgp` [INFO] [stdout] --> examples/keysign.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | openpgp: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Cli` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/keysign.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, StructOpt)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `openpgp` [INFO] [stdout] --> examples/decrypt.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | openpgp: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Cli` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/decrypt.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Debug, StructOpt)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gpgme` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gpgme --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=e1553aa2052a1626 -C extra-filename=-e1553aa2052a1626 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib --extern conv=/opt/rustwide/target/debug/deps/libconv-a5982c6da0e33256.rlib --extern cstr_argument=/opt/rustwide/target/debug/deps/libcstr_argument-dba176a15f6cb761.rlib --extern gpg_error=/opt/rustwide/target/debug/deps/libgpg_error-f9c73fe42713620e.rlib --extern ffi=/opt/rustwide/target/debug/deps/libgpgme_sys-d2c9b74ea50bf4e9.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-b952dd8c2798e05b.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-62b1a5cbf56a9f5f.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-133691e310b12e29.rlib --extern tempdir=/opt/rustwide/target/debug/deps/libtempdir-337324052f726122.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gpgme` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name encrypt_simple --edition=2018 tests/encrypt_simple.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=a69e4cf86db94e9e -C extra-filename=-a69e4cf86db94e9e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib --extern conv=/opt/rustwide/target/debug/deps/libconv-a5982c6da0e33256.rlib --extern cstr_argument=/opt/rustwide/target/debug/deps/libcstr_argument-dba176a15f6cb761.rlib --extern gpg_error=/opt/rustwide/target/debug/deps/libgpg_error-f9c73fe42713620e.rlib --extern gpgme=/opt/rustwide/target/debug/deps/libgpgme-f141da9b7a130a33.rlib --extern ffi=/opt/rustwide/target/debug/deps/libgpgme_sys-d2c9b74ea50bf4e9.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-b952dd8c2798e05b.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-62b1a5cbf56a9f5f.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-133691e310b12e29.rlib --extern tempdir=/opt/rustwide/target/debug/deps/libtempdir-337324052f726122.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `gpgme` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name edit --edition=2018 tests/edit.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=76570c0b194a8beb -C extra-filename=-76570c0b194a8beb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib --extern conv=/opt/rustwide/target/debug/deps/libconv-a5982c6da0e33256.rlib --extern cstr_argument=/opt/rustwide/target/debug/deps/libcstr_argument-dba176a15f6cb761.rlib --extern gpg_error=/opt/rustwide/target/debug/deps/libgpg_error-f9c73fe42713620e.rlib --extern gpgme=/opt/rustwide/target/debug/deps/libgpgme-f141da9b7a130a33.rlib --extern ffi=/opt/rustwide/target/debug/deps/libgpgme_sys-d2c9b74ea50bf4e9.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-b952dd8c2798e05b.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-62b1a5cbf56a9f5f.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-133691e310b12e29.rlib --extern tempdir=/opt/rustwide/target/debug/deps/libtempdir-337324052f726122.rlib --cap-lints=warn -L native=/usr/lib/x86_64-linux-gnu -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "78c574d56a5efb42e2709819a05bfae7ec25f46ca1e5881ea8ba7ea2aae24cf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78c574d56a5efb42e2709819a05bfae7ec25f46ca1e5881ea8ba7ea2aae24cf8", kill_on_drop: false }` [INFO] [stdout] 78c574d56a5efb42e2709819a05bfae7ec25f46ca1e5881ea8ba7ea2aae24cf8