[INFO] cloning repository https://github.com/bk138/blake2err [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bk138/blake2err" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbk138%2Fblake2err", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbk138%2Fblake2err'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2f0c744e89b03328b4d21c57a2c1cc8d3e233fd2 [INFO] testing bk138/blake2err against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbk138%2Fblake2err" "/workspace/builds/worker-16/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-16/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bk138/blake2err on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bk138/blake2err [INFO] finished tweaking git repo https://github.com/bk138/blake2err [INFO] tweaked toml for git repo https://github.com/bk138/blake2err written to /workspace/builds/worker-16/source/Cargo.toml [INFO] crate git repo https://github.com/bk138/blake2err already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded blake2 v0.10.0 [INFO] [stderr] Downloaded argon2 v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 696ac7a8aad78cbec31406cb09e291c6efb83d1404b80eec129440b0d932b4e3 [INFO] running `Command { std: "docker" "start" "-a" "696ac7a8aad78cbec31406cb09e291c6efb83d1404b80eec129440b0d932b4e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "696ac7a8aad78cbec31406cb09e291c6efb83d1404b80eec129440b0d932b4e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "696ac7a8aad78cbec31406cb09e291c6efb83d1404b80eec129440b0d932b4e3", kill_on_drop: false }` [INFO] [stdout] 696ac7a8aad78cbec31406cb09e291c6efb83d1404b80eec129440b0d932b4e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63d46645abf2f4122fdd1436450fc9f7b0941f5c1e51866d36f041c44039b408 [INFO] running `Command { std: "docker" "start" "-a" "63d46645abf2f4122fdd1436450fc9f7b0941f5c1e51866d36f041c44039b408", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling base64ct v1.0.1 [INFO] [stderr] Compiling block-buffer v0.10.0 [INFO] [stderr] Compiling crypto-common v0.1.1 [INFO] [stderr] Compiling digest v0.10.1 [INFO] [stderr] Compiling blake2 v0.10.0 [INFO] [stdout] error[E0310]: the parameter type `OutSize` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/blake2-0.10.0/src/macros.rs:364:31 [INFO] [stdout] | [INFO] [stdout] 364 | type OutputSize = OutSize; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/blake2-0.10.0/src/lib.rs:143:1 [INFO] [stdout] | [INFO] [stdout] 143 | blake2_mac_impl!(Blake2bMac, Blake2bVarCore, U64, "Blake2b MAC function"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `OutSize: 'static`... [INFO] [stdout] = note: ...so that the type `OutSize` will meet its required lifetime bounds... [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crypto-common-0.1.1/src/lib.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | type OutputSize: ArrayLength + 'static; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0310]: the parameter type `OutSize` may not live long enough [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/blake2-0.10.0/src/macros.rs:364:31 [INFO] [stdout] | [INFO] [stdout] 364 | type OutputSize = OutSize; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/blake2-0.10.0/src/lib.rs:173:1 [INFO] [stdout] | [INFO] [stdout] 173 | blake2_mac_impl!(Blake2sMac, Blake2sVarCore, U32, "Blake2s MAC function"); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: consider adding an explicit lifetime bound `OutSize: 'static`... [INFO] [stdout] = note: ...so that the type `OutSize` will meet its required lifetime bounds... [INFO] [stdout] note: ...that is required by this bound [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crypto-common-0.1.1/src/lib.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | type OutputSize: ArrayLength + 'static; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the macro `blake2_mac_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0310`. [INFO] [stdout] [INFO] [stderr] error: could not compile `blake2` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "63d46645abf2f4122fdd1436450fc9f7b0941f5c1e51866d36f041c44039b408", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63d46645abf2f4122fdd1436450fc9f7b0941f5c1e51866d36f041c44039b408", kill_on_drop: false }` [INFO] [stdout] 63d46645abf2f4122fdd1436450fc9f7b0941f5c1e51866d36f041c44039b408