Oct 13 02:08:44.530 INFO checking Vengarioth/hydron against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 02:08:44.532 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 02:08:44.988 INFO blam! d06e3c7860ef5ef0c1865b45f6f745ac233c4eb58b1a3b6b39e71f047d78f483 Oct 13 02:08:44.991 INFO running `"docker" "start" "-a" "d06e3c7860ef5ef0c1865b45f6f745ac233c4eb58b1a3b6b39e71f047d78f483"` Oct 13 02:08:46.111 INFO kablam! usermod: no changes Oct 13 02:08:46.434 INFO kablam! Checking libc v0.2.42 Oct 13 02:08:46.453 INFO kablam! Checking hydron-ui v0.1.0 (/source/hydron-ui) Oct 13 02:08:46.453 INFO kablam! Compiling memchr v2.0.1 Oct 13 02:08:46.453 INFO kablam! Checking proc-macro2 v0.4.6 Oct 13 02:08:46.477 INFO kablam! Compiling glutin v0.17.0 Oct 13 02:08:46.488 INFO kablam! Checking wayland-sys v0.20.10 Oct 13 02:08:47.524 INFO kablam! warning: unused variable: `size` Oct 13 02:08:47.524 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29 Oct 13 02:08:47.524 INFO kablam! | Oct 13 02:08:47.524 INFO kablam! 27 | if let Some(size) = requested { Oct 13 02:08:47.524 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 13 02:08:47.535 INFO kablam! | Oct 13 02:08:47.535 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:08:47.535 INFO kablam! Oct 13 02:08:48.528 INFO kablam! warning: unused variable: `size` Oct 13 02:08:48.528 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29 Oct 13 02:08:48.528 INFO kablam! | Oct 13 02:08:48.528 INFO kablam! 27 | if let Some(size) = requested { Oct 13 02:08:48.528 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 13 02:08:48.528 INFO kablam! | Oct 13 02:08:48.528 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:08:48.528 INFO kablam! Oct 13 02:08:49.256 INFO kablam! Compiling nom v4.0.0 Oct 13 02:08:49.440 INFO kablam! Checking wayland-commons v0.20.10 Oct 13 02:08:52.897 INFO kablam! Checking wayland-client v0.20.10 Oct 13 02:08:53.036 INFO kablam! Checking rand v0.4.2 Oct 13 02:08:53.050 INFO kablam! Checking nix v0.11.0 Oct 13 02:08:53.064 INFO kablam! Checking memmap v0.6.2 Oct 13 02:08:53.136 INFO kablam! Checking x11-dl v2.18.0 Oct 13 02:08:55.828 INFO kablam! Checking shared_library v0.1.9 Oct 13 02:09:00.812 INFO kablam! Checking osmesa-sys v0.1.2 Oct 13 02:09:05.064 INFO kablam! Checking tempfile v3.0.2 Oct 13 02:09:06.860 INFO kablam! Checking parking_lot_core v0.2.14 Oct 13 02:09:06.996 INFO kablam! Checking cgmath v0.16.1 Oct 13 02:09:08.780 INFO kablam! Compiling hydron-template v0.1.0 (/source/hydron-template) Oct 13 02:09:09.208 INFO kablam! Checking wayland-protocols v0.20.10 Oct 13 02:09:10.972 INFO kablam! Checking parking_lot v0.6.2 Oct 13 02:09:24.252 INFO kablam! warning: unused `#[macro_use]` import Oct 13 02:09:24.252 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 13 02:09:24.252 INFO kablam! | Oct 13 02:09:24.252 INFO kablam! 6 | #[macro_use] Oct 13 02:09:24.252 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:09:24.280 INFO kablam! | Oct 13 02:09:24.280 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:09:24.280 INFO kablam! Oct 13 02:09:24.292 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 13 02:09:24.292 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 13 02:09:24.292 INFO kablam! | Oct 13 02:09:24.292 INFO kablam! 14 | use ast::AstVisitor; Oct 13 02:09:24.292 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 02:09:24.300 INFO kablam! Oct 13 02:09:25.620 INFO kablam! warning: unused variable: `property` Oct 13 02:09:25.620 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 13 02:09:25.620 INFO kablam! | Oct 13 02:09:25.620 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 13 02:09:25.620 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 13 02:09:25.650 INFO kablam! | Oct 13 02:09:25.650 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:09:25.650 INFO kablam! Oct 13 02:09:25.650 INFO kablam! warning: unused variable: `identifier` Oct 13 02:09:25.650 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 13 02:09:25.650 INFO kablam! | Oct 13 02:09:25.650 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 13 02:09:25.650 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 13 02:09:25.650 INFO kablam! Oct 13 02:09:25.650 INFO kablam! warning: unused variable: `token_stream` Oct 13 02:09:25.650 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 13 02:09:25.650 INFO kablam! | Oct 13 02:09:25.650 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 13 02:09:25.650 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 13 02:09:25.650 INFO kablam! Oct 13 02:09:25.982 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 02:09:25.982 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 13 02:09:25.982 INFO kablam! | Oct 13 02:09:25.982 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 02:09:25.982 INFO kablam! | ^^^^^^^^^^ Oct 13 02:09:25.982 INFO kablam! | Oct 13 02:09:25.982 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 02:09:25.982 INFO kablam! Oct 13 02:09:28.632 INFO kablam! warning: unused `#[macro_use]` import Oct 13 02:09:28.632 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 13 02:09:28.632 INFO kablam! | Oct 13 02:09:28.632 INFO kablam! 6 | #[macro_use] Oct 13 02:09:28.632 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:09:28.632 INFO kablam! | Oct 13 02:09:28.632 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:09:28.632 INFO kablam! Oct 13 02:09:28.641 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 13 02:09:28.641 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 13 02:09:28.641 INFO kablam! | Oct 13 02:09:28.641 INFO kablam! 14 | use ast::AstVisitor; Oct 13 02:09:28.641 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 02:09:28.641 INFO kablam! Oct 13 02:09:29.616 INFO kablam! warning: unused variable: `property` Oct 13 02:09:29.617 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 13 02:09:29.617 INFO kablam! | Oct 13 02:09:29.617 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 13 02:09:29.617 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 13 02:09:29.640 INFO kablam! | Oct 13 02:09:29.652 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:09:29.652 INFO kablam! Oct 13 02:09:29.653 INFO kablam! warning: unused variable: `identifier` Oct 13 02:09:29.653 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 13 02:09:29.653 INFO kablam! | Oct 13 02:09:29.653 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 13 02:09:29.653 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 13 02:09:29.653 INFO kablam! Oct 13 02:09:29.653 INFO kablam! warning: unused variable: `token_stream` Oct 13 02:09:29.654 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 13 02:09:29.654 INFO kablam! | Oct 13 02:09:29.654 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 13 02:09:29.654 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 13 02:09:29.654 INFO kablam! Oct 13 02:09:29.847 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 02:09:29.847 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 13 02:09:29.847 INFO kablam! | Oct 13 02:09:29.847 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 02:09:29.847 INFO kablam! | ^^^^^^^^^^ Oct 13 02:09:29.847 INFO kablam! | Oct 13 02:09:29.847 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 02:09:29.847 INFO kablam! Oct 13 02:09:31.493 INFO kablam! warning: unused `#[macro_use]` import Oct 13 02:09:31.493 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 13 02:09:31.494 INFO kablam! | Oct 13 02:09:31.494 INFO kablam! 6 | #[macro_use] Oct 13 02:09:31.494 INFO kablam! | ^^^^^^^^^^^^ Oct 13 02:09:31.495 INFO kablam! | Oct 13 02:09:31.495 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:09:31.495 INFO kablam! Oct 13 02:09:31.496 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 13 02:09:31.496 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 13 02:09:31.496 INFO kablam! | Oct 13 02:09:31.497 INFO kablam! 14 | use ast::AstVisitor; Oct 13 02:09:31.497 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 02:09:31.497 INFO kablam! Oct 13 02:09:31.760 INFO kablam! warning: unused variable: `property` Oct 13 02:09:31.768 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 13 02:09:31.768 INFO kablam! | Oct 13 02:09:31.768 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 13 02:09:31.768 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 13 02:09:31.768 INFO kablam! | Oct 13 02:09:31.768 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:09:31.768 INFO kablam! Oct 13 02:09:31.768 INFO kablam! warning: unused variable: `identifier` Oct 13 02:09:31.768 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 13 02:09:31.768 INFO kablam! | Oct 13 02:09:31.768 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 13 02:09:31.768 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 13 02:09:31.768 INFO kablam! Oct 13 02:09:31.768 INFO kablam! warning: unused variable: `token_stream` Oct 13 02:09:31.768 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 13 02:09:31.768 INFO kablam! | Oct 13 02:09:31.768 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 13 02:09:31.768 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 13 02:09:31.768 INFO kablam! Oct 13 02:09:31.804 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 02:09:31.804 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 13 02:09:31.804 INFO kablam! | Oct 13 02:09:31.804 INFO kablam! 1 | #![feature(proc_macro)] Oct 13 02:09:31.804 INFO kablam! | ^^^^^^^^^^ Oct 13 02:09:31.804 INFO kablam! | Oct 13 02:09:31.804 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 02:09:31.804 INFO kablam! Oct 13 02:09:32.308 INFO kablam! Checking smithay-client-toolkit v0.2.5 Oct 13 02:09:35.375 INFO kablam! Checking winit v0.16.2 Oct 13 02:09:42.200 INFO kablam! Checking hydron v0.1.0 (/source/hydron) Oct 13 02:09:42.300 INFO kablam! error[E0557]: feature has been removed Oct 13 02:09:42.300 INFO kablam! --> hydron/src/main.rs:2:12 Oct 13 02:09:42.300 INFO kablam! | Oct 13 02:09:42.300 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 13 02:09:42.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 02:09:42.300 INFO kablam! | Oct 13 02:09:42.300 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 13 02:09:42.300 INFO kablam! --> hydron/src/main.rs:2:12 Oct 13 02:09:42.300 INFO kablam! | Oct 13 02:09:42.300 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 13 02:09:42.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 02:09:42.300 INFO kablam! Oct 13 02:09:42.333 INFO kablam! error[E0557]: feature has been removed Oct 13 02:09:42.333 INFO kablam! --> hydron/src/main.rs:2:12 Oct 13 02:09:42.333 INFO kablam! | Oct 13 02:09:42.333 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 13 02:09:42.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 02:09:42.333 INFO kablam! | Oct 13 02:09:42.333 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 13 02:09:42.333 INFO kablam! --> hydron/src/main.rs:2:12 Oct 13 02:09:42.333 INFO kablam! | Oct 13 02:09:42.333 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 13 02:09:42.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 02:09:42.333 INFO kablam! Oct 13 02:09:44.417 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 13 02:09:44.417 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test > Oct 13 02:09:44.417 INFO kablam! --> hydron/src/main.rs:31:9 Oct 13 02:09:44.417 INFO blam! Tag { Oct 13 02:09:44.417 INFO kablam! | Oct 13 02:09:44.417 INFO blam! name: Identifier { Oct 13 02:09:44.417 INFO kablam! 31 | / template!{ Oct 13 02:09:44.417 INFO blam! name: "test" Oct 13 02:09:44.417 INFO kablam! 32 | | Oct 13 02:09:44.417 INFO blam! }, Oct 13 02:09:44.417 INFO kablam! 33 | | Oct 13 02:09:44.417 INFO blam! properties: [ Oct 13 02:09:44.417 INFO kablam! 34 | | Oct 13 02:09:44.417 INFO blam! Property { Oct 13 02:09:44.417 INFO kablam! 35 | | } Oct 13 02:09:44.417 INFO blam! name: Identifier { Oct 13 02:09:44.417 INFO kablam! | |_________^ Oct 13 02:09:44.417 INFO blam! name: "width" Oct 13 02:09:44.417 INFO kablam! | Oct 13 02:09:44.417 INFO blam! }, Oct 13 02:09:44.417 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 02:09:44.417 INFO blam! value: TokenStream [ Oct 13 02:09:44.417 INFO kablam! Oct 13 02:09:44.417 INFO blam! Literal { Oct 13 02:09:44.417 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 02:09:44.417 INFO blam! lit: 100 Oct 13 02:09:44.417 INFO kablam! --> hydron/src/main.rs:41:20 Oct 13 02:09:44.417 INFO blam! } Oct 13 02:09:44.417 INFO kablam! | Oct 13 02:09:44.417 INFO blam! ] Oct 13 02:09:44.417 INFO kablam! 41 | let template = template!{ Oct 13 02:09:44.417 INFO blam! }, Oct 13 02:09:44.417 INFO kablam! | ____________________^ Oct 13 02:09:44.417 INFO blam! Property { Oct 13 02:09:44.417 INFO kablam! 42 | | Oct 13 02:09:44.417 INFO blam! name: Identifier { Oct 13 02:09:44.417 INFO kablam! 43 | | Oct 13 02:09:44.417 INFO blam! name: "height" Oct 13 02:09:44.417 INFO kablam! 44 | | Oct 13 02:09:44.417 INFO blam! }, Oct 13 02:09:44.417 INFO kablam! 45 | | }; Oct 13 02:09:44.417 INFO blam! value: TokenStream [ Oct 13 02:09:44.417 INFO kablam! | |_____^ Oct 13 02:09:44.417 INFO blam! Literal { Oct 13 02:09:44.417 INFO kablam! | Oct 13 02:09:44.417 INFO blam! lit: 100 Oct 13 02:09:44.417 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 02:09:44.417 INFO blam! } Oct 13 02:09:44.417 INFO kablam! Oct 13 02:09:44.417 INFO blam! ] Oct 13 02:09:44.418 INFO kablam! error: aborting due to 3 previous errors Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.418 INFO kablam! Oct 13 02:09:44.418 INFO blam! ], Oct 13 02:09:44.418 INFO kablam! Some errors occurred: E0557, E0658. Oct 13 02:09:44.418 INFO blam! content: [ Oct 13 02:09:44.418 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 13 02:09:44.418 INFO blam! Child( Oct 13 02:09:44.418 INFO blam! Tag { Oct 13 02:09:44.418 INFO blam! name: Identifier { Oct 13 02:09:44.418 INFO blam! name: "test" Oct 13 02:09:44.418 INFO blam! }, Oct 13 02:09:44.418 INFO blam! properties: [ Oct 13 02:09:44.418 INFO blam! Property { Oct 13 02:09:44.418 INFO blam! name: Identifier { Oct 13 02:09:44.418 INFO blam! name: "width" Oct 13 02:09:44.418 INFO blam! }, Oct 13 02:09:44.418 INFO blam! value: TokenStream [ Oct 13 02:09:44.418 INFO blam! Literal { Oct 13 02:09:44.418 INFO blam! lit: 100 Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.418 INFO blam! ] Oct 13 02:09:44.418 INFO blam! }, Oct 13 02:09:44.418 INFO blam! Property { Oct 13 02:09:44.418 INFO blam! name: Identifier { Oct 13 02:09:44.418 INFO blam! name: "height" Oct 13 02:09:44.418 INFO blam! }, Oct 13 02:09:44.418 INFO blam! value: TokenStream [ Oct 13 02:09:44.418 INFO blam! Literal { Oct 13 02:09:44.418 INFO blam! lit: 100 Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.418 INFO blam! ] Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.418 INFO blam! ], Oct 13 02:09:44.418 INFO blam! content: [] Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.418 INFO blam! ) Oct 13 02:09:44.418 INFO blam! ] Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.418 INFO blam! Oct 13 02:09:44.418 INFO blam! Oct 13 02:09:44.418 INFO blam! Box::new(TestElement { Oct 13 02:09:44.418 INFO blam! width: 100, Oct 13 02:09:44.418 INFO blam! height: 100, Oct 13 02:09:44.418 INFO blam! Oct 13 02:09:44.418 INFO blam! children: vec![ Oct 13 02:09:44.418 INFO blam! Box::new(TestElement { Oct 13 02:09:44.418 INFO blam! width: 100, Oct 13 02:09:44.418 INFO blam! height: 100, Oct 13 02:09:44.418 INFO blam! Oct 13 02:09:44.418 INFO blam! children: vec![ Oct 13 02:09:44.418 INFO blam! Oct 13 02:09:44.418 INFO blam! ], Oct 13 02:09:44.418 INFO blam! }), Oct 13 02:09:44.418 INFO blam! ], Oct 13 02:09:44.418 INFO blam! }) Oct 13 02:09:44.418 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent > Oct 13 02:09:44.418 INFO blam! Tag { Oct 13 02:09:44.418 INFO blam! name: Identifier { Oct 13 02:09:44.418 INFO blam! name: "TestComponent" Oct 13 02:09:44.418 INFO blam! }, Oct 13 02:09:44.418 INFO blam! properties: [ Oct 13 02:09:44.418 INFO blam! Property { Oct 13 02:09:44.418 INFO blam! name: Identifier { Oct 13 02:09:44.418 INFO blam! name: "foo" Oct 13 02:09:44.418 INFO blam! }, Oct 13 02:09:44.418 INFO blam! value: TokenStream [ Oct 13 02:09:44.418 INFO blam! Ident { Oct 13 02:09:44.418 INFO blam! sym: foo Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.418 INFO blam! ] Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.418 INFO blam! ], Oct 13 02:09:44.418 INFO blam! content: [ Oct 13 02:09:44.418 INFO blam! Child( Oct 13 02:09:44.418 INFO blam! Tag { Oct 13 02:09:44.418 INFO blam! name: Identifier { Oct 13 02:09:44.418 INFO blam! name: "TestComponent" Oct 13 02:09:44.418 INFO blam! }, Oct 13 02:09:44.418 INFO blam! properties: [ Oct 13 02:09:44.418 INFO blam! Property { Oct 13 02:09:44.418 INFO blam! name: Identifier { Oct 13 02:09:44.418 INFO blam! name: "foo" Oct 13 02:09:44.418 INFO blam! }, Oct 13 02:09:44.418 INFO blam! value: TokenStream [ Oct 13 02:09:44.418 INFO blam! Literal { Oct 13 02:09:44.418 INFO blam! lit: 30 Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.418 INFO blam! ] Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.418 INFO blam! ], Oct 13 02:09:44.418 INFO blam! content: [] Oct 13 02:09:44.418 INFO blam! } Oct 13 02:09:44.419 INFO blam! ) Oct 13 02:09:44.419 INFO blam! ] Oct 13 02:09:44.419 INFO blam! } Oct 13 02:09:44.419 INFO blam! Oct 13 02:09:44.419 INFO blam! Oct 13 02:09:44.419 INFO blam! TestComponent { Oct 13 02:09:44.419 INFO blam! foo: foo, Oct 13 02:09:44.419 INFO blam! children: vec![ Oct 13 02:09:44.419 INFO blam! TestComponent { Oct 13 02:09:44.419 INFO blam! foo: 30, Oct 13 02:09:44.419 INFO blam! children: vec![ Oct 13 02:09:44.419 INFO blam! Oct 13 02:09:44.419 INFO blam! ], Oct 13 02:09:44.419 INFO blam! }, Oct 13 02:09:44.419 INFO blam! ], Oct 13 02:09:44.419 INFO blam! } Oct 13 02:09:44.422 INFO kablam! error: Could not compile `hydron`. Oct 13 02:09:44.422 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 02:09:44.513 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 13 02:09:44.513 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test > Oct 13 02:09:44.513 INFO kablam! --> hydron/src/main.rs:31:9 Oct 13 02:09:44.513 INFO blam! Tag { Oct 13 02:09:44.513 INFO kablam! | Oct 13 02:09:44.513 INFO blam! name: Identifier { Oct 13 02:09:44.513 INFO kablam! 31 | / template!{ Oct 13 02:09:44.513 INFO blam! name: "test" Oct 13 02:09:44.513 INFO kablam! 32 | | Oct 13 02:09:44.513 INFO blam! }, Oct 13 02:09:44.514 INFO kablam! 33 | | Oct 13 02:09:44.514 INFO blam! properties: [ Oct 13 02:09:44.514 INFO kablam! 34 | | Oct 13 02:09:44.514 INFO blam! Property { Oct 13 02:09:44.514 INFO kablam! 35 | | } Oct 13 02:09:44.514 INFO blam! name: Identifier { Oct 13 02:09:44.514 INFO kablam! | |_________^ Oct 13 02:09:44.514 INFO blam! name: "width" Oct 13 02:09:44.514 INFO kablam! | Oct 13 02:09:44.514 INFO blam! }, Oct 13 02:09:44.514 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 02:09:44.514 INFO blam! value: TokenStream [ Oct 13 02:09:44.514 INFO kablam! Oct 13 02:09:44.514 INFO blam! Literal { Oct 13 02:09:44.514 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 13 02:09:44.514 INFO blam! lit: 100 Oct 13 02:09:44.514 INFO kablam! --> hydron/src/main.rs:41:20 Oct 13 02:09:44.514 INFO blam! } Oct 13 02:09:44.514 INFO kablam! | Oct 13 02:09:44.514 INFO blam! ] Oct 13 02:09:44.514 INFO kablam! 41 | let template = template!{ Oct 13 02:09:44.514 INFO blam! }, Oct 13 02:09:44.514 INFO kablam! | ____________________^ Oct 13 02:09:44.515 INFO blam! Property { Oct 13 02:09:44.515 INFO kablam! 42 | | Oct 13 02:09:44.515 INFO blam! name: Identifier { Oct 13 02:09:44.515 INFO kablam! 43 | | Oct 13 02:09:44.515 INFO blam! name: "height" Oct 13 02:09:44.515 INFO kablam! 44 | | Oct 13 02:09:44.515 INFO blam! }, Oct 13 02:09:44.515 INFO kablam! 45 | | }; Oct 13 02:09:44.515 INFO blam! value: TokenStream [ Oct 13 02:09:44.515 INFO kablam! | |_____^ Oct 13 02:09:44.515 INFO blam! Literal { Oct 13 02:09:44.515 INFO kablam! | Oct 13 02:09:44.515 INFO blam! lit: 100 Oct 13 02:09:44.515 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 13 02:09:44.515 INFO blam! } Oct 13 02:09:44.515 INFO kablam! Oct 13 02:09:44.515 INFO blam! ] Oct 13 02:09:44.515 INFO blam! } Oct 13 02:09:44.516 INFO blam! ], Oct 13 02:09:44.516 INFO blam! content: [ Oct 13 02:09:44.516 INFO blam! Child( Oct 13 02:09:44.516 INFO blam! Tag { Oct 13 02:09:44.516 INFO blam! name: Identifier { Oct 13 02:09:44.516 INFO blam! name: "test" Oct 13 02:09:44.516 INFO blam! }, Oct 13 02:09:44.516 INFO blam! properties: [ Oct 13 02:09:44.516 INFO blam! Property { Oct 13 02:09:44.516 INFO blam! name: Identifier { Oct 13 02:09:44.516 INFO blam! name: "width" Oct 13 02:09:44.516 INFO blam! }, Oct 13 02:09:44.516 INFO blam! value: TokenStream [ Oct 13 02:09:44.516 INFO kablam! error: aborting due to 3 previous errors Oct 13 02:09:44.516 INFO blam! Literal { Oct 13 02:09:44.516 INFO kablam! Oct 13 02:09:44.516 INFO blam! lit: 100 Oct 13 02:09:44.516 INFO kablam! Some errors occurred: E0557, E0658. Oct 13 02:09:44.516 INFO blam! } Oct 13 02:09:44.516 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 13 02:09:44.517 INFO blam! ] Oct 13 02:09:44.517 INFO blam! }, Oct 13 02:09:44.517 INFO blam! Property { Oct 13 02:09:44.517 INFO blam! name: Identifier { Oct 13 02:09:44.517 INFO blam! name: "height" Oct 13 02:09:44.517 INFO blam! }, Oct 13 02:09:44.517 INFO blam! value: TokenStream [ Oct 13 02:09:44.517 INFO blam! Literal { Oct 13 02:09:44.517 INFO blam! lit: 100 Oct 13 02:09:44.517 INFO blam! } Oct 13 02:09:44.517 INFO blam! ] Oct 13 02:09:44.517 INFO blam! } Oct 13 02:09:44.517 INFO blam! ], Oct 13 02:09:44.517 INFO blam! content: [] Oct 13 02:09:44.517 INFO blam! } Oct 13 02:09:44.517 INFO blam! ) Oct 13 02:09:44.517 INFO blam! ] Oct 13 02:09:44.517 INFO blam! } Oct 13 02:09:44.517 INFO blam! Oct 13 02:09:44.517 INFO blam! Oct 13 02:09:44.517 INFO blam! Box::new(TestElement { Oct 13 02:09:44.517 INFO blam! width: 100, Oct 13 02:09:44.518 INFO blam! height: 100, Oct 13 02:09:44.518 INFO blam! Oct 13 02:09:44.518 INFO blam! children: vec![ Oct 13 02:09:44.518 INFO blam! Box::new(TestElement { Oct 13 02:09:44.518 INFO blam! width: 100, Oct 13 02:09:44.518 INFO blam! height: 100, Oct 13 02:09:44.518 INFO blam! Oct 13 02:09:44.518 INFO blam! children: vec![ Oct 13 02:09:44.518 INFO blam! Oct 13 02:09:44.518 INFO blam! ], Oct 13 02:09:44.518 INFO blam! }), Oct 13 02:09:44.518 INFO blam! ], Oct 13 02:09:44.518 INFO blam! }) Oct 13 02:09:44.518 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent > Oct 13 02:09:44.518 INFO blam! Tag { Oct 13 02:09:44.518 INFO blam! name: Identifier { Oct 13 02:09:44.518 INFO blam! name: "TestComponent" Oct 13 02:09:44.518 INFO blam! }, Oct 13 02:09:44.518 INFO blam! properties: [ Oct 13 02:09:44.518 INFO blam! Property { Oct 13 02:09:44.518 INFO blam! name: Identifier { Oct 13 02:09:44.518 INFO blam! name: "foo" Oct 13 02:09:44.518 INFO blam! }, Oct 13 02:09:44.519 INFO blam! value: TokenStream [ Oct 13 02:09:44.519 INFO blam! Ident { Oct 13 02:09:44.519 INFO blam! sym: foo Oct 13 02:09:44.519 INFO blam! } Oct 13 02:09:44.519 INFO blam! ] Oct 13 02:09:44.519 INFO blam! } Oct 13 02:09:44.519 INFO blam! ], Oct 13 02:09:44.519 INFO blam! content: [ Oct 13 02:09:44.519 INFO blam! Child( Oct 13 02:09:44.519 INFO blam! Tag { Oct 13 02:09:44.519 INFO blam! name: Identifier { Oct 13 02:09:44.519 INFO blam! name: "TestComponent" Oct 13 02:09:44.519 INFO blam! }, Oct 13 02:09:44.519 INFO blam! properties: [ Oct 13 02:09:44.519 INFO blam! Property { Oct 13 02:09:44.519 INFO blam! name: Identifier { Oct 13 02:09:44.519 INFO blam! name: "foo" Oct 13 02:09:44.519 INFO blam! }, Oct 13 02:09:44.519 INFO blam! value: TokenStream [ Oct 13 02:09:44.519 INFO blam! Literal { Oct 13 02:09:44.519 INFO blam! lit: 30 Oct 13 02:09:44.519 INFO blam! } Oct 13 02:09:44.519 INFO blam! ] Oct 13 02:09:44.520 INFO blam! } Oct 13 02:09:44.520 INFO blam! ], Oct 13 02:09:44.520 INFO blam! content: [] Oct 13 02:09:44.520 INFO blam! } Oct 13 02:09:44.520 INFO blam! ) Oct 13 02:09:44.520 INFO blam! ] Oct 13 02:09:44.520 INFO blam! } Oct 13 02:09:44.520 INFO blam! Oct 13 02:09:44.520 INFO blam! Oct 13 02:09:44.520 INFO blam! TestComponent { Oct 13 02:09:44.520 INFO blam! foo: foo, Oct 13 02:09:44.520 INFO blam! children: vec![ Oct 13 02:09:44.520 INFO blam! TestComponent { Oct 13 02:09:44.520 INFO blam! foo: 30, Oct 13 02:09:44.520 INFO blam! children: vec![ Oct 13 02:09:44.520 INFO blam! Oct 13 02:09:44.520 INFO blam! ], Oct 13 02:09:44.520 INFO blam! }, Oct 13 02:09:44.520 INFO blam! ], Oct 13 02:09:44.520 INFO blam! } Oct 13 02:09:44.528 INFO kablam! error: Could not compile `hydron`. Oct 13 02:09:44.528 INFO kablam! Oct 13 02:09:44.528 INFO kablam! To learn more, run the command again with --verbose. Oct 13 02:09:44.528 INFO kablam! su: No module specific data is present Oct 13 02:09:45.292 INFO running `"docker" "rm" "-f" "d06e3c7860ef5ef0c1865b45f6f745ac233c4eb58b1a3b6b39e71f047d78f483"` Oct 13 02:09:45.616 INFO blam! d06e3c7860ef5ef0c1865b45f6f745ac233c4eb58b1a3b6b39e71f047d78f483