Oct 13 02:08:43.583 INFO checking Vengarioth/hydron against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977
Oct 13 02:08:43.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.743 INFO blam! 892b2f8e596d7ebd7dbb494f5c1d1c88aafebacd4ac99c7a62b3da16bcbc7167
Oct 13 02:08:44.746 INFO running `"docker" "start" "-a" "892b2f8e596d7ebd7dbb494f5c1d1c88aafebacd4ac99c7a62b3da16bcbc7167"`
Oct 13 02:08:45.897 INFO kablam! usermod: no changes
Oct 13 02:08:46.152 INFO kablam! Checking libc v0.2.42
Oct 13 02:08:46.152 INFO kablam! Checking hydron-ui v0.1.0 (/source/hydron-ui)
Oct 13 02:08:46.180 INFO kablam! Compiling memchr v2.0.1
Oct 13 02:08:46.180 INFO kablam! Checking proc-macro2 v0.4.6
Oct 13 02:08:46.180 INFO kablam! Checking wayland-sys v0.20.10
Oct 13 02:08:47.880 INFO kablam! warning: unused variable: `size`
Oct 13 02:08:47.880 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29
Oct 13 02:08:47.880 INFO kablam! |
Oct 13 02:08:47.880 INFO kablam! 27 | if let Some(size) = requested {
Oct 13 02:08:47.880 INFO kablam! | ^^^^ help: consider using `_size` instead
Oct 13 02:08:47.880 INFO kablam! |
Oct 13 02:08:47.880 INFO kablam! = note: #[warn(unused_variables)] on by default
Oct 13 02:08:47.880 INFO kablam!
Oct 13 02:08:47.972 INFO kablam! Compiling nom v4.0.0
Oct 13 02:08:48.512 INFO kablam! Checking wayland-commons v0.20.10
Oct 13 02:08:48.834 INFO kablam! warning: unused variable: `size`
Oct 13 02:08:48.834 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29
Oct 13 02:08:48.834 INFO kablam! |
Oct 13 02:08:48.834 INFO kablam! 27 | if let Some(size) = requested {
Oct 13 02:08:48.834 INFO kablam! | ^^^^ help: consider using `_size` instead
Oct 13 02:08:48.834 INFO kablam! |
Oct 13 02:08:48.834 INFO kablam! = note: #[warn(unused_variables)] on by default
Oct 13 02:08:48.834 INFO kablam!
Oct 13 02:08:50.756 INFO kablam! Checking wayland-client v0.20.10
Oct 13 02:08:50.756 INFO kablam! Checking rand v0.4.2
Oct 13 02:08:50.756 INFO kablam! Checking memmap v0.6.2
Oct 13 02:08:50.756 INFO kablam! Checking nix v0.11.0
Oct 13 02:08:50.756 INFO kablam! Checking shared_library v0.1.9
Oct 13 02:08:50.756 INFO kablam! Checking x11-dl v2.18.0
Oct 13 02:08:54.024 INFO kablam! Checking osmesa-sys v0.1.2
Oct 13 02:09:02.773 INFO kablam! Checking parking_lot_core v0.2.14
Oct 13 02:09:02.773 INFO kablam! Checking tempfile v3.0.2
Oct 13 02:09:02.813 INFO kablam! Checking cgmath v0.16.1
Oct 13 02:09:02.813 INFO kablam! Checking wayland-protocols v0.20.10
Oct 13 02:09:02.889 INFO kablam! Compiling hydron-template v0.1.0 (/source/hydron-template)
Oct 13 02:09:08.444 INFO kablam! Checking parking_lot v0.6.2
Oct 13 02:09:18.044 INFO kablam! warning: unused `#[macro_use]` import
Oct 13 02:09:18.044 INFO kablam! --> hydron-template/src/lib.rs:6:1
Oct 13 02:09:18.044 INFO kablam! |
Oct 13 02:09:18.044 INFO kablam! 6 | #[macro_use]
Oct 13 02:09:18.044 INFO kablam! | ^^^^^^^^^^^^
Oct 13 02:09:18.044 INFO kablam! |
Oct 13 02:09:18.044 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 13 02:09:18.044 INFO kablam!
Oct 13 02:09:18.044 INFO kablam! warning: unused import: `ast::AstVisitor`
Oct 13 02:09:18.044 INFO kablam! --> hydron-template/src/lib.rs:14:5
Oct 13 02:09:18.044 INFO kablam! |
Oct 13 02:09:18.044 INFO kablam! 14 | use ast::AstVisitor;
Oct 13 02:09:18.044 INFO kablam! | ^^^^^^^^^^^^^^^
Oct 13 02:09:18.044 INFO kablam!
Oct 13 02:09:18.776 INFO kablam! warning: unused variable: `property`
Oct 13 02:09:18.776 INFO kablam! --> hydron-template/src/ast.rs:43:38
Oct 13 02:09:18.776 INFO kablam! |
Oct 13 02:09:18.776 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) {
Oct 13 02:09:18.776 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead
Oct 13 02:09:18.776 INFO kablam! |
Oct 13 02:09:18.776 INFO kablam! = note: #[warn(unused_variables)] on by default
Oct 13 02:09:18.776 INFO kablam!
Oct 13 02:09:18.776 INFO kablam! warning: unused variable: `identifier`
Oct 13 02:09:18.776 INFO kablam! --> hydron-template/src/ast.rs:47:36
Oct 13 02:09:18.776 INFO kablam! |
Oct 13 02:09:18.776 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) {
Oct 13 02:09:18.776 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead
Oct 13 02:09:18.777 INFO kablam!
Oct 13 02:09:18.777 INFO kablam! warning: unused variable: `token_stream`
Oct 13 02:09:18.777 INFO kablam! --> hydron-template/src/ast.rs:58:33
Oct 13 02:09:18.777 INFO kablam! |
Oct 13 02:09:18.777 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) {
Oct 13 02:09:18.777 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead
Oct 13 02:09:18.777 INFO kablam!
Oct 13 02:09:19.168 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:19.168 INFO kablam! --> hydron-template/src/lib.rs:1:12
Oct 13 02:09:19.168 INFO kablam! |
Oct 13 02:09:19.168 INFO kablam! 1 | #![feature(proc_macro)]
Oct 13 02:09:19.168 INFO kablam! | ^^^^^^^^^^
Oct 13 02:09:19.169 INFO kablam! |
Oct 13 02:09:19.169 INFO kablam! = note: #[warn(stable_features)] on by default
Oct 13 02:09:19.169 INFO kablam!
Oct 13 02:09:23.172 INFO kablam! warning: unused `#[macro_use]` import
Oct 13 02:09:23.172 INFO kablam! --> hydron-template/src/lib.rs:6:1
Oct 13 02:09:23.172 INFO kablam! |
Oct 13 02:09:23.172 INFO kablam! 6 | #[macro_use]
Oct 13 02:09:23.172 INFO kablam! | ^^^^^^^^^^^^
Oct 13 02:09:23.172 INFO kablam! |
Oct 13 02:09:23.172 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 13 02:09:23.172 INFO kablam!
Oct 13 02:09:23.172 INFO kablam! warning: unused import: `ast::AstVisitor`
Oct 13 02:09:23.172 INFO kablam! --> hydron-template/src/lib.rs:14:5
Oct 13 02:09:23.173 INFO kablam! |
Oct 13 02:09:23.173 INFO kablam! 14 | use ast::AstVisitor;
Oct 13 02:09:23.173 INFO kablam! | ^^^^^^^^^^^^^^^
Oct 13 02:09:23.173 INFO kablam!
Oct 13 02:09:24.048 INFO kablam! warning: unused variable: `property`
Oct 13 02:09:24.048 INFO kablam! --> hydron-template/src/ast.rs:43:38
Oct 13 02:09:24.048 INFO kablam! |
Oct 13 02:09:24.048 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) {
Oct 13 02:09:24.048 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead
Oct 13 02:09:24.048 INFO kablam! |
Oct 13 02:09:24.048 INFO kablam! = note: #[warn(unused_variables)] on by default
Oct 13 02:09:24.048 INFO kablam!
Oct 13 02:09:24.048 INFO kablam! warning: unused variable: `identifier`
Oct 13 02:09:24.048 INFO kablam! --> hydron-template/src/ast.rs:47:36
Oct 13 02:09:24.048 INFO kablam! |
Oct 13 02:09:24.048 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) {
Oct 13 02:09:24.049 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead
Oct 13 02:09:24.049 INFO kablam!
Oct 13 02:09:24.049 INFO kablam! warning: unused variable: `token_stream`
Oct 13 02:09:24.049 INFO kablam! --> hydron-template/src/ast.rs:58:33
Oct 13 02:09:24.049 INFO kablam! |
Oct 13 02:09:24.049 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) {
Oct 13 02:09:24.049 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead
Oct 13 02:09:24.049 INFO kablam!
Oct 13 02:09:24.280 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:24.280 INFO kablam! --> hydron-template/src/lib.rs:1:12
Oct 13 02:09:24.280 INFO kablam! |
Oct 13 02:09:24.280 INFO kablam! 1 | #![feature(proc_macro)]
Oct 13 02:09:24.280 INFO kablam! | ^^^^^^^^^^
Oct 13 02:09:24.280 INFO kablam! |
Oct 13 02:09:24.280 INFO kablam! = note: #[warn(stable_features)] on by default
Oct 13 02:09:24.280 INFO kablam!
Oct 13 02:09:24.680 INFO kablam! warning: unused `#[macro_use]` import
Oct 13 02:09:24.680 INFO kablam! --> hydron-template/src/lib.rs:6:1
Oct 13 02:09:24.680 INFO kablam! |
Oct 13 02:09:24.680 INFO kablam! 6 | #[macro_use]
Oct 13 02:09:24.680 INFO kablam! | ^^^^^^^^^^^^
Oct 13 02:09:24.680 INFO kablam! |
Oct 13 02:09:24.680 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 13 02:09:24.680 INFO kablam!
Oct 13 02:09:24.682 INFO kablam! warning: unused import: `ast::AstVisitor`
Oct 13 02:09:24.682 INFO kablam! --> hydron-template/src/lib.rs:14:5
Oct 13 02:09:24.682 INFO kablam! |
Oct 13 02:09:24.682 INFO kablam! 14 | use ast::AstVisitor;
Oct 13 02:09:24.682 INFO kablam! | ^^^^^^^^^^^^^^^
Oct 13 02:09:24.682 INFO kablam!
Oct 13 02:09:25.432 INFO kablam! warning: unused variable: `property`
Oct 13 02:09:25.432 INFO kablam! --> hydron-template/src/ast.rs:43:38
Oct 13 02:09:25.432 INFO kablam! |
Oct 13 02:09:25.432 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) {
Oct 13 02:09:25.432 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead
Oct 13 02:09:25.432 INFO kablam! |
Oct 13 02:09:25.432 INFO kablam! = note: #[warn(unused_variables)] on by default
Oct 13 02:09:25.432 INFO kablam!
Oct 13 02:09:25.432 INFO kablam! warning: unused variable: `identifier`
Oct 13 02:09:25.432 INFO kablam! --> hydron-template/src/ast.rs:47:36
Oct 13 02:09:25.432 INFO kablam! |
Oct 13 02:09:25.432 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) {
Oct 13 02:09:25.432 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead
Oct 13 02:09:25.433 INFO kablam!
Oct 13 02:09:25.433 INFO kablam! warning: unused variable: `token_stream`
Oct 13 02:09:25.433 INFO kablam! --> hydron-template/src/ast.rs:58:33
Oct 13 02:09:25.433 INFO kablam! |
Oct 13 02:09:25.433 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) {
Oct 13 02:09:25.433 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead
Oct 13 02:09:25.433 INFO kablam!
Oct 13 02:09:25.556 INFO kablam! Checking smithay-client-toolkit v0.2.5
Oct 13 02:09:25.648 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.648 INFO kablam! --> hydron-template/src/lib.rs:1:12
Oct 13 02:09:25.648 INFO kablam! |
Oct 13 02:09:25.648 INFO kablam! 1 | #![feature(proc_macro)]
Oct 13 02:09:25.648 INFO kablam! | ^^^^^^^^^^
Oct 13 02:09:25.648 INFO kablam! |
Oct 13 02:09:25.648 INFO kablam! = note: #[warn(stable_features)] on by default
Oct 13 02:09:25.648 INFO kablam!
Oct 13 02:09:29.339 INFO kablam! Checking winit v0.16.2
Oct 13 02:09:33.593 INFO kablam! Checking glutin v0.17.0
Oct 13 02:09:36.608 INFO kablam! Checking hydron v0.1.0 (/source/hydron)
Oct 13 02:09:36.752 INFO kablam! error[E0557]: feature has been removed
Oct 13 02:09:36.752 INFO kablam! --> hydron/src/main.rs:2:12
Oct 13 02:09:36.752 INFO kablam! |
Oct 13 02:09:36.752 INFO kablam! 2 | #![feature(proc_macro_non_items)]
Oct 13 02:09:36.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Oct 13 02:09:36.752 INFO kablam! |
Oct 13 02:09:36.752 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]`
Oct 13 02:09:36.752 INFO kablam! --> hydron/src/main.rs:2:12
Oct 13 02:09:36.752 INFO kablam! |
Oct 13 02:09:36.752 INFO kablam! 2 | #![feature(proc_macro_non_items)]
Oct 13 02:09:36.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Oct 13 02:09:36.752 INFO kablam!
Oct 13 02:09:36.752 INFO kablam! error[E0557]: feature has been removed
Oct 13 02:09:36.752 INFO kablam! --> hydron/src/main.rs:2:12
Oct 13 02:09:36.752 INFO kablam! |
Oct 13 02:09:36.752 INFO kablam! 2 | #![feature(proc_macro_non_items)]
Oct 13 02:09:36.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Oct 13 02:09:36.752 INFO kablam! |
Oct 13 02:09:36.752 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]`
Oct 13 02:09:36.753 INFO kablam! --> hydron/src/main.rs:2:12
Oct 13 02:09:36.753 INFO kablam! |
Oct 13 02:09:36.753 INFO kablam! 2 | #![feature(proc_macro_non_items)]
Oct 13 02:09:36.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Oct 13 02:09:36.753 INFO kablam!
Oct 13 02:09:39.172 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727)
Oct 13 02:09:39.172 INFO kablam! --> hydron/src/main.rs:31:9
Oct 13 02:09:39.172 INFO kablam! |
Oct 13 02:09:39.172 INFO kablam! 31 | / template!{
Oct 13 02:09:39.172 INFO kablam! 32 | |
Oct 13 02:09:39.172 INFO kablam! 33 | |
Oct 13 02:09:39.172 INFO kablam! 34 | |
Oct 13 02:09:39.172 INFO kablam! 35 | | }
Oct 13 02:09:39.172 INFO kablam! | |_________^
Oct 13 02:09:39.172 INFO kablam! |
Oct 13 02:09:39.172 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable
Oct 13 02:09:39.172 INFO kablam!
Oct 13 02:09:39.193 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727)
Oct 13 02:09:39.193 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test >
Oct 13 02:09:39.193 INFO kablam! --> hydron/src/main.rs:41:20
Oct 13 02:09:39.193 INFO blam! Tag {
Oct 13 02:09:39.193 INFO kablam! |
Oct 13 02:09:39.193 INFO blam! name: Identifier {
Oct 13 02:09:39.193 INFO kablam! 41 | let template = template!{
Oct 13 02:09:39.193 INFO blam! name: "test"
Oct 13 02:09:39.193 INFO kablam! | ____________________^
Oct 13 02:09:39.193 INFO blam! },
Oct 13 02:09:39.193 INFO kablam! 42 | |
Oct 13 02:09:39.193 INFO blam! properties: [
Oct 13 02:09:39.193 INFO kablam! 43 | |
Oct 13 02:09:39.193 INFO blam! Property {
Oct 13 02:09:39.193 INFO kablam! 44 | |
Oct 13 02:09:39.193 INFO blam! name: Identifier {
Oct 13 02:09:39.193 INFO kablam! 45 | | };
Oct 13 02:09:39.193 INFO blam! name: "width"
Oct 13 02:09:39.193 INFO kablam! | |_____^
Oct 13 02:09:39.193 INFO blam! },
Oct 13 02:09:39.193 INFO kablam! |
Oct 13 02:09:39.193 INFO blam! value: TokenStream [
Oct 13 02:09:39.193 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable
Oct 13 02:09:39.193 INFO blam! Literal {
Oct 13 02:09:39.193 INFO kablam!
Oct 13 02:09:39.193 INFO blam! lit: 100
Oct 13 02:09:39.193 INFO kablam! error: aborting due to 3 previous errors
Oct 13 02:09:39.193 INFO blam! }
Oct 13 02:09:39.193 INFO kablam!
Oct 13 02:09:39.193 INFO blam! ]
Oct 13 02:09:39.193 INFO kablam! Some errors occurred: E0557, E0658.
Oct 13 02:09:39.193 INFO blam! },
Oct 13 02:09:39.193 INFO kablam! For more information about an error, try `rustc --explain E0557`.
Oct 13 02:09:39.193 INFO blam! Property {
Oct 13 02:09:39.193 INFO blam! name: Identifier {
Oct 13 02:09:39.193 INFO blam! name: "height"
Oct 13 02:09:39.193 INFO blam! },
Oct 13 02:09:39.193 INFO blam! value: TokenStream [
Oct 13 02:09:39.193 INFO blam! Literal {
Oct 13 02:09:39.193 INFO blam! lit: 100
Oct 13 02:09:39.193 INFO blam! }
Oct 13 02:09:39.193 INFO blam! ]
Oct 13 02:09:39.193 INFO blam! }
Oct 13 02:09:39.193 INFO blam! ],
Oct 13 02:09:39.193 INFO blam! content: [
Oct 13 02:09:39.193 INFO blam! Child(
Oct 13 02:09:39.193 INFO blam! Tag {
Oct 13 02:09:39.193 INFO blam! name: Identifier {
Oct 13 02:09:39.193 INFO blam! name: "test"
Oct 13 02:09:39.193 INFO blam! },
Oct 13 02:09:39.193 INFO blam! properties: [
Oct 13 02:09:39.193 INFO blam! Property {
Oct 13 02:09:39.193 INFO blam! name: Identifier {
Oct 13 02:09:39.194 INFO blam! name: "width"
Oct 13 02:09:39.194 INFO blam! },
Oct 13 02:09:39.194 INFO blam! value: TokenStream [
Oct 13 02:09:39.194 INFO blam! Literal {
Oct 13 02:09:39.194 INFO blam! lit: 100
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam! ]
Oct 13 02:09:39.194 INFO blam! },
Oct 13 02:09:39.194 INFO blam! Property {
Oct 13 02:09:39.194 INFO blam! name: Identifier {
Oct 13 02:09:39.194 INFO blam! name: "height"
Oct 13 02:09:39.194 INFO blam! },
Oct 13 02:09:39.194 INFO blam! value: TokenStream [
Oct 13 02:09:39.194 INFO blam! Literal {
Oct 13 02:09:39.194 INFO blam! lit: 100
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam! ]
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam! ],
Oct 13 02:09:39.194 INFO blam! content: []
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam! )
Oct 13 02:09:39.194 INFO blam! ]
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam!
Oct 13 02:09:39.194 INFO blam!
Oct 13 02:09:39.194 INFO blam! Box::new(TestElement {
Oct 13 02:09:39.194 INFO blam! width: 100,
Oct 13 02:09:39.194 INFO blam! height: 100,
Oct 13 02:09:39.194 INFO blam!
Oct 13 02:09:39.194 INFO blam! children: vec![
Oct 13 02:09:39.194 INFO blam! Box::new(TestElement {
Oct 13 02:09:39.194 INFO blam! width: 100,
Oct 13 02:09:39.194 INFO blam! height: 100,
Oct 13 02:09:39.194 INFO blam!
Oct 13 02:09:39.194 INFO blam! children: vec![
Oct 13 02:09:39.194 INFO blam!
Oct 13 02:09:39.194 INFO blam! ],
Oct 13 02:09:39.194 INFO blam! }),
Oct 13 02:09:39.194 INFO blam! ],
Oct 13 02:09:39.194 INFO blam! })
Oct 13 02:09:39.194 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent >
Oct 13 02:09:39.194 INFO blam! Tag {
Oct 13 02:09:39.194 INFO blam! name: Identifier {
Oct 13 02:09:39.194 INFO blam! name: "TestComponent"
Oct 13 02:09:39.194 INFO blam! },
Oct 13 02:09:39.194 INFO blam! properties: [
Oct 13 02:09:39.194 INFO blam! Property {
Oct 13 02:09:39.194 INFO blam! name: Identifier {
Oct 13 02:09:39.194 INFO blam! name: "foo"
Oct 13 02:09:39.194 INFO blam! },
Oct 13 02:09:39.194 INFO blam! value: TokenStream [
Oct 13 02:09:39.194 INFO blam! Ident {
Oct 13 02:09:39.194 INFO blam! sym: foo
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam! ]
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam! ],
Oct 13 02:09:39.194 INFO blam! content: [
Oct 13 02:09:39.194 INFO blam! Child(
Oct 13 02:09:39.194 INFO blam! Tag {
Oct 13 02:09:39.194 INFO blam! name: Identifier {
Oct 13 02:09:39.194 INFO blam! name: "TestComponent"
Oct 13 02:09:39.194 INFO blam! },
Oct 13 02:09:39.194 INFO blam! properties: [
Oct 13 02:09:39.194 INFO blam! Property {
Oct 13 02:09:39.194 INFO blam! name: Identifier {
Oct 13 02:09:39.194 INFO blam! name: "foo"
Oct 13 02:09:39.194 INFO blam! },
Oct 13 02:09:39.194 INFO blam! value: TokenStream [
Oct 13 02:09:39.194 INFO blam! Literal {
Oct 13 02:09:39.194 INFO blam! lit: 30
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam! ]
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam! ],
Oct 13 02:09:39.194 INFO blam! content: []
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam! )
Oct 13 02:09:39.194 INFO blam! ]
Oct 13 02:09:39.194 INFO blam! }
Oct 13 02:09:39.194 INFO blam!
Oct 13 02:09:39.194 INFO blam!
Oct 13 02:09:39.194 INFO blam! TestComponent {
Oct 13 02:09:39.194 INFO blam! foo: foo,
Oct 13 02:09:39.194 INFO blam! children: vec![
Oct 13 02:09:39.194 INFO blam! TestComponent {
Oct 13 02:09:39.194 INFO blam! foo: 30,
Oct 13 02:09:39.194 INFO blam! children: vec![
Oct 13 02:09:39.195 INFO blam!
Oct 13 02:09:39.195 INFO blam! ],
Oct 13 02:09:39.195 INFO blam! },
Oct 13 02:09:39.195 INFO blam! ],
Oct 13 02:09:39.195 INFO blam! }
Oct 13 02:09:39.196 INFO kablam! error: Could not compile `hydron`.
Oct 13 02:09:39.196 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 13 02:09:39.436 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727)
Oct 13 02:09:39.436 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test >
Oct 13 02:09:39.436 INFO kablam! --> hydron/src/main.rs:31:9
Oct 13 02:09:39.436 INFO blam! Tag {
Oct 13 02:09:39.436 INFO kablam! |
Oct 13 02:09:39.436 INFO blam! name: Identifier {
Oct 13 02:09:39.436 INFO kablam! 31 | / template!{
Oct 13 02:09:39.436 INFO blam! name: "test"
Oct 13 02:09:39.436 INFO kablam! 32 | |
Oct 13 02:09:39.436 INFO blam! },
Oct 13 02:09:39.436 INFO kablam! 33 | |
Oct 13 02:09:39.436 INFO blam! properties: [
Oct 13 02:09:39.436 INFO kablam! 34 | |
Oct 13 02:09:39.436 INFO blam! Property {
Oct 13 02:09:39.436 INFO kablam! 35 | | }
Oct 13 02:09:39.436 INFO blam! name: Identifier {
Oct 13 02:09:39.436 INFO kablam! | |_________^
Oct 13 02:09:39.436 INFO blam! name: "width"
Oct 13 02:09:39.436 INFO kablam! |
Oct 13 02:09:39.436 INFO blam! },
Oct 13 02:09:39.436 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable
Oct 13 02:09:39.436 INFO blam! value: TokenStream [
Oct 13 02:09:39.436 INFO kablam!
Oct 13 02:09:39.436 INFO blam! Literal {
Oct 13 02:09:39.436 INFO blam! lit: 100
Oct 13 02:09:39.436 INFO blam! }
Oct 13 02:09:39.436 INFO blam! ]
Oct 13 02:09:39.436 INFO blam! },
Oct 13 02:09:39.437 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727)
Oct 13 02:09:39.437 INFO blam! Property {
Oct 13 02:09:39.437 INFO kablam! --> hydron/src/main.rs:41:20
Oct 13 02:09:39.437 INFO blam! name: Identifier {
Oct 13 02:09:39.437 INFO kablam! |
Oct 13 02:09:39.437 INFO blam! name: "height"
Oct 13 02:09:39.437 INFO kablam! 41 | let template = template!{
Oct 13 02:09:39.437 INFO blam! },
Oct 13 02:09:39.437 INFO kablam! | ____________________^
Oct 13 02:09:39.437 INFO blam! value: TokenStream [
Oct 13 02:09:39.437 INFO blam! Literal {
Oct 13 02:09:39.437 INFO blam! lit: 100
Oct 13 02:09:39.437 INFO blam! }
Oct 13 02:09:39.437 INFO blam! ]
Oct 13 02:09:39.437 INFO blam! }
Oct 13 02:09:39.437 INFO blam! ],
Oct 13 02:09:39.437 INFO blam! content: [
Oct 13 02:09:39.437 INFO blam! Child(
Oct 13 02:09:39.437 INFO blam! Tag {
Oct 13 02:09:39.437 INFO blam! name: Identifier {
Oct 13 02:09:39.437 INFO blam! name: "test"
Oct 13 02:09:39.437 INFO blam! },
Oct 13 02:09:39.437 INFO blam! properties: [
Oct 13 02:09:39.437 INFO blam! Property {
Oct 13 02:09:39.437 INFO blam! name: Identifier {
Oct 13 02:09:39.437 INFO blam! name: "width"
Oct 13 02:09:39.437 INFO blam! },
Oct 13 02:09:39.437 INFO blam! value: TokenStream [
Oct 13 02:09:39.437 INFO blam! Literal {
Oct 13 02:09:39.437 INFO blam! lit: 100
Oct 13 02:09:39.437 INFO blam! }
Oct 13 02:09:39.437 INFO blam! ]
Oct 13 02:09:39.437 INFO blam! },
Oct 13 02:09:39.437 INFO blam! Property {
Oct 13 02:09:39.437 INFO blam! name: Identifier {
Oct 13 02:09:39.437 INFO blam! name: "height"
Oct 13 02:09:39.437 INFO blam! },
Oct 13 02:09:39.437 INFO blam! value: TokenStream [
Oct 13 02:09:39.437 INFO blam! Literal {
Oct 13 02:09:39.437 INFO blam! lit: 100
Oct 13 02:09:39.437 INFO blam! }
Oct 13 02:09:39.437 INFO blam! ]
Oct 13 02:09:39.437 INFO blam! }
Oct 13 02:09:39.437 INFO blam! ],
Oct 13 02:09:39.437 INFO blam! content: []
Oct 13 02:09:39.437 INFO blam! }
Oct 13 02:09:39.437 INFO blam! )
Oct 13 02:09:39.437 INFO blam! ]
Oct 13 02:09:39.437 INFO blam! }
Oct 13 02:09:39.437 INFO blam!
Oct 13 02:09:39.437 INFO blam!
Oct 13 02:09:39.437 INFO blam! Box::new(TestElement {
Oct 13 02:09:39.437 INFO blam! width: 100,
Oct 13 02:09:39.437 INFO blam! height: 100,
Oct 13 02:09:39.437 INFO blam!
Oct 13 02:09:39.437 INFO blam! children: vec![
Oct 13 02:09:39.437 INFO blam! Box::new(TestElement {
Oct 13 02:09:39.437 INFO blam! width: 100,
Oct 13 02:09:39.437 INFO blam! height: 100,
Oct 13 02:09:39.437 INFO blam!
Oct 13 02:09:39.437 INFO blam! children: vec![
Oct 13 02:09:39.437 INFO blam!
Oct 13 02:09:39.437 INFO blam! ],
Oct 13 02:09:39.437 INFO blam! }),
Oct 13 02:09:39.437 INFO blam! ],
Oct 13 02:09:39.437 INFO blam! })
Oct 13 02:09:39.445 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent >
Oct 13 02:09:39.446 INFO kablam! 42 | |
Oct 13 02:09:39.446 INFO blam! Tag {
Oct 13 02:09:39.446 INFO kablam! 43 | |
Oct 13 02:09:39.446 INFO blam! name: Identifier {
Oct 13 02:09:39.446 INFO kablam! 44 | |
Oct 13 02:09:39.446 INFO blam! name: "TestComponent"
Oct 13 02:09:39.446 INFO kablam! 45 | | };
Oct 13 02:09:39.446 INFO blam! },
Oct 13 02:09:39.446 INFO kablam! | |_____^
Oct 13 02:09:39.446 INFO blam! properties: [
Oct 13 02:09:39.446 INFO kablam! |
Oct 13 02:09:39.446 INFO blam! Property {
Oct 13 02:09:39.446 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable
Oct 13 02:09:39.446 INFO blam! name: Identifier {
Oct 13 02:09:39.446 INFO kablam!
Oct 13 02:09:39.446 INFO blam! name: "foo"
Oct 13 02:09:39.446 INFO kablam! error: aborting due to 3 previous errors
Oct 13 02:09:39.446 INFO blam! },
Oct 13 02:09:39.446 INFO kablam!
Oct 13 02:09:39.446 INFO blam! value: TokenStream [
Oct 13 02:09:39.446 INFO kablam! Some errors occurred: E0557, E0658.
Oct 13 02:09:39.446 INFO blam! Ident {
Oct 13 02:09:39.446 INFO kablam! For more information about an error, try `rustc --explain E0557`.
Oct 13 02:09:39.446 INFO blam! sym: foo
Oct 13 02:09:39.446 INFO blam! }
Oct 13 02:09:39.446 INFO blam! ]
Oct 13 02:09:39.446 INFO blam! }
Oct 13 02:09:39.446 INFO blam! ],
Oct 13 02:09:39.446 INFO blam! content: [
Oct 13 02:09:39.446 INFO blam! Child(
Oct 13 02:09:39.446 INFO blam! Tag {
Oct 13 02:09:39.446 INFO blam! name: Identifier {
Oct 13 02:09:39.446 INFO blam! name: "TestComponent"
Oct 13 02:09:39.446 INFO blam! },
Oct 13 02:09:39.446 INFO blam! properties: [
Oct 13 02:09:39.446 INFO blam! Property {
Oct 13 02:09:39.446 INFO blam! name: Identifier {
Oct 13 02:09:39.446 INFO blam! name: "foo"
Oct 13 02:09:39.446 INFO blam! },
Oct 13 02:09:39.446 INFO blam! value: TokenStream [
Oct 13 02:09:39.446 INFO blam! Literal {
Oct 13 02:09:39.446 INFO blam! lit: 30
Oct 13 02:09:39.446 INFO blam! }
Oct 13 02:09:39.446 INFO blam! ]
Oct 13 02:09:39.446 INFO blam! }
Oct 13 02:09:39.446 INFO blam! ],
Oct 13 02:09:39.446 INFO blam! content: []
Oct 13 02:09:39.446 INFO blam! }
Oct 13 02:09:39.446 INFO blam! )
Oct 13 02:09:39.446 INFO blam! ]
Oct 13 02:09:39.446 INFO blam! }
Oct 13 02:09:39.446 INFO blam!
Oct 13 02:09:39.446 INFO blam!
Oct 13 02:09:39.446 INFO blam! TestComponent {
Oct 13 02:09:39.446 INFO blam! foo: foo,
Oct 13 02:09:39.446 INFO blam! children: vec![
Oct 13 02:09:39.446 INFO blam! TestComponent {
Oct 13 02:09:39.446 INFO blam! foo: 30,
Oct 13 02:09:39.446 INFO blam! children: vec![
Oct 13 02:09:39.446 INFO blam!
Oct 13 02:09:39.446 INFO blam! ],
Oct 13 02:09:39.446 INFO blam! },
Oct 13 02:09:39.446 INFO blam! ],
Oct 13 02:09:39.446 INFO blam! }
Oct 13 02:09:39.460 INFO kablam! error: Could not compile `hydron`.
Oct 13 02:09:39.460 INFO kablam!
Oct 13 02:09:39.460 INFO kablam! To learn more, run the command again with --verbose.
Oct 13 02:09:39.460 INFO kablam! su: No module specific data is present
Oct 13 02:09:40.568 INFO running `"docker" "rm" "-f" "892b2f8e596d7ebd7dbb494f5c1d1c88aafebacd4ac99c7a62b3da16bcbc7167"`
Oct 13 02:09:40.900 INFO blam! 892b2f8e596d7ebd7dbb494f5c1d1c88aafebacd4ac99c7a62b3da16bcbc7167