Oct 27 09:17:31.110 INFO checking Vengarioth/hydron against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:17:31.110 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 09:17:32.628 INFO blam! b63c67736d88e224729f206f7a13c7341d1b245778159640aea4a75a5b569f26 Oct 27 09:17:32.628 INFO running `"docker" "start" "-a" "b63c67736d88e224729f206f7a13c7341d1b245778159640aea4a75a5b569f26"` Oct 27 09:17:33.163 INFO kablam! usermod: no changes Oct 27 09:17:33.367 INFO kablam! Checking hydron-ui v0.1.0 (/source/hydron-ui) Oct 27 09:17:33.391 INFO kablam! Checking shared_library v0.1.9 Oct 27 09:17:33.391 INFO kablam! Compiling memchr v2.0.1 Oct 27 09:17:33.391 INFO kablam! Checking proc-macro2 v0.4.6 Oct 27 09:17:33.391 INFO kablam! Checking wayland-sys v0.20.10 Oct 27 09:17:35.119 INFO kablam! Compiling nom v4.0.0 Oct 27 09:17:35.455 INFO kablam! warning: unused variable: `size` Oct 27 09:17:35.455 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29 Oct 27 09:17:35.455 INFO kablam! | Oct 27 09:17:35.455 INFO kablam! 27 | if let Some(size) = requested { Oct 27 09:17:35.455 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 27 09:17:35.455 INFO kablam! | Oct 27 09:17:35.455 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:17:35.455 INFO kablam! Oct 27 09:17:35.519 INFO kablam! Checking wayland-commons v0.20.10 Oct 27 09:17:35.730 INFO kablam! warning: unused variable: `size` Oct 27 09:17:35.730 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29 Oct 27 09:17:35.730 INFO kablam! | Oct 27 09:17:35.730 INFO kablam! 27 | if let Some(size) = requested { Oct 27 09:17:35.730 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 27 09:17:35.730 INFO kablam! | Oct 27 09:17:35.730 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:17:35.730 INFO kablam! Oct 27 09:17:36.267 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 09:17:36.575 INFO kablam! Checking wayland-client v0.20.10 Oct 27 09:17:38.503 INFO kablam! Checking hydron-template v0.1.0 (/source/hydron-template) Oct 27 09:17:38.811 INFO kablam! Checking wayland-protocols v0.20.10 Oct 27 09:17:43.516 INFO kablam! warning: unused `#[macro_use]` import Oct 27 09:17:43.516 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 27 09:17:43.516 INFO kablam! | Oct 27 09:17:43.516 INFO kablam! 6 | #[macro_use] Oct 27 09:17:43.516 INFO kablam! | ^^^^^^^^^^^^ Oct 27 09:17:43.517 INFO kablam! | Oct 27 09:17:43.517 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:17:43.517 INFO kablam! Oct 27 09:17:43.518 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 27 09:17:43.518 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 27 09:17:43.518 INFO kablam! | Oct 27 09:17:43.518 INFO kablam! 14 | use ast::AstVisitor; Oct 27 09:17:43.518 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 09:17:43.518 INFO kablam! Oct 27 09:17:43.987 INFO kablam! warning: unused variable: `property` Oct 27 09:17:43.987 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 27 09:17:43.987 INFO kablam! | Oct 27 09:17:43.987 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 27 09:17:43.987 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 27 09:17:43.987 INFO kablam! | Oct 27 09:17:43.987 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:17:43.987 INFO kablam! Oct 27 09:17:43.987 INFO kablam! warning: unused variable: `identifier` Oct 27 09:17:43.987 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 27 09:17:43.987 INFO kablam! | Oct 27 09:17:43.987 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 27 09:17:43.987 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 27 09:17:43.988 INFO kablam! Oct 27 09:17:43.988 INFO kablam! warning: unused variable: `token_stream` Oct 27 09:17:43.988 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 27 09:17:43.988 INFO kablam! | Oct 27 09:17:43.988 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 27 09:17:43.988 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 27 09:17:43.988 INFO kablam! Oct 27 09:17:44.123 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 09:17:44.123 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 27 09:17:44.123 INFO kablam! | Oct 27 09:17:44.123 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 09:17:44.123 INFO kablam! | ^^^^^^^^^^ Oct 27 09:17:44.123 INFO kablam! | Oct 27 09:17:44.123 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 09:17:44.123 INFO kablam! Oct 27 09:17:45.227 INFO kablam! warning: unused `#[macro_use]` import Oct 27 09:17:45.227 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 27 09:17:45.227 INFO kablam! | Oct 27 09:17:45.227 INFO kablam! 6 | #[macro_use] Oct 27 09:17:45.227 INFO kablam! | ^^^^^^^^^^^^ Oct 27 09:17:45.227 INFO kablam! | Oct 27 09:17:45.227 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:17:45.227 INFO kablam! Oct 27 09:17:45.227 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 27 09:17:45.227 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 27 09:17:45.227 INFO kablam! | Oct 27 09:17:45.227 INFO kablam! 14 | use ast::AstVisitor; Oct 27 09:17:45.227 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 09:17:45.227 INFO kablam! Oct 27 09:17:45.567 INFO kablam! warning: unused `#[macro_use]` import Oct 27 09:17:45.567 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 27 09:17:45.567 INFO kablam! | Oct 27 09:17:45.567 INFO kablam! 6 | #[macro_use] Oct 27 09:17:45.567 INFO kablam! | ^^^^^^^^^^^^ Oct 27 09:17:45.567 INFO kablam! | Oct 27 09:17:45.567 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:17:45.567 INFO kablam! Oct 27 09:17:45.567 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 27 09:17:45.567 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 27 09:17:45.567 INFO kablam! | Oct 27 09:17:45.567 INFO kablam! 14 | use ast::AstVisitor; Oct 27 09:17:45.567 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 09:17:45.567 INFO kablam! Oct 27 09:17:45.631 INFO kablam! warning: unused variable: `property` Oct 27 09:17:45.631 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 27 09:17:45.631 INFO kablam! | Oct 27 09:17:45.631 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 27 09:17:45.631 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 27 09:17:45.631 INFO kablam! | Oct 27 09:17:45.631 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:17:45.631 INFO kablam! Oct 27 09:17:45.631 INFO kablam! warning: unused variable: `identifier` Oct 27 09:17:45.631 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 27 09:17:45.631 INFO kablam! | Oct 27 09:17:45.631 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 27 09:17:45.631 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 27 09:17:45.631 INFO kablam! Oct 27 09:17:45.631 INFO kablam! warning: unused variable: `token_stream` Oct 27 09:17:45.631 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 27 09:17:45.631 INFO kablam! | Oct 27 09:17:45.631 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 27 09:17:45.631 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 27 09:17:45.631 INFO kablam! Oct 27 09:17:45.787 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 09:17:45.787 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 27 09:17:45.787 INFO kablam! | Oct 27 09:17:45.787 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 09:17:45.787 INFO kablam! | ^^^^^^^^^^ Oct 27 09:17:45.795 INFO kablam! | Oct 27 09:17:45.795 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 09:17:45.795 INFO kablam! Oct 27 09:17:45.831 INFO kablam! warning: unused variable: `property` Oct 27 09:17:45.831 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 27 09:17:45.831 INFO kablam! | Oct 27 09:17:45.831 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 27 09:17:45.831 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 27 09:17:45.831 INFO kablam! | Oct 27 09:17:45.831 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:17:45.831 INFO kablam! Oct 27 09:17:45.831 INFO kablam! warning: unused variable: `identifier` Oct 27 09:17:45.831 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 27 09:17:45.831 INFO kablam! | Oct 27 09:17:45.831 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 27 09:17:45.831 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 27 09:17:45.831 INFO kablam! Oct 27 09:17:45.831 INFO kablam! warning: unused variable: `token_stream` Oct 27 09:17:45.831 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 27 09:17:45.831 INFO kablam! | Oct 27 09:17:45.831 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 27 09:17:45.831 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 27 09:17:45.831 INFO kablam! Oct 27 09:17:45.875 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 27 09:17:45.875 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 27 09:17:45.875 INFO kablam! | Oct 27 09:17:45.875 INFO kablam! 1 | #![feature(proc_macro)] Oct 27 09:17:45.875 INFO kablam! | ^^^^^^^^^^ Oct 27 09:17:45.875 INFO kablam! | Oct 27 09:17:45.875 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 09:17:45.875 INFO kablam! Oct 27 09:17:47.267 INFO kablam! Checking smithay-client-toolkit v0.2.5 Oct 27 09:17:49.588 INFO kablam! Checking winit v0.16.2 Oct 27 09:17:53.313 INFO kablam! Checking glutin v0.17.0 Oct 27 09:17:56.095 INFO kablam! Checking hydron v0.1.0 (/source/hydron) Oct 27 09:17:56.203 INFO kablam! error[E0557]: feature has been removed Oct 27 09:17:56.203 INFO kablam! --> hydron/src/main.rs:2:12 Oct 27 09:17:56.203 INFO kablam! | Oct 27 09:17:56.203 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 27 09:17:56.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 09:17:56.203 INFO kablam! | Oct 27 09:17:56.203 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 09:17:56.203 INFO kablam! --> hydron/src/main.rs:2:12 Oct 27 09:17:56.203 INFO kablam! | Oct 27 09:17:56.203 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 27 09:17:56.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 09:17:56.203 INFO kablam! Oct 27 09:17:56.205 INFO kablam! error[E0557]: feature has been removed Oct 27 09:17:56.205 INFO kablam! --> hydron/src/main.rs:2:12 Oct 27 09:17:56.205 INFO kablam! | Oct 27 09:17:56.205 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 27 09:17:56.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 09:17:56.205 INFO kablam! | Oct 27 09:17:56.205 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 27 09:17:56.205 INFO kablam! --> hydron/src/main.rs:2:12 Oct 27 09:17:56.205 INFO kablam! | Oct 27 09:17:56.205 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 27 09:17:56.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 09:17:56.206 INFO kablam! Oct 27 09:17:58.811 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 09:17:58.811 INFO kablam! --> hydron/src/main.rs:31:9 Oct 27 09:17:58.811 INFO kablam! | Oct 27 09:17:58.811 INFO kablam! 31 | / template!{ Oct 27 09:17:58.811 INFO kablam! 32 | | Oct 27 09:17:58.811 INFO kablam! 33 | | Oct 27 09:17:58.811 INFO kablam! 34 | | Oct 27 09:17:58.811 INFO kablam! 35 | | } Oct 27 09:17:58.811 INFO kablam! | |_________^ Oct 27 09:17:58.811 INFO kablam! | Oct 27 09:17:58.811 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 09:17:58.811 INFO kablam! Oct 27 09:17:58.814 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 09:17:58.814 INFO kablam! --> hydron/src/main.rs:41:20 Oct 27 09:17:58.814 INFO kablam! | Oct 27 09:17:58.814 INFO kablam! 41 | let template = template!{ Oct 27 09:17:58.814 INFO kablam! | ____________________^ Oct 27 09:17:58.814 INFO kablam! 42 | | Oct 27 09:17:58.814 INFO kablam! 43 | | Oct 27 09:17:58.814 INFO kablam! 44 | | Oct 27 09:17:58.814 INFO kablam! 45 | | }; Oct 27 09:17:58.814 INFO kablam! | |_____^ Oct 27 09:17:58.814 INFO kablam! | Oct 27 09:17:58.814 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 09:17:58.814 INFO kablam! Oct 27 09:17:58.817 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test > Oct 27 09:17:58.817 INFO blam! Tag { Oct 27 09:17:58.817 INFO blam! name: Identifier { Oct 27 09:17:58.817 INFO blam! name: "test" Oct 27 09:17:58.817 INFO blam! }, Oct 27 09:17:58.817 INFO blam! properties: [ Oct 27 09:17:58.817 INFO blam! Property { Oct 27 09:17:58.817 INFO blam! name: Identifier { Oct 27 09:17:58.817 INFO blam! name: "width" Oct 27 09:17:58.817 INFO blam! }, Oct 27 09:17:58.817 INFO blam! value: TokenStream [ Oct 27 09:17:58.817 INFO blam! Literal { Oct 27 09:17:58.817 INFO blam! lit: 100 Oct 27 09:17:58.817 INFO blam! } Oct 27 09:17:58.817 INFO blam! ] Oct 27 09:17:58.817 INFO blam! }, Oct 27 09:17:58.817 INFO blam! Property { Oct 27 09:17:58.817 INFO blam! name: Identifier { Oct 27 09:17:58.817 INFO blam! name: "height" Oct 27 09:17:58.817 INFO blam! }, Oct 27 09:17:58.817 INFO blam! value: TokenStream [ Oct 27 09:17:58.817 INFO blam! Literal { Oct 27 09:17:58.817 INFO blam! lit: 100 Oct 27 09:17:58.817 INFO blam! } Oct 27 09:17:58.817 INFO blam! ] Oct 27 09:17:58.817 INFO blam! } Oct 27 09:17:58.817 INFO blam! ], Oct 27 09:17:58.817 INFO blam! content: [ Oct 27 09:17:58.817 INFO blam! Child( Oct 27 09:17:58.817 INFO blam! Tag { Oct 27 09:17:58.817 INFO blam! name: Identifier { Oct 27 09:17:58.817 INFO blam! name: "test" Oct 27 09:17:58.817 INFO blam! }, Oct 27 09:17:58.817 INFO blam! properties: [ Oct 27 09:17:58.817 INFO blam! Property { Oct 27 09:17:58.817 INFO blam! name: Identifier { Oct 27 09:17:58.817 INFO blam! name: "width" Oct 27 09:17:58.817 INFO blam! }, Oct 27 09:17:58.817 INFO blam! value: TokenStream [ Oct 27 09:17:58.817 INFO blam! Literal { Oct 27 09:17:58.817 INFO blam! lit: 100 Oct 27 09:17:58.817 INFO blam! } Oct 27 09:17:58.817 INFO blam! ] Oct 27 09:17:58.817 INFO blam! }, Oct 27 09:17:58.817 INFO blam! Property { Oct 27 09:17:58.817 INFO blam! name: Identifier { Oct 27 09:17:58.817 INFO blam! name: "height" Oct 27 09:17:58.817 INFO blam! }, Oct 27 09:17:58.817 INFO blam! value: TokenStream [ Oct 27 09:17:58.825 INFO blam! Literal { Oct 27 09:17:58.825 INFO blam! lit: 100 Oct 27 09:17:58.825 INFO blam! } Oct 27 09:17:58.825 INFO blam! ] Oct 27 09:17:58.825 INFO blam! } Oct 27 09:17:58.825 INFO blam! ], Oct 27 09:17:58.825 INFO blam! content: [] Oct 27 09:17:58.825 INFO blam! } Oct 27 09:17:58.825 INFO blam! ) Oct 27 09:17:58.825 INFO blam! ] Oct 27 09:17:58.825 INFO blam! } Oct 27 09:17:58.825 INFO blam! Oct 27 09:17:58.826 INFO blam! Oct 27 09:17:58.826 INFO blam! Box::new(TestElement { Oct 27 09:17:58.826 INFO blam! width: 100, Oct 27 09:17:58.826 INFO blam! height: 100, Oct 27 09:17:58.826 INFO blam! Oct 27 09:17:58.826 INFO blam! children: vec![ Oct 27 09:17:58.826 INFO blam! Box::new(TestElement { Oct 27 09:17:58.826 INFO blam! width: 100, Oct 27 09:17:58.826 INFO blam! height: 100, Oct 27 09:17:58.826 INFO blam! Oct 27 09:17:58.826 INFO blam! children: vec![ Oct 27 09:17:58.826 INFO blam! Oct 27 09:17:58.826 INFO blam! ], Oct 27 09:17:58.826 INFO blam! }), Oct 27 09:17:58.826 INFO blam! ], Oct 27 09:17:58.826 INFO blam! }) Oct 27 09:17:58.826 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent > Oct 27 09:17:58.826 INFO blam! Tag { Oct 27 09:17:58.826 INFO blam! name: Identifier { Oct 27 09:17:58.826 INFO blam! name: "TestComponent" Oct 27 09:17:58.826 INFO blam! }, Oct 27 09:17:58.826 INFO blam! properties: [ Oct 27 09:17:58.826 INFO blam! Property { Oct 27 09:17:58.826 INFO blam! name: Identifier { Oct 27 09:17:58.826 INFO blam! name: "foo" Oct 27 09:17:58.826 INFO blam! }, Oct 27 09:17:58.826 INFO blam! value: TokenStream [ Oct 27 09:17:58.826 INFO blam! Ident { Oct 27 09:17:58.826 INFO blam! sym: foo Oct 27 09:17:58.826 INFO blam! } Oct 27 09:17:58.826 INFO blam! ] Oct 27 09:17:58.826 INFO blam! } Oct 27 09:17:58.826 INFO blam! ], Oct 27 09:17:58.826 INFO blam! content: [ Oct 27 09:17:58.826 INFO blam! Child( Oct 27 09:17:58.826 INFO blam! Tag { Oct 27 09:17:58.826 INFO blam! name: Identifier { Oct 27 09:17:58.826 INFO blam! name: "TestComponent" Oct 27 09:17:58.826 INFO blam! }, Oct 27 09:17:58.826 INFO blam! properties: [ Oct 27 09:17:58.826 INFO blam! Property { Oct 27 09:17:58.826 INFO blam! name: Identifier { Oct 27 09:17:58.826 INFO blam! name: "foo" Oct 27 09:17:58.826 INFO blam! }, Oct 27 09:17:58.826 INFO blam! value: TokenStream [ Oct 27 09:17:58.826 INFO blam! Literal { Oct 27 09:17:58.826 INFO blam! lit: 30 Oct 27 09:17:58.826 INFO blam! } Oct 27 09:17:58.826 INFO blam! ] Oct 27 09:17:58.826 INFO blam! } Oct 27 09:17:58.826 INFO blam! ], Oct 27 09:17:58.826 INFO blam! content: [] Oct 27 09:17:58.826 INFO blam! } Oct 27 09:17:58.826 INFO blam! ) Oct 27 09:17:58.826 INFO blam! ] Oct 27 09:17:58.826 INFO blam! } Oct 27 09:17:58.826 INFO blam! Oct 27 09:17:58.826 INFO blam! Oct 27 09:17:58.826 INFO blam! TestComponent { Oct 27 09:17:58.826 INFO blam! foo: foo, Oct 27 09:17:58.826 INFO blam! children: vec![ Oct 27 09:17:58.826 INFO blam! TestComponent { Oct 27 09:17:58.826 INFO blam! foo: 30, Oct 27 09:17:58.826 INFO blam! children: vec![ Oct 27 09:17:58.826 INFO blam! Oct 27 09:17:58.826 INFO blam! ], Oct 27 09:17:58.826 INFO blam! }, Oct 27 09:17:58.826 INFO blam! ], Oct 27 09:17:58.826 INFO blam! } Oct 27 09:17:58.834 INFO kablam! error: aborting due to 3 previous errors Oct 27 09:17:58.834 INFO kablam! Oct 27 09:17:58.834 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 09:17:58.834 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 09:17:58.834 INFO kablam! error: Could not compile `hydron`. Oct 27 09:17:58.834 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 09:17:58.977 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test > Oct 27 09:17:58.977 INFO blam! Tag { Oct 27 09:17:58.977 INFO blam! name: Identifier { Oct 27 09:17:58.977 INFO blam! name: "test" Oct 27 09:17:58.977 INFO blam! }, Oct 27 09:17:58.977 INFO blam! properties: [ Oct 27 09:17:58.977 INFO blam! Property { Oct 27 09:17:58.977 INFO blam! name: Identifier { Oct 27 09:17:58.977 INFO blam! name: "width" Oct 27 09:17:58.977 INFO blam! }, Oct 27 09:17:58.977 INFO blam! value: TokenStream [ Oct 27 09:17:58.977 INFO blam! Literal { Oct 27 09:17:58.977 INFO blam! lit: 100 Oct 27 09:17:58.977 INFO blam! } Oct 27 09:17:58.977 INFO blam! ] Oct 27 09:17:58.977 INFO blam! }, Oct 27 09:17:58.977 INFO blam! Property { Oct 27 09:17:58.977 INFO blam! name: Identifier { Oct 27 09:17:58.977 INFO blam! name: "height" Oct 27 09:17:58.977 INFO blam! }, Oct 27 09:17:58.977 INFO blam! value: TokenStream [ Oct 27 09:17:58.977 INFO blam! Literal { Oct 27 09:17:58.977 INFO blam! lit: 100 Oct 27 09:17:58.977 INFO blam! } Oct 27 09:17:58.977 INFO blam! ] Oct 27 09:17:58.977 INFO blam! } Oct 27 09:17:58.977 INFO blam! ], Oct 27 09:17:58.977 INFO blam! content: [ Oct 27 09:17:58.977 INFO blam! Child( Oct 27 09:17:58.984 INFO blam! Tag { Oct 27 09:17:58.984 INFO blam! name: Identifier { Oct 27 09:17:58.984 INFO blam! name: "test" Oct 27 09:17:58.984 INFO blam! }, Oct 27 09:17:58.984 INFO blam! properties: [ Oct 27 09:17:58.984 INFO blam! Property { Oct 27 09:17:58.984 INFO blam! name: Identifier { Oct 27 09:17:58.984 INFO blam! name: "width" Oct 27 09:17:58.984 INFO blam! }, Oct 27 09:17:58.984 INFO blam! value: TokenStream [ Oct 27 09:17:58.984 INFO blam! Literal { Oct 27 09:17:58.984 INFO blam! lit: 100 Oct 27 09:17:58.984 INFO blam! } Oct 27 09:17:58.984 INFO blam! ] Oct 27 09:17:58.984 INFO blam! }, Oct 27 09:17:58.984 INFO blam! Property { Oct 27 09:17:58.984 INFO blam! name: Identifier { Oct 27 09:17:58.984 INFO blam! name: "height" Oct 27 09:17:58.984 INFO blam! }, Oct 27 09:17:58.984 INFO blam! value: TokenStream [ Oct 27 09:17:58.984 INFO blam! Literal { Oct 27 09:17:58.984 INFO blam! lit: 100 Oct 27 09:17:58.984 INFO blam! } Oct 27 09:17:58.984 INFO blam! ] Oct 27 09:17:58.984 INFO blam! } Oct 27 09:17:58.984 INFO blam! ], Oct 27 09:17:58.984 INFO blam! content: [] Oct 27 09:17:58.984 INFO blam! } Oct 27 09:17:58.984 INFO blam! ) Oct 27 09:17:58.984 INFO blam! ] Oct 27 09:17:58.984 INFO blam! } Oct 27 09:17:58.984 INFO blam! Oct 27 09:17:58.984 INFO blam! Oct 27 09:17:58.984 INFO blam! Box::new(TestElement { Oct 27 09:17:58.984 INFO blam! width: 100, Oct 27 09:17:58.984 INFO blam! height: 100, Oct 27 09:17:58.984 INFO blam! Oct 27 09:17:58.984 INFO blam! children: vec![ Oct 27 09:17:58.984 INFO blam! Box::new(TestElement { Oct 27 09:17:58.984 INFO blam! width: 100, Oct 27 09:17:58.984 INFO blam! height: 100, Oct 27 09:17:58.984 INFO blam! Oct 27 09:17:58.984 INFO blam! children: vec![ Oct 27 09:17:58.984 INFO blam! Oct 27 09:17:58.984 INFO blam! ], Oct 27 09:17:58.984 INFO blam! }), Oct 27 09:17:58.984 INFO blam! ], Oct 27 09:17:58.984 INFO blam! }) Oct 27 09:17:58.984 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent > Oct 27 09:17:58.984 INFO blam! Tag { Oct 27 09:17:58.984 INFO blam! name: Identifier { Oct 27 09:17:58.984 INFO blam! name: "TestComponent" Oct 27 09:17:58.984 INFO blam! }, Oct 27 09:17:58.984 INFO blam! properties: [ Oct 27 09:17:58.984 INFO blam! Property { Oct 27 09:17:58.984 INFO blam! name: Identifier { Oct 27 09:17:58.984 INFO blam! name: "foo" Oct 27 09:17:58.985 INFO blam! }, Oct 27 09:17:58.985 INFO blam! value: TokenStream [ Oct 27 09:17:58.985 INFO blam! Ident { Oct 27 09:17:58.985 INFO blam! sym: foo Oct 27 09:17:58.985 INFO blam! } Oct 27 09:17:58.985 INFO blam! ] Oct 27 09:17:58.985 INFO blam! } Oct 27 09:17:58.985 INFO blam! ], Oct 27 09:17:58.985 INFO blam! content: [ Oct 27 09:17:58.985 INFO blam! Child( Oct 27 09:17:58.985 INFO blam! Tag { Oct 27 09:17:58.985 INFO blam! name: Identifier { Oct 27 09:17:58.985 INFO blam! name: "TestComponent" Oct 27 09:17:58.985 INFO blam! }, Oct 27 09:17:58.985 INFO blam! properties: [ Oct 27 09:17:58.985 INFO blam! Property { Oct 27 09:17:58.985 INFO blam! name: Identifier { Oct 27 09:17:58.985 INFO blam! name: "foo" Oct 27 09:17:58.985 INFO blam! }, Oct 27 09:17:58.985 INFO blam! value: TokenStream [ Oct 27 09:17:58.985 INFO blam! Literal { Oct 27 09:17:58.985 INFO blam! lit: 30 Oct 27 09:17:58.985 INFO blam! } Oct 27 09:17:58.985 INFO blam! ] Oct 27 09:17:58.985 INFO blam! } Oct 27 09:17:58.985 INFO blam! ], Oct 27 09:17:58.985 INFO blam! content: [] Oct 27 09:17:58.985 INFO blam! } Oct 27 09:17:58.985 INFO blam! ) Oct 27 09:17:58.985 INFO blam! ] Oct 27 09:17:58.985 INFO blam! } Oct 27 09:17:58.985 INFO blam! Oct 27 09:17:58.985 INFO blam! Oct 27 09:17:58.985 INFO blam! TestComponent { Oct 27 09:17:58.985 INFO blam! foo: foo, Oct 27 09:17:58.985 INFO blam! children: vec![ Oct 27 09:17:58.985 INFO blam! TestComponent { Oct 27 09:17:58.985 INFO blam! foo: 30, Oct 27 09:17:58.985 INFO blam! children: vec![ Oct 27 09:17:58.985 INFO blam! Oct 27 09:17:58.985 INFO blam! ], Oct 27 09:17:58.985 INFO blam! }, Oct 27 09:17:58.985 INFO blam! ], Oct 27 09:17:58.985 INFO blam! } Oct 27 09:17:58.990 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 27 09:17:58.990 INFO kablam! --> hydron/src/main.rs:31:9 Oct 27 09:17:58.990 INFO kablam! | Oct 27 09:17:58.990 INFO kablam! 31 | / template!{ Oct 27 09:17:58.990 INFO kablam! 32 | | Oct 27 09:17:58.990 INFO kablam! 33 | | Oct 27 09:17:58.990 INFO kablam! 34 | | Oct 27 09:17:58.990 INFO kablam! 35 | | } Oct 27 09:17:58.990 INFO kablam! | |_________^ Oct 27 09:17:58.990 INFO kablam! | Oct 27 09:17:58.990 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 09:17:58.990 INFO kablam! Oct 27 09:17:58.990 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 27 09:17:58.990 INFO kablam! --> hydron/src/main.rs:41:20 Oct 27 09:17:58.990 INFO kablam! | Oct 27 09:17:58.990 INFO kablam! 41 | let template = template!{ Oct 27 09:17:58.990 INFO kablam! | ____________________^ Oct 27 09:17:58.990 INFO kablam! 42 | | Oct 27 09:17:58.990 INFO kablam! 43 | | Oct 27 09:17:58.990 INFO kablam! 44 | | Oct 27 09:17:58.990 INFO kablam! 45 | | }; Oct 27 09:17:58.990 INFO kablam! | |_____^ Oct 27 09:17:58.990 INFO kablam! | Oct 27 09:17:58.990 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 27 09:17:58.990 INFO kablam! Oct 27 09:17:58.990 INFO kablam! error: aborting due to 3 previous errors Oct 27 09:17:58.990 INFO kablam! Oct 27 09:17:58.990 INFO kablam! Some errors occurred: E0557, E0658. Oct 27 09:17:58.990 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 27 09:17:59.003 INFO kablam! error: Could not compile `hydron`. Oct 27 09:17:59.003 INFO kablam! Oct 27 09:17:59.003 INFO kablam! To learn more, run the command again with --verbose. Oct 27 09:17:59.007 INFO kablam! su: No module specific data is present Oct 27 09:17:59.615 INFO running `"docker" "rm" "-f" "b63c67736d88e224729f206f7a13c7341d1b245778159640aea4a75a5b569f26"` Oct 27 09:17:59.959 INFO blam! b63c67736d88e224729f206f7a13c7341d1b245778159640aea4a75a5b569f26