[INFO] fetching crate fluence_sdk 0.0.6... [INFO] checking fluence_sdk-0.0.6 against beta for pr-78714 [INFO] extracting crate fluence_sdk 0.0.6 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate fluence_sdk 0.0.6 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fluence_sdk 0.0.6 [INFO] finished tweaking crates.io crate fluence_sdk 0.0.6 [INFO] tweaked toml for crates.io crate fluence_sdk 0.0.6 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21616d8e54fb93bcd7af1014ccc557b560032409e4702c1a10659be51afd4eb6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "21616d8e54fb93bcd7af1014ccc557b560032409e4702c1a10659be51afd4eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21616d8e54fb93bcd7af1014ccc557b560032409e4702c1a10659be51afd4eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21616d8e54fb93bcd7af1014ccc557b560032409e4702c1a10659be51afd4eb6", kill_on_drop: false }` [INFO] [stdout] 21616d8e54fb93bcd7af1014ccc557b560032409e4702c1a10659be51afd4eb6 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8fcf93948dc67289ca3c5adb96970119ce698236a2b808dacd0a02ea549a1936 [INFO] running `Command { std: "docker" "start" "-a" "8fcf93948dc67289ca3c5adb96970119ce698236a2b808dacd0a02ea549a1936", kill_on_drop: false }` [INFO] [stderr] Checking fluence_sdk v0.0.6 (/opt/rustwide/workdir) [INFO] [stderr] Checking colored v1.9.3 [INFO] [stdout] error[E0432]: unresolved import `std::alloc::AllocErr` [INFO] [stdout] --> src/memory/errors.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::alloc::AllocErr; [INFO] [stdout] | ^^^^^^^^^^^^-------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `AllocError` [INFO] [stdout] | no `AllocErr` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stdout] --> src/memory/mod.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | use std::alloc::{Alloc, Global, Layout}; [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:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(allocator_api)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking simple_logger v1.11.0 [INFO] [stdout] error[E0599]: no method named `alloc` found for struct `std::alloc::Global` in the current scope [INFO] [stdout] --> src/memory/mod.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | Global.alloc(layout).map_err(Into::into) [INFO] [stdout] | ^^^^^ method not found in `std::alloc::Global` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use std::alloc::AllocRef;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `dealloc` found for struct `std::alloc::Global` in the current scope [INFO] [stdout] --> src/memory/mod.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | Global.dealloc(ptr, layout); [INFO] [stdout] | ^^^^^^^ method not found in `std::alloc::Global` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use std::alloc::AllocRef;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [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 `fluence_sdk` [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: build failed [INFO] running `Command { std: "docker" "inspect" "8fcf93948dc67289ca3c5adb96970119ce698236a2b808dacd0a02ea549a1936", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fcf93948dc67289ca3c5adb96970119ce698236a2b808dacd0a02ea549a1936", kill_on_drop: false }` [INFO] [stdout] 8fcf93948dc67289ca3c5adb96970119ce698236a2b808dacd0a02ea549a1936