Oct 15 05:54:25.327 INFO testing Vengarioth/hydron against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1
Oct 15 05:54:25.329 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:25.783 INFO blam! 798ad2a2e2a4c1ec541b85e61bbb7c8d104d57dafe53ec83493c85030514628c
Oct 15 05:54:25.799 INFO running `"docker" "start" "-a" "798ad2a2e2a4c1ec541b85e61bbb7c8d104d57dafe53ec83493c85030514628c"`
Oct 15 05:54:27.115 INFO kablam! usermod: no changes
Oct 15 05:54:27.395 INFO kablam! Compiling hydron-ui v0.1.0 (/source/hydron-ui)
Oct 15 05:54:27.407 INFO kablam! Compiling rand v0.4.2
Oct 15 05:54:27.407 INFO kablam! Compiling memmap v0.6.2
Oct 15 05:54:27.408 INFO kablam! Compiling memchr v2.0.1
Oct 15 05:54:27.408 INFO kablam! Compiling nix v0.11.0
Oct 15 05:54:27.408 INFO kablam! Compiling glutin v0.17.0
Oct 15 05:54:27.408 INFO kablam! Compiling wayland-sys v0.20.10
Oct 15 05:54:28.321 INFO kablam! warning: unused variable: `size`
Oct 15 05:54:28.324 INFO kablam! --> hydron-ui/src/elements/fixed_element.rs:27:29
Oct 15 05:54:28.324 INFO kablam! |
Oct 15 05:54:28.324 INFO kablam! 27 | if let Some(size) = requested {
Oct 15 05:54:28.325 INFO kablam! | ^^^^ help: consider using `_size` instead
Oct 15 05:54:28.325 INFO kablam! |
Oct 15 05:54:28.325 INFO kablam! = note: #[warn(unused_variables)] on by default
Oct 15 05:54:28.326 INFO kablam!
Oct 15 05:54:30.067 INFO kablam! Compiling nom v4.0.0
Oct 15 05:54:32.255 INFO kablam! Compiling wayland-commons v0.20.10
Oct 15 05:54:35.409 INFO kablam! Compiling tempfile v3.0.2
Oct 15 05:54:35.410 INFO kablam! Compiling parking_lot_core v0.2.14
Oct 15 05:54:35.410 INFO kablam! Compiling cgmath v0.16.1
Oct 15 05:54:35.525 INFO kablam! Compiling wayland-client v0.20.10
Oct 15 05:54:42.899 INFO kablam! Compiling hydron-template v0.1.0 (/source/hydron-template)
Oct 15 05:54:43.027 INFO kablam! Compiling parking_lot v0.6.2
Oct 15 05:54:46.891 INFO kablam! Compiling wayland-protocols v0.20.10
Oct 15 05:54:49.955 INFO kablam! warning: unused `#[macro_use]` import
Oct 15 05:54:49.955 INFO kablam! --> hydron-template/src/lib.rs:6:1
Oct 15 05:54:49.955 INFO kablam! |
Oct 15 05:54:49.955 INFO kablam! 6 | #[macro_use]
Oct 15 05:54:49.955 INFO kablam! | ^^^^^^^^^^^^
Oct 15 05:54:49.968 INFO kablam! |
Oct 15 05:54:49.968 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 15 05:54:49.968 INFO kablam!
Oct 15 05:54:49.968 INFO kablam! warning: unused import: `ast::AstVisitor`
Oct 15 05:54:49.968 INFO kablam! --> hydron-template/src/lib.rs:14:5
Oct 15 05:54:49.968 INFO kablam! |
Oct 15 05:54:49.968 INFO kablam! 14 | use ast::AstVisitor;
Oct 15 05:54:49.968 INFO kablam! | ^^^^^^^^^^^^^^^
Oct 15 05:54:49.968 INFO kablam!
Oct 15 05:54:50.667 INFO kablam! warning: unused variable: `property`
Oct 15 05:54:50.667 INFO kablam! --> hydron-template/src/ast.rs:43:38
Oct 15 05:54:50.667 INFO kablam! |
Oct 15 05:54:50.668 INFO kablam! 43 | fn visit_tag_property(&mut self, property: &Property) {
Oct 15 05:54:50.668 INFO kablam! | ^^^^^^^^ help: consider using `_property` instead
Oct 15 05:54:50.668 INFO kablam! |
Oct 15 05:54:50.668 INFO kablam! = note: #[warn(unused_variables)] on by default
Oct 15 05:54:50.668 INFO kablam!
Oct 15 05:54:50.668 INFO kablam! warning: unused variable: `identifier`
Oct 15 05:54:50.668 INFO kablam! --> hydron-template/src/ast.rs:47:36
Oct 15 05:54:50.668 INFO kablam! |
Oct 15 05:54:50.668 INFO kablam! 47 | fn visit_identifier(&mut self, identifier: &Identifier) {
Oct 15 05:54:50.668 INFO kablam! | ^^^^^^^^^^ help: consider using `_identifier` instead
Oct 15 05:54:50.668 INFO kablam!
Oct 15 05:54:50.668 INFO kablam! warning: unused variable: `token_stream`
Oct 15 05:54:50.668 INFO kablam! --> hydron-template/src/ast.rs:58:33
Oct 15 05:54:50.668 INFO kablam! |
Oct 15 05:54:50.668 INFO kablam! 58 | fn visit_escaped(&mut self, token_stream: &TokenStream) {
Oct 15 05:54:50.668 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_token_stream` instead
Oct 15 05:54:50.668 INFO kablam!
Oct 15 05:54:50.817 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:50.817 INFO kablam! --> hydron-template/src/lib.rs:1:12
Oct 15 05:54:50.817 INFO kablam! |
Oct 15 05:54:50.817 INFO kablam! 1 | #![feature(proc_macro)]
Oct 15 05:54:50.817 INFO kablam! | ^^^^^^^^^^
Oct 15 05:54:50.819 INFO kablam! |
Oct 15 05:54:50.819 INFO kablam! = note: #[warn(stable_features)] on by default
Oct 15 05:54:50.819 INFO kablam!
Oct 15 05:55:01.820 INFO kablam! Compiling smithay-client-toolkit v0.2.5
Oct 15 05:55:07.727 INFO kablam! Compiling winit v0.16.2
Oct 15 05:55:22.148 INFO kablam! Compiling hydron v0.1.0 (/source/hydron)
Oct 15 05:55:22.291 INFO kablam! error[E0557]: feature has been removed
Oct 15 05:55:22.292 INFO kablam! --> hydron/src/main.rs:2:12
Oct 15 05:55:22.292 INFO kablam! |
Oct 15 05:55:22.292 INFO kablam! 2 | #![feature(proc_macro_non_items)]
Oct 15 05:55:22.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Oct 15 05:55:22.293 INFO kablam! |
Oct 15 05:55:22.293 INFO kablam! note: subsumed by `#![feature(proc_macro_hygiene)]`
Oct 15 05:55:22.294 INFO kablam! --> hydron/src/main.rs:2:12
Oct 15 05:55:22.294 INFO kablam! |
Oct 15 05:55:22.294 INFO kablam! 2 | #![feature(proc_macro_non_items)]
Oct 15 05:55:22.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^
Oct 15 05:55:22.295 INFO kablam!
Oct 15 05:55:23.860 INFO kablam! error[E0658]: procedural macros cannot be expanded to statements (see issue #54727)
Oct 15 05:55:23.860 INFO blam! < test width = { 100 } height = { 100 } > < test width = { 100 } height = { 100 } / > < / test >
Oct 15 05:55:23.861 INFO kablam! --> hydron/src/main.rs:31:9
Oct 15 05:55:23.861 INFO blam! Tag {
Oct 15 05:55:23.861 INFO kablam! |
Oct 15 05:55:23.861 INFO blam! name: Identifier {
Oct 15 05:55:23.862 INFO kablam! 31 | / template!{
Oct 15 05:55:23.862 INFO blam! name: "test"
Oct 15 05:55:23.862 INFO kablam! 32 | |
Oct 15 05:55:23.862 INFO blam! },
Oct 15 05:55:23.863 INFO kablam! 33 | |
Oct 15 05:55:23.863 INFO blam! properties: [
Oct 15 05:55:23.863 INFO kablam! 34 | |
Oct 15 05:55:23.864 INFO blam! Property {
Oct 15 05:55:23.864 INFO kablam! 35 | | }
Oct 15 05:55:23.864 INFO blam! name: Identifier {
Oct 15 05:55:23.864 INFO kablam! | |_________^
Oct 15 05:55:23.865 INFO blam! name: "width"
Oct 15 05:55:23.865 INFO kablam! |
Oct 15 05:55:23.865 INFO blam! },
Oct 15 05:55:23.866 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable
Oct 15 05:55:23.866 INFO blam! value: TokenStream [
Oct 15 05:55:23.866 INFO kablam!
Oct 15 05:55:23.866 INFO blam! Literal {
Oct 15 05:55:23.867 INFO kablam! error[E0658]: procedural macros cannot be expanded to expressions (see issue #54727)
Oct 15 05:55:23.867 INFO blam! lit: 100
Oct 15 05:55:23.867 INFO kablam! --> hydron/src/main.rs:41:20
Oct 15 05:55:23.867 INFO blam! }
Oct 15 05:55:23.868 INFO kablam! |
Oct 15 05:55:23.868 INFO blam! ]
Oct 15 05:55:23.868 INFO kablam! 41 | let template = template!{
Oct 15 05:55:23.868 INFO blam! },
Oct 15 05:55:23.869 INFO kablam! | ____________________^
Oct 15 05:55:23.869 INFO blam! Property {
Oct 15 05:55:23.869 INFO kablam! 42 | |
Oct 15 05:55:23.869 INFO blam! name: Identifier {
Oct 15 05:55:23.870 INFO kablam! 43 | |
Oct 15 05:55:23.870 INFO blam! name: "height"
Oct 15 05:55:23.870 INFO kablam! 44 | |
Oct 15 05:55:23.870 INFO blam! },
Oct 15 05:55:23.871 INFO kablam! 45 | | };
Oct 15 05:55:23.871 INFO blam! value: TokenStream [
Oct 15 05:55:23.871 INFO kablam! | |_____^
Oct 15 05:55:23.872 INFO blam! Literal {
Oct 15 05:55:23.872 INFO kablam! |
Oct 15 05:55:23.872 INFO blam! lit: 100
Oct 15 05:55:23.872 INFO kablam! = help: add #![feature(proc_macro_hygiene)] to the crate attributes to enable
Oct 15 05:55:23.872 INFO blam! }
Oct 15 05:55:23.873 INFO kablam!
Oct 15 05:55:23.873 INFO blam! ]
Oct 15 05:55:23.873 INFO kablam! error: aborting due to 3 previous errors
Oct 15 05:55:23.874 INFO blam! }
Oct 15 05:55:23.874 INFO kablam!
Oct 15 05:55:23.874 INFO blam! ],
Oct 15 05:55:23.874 INFO kablam! Some errors occurred: E0557, E0658.
Oct 15 05:55:23.879 INFO blam! content: [
Oct 15 05:55:23.879 INFO kablam! For more information about an error, try `rustc --explain E0557`.
Oct 15 05:55:23.879 INFO blam! Child(
Oct 15 05:55:23.880 INFO kablam! error: Could not compile `hydron`.
Oct 15 05:55:23.880 INFO blam! Tag {
Oct 15 05:55:23.880 INFO kablam!
Oct 15 05:55:23.880 INFO blam! name: Identifier {
Oct 15 05:55:23.881 INFO kablam! To learn more, run the command again with --verbose.
Oct 15 05:55:23.881 INFO blam! name: "test"
Oct 15 05:55:23.881 INFO kablam! su: No module specific data is present
Oct 15 05:55:23.881 INFO blam! },
Oct 15 05:55:23.881 INFO blam! properties: [
Oct 15 05:55:23.881 INFO blam! Property {
Oct 15 05:55:23.881 INFO blam! name: Identifier {
Oct 15 05:55:23.881 INFO blam! name: "width"
Oct 15 05:55:23.881 INFO blam! },
Oct 15 05:55:23.881 INFO blam! value: TokenStream [
Oct 15 05:55:23.881 INFO blam! Literal {
Oct 15 05:55:23.881 INFO blam! lit: 100
Oct 15 05:55:23.881 INFO blam! }
Oct 15 05:55:23.881 INFO blam! ]
Oct 15 05:55:23.881 INFO blam! },
Oct 15 05:55:23.881 INFO blam! Property {
Oct 15 05:55:23.881 INFO blam! name: Identifier {
Oct 15 05:55:23.881 INFO blam! name: "height"
Oct 15 05:55:23.881 INFO blam! },
Oct 15 05:55:23.881 INFO blam! value: TokenStream [
Oct 15 05:55:23.881 INFO blam! Literal {
Oct 15 05:55:23.881 INFO blam! lit: 100
Oct 15 05:55:23.881 INFO blam! }
Oct 15 05:55:23.881 INFO blam! ]
Oct 15 05:55:23.881 INFO blam! }
Oct 15 05:55:23.881 INFO blam! ],
Oct 15 05:55:23.881 INFO blam! content: []
Oct 15 05:55:23.881 INFO blam! }
Oct 15 05:55:23.881 INFO blam! )
Oct 15 05:55:23.881 INFO blam! ]
Oct 15 05:55:23.881 INFO blam! }
Oct 15 05:55:23.881 INFO blam!
Oct 15 05:55:23.881 INFO blam!
Oct 15 05:55:23.881 INFO blam! Box::new(TestElement {
Oct 15 05:55:23.881 INFO blam! width: 100,
Oct 15 05:55:23.881 INFO blam! height: 100,
Oct 15 05:55:23.881 INFO blam!
Oct 15 05:55:23.881 INFO blam! children: vec![
Oct 15 05:55:23.881 INFO blam! Box::new(TestElement {
Oct 15 05:55:23.881 INFO blam! width: 100,
Oct 15 05:55:23.881 INFO blam! height: 100,
Oct 15 05:55:23.881 INFO blam!
Oct 15 05:55:23.881 INFO blam! children: vec![
Oct 15 05:55:23.881 INFO blam!
Oct 15 05:55:23.881 INFO blam! ],
Oct 15 05:55:23.881 INFO blam! }),
Oct 15 05:55:23.881 INFO blam! ],
Oct 15 05:55:23.881 INFO blam! })
Oct 15 05:55:23.881 INFO blam! < TestComponent foo = { foo } > < TestComponent foo = { 30 } / > < / TestComponent >
Oct 15 05:55:23.881 INFO blam! Tag {
Oct 15 05:55:23.881 INFO blam! name: Identifier {
Oct 15 05:55:23.881 INFO blam! name: "TestComponent"
Oct 15 05:55:23.881 INFO blam! },
Oct 15 05:55:23.881 INFO blam! properties: [
Oct 15 05:55:23.881 INFO blam! Property {
Oct 15 05:55:23.881 INFO blam! name: Identifier {
Oct 15 05:55:23.881 INFO blam! name: "foo"
Oct 15 05:55:23.881 INFO blam! },
Oct 15 05:55:23.881 INFO blam! value: TokenStream [
Oct 15 05:55:23.881 INFO blam! Ident {
Oct 15 05:55:23.881 INFO blam! sym: foo
Oct 15 05:55:23.881 INFO blam! }
Oct 15 05:55:23.881 INFO blam! ]
Oct 15 05:55:23.881 INFO blam! }
Oct 15 05:55:23.881 INFO blam! ],
Oct 15 05:55:23.881 INFO blam! content: [
Oct 15 05:55:23.881 INFO blam! Child(
Oct 15 05:55:23.881 INFO blam! Tag {
Oct 15 05:55:23.881 INFO blam! name: Identifier {
Oct 15 05:55:23.881 INFO blam! name: "TestComponent"
Oct 15 05:55:23.881 INFO blam! },
Oct 15 05:55:23.881 INFO blam! properties: [
Oct 15 05:55:23.881 INFO blam! Property {
Oct 15 05:55:23.882 INFO blam! name: Identifier {
Oct 15 05:55:23.882 INFO blam! name: "foo"
Oct 15 05:55:23.882 INFO blam! },
Oct 15 05:55:23.882 INFO blam! value: TokenStream [
Oct 15 05:55:23.882 INFO blam! Literal {
Oct 15 05:55:23.882 INFO blam! lit: 30
Oct 15 05:55:23.882 INFO blam! }
Oct 15 05:55:23.882 INFO blam! ]
Oct 15 05:55:23.882 INFO blam! }
Oct 15 05:55:23.882 INFO blam! ],
Oct 15 05:55:23.882 INFO blam! content: []
Oct 15 05:55:23.882 INFO blam! }
Oct 15 05:55:23.882 INFO blam! )
Oct 15 05:55:23.882 INFO blam! ]
Oct 15 05:55:23.882 INFO blam! }
Oct 15 05:55:23.882 INFO blam!
Oct 15 05:55:23.882 INFO blam!
Oct 15 05:55:23.882 INFO blam! TestComponent {
Oct 15 05:55:23.882 INFO blam! foo: foo,
Oct 15 05:55:23.882 INFO blam! children: vec![
Oct 15 05:55:23.882 INFO blam! TestComponent {
Oct 15 05:55:23.882 INFO blam! foo: 30,
Oct 15 05:55:23.882 INFO blam! children: vec![
Oct 15 05:55:23.882 INFO blam!
Oct 15 05:55:23.882 INFO blam! ],
Oct 15 05:55:23.882 INFO blam! },
Oct 15 05:55:23.882 INFO blam! ],
Oct 15 05:55:23.882 INFO blam! }
Oct 15 05:55:25.085 INFO running `"docker" "rm" "-f" "798ad2a2e2a4c1ec541b85e61bbb7c8d104d57dafe53ec83493c85030514628c"`
Oct 15 05:55:25.467 INFO blam! 798ad2a2e2a4c1ec541b85e61bbb7c8d104d57dafe53ec83493c85030514628c