Oct 21 20:14:22.042 INFO checking Vengarioth/hydron against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:14:22.042 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 20:14:22.472 INFO blam! 5c47a0f5dfcfc48f0369ed1fa40dc907fdcfb89b7f2251e0b050d9e3fe2ee128 Oct 21 20:14:22.481 INFO running `"docker" "start" "-a" "5c47a0f5dfcfc48f0369ed1fa40dc907fdcfb89b7f2251e0b050d9e3fe2ee128"` Oct 21 20:14:23.717 INFO kablam! usermod: no changes Oct 21 20:14:23.935 INFO kablam! Checking hydron-ui v0.1.0 (/source/hydron-ui) Oct 21 20:14:23.940 INFO kablam! Checking memchr v2.0.1 Oct 21 20:14:23.944 INFO kablam! Checking proc-macro2 v0.4.6 Oct 21 20:14:23.956 INFO kablam! Checking wayland-sys v0.20.10 Oct 21 20:14:25.432 INFO kablam! Checking nom v4.0.0 Oct 21 20:14:26.060 INFO kablam! warning: unused variable: `size` Oct 21 20:14:26.060 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29 Oct 21 20:14:26.060 INFO kablam! | Oct 21 20:14:26.060 INFO kablam! 27 | if let Some(size) = requested { Oct 21 20:14:26.060 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 21 20:14:26.060 INFO kablam! | Oct 21 20:14:26.060 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:14:26.060 INFO kablam! Oct 21 20:14:26.456 INFO kablam! warning: unused variable: `size` Oct 21 20:14:26.456 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29 Oct 21 20:14:26.457 INFO kablam! | Oct 21 20:14:26.457 INFO kablam! 27 | if let Some(size) = requested { Oct 21 20:14:26.457 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 21 20:14:26.457 INFO kablam! | Oct 21 20:14:26.457 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:14:26.457 INFO kablam! Oct 21 20:14:26.499 INFO kablam! Checking wayland-commons v0.20.10 Oct 21 20:14:27.485 INFO kablam! Checking wayland-client v0.20.10 Oct 21 20:14:29.861 INFO kablam! Checking hydron-template v0.1.0 (/source/hydron-template) Oct 21 20:14:30.655 INFO kablam! Checking wayland-protocols v0.20.10 Oct 21 20:14:32.785 INFO kablam! warning: unused `#[macro_use]` import Oct 21 20:14:32.785 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 21 20:14:32.786 INFO kablam! | Oct 21 20:14:32.786 INFO kablam! 6 | #[macro_use] Oct 21 20:14:32.786 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:14:32.787 INFO kablam! | Oct 21 20:14:32.787 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:14:32.787 INFO kablam! Oct 21 20:14:32.787 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 21 20:14:32.788 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 21 20:14:32.788 INFO kablam! | Oct 21 20:14:32.788 INFO kablam! 14 | use ast::AstVisitor; Oct 21 20:14:32.789 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 20:14:32.789 INFO kablam! Oct 21 20:14:32.978 INFO kablam! warning: unused `#[macro_use]` import Oct 21 20:14:32.978 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 21 20:14:32.978 INFO kablam! | Oct 21 20:14:32.978 INFO kablam! 6 | #[macro_use] Oct 21 20:14:32.978 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:14:32.978 INFO kablam! | Oct 21 20:14:32.978 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:14:32.978 INFO kablam! Oct 21 20:14:32.978 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 21 20:14:32.978 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 21 20:14:32.978 INFO kablam! | Oct 21 20:14:32.978 INFO kablam! 14 | use ast::AstVisitor; Oct 21 20:14:32.978 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 20:14:32.978 INFO kablam! Oct 21 20:14:32.994 INFO kablam! warning: unused variable: `property` Oct 21 20:14:32.998 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 21 20:14:32.998 INFO kablam! | Oct 21 20:14:32.998 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 21 20:14:32.998 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 21 20:14:32.999 INFO kablam! | Oct 21 20:14:32.999 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:14:32.999 INFO kablam! Oct 21 20:14:32.999 INFO kablam! warning: unused variable: `identifier` Oct 21 20:14:32.999 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 21 20:14:33.000 INFO kablam! | Oct 21 20:14:33.000 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 21 20:14:33.000 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 21 20:14:33.000 INFO kablam! Oct 21 20:14:33.001 INFO kablam! warning: unused variable: `token_stream` Oct 21 20:14:33.001 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 21 20:14:33.001 INFO kablam! | Oct 21 20:14:33.001 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 21 20:14:33.001 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 21 20:14:33.004 INFO kablam! Oct 21 20:14:33.039 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 21 20:14:33.039 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 21 20:14:33.040 INFO kablam! | Oct 21 20:14:33.040 INFO kablam! 1 | #![feature(proc_macro)] Oct 21 20:14:33.041 INFO kablam! | ^^^^^^^^^^ Oct 21 20:14:33.044 INFO kablam! | Oct 21 20:14:33.044 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 20:14:33.045 INFO kablam! Oct 21 20:14:33.326 INFO kablam! warning: unused variable: `property` Oct 21 20:14:33.326 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 21 20:14:33.327 INFO kablam! | Oct 21 20:14:33.327 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 21 20:14:33.327 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 21 20:14:33.327 INFO kablam! | Oct 21 20:14:33.332 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:14:33.332 INFO kablam! Oct 21 20:14:33.332 INFO kablam! warning: unused variable: `identifier` Oct 21 20:14:33.332 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 21 20:14:33.332 INFO kablam! | Oct 21 20:14:33.332 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 21 20:14:33.333 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 21 20:14:33.333 INFO kablam! Oct 21 20:14:33.333 INFO kablam! warning: unused variable: `token_stream` Oct 21 20:14:33.333 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 21 20:14:33.333 INFO kablam! | Oct 21 20:14:33.333 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 21 20:14:33.333 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 21 20:14:33.333 INFO kablam! Oct 21 20:14:33.415 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 21 20:14:33.415 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 21 20:14:33.415 INFO kablam! | Oct 21 20:14:33.415 INFO kablam! 1 | #![feature(proc_macro)] Oct 21 20:14:33.415 INFO kablam! | ^^^^^^^^^^ Oct 21 20:14:33.415 INFO kablam! | Oct 21 20:14:33.415 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 20:14:33.415 INFO kablam! Oct 21 20:14:33.928 INFO kablam! warning: unused `#[macro_use]` import Oct 21 20:14:33.928 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 21 20:14:33.928 INFO kablam! | Oct 21 20:14:33.928 INFO kablam! 6 | #[macro_use] Oct 21 20:14:33.928 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:14:33.933 INFO kablam! | Oct 21 20:14:33.933 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:14:33.933 INFO kablam! Oct 21 20:14:33.933 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 21 20:14:33.933 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 21 20:14:33.933 INFO kablam! | Oct 21 20:14:33.933 INFO kablam! 14 | use ast::AstVisitor; Oct 21 20:14:33.933 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 20:14:33.933 INFO kablam! Oct 21 20:14:34.141 INFO kablam! warning: unused variable: `property` Oct 21 20:14:34.141 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 21 20:14:34.141 INFO kablam! | Oct 21 20:14:34.141 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 21 20:14:34.141 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 21 20:14:34.141 INFO kablam! | Oct 21 20:14:34.141 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:14:34.141 INFO kablam! Oct 21 20:14:34.141 INFO kablam! warning: unused variable: `identifier` Oct 21 20:14:34.141 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 21 20:14:34.141 INFO kablam! | Oct 21 20:14:34.141 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 21 20:14:34.141 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 21 20:14:34.141 INFO kablam! Oct 21 20:14:34.141 INFO kablam! warning: unused variable: `token_stream` Oct 21 20:14:34.141 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 21 20:14:34.141 INFO kablam! | Oct 21 20:14:34.141 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 21 20:14:34.142 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 21 20:14:34.142 INFO kablam! Oct 21 20:14:34.156 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 21 20:14:34.156 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 21 20:14:34.156 INFO kablam! | Oct 21 20:14:34.156 INFO kablam! 1 | #![feature(proc_macro)] Oct 21 20:14:34.156 INFO kablam! | ^^^^^^^^^^ Oct 21 20:14:34.156 INFO kablam! | Oct 21 20:14:34.156 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 20:14:34.156 INFO kablam! Oct 21 20:14:35.596 INFO kablam! Checking smithay-client-toolkit v0.2.5 Oct 21 20:14:37.981 INFO kablam! Checking winit v0.16.2 Oct 21 20:14:41.896 INFO kablam! Checking glutin v0.17.0 Oct 21 20:14:44.761 INFO kablam! Checking hydron v0.1.0 (/source/hydron) Oct 21 20:14:44.881 INFO kablam! error[E0557]: feature has been removed Oct 21 20:14:44.881 INFO kablam! --> hydron/src/main.rs:2:12 Oct 21 20:14:44.881 INFO kablam! | Oct 21 20:14:44.882 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 21 20:14:44.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:14:44.882 INFO kablam! | Oct 21 20:14:44.883 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 21 20:14:44.883 INFO kablam! --> hydron/src/main.rs:2:12 Oct 21 20:14:44.883 INFO kablam! | Oct 21 20:14:44.884 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 21 20:14:44.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:14:44.884 INFO kablam! Oct 21 20:14:44.892 INFO kablam! error[E0557]: feature has been removed Oct 21 20:14:44.896 INFO kablam! --> hydron/src/main.rs:2:12 Oct 21 20:14:44.897 INFO kablam! | Oct 21 20:14:44.897 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 21 20:14:44.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:14:44.898 INFO kablam! | Oct 21 20:14:44.898 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 21 20:14:44.898 INFO kablam! --> hydron/src/main.rs:2:12 Oct 21 20:14:44.899 INFO kablam! | Oct 21 20:14:44.899 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 21 20:14:44.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 20:14:44.899 INFO kablam! Oct 21 20:14:47.184 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test > Oct 21 20:14:47.184 INFO blam! Tag { Oct 21 20:14:47.184 INFO blam! name: Identifier { Oct 21 20:14:47.184 INFO blam! name: "test" Oct 21 20:14:47.184 INFO blam! }, Oct 21 20:14:47.184 INFO blam! properties: [ Oct 21 20:14:47.184 INFO blam! Property { Oct 21 20:14:47.184 INFO blam! name: Identifier { Oct 21 20:14:47.184 INFO blam! name: "width" Oct 21 20:14:47.184 INFO blam! }, Oct 21 20:14:47.184 INFO blam! value: TokenStream [ Oct 21 20:14:47.184 INFO blam! Literal { Oct 21 20:14:47.184 INFO blam! lit: 100 Oct 21 20:14:47.184 INFO blam! } Oct 21 20:14:47.184 INFO blam! ] Oct 21 20:14:47.184 INFO blam! }, Oct 21 20:14:47.184 INFO blam! Property { Oct 21 20:14:47.184 INFO blam! name: Identifier { Oct 21 20:14:47.184 INFO blam! name: "height" Oct 21 20:14:47.184 INFO blam! }, Oct 21 20:14:47.184 INFO blam! value: TokenStream [ Oct 21 20:14:47.184 INFO blam! Literal { Oct 21 20:14:47.184 INFO blam! lit: 100 Oct 21 20:14:47.184 INFO blam! } Oct 21 20:14:47.184 INFO blam! ] Oct 21 20:14:47.184 INFO blam! } Oct 21 20:14:47.184 INFO blam! ], Oct 21 20:14:47.184 INFO blam! content: [ Oct 21 20:14:47.184 INFO blam! Child( Oct 21 20:14:47.184 INFO blam! Tag { Oct 21 20:14:47.184 INFO blam! name: Identifier { Oct 21 20:14:47.184 INFO blam! name: "test" Oct 21 20:14:47.184 INFO blam! }, Oct 21 20:14:47.184 INFO blam! properties: [ Oct 21 20:14:47.184 INFO blam! Property { Oct 21 20:14:47.184 INFO blam! name: Identifier { Oct 21 20:14:47.184 INFO blam! name: "width" Oct 21 20:14:47.184 INFO blam! }, Oct 21 20:14:47.184 INFO blam! value: TokenStream [ Oct 21 20:14:47.184 INFO blam! Literal { Oct 21 20:14:47.184 INFO blam! lit: 100 Oct 21 20:14:47.184 INFO blam! } Oct 21 20:14:47.184 INFO blam! ] Oct 21 20:14:47.184 INFO blam! }, Oct 21 20:14:47.184 INFO blam! Property { Oct 21 20:14:47.184 INFO blam! name: Identifier { Oct 21 20:14:47.184 INFO blam! name: "height" Oct 21 20:14:47.184 INFO blam! }, Oct 21 20:14:47.184 INFO blam! value: TokenStream [ Oct 21 20:14:47.184 INFO blam! Literal { Oct 21 20:14:47.184 INFO blam! lit: 100 Oct 21 20:14:47.184 INFO blam! } Oct 21 20:14:47.184 INFO blam! ] Oct 21 20:14:47.184 INFO blam! } Oct 21 20:14:47.184 INFO blam! ], Oct 21 20:14:47.184 INFO blam! content: [] Oct 21 20:14:47.184 INFO blam! } Oct 21 20:14:47.184 INFO blam! ) Oct 21 20:14:47.184 INFO blam! ] Oct 21 20:14:47.184 INFO blam! } Oct 21 20:14:47.184 INFO blam! Oct 21 20:14:47.184 INFO blam! Oct 21 20:14:47.184 INFO blam! Box::new(TestElement { Oct 21 20:14:47.184 INFO blam! width: 100, Oct 21 20:14:47.184 INFO blam! height: 100, Oct 21 20:14:47.184 INFO blam! Oct 21 20:14:47.184 INFO blam! children: vec![ Oct 21 20:14:47.184 INFO blam! Box::new(TestElement { Oct 21 20:14:47.184 INFO blam! width: 100, Oct 21 20:14:47.184 INFO blam! height: 100, Oct 21 20:14:47.184 INFO blam! Oct 21 20:14:47.184 INFO blam! children: vec![ Oct 21 20:14:47.184 INFO blam! Oct 21 20:14:47.184 INFO blam! ], Oct 21 20:14:47.184 INFO blam! }), Oct 21 20:14:47.185 INFO blam! ], Oct 21 20:14:47.185 INFO blam! }) Oct 21 20:14:47.185 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 21 20:14:47.185 INFO kablam! --> hydron/src/main.rs:31:9 Oct 21 20:14:47.185 INFO kablam! | Oct 21 20:14:47.185 INFO kablam! 31 | / template!{ Oct 21 20:14:47.185 INFO kablam! 32 | | Oct 21 20:14:47.185 INFO kablam! 33 | | Oct 21 20:14:47.185 INFO kablam! 34 | | Oct 21 20:14:47.185 INFO kablam! 35 | | } Oct 21 20:14:47.185 INFO kablam! | |_________^ Oct 21 20:14:47.185 INFO kablam! | Oct 21 20:14:47.185 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 20:14:47.185 INFO kablam! Oct 21 20:14:47.200 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 20:14:47.200 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent > Oct 21 20:14:47.200 INFO kablam! --> hydron/src/main.rs:41:20 Oct 21 20:14:47.200 INFO blam! Tag { Oct 21 20:14:47.200 INFO kablam! | Oct 21 20:14:47.200 INFO blam! name: Identifier { Oct 21 20:14:47.200 INFO kablam! 41 | let template = template!{ Oct 21 20:14:47.200 INFO blam! name: "TestComponent" Oct 21 20:14:47.200 INFO kablam! | ____________________^ Oct 21 20:14:47.200 INFO blam! }, Oct 21 20:14:47.200 INFO kablam! 42 | | Oct 21 20:14:47.200 INFO blam! properties: [ Oct 21 20:14:47.200 INFO kablam! 43 | | Oct 21 20:14:47.200 INFO blam! Property { Oct 21 20:14:47.200 INFO kablam! 44 | | Oct 21 20:14:47.200 INFO blam! name: Identifier { Oct 21 20:14:47.200 INFO kablam! 45 | | }; Oct 21 20:14:47.200 INFO blam! name: "foo" Oct 21 20:14:47.200 INFO kablam! | |_____^ Oct 21 20:14:47.200 INFO blam! }, Oct 21 20:14:47.200 INFO kablam! | Oct 21 20:14:47.200 INFO blam! value: TokenStream [ Oct 21 20:14:47.200 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 20:14:47.200 INFO blam! Ident { Oct 21 20:14:47.200 INFO kablam! Oct 21 20:14:47.200 INFO blam! sym: foo Oct 21 20:14:47.200 INFO kablam! error: aborting due to 3 previous errors Oct 21 20:14:47.200 INFO blam! } Oct 21 20:14:47.200 INFO kablam! Oct 21 20:14:47.200 INFO blam! ] Oct 21 20:14:47.200 INFO kablam! Some errors occurred: E0557, E0658. Oct 21 20:14:47.200 INFO blam! } Oct 21 20:14:47.200 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 21 20:14:47.200 INFO blam! ], Oct 21 20:14:47.200 INFO blam! content: [ Oct 21 20:14:47.200 INFO blam! Child( Oct 21 20:14:47.200 INFO blam! Tag { Oct 21 20:14:47.200 INFO blam! name: Identifier { Oct 21 20:14:47.200 INFO blam! name: "TestComponent" Oct 21 20:14:47.200 INFO blam! }, Oct 21 20:14:47.200 INFO blam! properties: [ Oct 21 20:14:47.200 INFO blam! Property { Oct 21 20:14:47.200 INFO blam! name: Identifier { Oct 21 20:14:47.200 INFO blam! name: "foo" Oct 21 20:14:47.200 INFO blam! }, Oct 21 20:14:47.200 INFO blam! value: TokenStream [ Oct 21 20:14:47.200 INFO blam! Literal { Oct 21 20:14:47.200 INFO blam! lit: 30 Oct 21 20:14:47.200 INFO blam! } Oct 21 20:14:47.200 INFO blam! ] Oct 21 20:14:47.200 INFO blam! } Oct 21 20:14:47.200 INFO blam! ], Oct 21 20:14:47.200 INFO blam! content: [] Oct 21 20:14:47.201 INFO blam! } Oct 21 20:14:47.201 INFO blam! ) Oct 21 20:14:47.201 INFO blam! ] Oct 21 20:14:47.201 INFO blam! } Oct 21 20:14:47.201 INFO blam! Oct 21 20:14:47.201 INFO blam! Oct 21 20:14:47.201 INFO blam! TestComponent { Oct 21 20:14:47.201 INFO blam! foo: foo, Oct 21 20:14:47.201 INFO blam! children: vec![ Oct 21 20:14:47.201 INFO blam! TestComponent { Oct 21 20:14:47.201 INFO blam! foo: 30, Oct 21 20:14:47.201 INFO blam! children: vec![ Oct 21 20:14:47.201 INFO blam! Oct 21 20:14:47.201 INFO blam! ], Oct 21 20:14:47.201 INFO blam! }, Oct 21 20:14:47.201 INFO blam! ], Oct 21 20:14:47.201 INFO blam! } Oct 21 20:14:47.208 INFO kablam! error: Could not compile `hydron`. Oct 21 20:14:47.208 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 20:14:47.344 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 21 20:14:47.344 INFO kablam! --> hydron/src/main.rs:31:9 Oct 21 20:14:47.344 INFO kablam! | Oct 21 20:14:47.344 INFO kablam! 31 | / template!{ Oct 21 20:14:47.344 INFO kablam! 32 | | Oct 21 20:14:47.344 INFO kablam! 33 | | Oct 21 20:14:47.344 INFO kablam! 34 | | Oct 21 20:14:47.344 INFO kablam! 35 | | } Oct 21 20:14:47.344 INFO kablam! | |_________^ Oct 21 20:14:47.344 INFO kablam! | Oct 21 20:14:47.344 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 20:14:47.344 INFO kablam! Oct 21 20:14:47.344 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 21 20:14:47.344 INFO kablam! --> hydron/src/main.rs:41:20 Oct 21 20:14:47.344 INFO kablam! | Oct 21 20:14:47.344 INFO kablam! 41 | let template = template!{ Oct 21 20:14:47.344 INFO kablam! | ____________________^ Oct 21 20:14:47.344 INFO kablam! 42 | | Oct 21 20:14:47.344 INFO kablam! 43 | | Oct 21 20:14:47.344 INFO kablam! 44 | | Oct 21 20:14:47.344 INFO kablam! 45 | | }; Oct 21 20:14:47.344 INFO kablam! | |_____^ Oct 21 20:14:47.344 INFO kablam! | Oct 21 20:14:47.344 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 21 20:14:47.344 INFO kablam! Oct 21 20:14:47.344 INFO kablam! error: aborting due to 3 previous errors Oct 21 20:14:47.349 INFO kablam! Oct 21 20:14:47.349 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test > Oct 21 20:14:47.349 INFO kablam! Some errors occurred: E0557, E0658. Oct 21 20:14:47.349 INFO blam! Tag { Oct 21 20:14:47.349 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 21 20:14:47.349 INFO blam! name: Identifier { Oct 21 20:14:47.349 INFO blam! name: "test" Oct 21 20:14:47.349 INFO blam! }, Oct 21 20:14:47.349 INFO blam! properties: [ Oct 21 20:14:47.349 INFO blam! Property { Oct 21 20:14:47.349 INFO blam! name: Identifier { Oct 21 20:14:47.349 INFO blam! name: "width" Oct 21 20:14:47.349 INFO blam! }, Oct 21 20:14:47.349 INFO blam! value: TokenStream [ Oct 21 20:14:47.349 INFO blam! Literal { Oct 21 20:14:47.349 INFO blam! lit: 100 Oct 21 20:14:47.349 INFO blam! } Oct 21 20:14:47.349 INFO blam! ] Oct 21 20:14:47.349 INFO blam! }, Oct 21 20:14:47.349 INFO blam! Property { Oct 21 20:14:47.349 INFO blam! name: Identifier { Oct 21 20:14:47.349 INFO blam! name: "height" Oct 21 20:14:47.349 INFO blam! }, Oct 21 20:14:47.349 INFO blam! value: TokenStream [ Oct 21 20:14:47.349 INFO blam! Literal { Oct 21 20:14:47.349 INFO blam! lit: 100 Oct 21 20:14:47.349 INFO blam! } Oct 21 20:14:47.349 INFO blam! ] Oct 21 20:14:47.349 INFO blam! } Oct 21 20:14:47.349 INFO blam! ], Oct 21 20:14:47.349 INFO blam! content: [ Oct 21 20:14:47.349 INFO blam! Child( Oct 21 20:14:47.349 INFO blam! Tag { Oct 21 20:14:47.349 INFO blam! name: Identifier { Oct 21 20:14:47.349 INFO blam! name: "test" Oct 21 20:14:47.349 INFO blam! }, Oct 21 20:14:47.349 INFO blam! properties: [ Oct 21 20:14:47.349 INFO blam! Property { Oct 21 20:14:47.349 INFO blam! name: Identifier { Oct 21 20:14:47.349 INFO blam! name: "width" Oct 21 20:14:47.349 INFO blam! }, Oct 21 20:14:47.349 INFO blam! value: TokenStream [ Oct 21 20:14:47.349 INFO blam! Literal { Oct 21 20:14:47.349 INFO blam! lit: 100 Oct 21 20:14:47.349 INFO blam! } Oct 21 20:14:47.349 INFO blam! ] Oct 21 20:14:47.349 INFO blam! }, Oct 21 20:14:47.350 INFO blam! Property { Oct 21 20:14:47.350 INFO blam! name: Identifier { Oct 21 20:14:47.350 INFO blam! name: "height" Oct 21 20:14:47.350 INFO blam! }, Oct 21 20:14:47.350 INFO blam! value: TokenStream [ Oct 21 20:14:47.350 INFO blam! Literal { Oct 21 20:14:47.350 INFO blam! lit: 100 Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.350 INFO blam! ] Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.350 INFO blam! ], Oct 21 20:14:47.350 INFO blam! content: [] Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.350 INFO blam! ) Oct 21 20:14:47.350 INFO blam! ] Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.350 INFO blam! Oct 21 20:14:47.350 INFO blam! Oct 21 20:14:47.350 INFO blam! Box::new(TestElement { Oct 21 20:14:47.350 INFO blam! width: 100, Oct 21 20:14:47.350 INFO blam! height: 100, Oct 21 20:14:47.350 INFO blam! Oct 21 20:14:47.350 INFO blam! children: vec![ Oct 21 20:14:47.350 INFO blam! Box::new(TestElement { Oct 21 20:14:47.350 INFO blam! width: 100, Oct 21 20:14:47.350 INFO blam! height: 100, Oct 21 20:14:47.350 INFO blam! Oct 21 20:14:47.350 INFO blam! children: vec![ Oct 21 20:14:47.350 INFO blam! Oct 21 20:14:47.350 INFO blam! ], Oct 21 20:14:47.350 INFO blam! }), Oct 21 20:14:47.350 INFO blam! ], Oct 21 20:14:47.350 INFO blam! }) Oct 21 20:14:47.350 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent > Oct 21 20:14:47.350 INFO blam! Tag { Oct 21 20:14:47.350 INFO blam! name: Identifier { Oct 21 20:14:47.350 INFO blam! name: "TestComponent" Oct 21 20:14:47.350 INFO blam! }, Oct 21 20:14:47.350 INFO blam! properties: [ Oct 21 20:14:47.350 INFO blam! Property { Oct 21 20:14:47.350 INFO blam! name: Identifier { Oct 21 20:14:47.350 INFO blam! name: "foo" Oct 21 20:14:47.350 INFO blam! }, Oct 21 20:14:47.350 INFO blam! value: TokenStream [ Oct 21 20:14:47.350 INFO blam! Ident { Oct 21 20:14:47.350 INFO blam! sym: foo Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.350 INFO blam! ] Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.350 INFO blam! ], Oct 21 20:14:47.350 INFO blam! content: [ Oct 21 20:14:47.350 INFO blam! Child( Oct 21 20:14:47.350 INFO blam! Tag { Oct 21 20:14:47.350 INFO blam! name: Identifier { Oct 21 20:14:47.350 INFO blam! name: "TestComponent" Oct 21 20:14:47.350 INFO blam! }, Oct 21 20:14:47.350 INFO blam! properties: [ Oct 21 20:14:47.350 INFO blam! Property { Oct 21 20:14:47.350 INFO blam! name: Identifier { Oct 21 20:14:47.350 INFO blam! name: "foo" Oct 21 20:14:47.350 INFO blam! }, Oct 21 20:14:47.350 INFO blam! value: TokenStream [ Oct 21 20:14:47.350 INFO blam! Literal { Oct 21 20:14:47.350 INFO blam! lit: 30 Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.350 INFO blam! ] Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.350 INFO blam! ], Oct 21 20:14:47.350 INFO blam! content: [] Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.350 INFO blam! ) Oct 21 20:14:47.350 INFO blam! ] Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.350 INFO blam! Oct 21 20:14:47.350 INFO blam! Oct 21 20:14:47.350 INFO blam! TestComponent { Oct 21 20:14:47.350 INFO blam! foo: foo, Oct 21 20:14:47.350 INFO blam! children: vec![ Oct 21 20:14:47.350 INFO blam! TestComponent { Oct 21 20:14:47.350 INFO blam! foo: 30, Oct 21 20:14:47.350 INFO blam! children: vec![ Oct 21 20:14:47.350 INFO blam! Oct 21 20:14:47.350 INFO blam! ], Oct 21 20:14:47.350 INFO blam! }, Oct 21 20:14:47.350 INFO blam! ], Oct 21 20:14:47.350 INFO blam! } Oct 21 20:14:47.366 INFO kablam! error: Could not compile `hydron`. Oct 21 20:14:47.366 INFO kablam! Oct 21 20:14:47.366 INFO kablam! To learn more, run the command again with --verbose. Oct 21 20:14:47.366 INFO kablam! su: No module specific data is present Oct 21 20:14:48.045 INFO running `"docker" "rm" "-f" "5c47a0f5dfcfc48f0369ed1fa40dc907fdcfb89b7f2251e0b050d9e3fe2ee128"` Oct 21 20:14:48.307 INFO blam! 5c47a0f5dfcfc48f0369ed1fa40dc907fdcfb89b7f2251e0b050d9e3fe2ee128