Oct 31 19:22:38.257 INFO checking tomcat1911/browser-eng against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 19:22:38.258 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 19:22:38.718 INFO blam! 2e41e913bf9fe730722bc603589f72f0af0280154e837b1a89a7f625f25e03bc Oct 31 19:22:38.720 INFO running `"docker" "start" "-a" "2e41e913bf9fe730722bc603589f72f0af0280154e837b1a89a7f625f25e03bc"` Oct 31 19:22:40.387 INFO kablam! usermod: no changes Oct 31 19:22:40.464 INFO kablam! Checking bro v0.1.0 (/source) Oct 31 19:22:40.728 INFO kablam! warning: struct is never constructed: `Node` Oct 31 19:22:40.728 INFO kablam! --> src/main.rs:3:1 Oct 31 19:22:40.728 INFO kablam! | Oct 31 19:22:40.728 INFO kablam! 3 | struct Node { Oct 31 19:22:40.728 INFO kablam! | ^^^^^^^^^^^ Oct 31 19:22:40.728 INFO kablam! | Oct 31 19:22:40.728 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 19:22:40.728 INFO kablam! Oct 31 19:22:40.728 INFO kablam! warning: struct is never constructed: `ElementData` Oct 31 19:22:40.728 INFO kablam! --> src/main.rs:8:1 Oct 31 19:22:40.728 INFO kablam! | Oct 31 19:22:40.728 INFO kablam! 8 | struct ElementData { Oct 31 19:22:40.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 19:22:40.728 INFO kablam! Oct 31 19:22:40.728 INFO kablam! warning: enum is never used: `NodeType` Oct 31 19:22:40.728 INFO kablam! --> src/main.rs:13:1 Oct 31 19:22:40.729 INFO kablam! | Oct 31 19:22:40.729 INFO kablam! 13 | enum NodeType { Oct 31 19:22:40.729 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 19:22:40.729 INFO kablam! Oct 31 19:22:40.729 INFO kablam! warning: type alias is never used: `AttrMap` Oct 31 19:22:40.729 INFO kablam! --> src/main.rs:18:1 Oct 31 19:22:40.729 INFO kablam! | Oct 31 19:22:40.729 INFO kablam! 18 | type AttrMap = HashMap; Oct 31 19:22:40.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:22:40.729 INFO kablam! Oct 31 19:22:40.729 INFO kablam! warning: function is never used: `text` Oct 31 19:22:40.729 INFO kablam! --> src/main.rs:20:1 Oct 31 19:22:40.729 INFO kablam! | Oct 31 19:22:40.729 INFO kablam! 20 | fn text(data: String) -> Node { Oct 31 19:22:40.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:22:40.729 INFO kablam! Oct 31 19:22:40.729 INFO kablam! warning: function is never used: `elem` Oct 31 19:22:40.729 INFO kablam! --> src/main.rs:24:1 Oct 31 19:22:40.729 INFO kablam! | Oct 31 19:22:40.729 INFO kablam! 24 | fn elem(name: String, attrs: AttrMap, children: Vec) -> Node { Oct 31 19:22:40.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:22:40.729 INFO kablam! Oct 31 19:22:40.809 INFO kablam! warning: struct is never constructed: `Node` Oct 31 19:22:40.809 INFO kablam! --> src/main.rs:3:1 Oct 31 19:22:40.809 INFO kablam! | Oct 31 19:22:40.809 INFO kablam! 3 | struct Node { Oct 31 19:22:40.809 INFO kablam! | ^^^^^^^^^^^ Oct 31 19:22:40.809 INFO kablam! | Oct 31 19:22:40.809 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 19:22:40.809 INFO kablam! Oct 31 19:22:40.809 INFO kablam! warning: struct is never constructed: `ElementData` Oct 31 19:22:40.809 INFO kablam! --> src/main.rs:8:1 Oct 31 19:22:40.809 INFO kablam! | Oct 31 19:22:40.809 INFO kablam! 8 | struct ElementData { Oct 31 19:22:40.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 19:22:40.810 INFO kablam! Oct 31 19:22:40.810 INFO kablam! warning: enum is never used: `NodeType` Oct 31 19:22:40.810 INFO kablam! --> src/main.rs:13:1 Oct 31 19:22:40.810 INFO kablam! | Oct 31 19:22:40.810 INFO kablam! 13 | enum NodeType { Oct 31 19:22:40.810 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 19:22:40.810 INFO kablam! Oct 31 19:22:40.810 INFO kablam! warning: type alias is never used: `AttrMap` Oct 31 19:22:40.810 INFO kablam! --> src/main.rs:18:1 Oct 31 19:22:40.810 INFO kablam! | Oct 31 19:22:40.810 INFO kablam! 18 | type AttrMap = HashMap; Oct 31 19:22:40.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:22:40.810 INFO kablam! Oct 31 19:22:40.810 INFO kablam! warning: function is never used: `text` Oct 31 19:22:40.810 INFO kablam! --> src/main.rs:20:1 Oct 31 19:22:40.810 INFO kablam! | Oct 31 19:22:40.810 INFO kablam! 20 | fn text(data: String) -> Node { Oct 31 19:22:40.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:22:40.810 INFO kablam! Oct 31 19:22:40.810 INFO kablam! warning: function is never used: `elem` Oct 31 19:22:40.810 INFO kablam! --> src/main.rs:24:1 Oct 31 19:22:40.810 INFO kablam! | Oct 31 19:22:40.810 INFO kablam! 24 | fn elem(name: String, attrs: AttrMap, children: Vec) -> Node { Oct 31 19:22:40.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:22:40.810 INFO kablam! Oct 31 19:22:40.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.45s Oct 31 19:22:40.873 INFO kablam! su: No module specific data is present Oct 31 19:22:41.464 INFO running `"docker" "rm" "-f" "2e41e913bf9fe730722bc603589f72f0af0280154e837b1a89a7f625f25e03bc"` Oct 31 19:22:41.789 INFO blam! 2e41e913bf9fe730722bc603589f72f0af0280154e837b1a89a7f625f25e03bc