[INFO] fetching crate khalas 0.2.0... [INFO] checking khalas-0.2.0 against beta for pr-78714 [INFO] extracting crate khalas 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate khalas 0.2.0 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 khalas 0.2.0 [INFO] finished tweaking crates.io crate khalas 0.2.0 [INFO] tweaked toml for crates.io crate khalas 0.2.0 written to /workspace/builds/worker-10/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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] bda9e2b740bd85e44de4fe8c6d31f682015beac8914914104f372d2672c9cb67 [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" "bda9e2b740bd85e44de4fe8c6d31f682015beac8914914104f372d2672c9cb67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bda9e2b740bd85e44de4fe8c6d31f682015beac8914914104f372d2672c9cb67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bda9e2b740bd85e44de4fe8c6d31f682015beac8914914104f372d2672c9cb67", kill_on_drop: false }` [INFO] [stdout] bda9e2b740bd85e44de4fe8c6d31f682015beac8914914104f372d2672c9cb67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stdout] 353757f66b420f6162890e98e9eb1915c9130c5a461045967515c18f4c34dc21 [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" "353757f66b420f6162890e98e9eb1915c9130c5a461045967515c18f4c34dc21", kill_on_drop: false }` [INFO] [stderr] Compiling wasm-bindgen v0.2.68 [INFO] [stderr] Compiling pulldown-cmark v0.6.1 [INFO] [stderr] Checking enclose v1.1.8 [INFO] [stderr] Compiling seed v0.6.0 [INFO] [stderr] Compiling dbg v1.0.4 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.68 [INFO] [stderr] Compiling derive_rich v0.2.2 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking futures-util v0.3.8 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling palette v0.4.1 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.68 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.68 [INFO] [stderr] Checking futures-executor v0.3.8 [INFO] [stderr] Compiling palette_derive v0.4.1 [INFO] [stderr] Checking futures v0.3.8 [INFO] [stderr] Checking js-sys v0.3.45 [INFO] [stderr] Checking console_error_panic_hook v0.1.6 [INFO] [stderr] Checking web-sys v0.3.45 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.18 [INFO] [stderr] Checking gloo-timers v0.2.1 [INFO] [stderr] Checking khalas v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `PMsg` in this scope [INFO] [stdout] --> src/el/layout/flexbox.rs:311:25 [INFO] [stdout] | [INFO] [stdout] 304 | pub enum Msg { [INFO] [stdout] | ------------ similarly named enum `Msg` defined here [INFO] [stdout] ... [INFO] [stdout] 311 | items: Vec>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 311 | items: Vec>, [INFO] [stdout] | ^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 310 | pub struct Flexbox { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PMsg` in this scope [INFO] [stdout] --> src/el/layout/flexbox.rs:314:48 [INFO] [stdout] | [INFO] [stdout] 304 | pub enum Msg { [INFO] [stdout] | ------------ similarly named enum `Msg` defined here [INFO] [stdout] ... [INFO] [stdout] 314 | fn view_flexbox(flexbox: &Flexbox) -> Node { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 314 | fn view_flexbox(flexbox: &Flexbox) -> Node { [INFO] [stdout] | ^^^ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 314 | fn view_flexbox(flexbox: &Flexbox) -> Node { [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:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(decl_macro)] [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:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(bool_to_option)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/el/control/button.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/render.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | use super::*; [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:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(decl_macro)] [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:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(bool_to_option)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/el/layout/flexbox.rs:328:9 [INFO] [stdout] | [INFO] [stdout] 327 | panic!("{:#?}", flexbox); [INFO] [stdout] | ------------------------- any code following this expression is unreachable [INFO] [stdout] 328 | let node = view_flexbox(&flexbox); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [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 E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `khalas` [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] [stdout] error: aborting due to 4 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "353757f66b420f6162890e98e9eb1915c9130c5a461045967515c18f4c34dc21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "353757f66b420f6162890e98e9eb1915c9130c5a461045967515c18f4c34dc21", kill_on_drop: false }` [INFO] [stdout] 353757f66b420f6162890e98e9eb1915c9130c5a461045967515c18f4c34dc21