[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] testing idunn-network/idunn-test against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fidunn-network%2Fidunn-test" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/idunn-network/idunn-test on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-8/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-8/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" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c1fd6f75d9dc4e81e2fa0590ba00e1ab9e1dddb37401240121eefbfc4768d84b [INFO] running `"docker" "start" "-a" "c1fd6f75d9dc4e81e2fa0590ba00e1ab9e1dddb37401240121eefbfc4768d84b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libgpg-error-sys v0.5.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling gpgme-sys v0.9.1 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling gpg-error v0.5.1 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling cstr-argument v0.1.1 [INFO] [stderr] Compiling gpgme v0.9.2 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling 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, sig: Vec) -> Result{ [INFO] [stderr] | ^^^ could not find `ops` 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 a crate from crates.io 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 `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: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 `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; 4 warnings emitted [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] running `"docker" "inspect" "c1fd6f75d9dc4e81e2fa0590ba00e1ab9e1dddb37401240121eefbfc4768d84b"` [INFO] running `"docker" "rm" "-f" "c1fd6f75d9dc4e81e2fa0590ba00e1ab9e1dddb37401240121eefbfc4768d84b"` [INFO] [stdout] c1fd6f75d9dc4e81e2fa0590ba00e1ab9e1dddb37401240121eefbfc4768d84b