Oct 11 04:01:28.985 INFO testing Vengarioth/hydron against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:01:28.985 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:01:28.985 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:01:29.151 INFO blam! a5ab11d1c637e90e371811ffd1f394f9746bcdc6b64ff901bcd8e0b1b2a3db48 Oct 11 04:01:29.152 INFO running `"docker" "start" "-a" "a5ab11d1c637e90e371811ffd1f394f9746bcdc6b64ff901bcd8e0b1b2a3db48"` Oct 11 04:01:29.627 INFO kablam! usermod: no changes Oct 11 04:01:29.784 INFO kablam! Compiling hydron-ui v0.1.0 (/source/hydron-ui) Oct 11 04:01:29.785 INFO kablam! Compiling shared_library v0.1.9 Oct 11 04:01:29.785 INFO kablam! Compiling memchr v2.0.1 Oct 11 04:01:29.786 INFO kablam! Compiling wayland-scanner v0.20.10 Oct 11 04:01:29.788 INFO kablam! Compiling nix v0.11.0 Oct 11 04:01:29.788 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 11 04:01:29.788 INFO kablam! Compiling cgmath v0.16.1 Oct 11 04:01:29.788 INFO kablam! Compiling wayland-sys v0.20.10 Oct 11 04:01:30.708 INFO kablam! warning: unused variable: `size` Oct 11 04:01:30.708 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29 Oct 11 04:01:30.708 INFO kablam! | Oct 11 04:01:30.708 INFO kablam! 27 | if let Some(size) = requested { Oct 11 04:01:30.708 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 11 04:01:30.708 INFO kablam! | Oct 11 04:01:30.708 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:01:30.708 INFO kablam! Oct 11 04:01:32.925 INFO kablam! Compiling nom v4.0.0 Oct 11 04:01:32.925 INFO kablam! Compiling wayland-commons v0.20.10 Oct 11 04:01:32.936 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 04:01:33.004 INFO kablam! Compiling parking_lot v0.6.2 Oct 11 04:01:34.064 INFO kablam! Compiling wayland-client v0.20.10 Oct 11 04:01:34.064 INFO kablam! Compiling wayland-protocols v0.20.10 Oct 11 04:01:40.708 INFO kablam! Compiling hydron-template v0.1.0 (/source/hydron-template) Oct 11 04:01:46.760 INFO kablam! warning: unused `#[macro_use]` import Oct 11 04:01:46.760 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 11 04:01:46.760 INFO kablam! | Oct 11 04:01:46.760 INFO kablam! 6 | #[macro_use] Oct 11 04:01:46.760 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:01:46.760 INFO kablam! | Oct 11 04:01:46.760 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:01:46.760 INFO kablam! Oct 11 04:01:46.760 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 11 04:01:46.760 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 11 04:01:46.760 INFO kablam! | Oct 11 04:01:46.760 INFO kablam! 14 | use ast::AstVisitor; Oct 11 04:01:46.760 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 04:01:46.760 INFO kablam! Oct 11 04:01:46.916 INFO kablam! warning: unused variable: `property` Oct 11 04:01:46.916 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 11 04:01:46.916 INFO kablam! | Oct 11 04:01:46.916 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 11 04:01:46.916 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 11 04:01:46.916 INFO kablam! | Oct 11 04:01:46.916 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:01:46.916 INFO kablam! Oct 11 04:01:46.916 INFO kablam! warning: unused variable: `identifier` Oct 11 04:01:46.916 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 11 04:01:46.916 INFO kablam! | Oct 11 04:01:46.916 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 11 04:01:46.916 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 11 04:01:46.916 INFO kablam! Oct 11 04:01:46.916 INFO kablam! warning: unused variable: `token_stream` Oct 11 04:01:46.916 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 11 04:01:46.916 INFO kablam! | Oct 11 04:01:46.916 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 11 04:01:46.916 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 11 04:01:46.916 INFO kablam! Oct 11 04:01:46.953 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 11 04:01:46.953 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 11 04:01:46.953 INFO kablam! | Oct 11 04:01:46.953 INFO kablam! 1 | #![feature(proc_macro)] Oct 11 04:01:46.953 INFO kablam! | ^^^^^^^^^^ Oct 11 04:01:46.953 INFO kablam! | Oct 11 04:01:46.953 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 04:01:46.953 INFO kablam! Oct 11 04:01:51.544 INFO kablam! Compiling smithay-client-toolkit v0.2.5 Oct 11 04:01:55.935 INFO kablam! Compiling winit v0.16.2 Oct 11 04:02:06.334 INFO kablam! Compiling glutin v0.17.0 Oct 11 04:02:11.141 INFO kablam! Compiling hydron v0.1.0 (/source/hydron) Oct 11 04:02:11.192 INFO kablam! error[E0557]: feature has been removed Oct 11 04:02:11.192 INFO kablam! --> hydron/src/main.rs:2:12 Oct 11 04:02:11.192 INFO kablam! | Oct 11 04:02:11.192 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 11 04:02:11.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:11.192 INFO kablam! | Oct 11 04:02:11.192 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 11 04:02:11.192 INFO kablam! --> hydron/src/main.rs:2:12 Oct 11 04:02:11.192 INFO kablam! | Oct 11 04:02:11.192 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 11 04:02:11.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 04:02:11.192 INFO kablam! Oct 11 04:02:13.768 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 11 04:02:13.768 INFO kablam! --> hydron/src/main.rs:31:9 Oct 11 04:02:13.768 INFO kablam! | Oct 11 04:02:13.768 INFO kablam! 31 | / template!{ Oct 11 04:02:13.768 INFO kablam! 32 | | Oct 11 04:02:13.768 INFO kablam! 33 | | Oct 11 04:02:13.768 INFO kablam! 34 | | Oct 11 04:02:13.768 INFO kablam! 35 | | } Oct 11 04:02:13.768 INFO kablam! | |_________^ Oct 11 04:02:13.768 INFO kablam! | Oct 11 04:02:13.768 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 04:02:13.768 INFO kablam! Oct 11 04:02:13.770 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 11 04:02:13.770 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test > Oct 11 04:02:13.770 INFO kablam! --> hydron/src/main.rs:41:20 Oct 11 04:02:13.770 INFO blam! Tag { Oct 11 04:02:13.770 INFO kablam! | Oct 11 04:02:13.770 INFO blam! name: Identifier { Oct 11 04:02:13.770 INFO kablam! 41 | let template = template!{ Oct 11 04:02:13.770 INFO blam! name: "test" Oct 11 04:02:13.770 INFO kablam! | ____________________^ Oct 11 04:02:13.770 INFO blam! }, Oct 11 04:02:13.770 INFO kablam! 42 | | Oct 11 04:02:13.770 INFO blam! properties: [ Oct 11 04:02:13.770 INFO kablam! 43 | | Oct 11 04:02:13.770 INFO blam! Property { Oct 11 04:02:13.770 INFO kablam! 44 | | Oct 11 04:02:13.770 INFO blam! name: Identifier { Oct 11 04:02:13.770 INFO kablam! 45 | | }; Oct 11 04:02:13.770 INFO blam! name: "width" Oct 11 04:02:13.770 INFO kablam! | |_____^ Oct 11 04:02:13.770 INFO blam! }, Oct 11 04:02:13.770 INFO kablam! | Oct 11 04:02:13.770 INFO blam! value: TokenStream [ Oct 11 04:02:13.770 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 11 04:02:13.770 INFO blam! Literal { Oct 11 04:02:13.770 INFO kablam! Oct 11 04:02:13.770 INFO blam! lit: 100 Oct 11 04:02:13.770 INFO blam! } Oct 11 04:02:13.770 INFO blam! ] Oct 11 04:02:13.770 INFO kablam! error: aborting due to 3 previous errors Oct 11 04:02:13.770 INFO blam! }, Oct 11 04:02:13.770 INFO kablam! Oct 11 04:02:13.770 INFO blam! Property { Oct 11 04:02:13.770 INFO kablam! Some errors occurred: E0557, E0658. Oct 11 04:02:13.770 INFO blam! name: Identifier { Oct 11 04:02:13.770 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 11 04:02:13.770 INFO blam! name: "height" Oct 11 04:02:13.770 INFO blam! }, Oct 11 04:02:13.770 INFO blam! value: TokenStream [ Oct 11 04:02:13.770 INFO blam! Literal { Oct 11 04:02:13.770 INFO blam! lit: 100 Oct 11 04:02:13.770 INFO blam! } Oct 11 04:02:13.770 INFO blam! ] Oct 11 04:02:13.770 INFO blam! } Oct 11 04:02:13.770 INFO blam! ], Oct 11 04:02:13.770 INFO blam! content: [ Oct 11 04:02:13.770 INFO blam! Child( Oct 11 04:02:13.770 INFO blam! Tag { Oct 11 04:02:13.770 INFO blam! name: Identifier { Oct 11 04:02:13.770 INFO blam! name: "test" Oct 11 04:02:13.770 INFO blam! }, Oct 11 04:02:13.770 INFO blam! properties: [ Oct 11 04:02:13.770 INFO blam! Property { Oct 11 04:02:13.770 INFO blam! name: Identifier { Oct 11 04:02:13.770 INFO blam! name: "width" Oct 11 04:02:13.770 INFO blam! }, Oct 11 04:02:13.770 INFO blam! value: TokenStream [ Oct 11 04:02:13.770 INFO blam! Literal { Oct 11 04:02:13.770 INFO blam! lit: 100 Oct 11 04:02:13.770 INFO blam! } Oct 11 04:02:13.770 INFO blam! ] Oct 11 04:02:13.770 INFO blam! }, Oct 11 04:02:13.770 INFO blam! Property { Oct 11 04:02:13.770 INFO blam! name: Identifier { Oct 11 04:02:13.770 INFO blam! name: "height" Oct 11 04:02:13.770 INFO blam! }, Oct 11 04:02:13.770 INFO blam! value: TokenStream [ Oct 11 04:02:13.770 INFO blam! Literal { Oct 11 04:02:13.770 INFO blam! lit: 100 Oct 11 04:02:13.770 INFO blam! } Oct 11 04:02:13.770 INFO blam! ] Oct 11 04:02:13.770 INFO blam! } Oct 11 04:02:13.770 INFO blam! ], Oct 11 04:02:13.770 INFO blam! content: [] Oct 11 04:02:13.770 INFO blam! } Oct 11 04:02:13.770 INFO blam! ) Oct 11 04:02:13.770 INFO blam! ] Oct 11 04:02:13.770 INFO blam! } Oct 11 04:02:13.770 INFO blam! Oct 11 04:02:13.770 INFO blam! Oct 11 04:02:13.770 INFO blam! Box::new(TestElement { Oct 11 04:02:13.771 INFO blam! width: 100, Oct 11 04:02:13.771 INFO blam! height: 100, Oct 11 04:02:13.771 INFO blam! Oct 11 04:02:13.771 INFO blam! children: vec![ Oct 11 04:02:13.771 INFO blam! Box::new(TestElement { Oct 11 04:02:13.771 INFO blam! width: 100, Oct 11 04:02:13.771 INFO blam! height: 100, Oct 11 04:02:13.771 INFO blam! Oct 11 04:02:13.771 INFO blam! children: vec![ Oct 11 04:02:13.771 INFO blam! Oct 11 04:02:13.771 INFO blam! ], Oct 11 04:02:13.771 INFO blam! }), Oct 11 04:02:13.771 INFO blam! ], Oct 11 04:02:13.771 INFO blam! }) Oct 11 04:02:13.771 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent > Oct 11 04:02:13.771 INFO blam! Tag { Oct 11 04:02:13.771 INFO blam! name: Identifier { Oct 11 04:02:13.771 INFO blam! name: "TestComponent" Oct 11 04:02:13.771 INFO blam! }, Oct 11 04:02:13.771 INFO blam! properties: [ Oct 11 04:02:13.771 INFO blam! Property { Oct 11 04:02:13.771 INFO blam! name: Identifier { Oct 11 04:02:13.771 INFO blam! name: "foo" Oct 11 04:02:13.771 INFO blam! }, Oct 11 04:02:13.771 INFO blam! value: TokenStream [ Oct 11 04:02:13.771 INFO blam! Ident { Oct 11 04:02:13.771 INFO blam! sym: foo Oct 11 04:02:13.771 INFO blam! } Oct 11 04:02:13.771 INFO blam! ] Oct 11 04:02:13.771 INFO blam! } Oct 11 04:02:13.771 INFO blam! ], Oct 11 04:02:13.771 INFO blam! content: [ Oct 11 04:02:13.771 INFO blam! Child( Oct 11 04:02:13.771 INFO blam! Tag { Oct 11 04:02:13.771 INFO blam! name: Identifier { Oct 11 04:02:13.771 INFO blam! name: "TestComponent" Oct 11 04:02:13.771 INFO blam! }, Oct 11 04:02:13.771 INFO blam! properties: [ Oct 11 04:02:13.771 INFO blam! Property { Oct 11 04:02:13.771 INFO blam! name: Identifier { Oct 11 04:02:13.771 INFO blam! name: "foo" Oct 11 04:02:13.771 INFO blam! }, Oct 11 04:02:13.771 INFO blam! value: TokenStream [ Oct 11 04:02:13.771 INFO blam! Literal { Oct 11 04:02:13.771 INFO blam! lit: 30 Oct 11 04:02:13.771 INFO blam! } Oct 11 04:02:13.771 INFO blam! ] Oct 11 04:02:13.771 INFO blam! } Oct 11 04:02:13.771 INFO blam! ], Oct 11 04:02:13.771 INFO blam! content: [] Oct 11 04:02:13.771 INFO blam! } Oct 11 04:02:13.771 INFO blam! ) Oct 11 04:02:13.771 INFO blam! ] Oct 11 04:02:13.771 INFO blam! } Oct 11 04:02:13.771 INFO blam! Oct 11 04:02:13.771 INFO blam! Oct 11 04:02:13.771 INFO blam! TestComponent { Oct 11 04:02:13.771 INFO blam! foo: foo, Oct 11 04:02:13.771 INFO blam! children: vec![ Oct 11 04:02:13.771 INFO blam! TestComponent { Oct 11 04:02:13.771 INFO blam! foo: 30, Oct 11 04:02:13.771 INFO blam! children: vec![ Oct 11 04:02:13.771 INFO blam! Oct 11 04:02:13.771 INFO blam! ], Oct 11 04:02:13.771 INFO blam! }, Oct 11 04:02:13.771 INFO blam! ], Oct 11 04:02:13.771 INFO blam! } Oct 11 04:02:13.783 INFO kablam! error: Could not compile `hydron`. Oct 11 04:02:13.783 INFO kablam! Oct 11 04:02:13.783 INFO kablam! To learn more, run the command again with --verbose. Oct 11 04:02:13.785 INFO kablam! su: No module specific data is present Oct 11 04:02:14.083 INFO running `"docker" "rm" "-f" "a5ab11d1c637e90e371811ffd1f394f9746bcdc6b64ff901bcd8e0b1b2a3db48"` Oct 11 04:02:14.204 INFO blam! a5ab11d1c637e90e371811ffd1f394f9746bcdc6b64ff901bcd8e0b1b2a3db48