[INFO] fetching crate casperlabs-contract-ffi 0.22.0... [INFO] testing casperlabs-contract-ffi-0.22.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate casperlabs-contract-ffi 0.22.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate casperlabs-contract-ffi 0.22.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate casperlabs-contract-ffi 0.22.0 [INFO] finished tweaking crates.io crate casperlabs-contract-ffi 0.22.0 [INFO] tweaked toml for crates.io crate casperlabs-contract-ffi 0.22.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-04-10" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c65c81117715306a299652280bc84764f1ec0585a47cc93d52d18d24bb44ead2 [INFO] running `Command { std: "docker" "start" "-a" "c65c81117715306a299652280bc84764f1ec0585a47cc93d52d18d24bb44ead2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c65c81117715306a299652280bc84764f1ec0585a47cc93d52d18d24bb44ead2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c65c81117715306a299652280bc84764f1ec0585a47cc93d52d18d24bb44ead2", kill_on_drop: false }` [INFO] [stdout] c65c81117715306a299652280bc84764f1ec0585a47cc93d52d18d24bb44ead2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 061826d670fd247da988fad7e11441c17e14bf3ae6425f759d2a62bf2806a0bb [INFO] running `Command { std: "docker" "start" "-a" "061826d670fd247da988fad7e11441c17e14bf3ae6425f759d2a62bf2806a0bb", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling base16 v0.2.1 [INFO] [stderr] Compiling hex_fmt v0.3.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling blake2 v0.8.1 [INFO] [stderr] Compiling uint v0.8.5 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling casperlabs-contract-ffi v0.22.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `alloc::alloc::Alloc` [INFO] [stdout] --> src/contract_api/mod.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | alloc::{Alloc, Global}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Alloc` in `alloc` [INFO] [stdout] | help: a similar name exists in the module: `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #![feature( [INFO] [stdout] 48 | | allocator_api, [INFO] [stdout] 49 | | core_intrinsics, [INFO] [stdout] 50 | | lang_items, [INFO] [stdout] ... | [INFO] [stdout] 53 | | try_reserve [INFO] [stdout] 54 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | specialization, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | allocator_api, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | core_intrinsics, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | try_reserve [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `try_reserve` has been stable since 1.57.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | try_reserve [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `alloc_array` found for struct `Global` in the current scope [INFO] [stdout] --> src/contract_api/mod.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 28 | .alloc_array(n) [INFO] [stdout] | ^^^^^^^^^^^ method not found in `Global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0554, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `casperlabs-contract-ffi` due to 7 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "061826d670fd247da988fad7e11441c17e14bf3ae6425f759d2a62bf2806a0bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "061826d670fd247da988fad7e11441c17e14bf3ae6425f759d2a62bf2806a0bb", kill_on_drop: false }` [INFO] [stdout] 061826d670fd247da988fad7e11441c17e14bf3ae6425f759d2a62bf2806a0bb