[INFO] fetching crate blake2b256-balloon 0.1.0... [INFO] testing blake2b256-balloon-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate blake2b256-balloon 0.1.0 into /workspace/builds/worker-77/source [INFO] validating manifest of crates.io crate blake2b256-balloon 0.1.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate blake2b256-balloon 0.1.0 [INFO] finished tweaking crates.io crate blake2b256-balloon 0.1.0 [INFO] tweaked toml for crates.io crate blake2b256-balloon 0.1.0 written to /workspace/builds/worker-77/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66ca25c35c423b89ac1f2d68befdd6f2d15eb2104c374a171ab7c92a23d5c6c6 [INFO] running `Command { std: "docker" "start" "-a" "66ca25c35c423b89ac1f2d68befdd6f2d15eb2104c374a171ab7c92a23d5c6c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66ca25c35c423b89ac1f2d68befdd6f2d15eb2104c374a171ab7c92a23d5c6c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66ca25c35c423b89ac1f2d68befdd6f2d15eb2104c374a171ab7c92a23d5c6c6", kill_on_drop: false }` [INFO] [stdout] 66ca25c35c423b89ac1f2d68befdd6f2d15eb2104c374a171ab7c92a23d5c6c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9620b43ccb0802ae8cc4596bf6ea99add64b912f7bdb53a040c0fa4f3df13e23 [INFO] running `Command { std: "docker" "start" "-a" "9620b43ccb0802ae8cc4596bf6ea99add64b912f7bdb53a040c0fa4f3df13e23", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling blake2b-rs v0.1.5 [INFO] [stderr] Compiling property v0.2.2 [INFO] [stderr] Compiling balloons v0.1.0 [INFO] [stderr] Compiling blake2b256-balloon v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/kernel.rs:42:44 [INFO] [stdout] | [INFO] [stdout] 42 | let mut inner: [u64; 4] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/kernel.rs:139:49 [INFO] [stdout] | [INFO] [stdout] 139 | let mut inner: [u8; 32] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.74s [INFO] running `Command { std: "docker" "inspect" "9620b43ccb0802ae8cc4596bf6ea99add64b912f7bdb53a040c0fa4f3df13e23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9620b43ccb0802ae8cc4596bf6ea99add64b912f7bdb53a040c0fa4f3df13e23", kill_on_drop: false }` [INFO] [stdout] 9620b43ccb0802ae8cc4596bf6ea99add64b912f7bdb53a040c0fa4f3df13e23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-77/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1de1e70a02e1fe69b37a990c31e02447fd8163adf0e44a575a017bd30dba9ec5 [INFO] running `Command { std: "docker" "start" "-a" "1de1e70a02e1fe69b37a990c31e02447fd8163adf0e44a575a017bd30dba9ec5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling faster-hex v0.4.1 [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/kernel.rs:42:44 [INFO] [stdout] | [INFO] [stdout] 42 | let mut inner: [u64; 4] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/kernel.rs:139:49 [INFO] [stdout] | [INFO] [stdout] 139 | let mut inner: [u8; 32] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling slices-hack v0.1.1 [INFO] [stderr] Compiling slices v0.1.1 [INFO] [stderr] Compiling blake2b256-balloon v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/kernel.rs:42:44 [INFO] [stdout] | [INFO] [stdout] 42 | let mut inner: [u64; 4] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/kernel.rs:139:49 [INFO] [stdout] | [INFO] [stdout] 139 | let mut inner: [u8; 32] = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u64: From` is not satisfied [INFO] [stdout] --> examples/balloon.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | builder.space_cost(32).time_cost(40).delta(8); [INFO] [stdout] | ^^^^^^^^^^ the trait `From` is not implemented for `u64` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] and 71 others [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `i32` [INFO] [stdout] note: required by a bound in `BalloonBuilder::space_cost` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/balloons-0.1.0/src/balloon.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Property)] [INFO] [stdout] | ^^^^^^^^ required by this bound in `BalloonBuilder::space_cost` [INFO] [stdout] = note: this error originates in the derive macro `Property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u64: From` is not satisfied [INFO] [stdout] --> examples/balloon.rs:13:28 [INFO] [stdout] | [INFO] [stdout] 13 | builder.space_cost(32).time_cost(40).delta(8); [INFO] [stdout] | ^^^^^^^^^ the trait `From` is not implemented for `u64` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] and 71 others [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `i32` [INFO] [stdout] note: required by a bound in `BalloonBuilder::time_cost` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/balloons-0.1.0/src/balloon.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Property)] [INFO] [stdout] | ^^^^^^^^ required by this bound in `BalloonBuilder::time_cost` [INFO] [stdout] = note: this error originates in the derive macro `Property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u64: From` is not satisfied [INFO] [stdout] --> examples/balloon.rs:13:42 [INFO] [stdout] | [INFO] [stdout] 13 | builder.space_cost(32).time_cost(40).delta(8); [INFO] [stdout] | ^^^^^ the trait `From` is not implemented for `u64` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] and 71 others [INFO] [stdout] = note: required because of the requirements on the impl of `Into` for `i32` [INFO] [stdout] note: required by a bound in `BalloonBuilder::delta` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/balloons-0.1.0/src/balloon.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Property)] [INFO] [stdout] | ^^^^^^^^ required by this bound in `BalloonBuilder::delta` [INFO] [stdout] = note: this error originates in the derive macro `Property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `blake2b256-balloon` due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1de1e70a02e1fe69b37a990c31e02447fd8163adf0e44a575a017bd30dba9ec5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1de1e70a02e1fe69b37a990c31e02447fd8163adf0e44a575a017bd30dba9ec5", kill_on_drop: false }` [INFO] [stdout] 1de1e70a02e1fe69b37a990c31e02447fd8163adf0e44a575a017bd30dba9ec5