Oct 15 05:54:25.859 INFO testing Vengarioth/hydron against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:54:25.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 05:54:26.451 INFO blam! b2d6b49942350b43b2aa0a7c0748c73499c7f0dbb949fecfca6d76591d81ccc8 Oct 15 05:54:26.454 INFO running `"docker" "start" "-a" "b2d6b49942350b43b2aa0a7c0748c73499c7f0dbb949fecfca6d76591d81ccc8"` Oct 15 05:54:27.507 INFO kablam! usermod: no changes Oct 15 05:54:27.758 INFO kablam! Compiling hydron-ui v0.1.0 (/source/hydron-ui) Oct 15 05:54:27.758 INFO kablam! Compiling memmap v0.6.2 Oct 15 05:54:27.758 INFO kablam! Compiling memchr v2.0.1 Oct 15 05:54:27.759 INFO kablam! Compiling shared_library v0.1.9 Oct 15 05:54:27.775 INFO kablam! Compiling tempfile v3.0.2 Oct 15 05:54:27.776 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 15 05:54:27.780 INFO kablam! Compiling nix v0.11.0 Oct 15 05:54:27.784 INFO kablam! Compiling x11-dl v2.18.0 Oct 15 05:54:29.563 INFO kablam! warning: unused variable: `size` Oct 15 05:54:29.564 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29 Oct 15 05:54:29.564 INFO kablam! | Oct 15 05:54:29.564 INFO kablam! 27 | if let Some(size) = requested { Oct 15 05:54:29.565 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 15 05:54:29.565 INFO kablam! | Oct 15 05:54:29.565 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:54:29.566 INFO kablam! Oct 15 05:54:31.819 INFO kablam! Compiling glutin v0.17.0 Oct 15 05:54:31.851 INFO kablam! Compiling nom v4.0.0 Oct 15 05:54:32.664 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 05:54:32.665 INFO kablam! Compiling cgmath v0.16.1 Oct 15 05:54:32.761 INFO kablam! Compiling wayland-sys v0.20.10 Oct 15 05:54:32.923 INFO kablam! Compiling parking_lot v0.6.2 Oct 15 05:54:42.505 INFO kablam! Compiling wayland-commons v0.20.10 Oct 15 05:54:43.927 INFO kablam! Compiling wayland-client v0.20.10 Oct 15 05:54:46.132 INFO kablam! Compiling hydron-template v0.1.0 (/source/hydron-template) Oct 15 05:54:53.355 INFO kablam! warning: unused `#[macro_use]` import Oct 15 05:54:53.355 INFO kablam! --> hydron-template/src/lib.rs:6:1 Oct 15 05:54:53.355 INFO kablam! | Oct 15 05:54:53.355 INFO kablam! 6 | #[macro_use] Oct 15 05:54:53.355 INFO kablam! | ^^^^^^^^^^^^ Oct 15 05:54:53.355 INFO kablam! | Oct 15 05:54:53.355 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:54:53.355 INFO kablam! Oct 15 05:54:53.355 INFO kablam! warning: unused import: `ast::AstVisitor` Oct 15 05:54:53.355 INFO kablam! --> hydron-template/src/lib.rs:14:5 Oct 15 05:54:53.355 INFO kablam! | Oct 15 05:54:53.355 INFO kablam! 14 | use ast::AstVisitor; Oct 15 05:54:53.355 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:54:53.355 INFO kablam! Oct 15 05:54:53.951 INFO kablam! warning: unused variable: `property` Oct 15 05:54:53.951 INFO kablam! --> hydron-template/src/ast.rs:43:38 Oct 15 05:54:53.951 INFO kablam! | Oct 15 05:54:53.951 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) { Oct 15 05:54:53.951 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead Oct 15 05:54:53.951 INFO kablam! | Oct 15 05:54:53.951 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:54:53.951 INFO kablam! Oct 15 05:54:53.951 INFO kablam! warning: unused variable: `identifier` Oct 15 05:54:53.951 INFO kablam! --> hydron-template/src/ast.rs:47:36 Oct 15 05:54:53.951 INFO kablam! | Oct 15 05:54:53.951 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) { Oct 15 05:54:53.951 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead Oct 15 05:54:53.951 INFO kablam! Oct 15 05:54:53.951 INFO kablam! warning: unused variable: `token_stream` Oct 15 05:54:53.951 INFO kablam! --> hydron-template/src/ast.rs:58:33 Oct 15 05:54:53.951 INFO kablam! | Oct 15 05:54:53.951 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) { Oct 15 05:54:53.951 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead Oct 15 05:54:53.951 INFO kablam! Oct 15 05:54:53.993 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 15 05:54:53.993 INFO kablam! --> hydron-template/src/lib.rs:1:12 Oct 15 05:54:53.993 INFO kablam! | Oct 15 05:54:53.993 INFO kablam! 1 | #![feature(proc_macro)] Oct 15 05:54:53.993 INFO kablam! | ^^^^^^^^^^ Oct 15 05:54:53.993 INFO kablam! | Oct 15 05:54:53.993 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 05:54:53.993 INFO kablam! Oct 15 05:54:54.251 INFO kablam! Compiling wayland-protocols v0.20.10 Oct 15 05:55:07.755 INFO kablam! Compiling smithay-client-toolkit v0.2.5 Oct 15 05:55:13.487 INFO kablam! Compiling winit v0.16.2 Oct 15 05:55:27.267 INFO kablam! Compiling hydron v0.1.0 (/source/hydron) Oct 15 05:55:27.375 INFO kablam! error[E0557]: feature has been removed Oct 15 05:55:27.375 INFO kablam! --> hydron/src/main.rs:2:12 Oct 15 05:55:27.375 INFO kablam! | Oct 15 05:55:27.375 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 15 05:55:27.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:55:27.375 INFO kablam! | Oct 15 05:55:27.375 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]` Oct 15 05:55:27.375 INFO kablam! --> hydron/src/main.rs:2:12 Oct 15 05:55:27.375 INFO kablam! | Oct 15 05:55:27.375 INFO kablam! 2 | #![feature(proc_macro_non_items)] Oct 15 05:55:27.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:55:27.375 INFO kablam! Oct 15 05:55:28.875 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727) Oct 15 05:55:28.875 INFO kablam! --> hydron/src/main.rs:31:9 Oct 15 05:55:28.875 INFO kablam! | Oct 15 05:55:28.875 INFO kablam! 31 | / template!{ Oct 15 05:55:28.875 INFO kablam! 32 | | Oct 15 05:55:28.875 INFO kablam! 33 | | Oct 15 05:55:28.875 INFO kablam! 34 | | Oct 15 05:55:28.875 INFO kablam! 35 | | } Oct 15 05:55:28.875 INFO kablam! | |_________^ Oct 15 05:55:28.875 INFO kablam! | Oct 15 05:55:28.875 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 05:55:28.875 INFO kablam! Oct 15 05:55:28.875 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727) Oct 15 05:55:28.875 INFO kablam! --> hydron/src/main.rs:41:20 Oct 15 05:55:28.875 INFO kablam! | Oct 15 05:55:28.875 INFO kablam! 41 | let template = template!{ Oct 15 05:55:28.878 INFO kablam! | ____________________^ Oct 15 05:55:28.879 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test > Oct 15 05:55:28.879 INFO kablam! 42 | | Oct 15 05:55:28.879 INFO blam! Tag { Oct 15 05:55:28.879 INFO kablam! 43 | | Oct 15 05:55:28.879 INFO blam! name: Identifier { Oct 15 05:55:28.879 INFO kablam! 44 | | Oct 15 05:55:28.879 INFO blam! name: "test" Oct 15 05:55:28.879 INFO kablam! 45 | | }; Oct 15 05:55:28.879 INFO blam! }, Oct 15 05:55:28.879 INFO kablam! | |_____^ Oct 15 05:55:28.879 INFO blam! properties: [ Oct 15 05:55:28.879 INFO kablam! | Oct 15 05:55:28.879 INFO blam! Property { Oct 15 05:55:28.879 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable Oct 15 05:55:28.879 INFO blam! name: Identifier { Oct 15 05:55:28.879 INFO kablam! Oct 15 05:55:28.879 INFO blam! name: "width" Oct 15 05:55:28.879 INFO blam! }, Oct 15 05:55:28.879 INFO blam! value: TokenStream [ Oct 15 05:55:28.879 INFO blam! Literal { Oct 15 05:55:28.879 INFO blam! lit: 100 Oct 15 05:55:28.879 INFO blam! } Oct 15 05:55:28.879 INFO blam! ] Oct 15 05:55:28.879 INFO blam! }, Oct 15 05:55:28.879 INFO blam! Property { Oct 15 05:55:28.879 INFO blam! name: Identifier { Oct 15 05:55:28.879 INFO blam! name: "height" Oct 15 05:55:28.879 INFO blam! }, Oct 15 05:55:28.879 INFO blam! value: TokenStream [ Oct 15 05:55:28.879 INFO blam! Literal { Oct 15 05:55:28.879 INFO blam! lit: 100 Oct 15 05:55:28.879 INFO blam! } Oct 15 05:55:28.879 INFO blam! ] Oct 15 05:55:28.879 INFO blam! } Oct 15 05:55:28.879 INFO blam! ], Oct 15 05:55:28.879 INFO blam! content: [ Oct 15 05:55:28.879 INFO blam! Child( Oct 15 05:55:28.879 INFO blam! Tag { Oct 15 05:55:28.885 INFO blam! name: Identifier { Oct 15 05:55:28.885 INFO blam! name: "test" Oct 15 05:55:28.885 INFO blam! }, Oct 15 05:55:28.885 INFO blam! properties: [ Oct 15 05:55:28.885 INFO blam! Property { Oct 15 05:55:28.885 INFO blam! name: Identifier { Oct 15 05:55:28.885 INFO blam! name: "width" Oct 15 05:55:28.885 INFO blam! }, Oct 15 05:55:28.885 INFO blam! value: TokenStream [ Oct 15 05:55:28.885 INFO blam! Literal { Oct 15 05:55:28.885 INFO blam! lit: 100 Oct 15 05:55:28.885 INFO blam! } Oct 15 05:55:28.885 INFO blam! ] Oct 15 05:55:28.885 INFO blam! }, Oct 15 05:55:28.885 INFO blam! Property { Oct 15 05:55:28.885 INFO blam! name: Identifier { Oct 15 05:55:28.885 INFO blam! name: "height" Oct 15 05:55:28.885 INFO blam! }, Oct 15 05:55:28.885 INFO blam! value: TokenStream [ Oct 15 05:55:28.885 INFO blam! Literal { Oct 15 05:55:28.885 INFO blam! lit: 100 Oct 15 05:55:28.885 INFO blam! } Oct 15 05:55:28.885 INFO blam! ] Oct 15 05:55:28.885 INFO blam! } Oct 15 05:55:28.885 INFO blam! ], Oct 15 05:55:28.885 INFO blam! content: [] Oct 15 05:55:28.885 INFO blam! } Oct 15 05:55:28.885 INFO blam! ) Oct 15 05:55:28.885 INFO blam! ] Oct 15 05:55:28.885 INFO blam! } Oct 15 05:55:28.885 INFO blam! Oct 15 05:55:28.885 INFO blam! Oct 15 05:55:28.885 INFO blam! Box::new(TestElement { Oct 15 05:55:28.885 INFO blam! width: 100, Oct 15 05:55:28.885 INFO blam! height: 100, Oct 15 05:55:28.885 INFO blam! Oct 15 05:55:28.885 INFO blam! children: vec![ Oct 15 05:55:28.885 INFO blam! Box::new(TestElement { Oct 15 05:55:28.885 INFO blam! width: 100, Oct 15 05:55:28.885 INFO blam! height: 100, Oct 15 05:55:28.885 INFO blam! Oct 15 05:55:28.885 INFO blam! children: vec![ Oct 15 05:55:28.885 INFO blam! Oct 15 05:55:28.885 INFO blam! ], Oct 15 05:55:28.885 INFO blam! }), Oct 15 05:55:28.885 INFO blam! ], Oct 15 05:55:28.885 INFO blam! }) Oct 15 05:55:28.885 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent > Oct 15 05:55:28.885 INFO blam! Tag { Oct 15 05:55:28.885 INFO blam! name: Identifier { Oct 15 05:55:28.885 INFO blam! name: "TestComponent" Oct 15 05:55:28.886 INFO blam! }, Oct 15 05:55:28.886 INFO blam! properties: [ Oct 15 05:55:28.886 INFO blam! Property { Oct 15 05:55:28.886 INFO blam! name: Identifier { Oct 15 05:55:28.886 INFO blam! name: "foo" Oct 15 05:55:28.886 INFO blam! }, Oct 15 05:55:28.886 INFO blam! value: TokenStream [ Oct 15 05:55:28.886 INFO blam! Ident { Oct 15 05:55:28.886 INFO blam! sym: foo Oct 15 05:55:28.886 INFO blam! } Oct 15 05:55:28.886 INFO blam! ] Oct 15 05:55:28.886 INFO blam! } Oct 15 05:55:28.886 INFO blam! ], Oct 15 05:55:28.886 INFO blam! content: [ Oct 15 05:55:28.886 INFO blam! Child( Oct 15 05:55:28.886 INFO blam! Tag { Oct 15 05:55:28.886 INFO blam! name: Identifier { Oct 15 05:55:28.886 INFO blam! name: "TestComponent" Oct 15 05:55:28.886 INFO blam! }, Oct 15 05:55:28.886 INFO blam! properties: [ Oct 15 05:55:28.886 INFO blam! Property { Oct 15 05:55:28.886 INFO blam! name: Identifier { Oct 15 05:55:28.886 INFO blam! name: "foo" Oct 15 05:55:28.886 INFO blam! }, Oct 15 05:55:28.886 INFO blam! value: TokenStream [ Oct 15 05:55:28.886 INFO blam! Literal { Oct 15 05:55:28.886 INFO blam! lit: 30 Oct 15 05:55:28.886 INFO blam! } Oct 15 05:55:28.886 INFO blam! ] Oct 15 05:55:28.886 INFO blam! } Oct 15 05:55:28.886 INFO blam! ], Oct 15 05:55:28.886 INFO blam! content: [] Oct 15 05:55:28.886 INFO blam! } Oct 15 05:55:28.886 INFO blam! ) Oct 15 05:55:28.886 INFO blam! ] Oct 15 05:55:28.886 INFO blam! } Oct 15 05:55:28.886 INFO blam! Oct 15 05:55:28.886 INFO blam! Oct 15 05:55:28.886 INFO blam! TestComponent { Oct 15 05:55:28.886 INFO blam! foo: foo, Oct 15 05:55:28.886 INFO blam! children: vec![ Oct 15 05:55:28.886 INFO blam! TestComponent { Oct 15 05:55:28.886 INFO blam! foo: 30, Oct 15 05:55:28.886 INFO blam! children: vec![ Oct 15 05:55:28.886 INFO blam! Oct 15 05:55:28.886 INFO blam! ], Oct 15 05:55:28.886 INFO blam! }, Oct 15 05:55:28.886 INFO blam! ], Oct 15 05:55:28.900 INFO blam! } Oct 15 05:55:28.900 INFO kablam! error: aborting due to 3 previous errors Oct 15 05:55:28.900 INFO kablam! Oct 15 05:55:28.900 INFO kablam! Some errors occurred: E0557, E0658. Oct 15 05:55:28.900 INFO kablam! For more information about an error, try `rustc --explain E0557`. Oct 15 05:55:28.915 INFO kablam! error: Could not compile `hydron`. Oct 15 05:55:28.915 INFO kablam! Oct 15 05:55:28.915 INFO kablam! To learn more, run the command again with --verbose. Oct 15 05:55:28.926 INFO kablam! su: No module specific data is present Oct 15 05:55:29.879 INFO running `"docker" "rm" "-f" "b2d6b49942350b43b2aa0a7c0748c73499c7f0dbb949fecfca6d76591d81ccc8"` Oct 15 05:55:30.255 INFO blam! b2d6b49942350b43b2aa0a7c0748c73499c7f0dbb949fecfca6d76591d81ccc8