[INFO] fetching crate gpgme 0.9.2... [INFO] testing gpgme-0.9.2 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate gpgme 0.9.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate gpgme 0.9.2 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate gpgme 0.9.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate gpgme 0.9.2 [INFO] tweaked toml for crates.io crate gpgme 0.9.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate gpgme 0.9.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9a06a28e835d34f2beb10c73860d812fb14730de39c57d596b00f36c7b6a8109 [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" "9a06a28e835d34f2beb10c73860d812fb14730de39c57d596b00f36c7b6a8109", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9a06a28e835d34f2beb10c73860d812fb14730de39c57d596b00f36c7b6a8109", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a06a28e835d34f2beb10c73860d812fb14730de39c57d596b00f36c7b6a8109", kill_on_drop: false }` [INFO] [stdout] 9a06a28e835d34f2beb10c73860d812fb14730de39c57d596b00f36c7b6a8109 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", 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] dc888ec7ec9c654c23eb1423744938a345e97f55d20455ab4e9a2b7639aa4e25 [INFO] running `Command { std: "docker" "start" "-a" "dc888ec7ec9c654c23eb1423744938a345e97f55d20455ab4e9a2b7639aa4e25", kill_on_drop: false }` [INFO] [stderr] Compiling libgpg-error-sys v0.5.1 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling gpg-error v0.5.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling gpgme-sys v0.9.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling smallvec v1.0.0 [INFO] [stderr] Compiling once_cell v1.2.0 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling cstr-argument v0.1.1 [INFO] [stderr] Compiling gpgme v0.9.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/data.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | StdError::description(&self.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.98s [INFO] running `Command { std: "docker" "inspect" "dc888ec7ec9c654c23eb1423744938a345e97f55d20455ab4e9a2b7639aa4e25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc888ec7ec9c654c23eb1423744938a345e97f55d20455ab4e9a2b7639aa4e25", kill_on_drop: false }` [INFO] [stdout] dc888ec7ec9c654c23eb1423744938a345e97f55d20455ab4e9a2b7639aa4e25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] df84727708d51df4353deca12af91002d1f585197ccbdd39e3ad3937f6d0246d [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" "df84727708d51df4353deca12af91002d1f585197ccbdd39e3ad3937f6d0246d", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/data.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | StdError::description(&self.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Compiling structopt v0.3.5 [INFO] [stderr] Compiling gpgme v0.9.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/data.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | StdError::description(&self.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 43.36s [INFO] running `Command { std: "docker" "inspect" "df84727708d51df4353deca12af91002d1f585197ccbdd39e3ad3937f6d0246d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df84727708d51df4353deca12af91002d1f585197ccbdd39e3ad3937f6d0246d", kill_on_drop: false }` [INFO] [stdout] df84727708d51df4353deca12af91002d1f585197ccbdd39e3ad3937f6d0246d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", 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] c628fc50aaf8c9e9dbc229c95aaeca7dcf6c60b6e202988b1aea47bc6889ab00 [INFO] running `Command { std: "docker" "start" "-a" "c628fc50aaf8c9e9dbc229c95aaeca7dcf6c60b6e202988b1aea47bc6889ab00", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/data.rs:86:9 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 86 | StdError::description(&self.0) [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 1 test [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/data.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | StdError::description(&self.0) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/gpgme-5182337081e7341a) [INFO] [stderr] Running tests/context.rs (/opt/rustwide/target/debug/deps/context-6cd141241baa512a) [INFO] [stdout] test test_pinentry_mode ... ok [INFO] [stderr] Running tests/edit.rs (/opt/rustwide/target/debug/deps/edit-583aa9f989c990bc) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.71s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/encrypt_simple.rs (/opt/rustwide/target/debug/deps/encrypt_simple-7d3e52c6d961184f) [INFO] [stdout] test test_edit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.61s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_simple_encrypt_decrypt ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.14s [INFO] [stdout] [INFO] [stderr] Running tests/encrypt_symmetric.rs (/opt/rustwide/target/debug/deps/encrypt_symmetric-9a4147b209b94afe) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/keylist.rs (/opt/rustwide/target/debug/deps/keylist-dbbb10a4cf945c04) [INFO] [stdout] test test_symmetric_encrypt_decrypt ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.55s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/keysign.rs (/opt/rustwide/target/debug/deps/keysign-72b9df27cfe558d5) [INFO] [stdout] test test_single_key_list ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.19s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_sign_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.32s [INFO] [stdout] [INFO] [stderr] Running tests/verify.rs (/opt/rustwide/target/debug/deps/verify-098d3feb77233b8f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_signature_key ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.06s [INFO] [stdout] [INFO] [stderr] Doc-tests gpgme [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/context.rs - context::Context::encrypt (line 1511) ... ok [INFO] [stdout] test src/context.rs - context::Context::decrypt_and_verify (line 1707) ... ok [INFO] [stdout] test src/lib.rs - Gpgme::check_version (line 204) ... ok [INFO] [stdout] test src/context.rs - context::Context::decrypt (line 1650) ... ok [INFO] [stdout] test src/context.rs - context::Context::with_passphrase_provider (line 284) ... ok [INFO] [stdout] test src/context.rs - context::Context::read_keys (line 615) ... ok [INFO] [stdout] test src/context.rs - context::Context::create_key (line 667) ... ok [INFO] [stdout] test src/context.rs - context::Context::sign_and_encrypt (line 1592) ... ok [INFO] [stdout] test src/lib.rs - init (line 150) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.47s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c628fc50aaf8c9e9dbc229c95aaeca7dcf6c60b6e202988b1aea47bc6889ab00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c628fc50aaf8c9e9dbc229c95aaeca7dcf6c60b6e202988b1aea47bc6889ab00", kill_on_drop: false }` [INFO] [stdout] c628fc50aaf8c9e9dbc229c95aaeca7dcf6c60b6e202988b1aea47bc6889ab00