[INFO] updating cached repository https://github.com/idunn-network/idunn-test
[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] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] eb96d1b79fb48a4a726e70f55bc954f676e60821
[INFO] checking idunn-network/idunn-test against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidunn-network%2Fidunn-test" "/workspace/builds/worker-12/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/idunn-network/idunn-test on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/idunn-network/idunn-test
[INFO] finished tweaking git repo https://github.com/idunn-network/idunn-test
[INFO] tweaked toml for git repo https://github.com/idunn-network/idunn-test written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate git repo https://github.com/idunn-network/idunn-test already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-12/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 3fce84ab872cd8f431dbcfa7feb9a0d76ae4b4663b20ca6091b5d6ef7f06c632
[INFO] running `"docker" "start" "-a" "3fce84ab872cd8f431dbcfa7feb9a0d76ae4b4663b20ca6091b5d6ef7f06c632"`
[INFO] [stderr]    Compiling libgpg-error-sys v0.5.1
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling gpg-error v0.5.1
[INFO] [stderr]    Compiling gpgme-sys v0.9.1
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking conv v0.3.3
[INFO] [stderr]     Checking cstr-argument v0.1.1
[INFO] [stderr]     Checking gpgme v0.9.2
[INFO] [stderr]     Checking idunn-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `std::collections::VecMap`
[INFO] [stderr]  --> src/server.rs:5:34
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::collections::{VecDeque, VecMap};
[INFO] [stderr]   |                                  ^^^^^^ no `VecMap` in `collections`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gpgme::ops`
[INFO] [stderr]   --> src/proto.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | use gpgme::ops;
[INFO] [stderr]    |     ^^^^^^^^^^ no `ops` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::collections::VecMap`
[INFO] [stderr]  --> src/client.rs:5:34
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::collections::{VecDeque, VecMap};
[INFO] [stderr]   |                                  ^^^^^^ no `VecMap` in `collections`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gpgme::ops`
[INFO] [stderr]   --> src/crypto.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use gpgme::ops;
[INFO] [stderr]    |     ^^^^^^^^^^ no `ops` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gpgme::ops`
[INFO] [stderr]   --> src/main.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr] 25 | use gpgme::ops;
[INFO] [stderr]    |     ^^^^^^^^^^ no `ops` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ops` in `gpgme`
[INFO] [stderr]   --> src/crypto.rs:18:61
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn verify(dat: &Vec<u8>, sig: Vec<u8>) -> Result<gpgme::ops::VerifyResult, gpgme::error::Error>{
[INFO] [stderr]    |                                                             ^^^ could not find `ops` in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::collections::VecMap`
[INFO] [stderr]  --> src/server.rs:5:34
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::collections::{VecDeque, VecMap};
[INFO] [stderr]   |                                  ^^^^^^ no `VecMap` in `collections`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gpgme::ops`
[INFO] [stderr]   --> src/proto.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | use gpgme::ops;
[INFO] [stderr]    |     ^^^^^^^^^^ no `ops` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::collections::VecMap`
[INFO] [stderr]  --> src/client.rs:5:34
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::collections::{VecDeque, VecMap};
[INFO] [stderr]   |                                  ^^^^^^ no `VecMap` in `collections`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gpgme::ops`
[INFO] [stderr]   --> src/crypto.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use gpgme::ops;
[INFO] [stderr]    |     ^^^^^^^^^^ no `ops` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `gpgme::ops`
[INFO] [stderr]   --> src/main.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr] 25 | use gpgme::ops;
[INFO] [stderr]    |     ^^^^^^^^^^ no `ops` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ops` in `gpgme`
[INFO] [stderr]   --> src/crypto.rs:89:20
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub dr: gpgme::ops::DecryptResult
[INFO] [stderr]    |                    ^^^ could not find `ops` in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROTOCOL_OPENPGP` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:19:24
[INFO] [stderr]    |
[INFO] [stderr] 19 |     let proto = gpgme::PROTOCOL_OPENPGP;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_context` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:23:26
[INFO] [stderr]    |
[INFO] [stderr] 23 |     let mut ctx = gpgme::create_context().unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROTOCOL_OPENPGP` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:43:24
[INFO] [stderr]    |
[INFO] [stderr] 43 |     let proto = gpgme::PROTOCOL_OPENPGP;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_context` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:44:26
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let mut ctx = gpgme::create_context().unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROTOCOL_OPENPGP` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:60:24
[INFO] [stderr]    |
[INFO] [stderr] 60 |     let proto = gpgme::PROTOCOL_OPENPGP;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_context` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:61:26
[INFO] [stderr]    |
[INFO] [stderr] 61 |     let mut ctx = gpgme::create_context().unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROTOCOL_OPENPGP` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:77:24
[INFO] [stderr]    |
[INFO] [stderr] 77 |     let proto = gpgme::PROTOCOL_OPENPGP;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_context` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:78:26
[INFO] [stderr]    |
[INFO] [stderr] 78 |     let mut ctx = gpgme::create_context().unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROTOCOL_OPENPGP` in crate `gpgme`
[INFO] [stderr]   --> src/main.rs:40:24
[INFO] [stderr]    |
[INFO] [stderr] 40 |     let proto = gpgme::PROTOCOL_OPENPGP;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ops` in `gpgme`
[INFO] [stderr]   --> src/crypto.rs:18:61
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn verify(dat: &Vec<u8>, sig: Vec<u8>) -> Result<gpgme::ops::VerifyResult, gpgme::error::Error>{
[INFO] [stderr]    |                                                             ^^^ could not find `ops` in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_context` in crate `gpgme`
[INFO] [stderr]   --> src/main.rs:44:26
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let mut ctx = gpgme::create_context().unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ops` in `gpgme`
[INFO] [stderr]   --> src/crypto.rs:89:20
[INFO] [stderr]    |
[INFO] [stderr] 89 |     pub dr: gpgme::ops::DecryptResult
[INFO] [stderr]    |                    ^^^ could not find `ops` in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROTOCOL_OPENPGP` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:19:24
[INFO] [stderr]    |
[INFO] [stderr] 19 |     let proto = gpgme::PROTOCOL_OPENPGP;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_context` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:23:26
[INFO] [stderr]    |
[INFO] [stderr] 23 |     let mut ctx = gpgme::create_context().unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROTOCOL_OPENPGP` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:43:24
[INFO] [stderr]    |
[INFO] [stderr] 43 |     let proto = gpgme::PROTOCOL_OPENPGP;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_context` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:44:26
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let mut ctx = gpgme::create_context().unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROTOCOL_OPENPGP` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:60:24
[INFO] [stderr]    |
[INFO] [stderr] 60 |     let proto = gpgme::PROTOCOL_OPENPGP;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_context` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:61:26
[INFO] [stderr]    |
[INFO] [stderr] 61 |     let mut ctx = gpgme::create_context().unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROTOCOL_OPENPGP` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:77:24
[INFO] [stderr]    |
[INFO] [stderr] 77 |     let proto = gpgme::PROTOCOL_OPENPGP;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_context` in crate `gpgme`
[INFO] [stderr]   --> src/crypto.rs:78:26
[INFO] [stderr]    |
[INFO] [stderr] 78 |     let mut ctx = gpgme::create_context().unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PROTOCOL_OPENPGP` in crate `gpgme`
[INFO] [stderr]   --> src/main.rs:40:24
[INFO] [stderr]    |
[INFO] [stderr] 40 |     let proto = gpgme::PROTOCOL_OPENPGP;
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `create_context` in crate `gpgme`
[INFO] [stderr]   --> src/main.rs:44:26
[INFO] [stderr]    |
[INFO] [stderr] 44 |     let mut ctx = gpgme::create_context().unwrap();
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^ not found in `gpgme`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep`
[INFO] [stderr]  --> src/workqueue.rs:9:37
[INFO] [stderr]   |
[INFO] [stderr] 9 | use std::thread::{self, JoinHandle, sleep_ms};
[INFO] [stderr]   |                                     ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep`
[INFO] [stderr]   --> src/workqueue.rs:62:17
[INFO] [stderr]    |
[INFO] [stderr] 62 |                 sleep_ms(10u32)
[INFO] [stderr]    |                 ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep`
[INFO] [stderr]   --> src/workqueue.rs:64:23
[INFO] [stderr]    |
[INFO] [stderr] 64 |             None => { sleep_ms(3000u32); }
[INFO] [stderr]    |                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead.
[INFO] [stderr]   --> src/config.rs:14:30
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let mut filename = match env::home_dir() {
[INFO] [stderr]    |                              ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep`
[INFO] [stderr]  --> src/workqueue.rs:9:37
[INFO] [stderr]   |
[INFO] [stderr] 9 | use std::thread::{self, JoinHandle, sleep_ms};
[INFO] [stderr]   |                                     ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep`
[INFO] [stderr]   --> src/workqueue.rs:62:17
[INFO] [stderr]    |
[INFO] [stderr] 62 |                 sleep_ms(10u32)
[INFO] [stderr]    |                 ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep`
[INFO] [stderr]   --> src/workqueue.rs:64:23
[INFO] [stderr]    |
[INFO] [stderr] 64 |             None => { sleep_ms(3000u32); }
[INFO] [stderr]    |                       ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead.
[INFO] [stderr]   --> src/config.rs:14:30
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let mut filename = match env::home_dir() {
[INFO] [stderr]    |                              ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `lookup` found for enum `toml::Value` in the current scope
[INFO] [stderr]   --> src/main.rs:83:27
[INFO] [stderr]    |
[INFO] [stderr] 83 |             bind_addr = t.lookup("network.bind_address").unwrap().as_str().unwrap().to_string();
[INFO] [stderr]    |                           ^^^^^^ method not found in `toml::Value`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `lookup` found for enum `toml::Value` in the current scope
[INFO] [stderr]   --> src/main.rs:83:27
[INFO] [stderr]    |
[INFO] [stderr] 83 |             bind_addr = t.lookup("network.bind_address").unwrap().as_str().unwrap().to_string();
[INFO] [stderr]    |                           ^^^^^^ method not found in `toml::Value`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_string` found for struct `gpgme::Data<'_>` in the current scope
[INFO] [stderr]    --> src/proto.rs:154:31
[INFO] [stderr]     |
[INFO] [stderr] 154 |                 let s = &data.into_string().unwrap();
[INFO] [stderr]     |                               ^^^^^^^^^^^ method not found in `gpgme::Data<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_string` found for struct `gpgme::Data<'_>` in the current scope
[INFO] [stderr]    --> src/proto.rs:154:31
[INFO] [stderr]     |
[INFO] [stderr] 154 |                 let s = &data.into_string().unwrap();
[INFO] [stderr]     |                               ^^^^^^^^^^^ method not found in `gpgme::Data<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_bytes` found for struct `gpgme::Data<'_>` in the current scope
[INFO] [stderr]    --> src/proto.rs:211:28
[INFO] [stderr]     |
[INFO] [stderr] 211 |         let encbytes = enc.into_bytes().unwrap();
[INFO] [stderr]     |                            ^^^^^^^^^^ method not found in `gpgme::Data<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_bytes` found for struct `gpgme::Data<'_>` in the current scope
[INFO] [stderr]    --> src/proto.rs:211:28
[INFO] [stderr]     |
[INFO] [stderr] 211 |         let encbytes = enc.into_bytes().unwrap();
[INFO] [stderr]     |                            ^^^^^^^^^^ method not found in `gpgme::Data<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_bytes` found for struct `gpgme::Data<'_>` in the current scope
[INFO] [stderr]    --> src/proto.rs:222:28
[INFO] [stderr]     |
[INFO] [stderr] 222 |         let sigbytes = sig.into_bytes().unwrap();
[INFO] [stderr]     |                            ^^^^^^^^^^ method not found in `gpgme::Data<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_bytes` found for struct `gpgme::Data<'_>` in the current scope
[INFO] [stderr]    --> src/proto.rs:222:28
[INFO] [stderr]     |
[INFO] [stderr] 222 |         let sigbytes = sig.into_bytes().unwrap();
[INFO] [stderr]     |                            ^^^^^^^^^^ method not found in `gpgme::Data<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_bytes` found for struct `gpgme::Data<'_>` in the current scope
[INFO] [stderr]   --> src/client.rs:49:42
[INFO] [stderr]    |
[INFO] [stderr] 49 |                 let sig = sign(&message).into_bytes().unwrap();
[INFO] [stderr]    |                                          ^^^^^^^^^^ method not found in `gpgme::Data<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_bytes` found for struct `gpgme::Data<'_>` in the current scope
[INFO] [stderr]   --> src/client.rs:49:42
[INFO] [stderr]    |
[INFO] [stderr] 49 |                 let sig = sign(&message).into_bytes().unwrap();
[INFO] [stderr]    |                                          ^^^^^^^^^^ method not found in `gpgme::Data<'_>`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `lookup` found for enum `toml::Value` in the current scope
[INFO] [stderr]   --> src/config.rs:26:11
[INFO] [stderr]    |
[INFO] [stderr] 26 |     tconf.lookup("foo");
[INFO] [stderr]    |           ^^^^^^ method not found in `toml::Value`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 23 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error[E0599]: no method named `lookup` found for enum `toml::Value` in the current scope
[INFO] [stderr]   --> src/config.rs:26:11
[INFO] [stderr]    |
[INFO] [stderr] 26 |     tconf.lookup("foo");
[INFO] [stderr]    |           ^^^^^^ method not found in `toml::Value`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 23 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `idunn-test`.
[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: could not compile `idunn-test`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "3fce84ab872cd8f431dbcfa7feb9a0d76ae4b4663b20ca6091b5d6ef7f06c632"`
[INFO] running `"docker" "rm" "-f" "3fce84ab872cd8f431dbcfa7feb9a0d76ae4b4663b20ca6091b5d6ef7f06c632"`
[INFO] [stdout] 3fce84ab872cd8f431dbcfa7feb9a0d76ae4b4663b20ca6091b5d6ef7f06c632
