[INFO] crate gpgme 0.9.2 is already in cache [INFO] checking gpgme-0.9.2 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [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 f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [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 `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 40c3ba8fe0702f76848124e41ef18fc08dc0e3e83e4c3a655fab062c22bda8ec [INFO] running `"docker" "start" "-a" "40c3ba8fe0702f76848124e41ef18fc08dc0e3e83e4c3a655fab062c22bda8ec"` [INFO] [stderr] Compiling libgpg-error-sys v0.5.1 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling gpg-error v0.5.1 [INFO] [stderr] Compiling gpgme-sys v0.9.1 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking cstr-argument v0.1.1 [INFO] [stderr] Checking gpgme v0.9.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item '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] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/import.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | url: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/import.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | nul: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/import.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | filenames: Vec, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `gpgme`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/keysign.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | openpgp: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/keysign.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | cms: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/verify.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | openpgp: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/verify.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | cms: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/verify.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | sigfile: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/verify.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | filename: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/keysign.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | key: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> examples/keysign.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | keyid: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `gpgme`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `gpgme`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item '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] error: build failed [INFO] running `"docker" "inspect" "40c3ba8fe0702f76848124e41ef18fc08dc0e3e83e4c3a655fab062c22bda8ec"` [INFO] running `"docker" "rm" "-f" "40c3ba8fe0702f76848124e41ef18fc08dc0e3e83e4c3a655fab062c22bda8ec"` [INFO] [stdout] 40c3ba8fe0702f76848124e41ef18fc08dc0e3e83e4c3a655fab062c22bda8ec