[INFO] cloning repository https://github.com/youssefhabri/pngcrypt [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/youssefhabri/pngcrypt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoussefhabri%2Fpngcrypt"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoussefhabri%2Fpngcrypt'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e3c04eec83858bb614f3213fcff49e9c55f7bb75 [INFO] testing youssefhabri/pngcrypt against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoussefhabri%2Fpngcrypt" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/youssefhabri/pngcrypt 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/youssefhabri/pngcrypt [INFO] finished tweaking git repo https://github.com/youssefhabri/pngcrypt [INFO] tweaked toml for git repo https://github.com/youssefhabri/pngcrypt written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/youssefhabri/pngcrypt 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] 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=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] [stdout] 8f1a5c328fb75b22710f76ce7223fce566acdd2fe9ab21e5fe6aa5a6c09d1c13 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "8f1a5c328fb75b22710f76ce7223fce566acdd2fe9ab21e5fe6aa5a6c09d1c13"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling stream-cipher v0.3.2 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling cfb-mode v0.3.2 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling pngcrypt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: cannot find macro `map_err` in this scope [INFO] [stderr] --> src/bin/encrypt.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | let mut file = map_err!(File::open(filename.clone()))?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `map_err` in this scope [INFO] [stderr] --> src/bin/encrypt.rs:18:22 [INFO] [stderr] | [INFO] [stderr] 18 | let mut output = map_err!(File::create(format!("encrypted-{}", filename)))?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `map_err` in this scope [INFO] [stderr] --> src/bin/encrypt.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | map_err!(output.write(&header))?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `map_err` in this scope [INFO] [stderr] --> src/bin/encrypt.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | map_err!(output.write(&chunk.raw()))?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `map_err` in this scope [INFO] [stderr] --> src/bin/encrypt.rs:31:13 [INFO] [stderr] | [INFO] [stderr] 31 | let _ = map_err!(std::io::stdin().read_line(&mut input))?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `map_err` in this scope [INFO] [stderr] --> src/bin/encrypt.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | map_err!(output.write(&crypt_chunk.raw()))?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `map_err` in this scope [INFO] [stderr] --> src/bin/encrypt.rs:40:9 [INFO] [stderr] | [INFO] [stderr] 40 | map_err!(output.write(&chunk.raw()))?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `map_err` in this scope [INFO] [stderr] --> src/bin/decrypt.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | let mut input = map_err!(File::open(input.clone()))?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `map_err` in this scope [INFO] [stderr] --> src/bin/decrypt.rs:28:22 [INFO] [stderr] | [INFO] [stderr] 28 | let mut output = map_err!(File::create(output))?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs::File` [INFO] [stderr] --> src/bin/encrypt.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: cannot find macro `map_err` in this scope [INFO] [stderr] --> src/bin/decrypt.rs:40:13 [INFO] [stderr] | [INFO] [stderr] 40 | let _ = map_err!(output.write(&data))?; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Read`, `Write`, `self` [INFO] [stderr] --> src/bin/encrypt.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | use std::io::{self, Read, Write}; [INFO] [stderr] | ^^^^ ^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/decrypt.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs::File` [INFO] [stderr] --> src/bin/decrypt.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Read`, `Write`, `self` [INFO] [stderr] --> src/bin/decrypt.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | use std::io::{self, Read, Write}; [INFO] [stderr] | ^^^^ ^^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `pngcrypt`. [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: aborting due to 7 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "8f1a5c328fb75b22710f76ce7223fce566acdd2fe9ab21e5fe6aa5a6c09d1c13"` [INFO] running `"docker" "rm" "-f" "8f1a5c328fb75b22710f76ce7223fce566acdd2fe9ab21e5fe6aa5a6c09d1c13"` [INFO] [stdout] 8f1a5c328fb75b22710f76ce7223fce566acdd2fe9ab21e5fe6aa5a6c09d1c13