Oct 15 11:59:03.841 INFO testing ChalkPE/worker-ant against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:59:03.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:59:04.262 INFO blam! bc68eaa6e2fe4fa6a519a4e87a76af5edcad8bdcc7af9d671da5a820f9a290cf Oct 15 11:59:04.262 INFO running `"docker" "start" "-a" "bc68eaa6e2fe4fa6a519a4e87a76af5edcad8bdcc7af9d671da5a820f9a290cf"` Oct 15 11:59:05.731 INFO kablam! usermod: no changes Oct 15 11:59:05.819 INFO kablam! Compiling crossterm v0.4.1 Oct 15 11:59:08.127 INFO kablam! Compiling worker-ant v0.1.0 (/source) Oct 15 11:59:09.223 INFO kablam! warning: unused variable: `config` Oct 15 11:59:09.223 INFO kablam! --> src/main.rs:20:7 Oct 15 11:59:09.223 INFO kablam! | Oct 15 11:59:09.223 INFO kablam! 20 | let config = match env::args().nth(1) { Oct 15 11:59:09.223 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 11:59:09.223 INFO kablam! | Oct 15 11:59:09.223 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:59:09.223 INFO kablam! Oct 15 11:59:09.291 INFO kablam! warning: constant item is never used: `HORIZONTAL` Oct 15 11:59:09.291 INFO kablam! --> src/ui/card.rs:4:1 Oct 15 11:59:09.291 INFO kablam! | Oct 15 11:59:09.291 INFO kablam! 4 | const HORIZONTAL: &str = "─"; Oct 15 11:59:09.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.291 INFO kablam! | Oct 15 11:59:09.291 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:59:09.291 INFO kablam! Oct 15 11:59:09.291 INFO kablam! warning: constant item is never used: `VERTICAL` Oct 15 11:59:09.291 INFO kablam! --> src/ui/card.rs:5:1 Oct 15 11:59:09.291 INFO kablam! | Oct 15 11:59:09.291 INFO kablam! 5 | const VERTICAL: &str = "│"; Oct 15 11:59:09.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.291 INFO kablam! Oct 15 11:59:09.291 INFO kablam! warning: constant item is never used: `DOWN_AND_RIGHT` Oct 15 11:59:09.291 INFO kablam! --> src/ui/card.rs:6:1 Oct 15 11:59:09.291 INFO kablam! | Oct 15 11:59:09.291 INFO kablam! 6 | const DOWN_AND_RIGHT: &str = "┌"; Oct 15 11:59:09.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.291 INFO kablam! Oct 15 11:59:09.291 INFO kablam! warning: constant item is never used: `DOWN_AND_LEFT` Oct 15 11:59:09.291 INFO kablam! --> src/ui/card.rs:7:1 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 7 | const DOWN_AND_LEFT: &str = "┐"; Oct 15 11:59:09.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.292 INFO kablam! Oct 15 11:59:09.292 INFO kablam! warning: constant item is never used: `UP_AND_RIGHT` Oct 15 11:59:09.292 INFO kablam! --> src/ui/card.rs:8:1 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 8 | const UP_AND_RIGHT: &str = "└"; Oct 15 11:59:09.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.292 INFO kablam! Oct 15 11:59:09.292 INFO kablam! warning: constant item is never used: `UP_AND_LEFT` Oct 15 11:59:09.292 INFO kablam! --> src/ui/card.rs:9:1 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 9 | const UP_AND_LEFT: &str = "┘"; Oct 15 11:59:09.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.292 INFO kablam! Oct 15 11:59:09.292 INFO kablam! warning: constant item is never used: `VERTICAL_AND_RIGHT` Oct 15 11:59:09.292 INFO kablam! --> src/ui/card.rs:10:1 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 10 | const VERTICAL_AND_RIGHT: &str = "├"; Oct 15 11:59:09.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.292 INFO kablam! Oct 15 11:59:09.292 INFO kablam! warning: constant item is never used: `VERTICAL_AND_LEFT` Oct 15 11:59:09.292 INFO kablam! --> src/ui/card.rs:11:1 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 11 | const VERTICAL_AND_LEFT: &str = "┤"; Oct 15 11:59:09.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.292 INFO kablam! Oct 15 11:59:09.292 INFO kablam! warning: field is never used: `title_color` Oct 15 11:59:09.292 INFO kablam! --> src/macros.rs:9:30 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 9 | pub $($ofn: Option<$oft>,)* Oct 15 11:59:09.292 INFO kablam! | ^ Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! ::: src/ui/card.rs:13:1 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 13 | / chainable_struct!(Card { Oct 15 11:59:09.292 INFO kablam! 14 | | width: Size, Oct 15 11:59:09.292 INFO kablam! 15 | | content: &'a Node; Oct 15 11:59:09.292 INFO kablam! 16 | | Oct 15 11:59:09.292 INFO kablam! ... | Oct 15 11:59:09.292 INFO kablam! 19 | | border_color?: Color Oct 15 11:59:09.292 INFO kablam! 20 | | }); Oct 15 11:59:09.292 INFO kablam! | |___- in this macro invocation Oct 15 11:59:09.292 INFO kablam! Oct 15 11:59:09.292 INFO kablam! warning: field is never used: `border_color` Oct 15 11:59:09.292 INFO kablam! --> src/macros.rs:9:30 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 9 | pub $($ofn: Option<$oft>,)* Oct 15 11:59:09.292 INFO kablam! | ^ Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! ::: src/ui/card.rs:13:1 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 13 | / chainable_struct!(Card { Oct 15 11:59:09.292 INFO kablam! 14 | | width: Size, Oct 15 11:59:09.292 INFO kablam! 15 | | content: &'a Node; Oct 15 11:59:09.292 INFO kablam! 16 | | Oct 15 11:59:09.292 INFO kablam! ... | Oct 15 11:59:09.292 INFO kablam! 19 | | border_color?: Color Oct 15 11:59:09.292 INFO kablam! 20 | | }); Oct 15 11:59:09.292 INFO kablam! | |___- in this macro invocation Oct 15 11:59:09.292 INFO kablam! Oct 15 11:59:09.292 INFO kablam! warning: method is never used: `title` Oct 15 11:59:09.292 INFO kablam! --> src/macros.rs:20:9 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 20 | $(pub fn $ofn (mut self, v: $oft) -> $struct_name<'a> { Oct 15 11:59:09.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! ::: src/ui/card.rs:13:1 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.292 INFO kablam! 13 | / chainable_struct!(Card { Oct 15 11:59:09.292 INFO kablam! 14 | | width: Size, Oct 15 11:59:09.292 INFO kablam! 15 | | content: &'a Node; Oct 15 11:59:09.292 INFO kablam! 16 | | Oct 15 11:59:09.292 INFO kablam! ... | Oct 15 11:59:09.292 INFO kablam! 19 | | border_color?: Color Oct 15 11:59:09.292 INFO kablam! 20 | | }); Oct 15 11:59:09.292 INFO kablam! | |___- in this macro invocation Oct 15 11:59:09.292 INFO kablam! Oct 15 11:59:09.292 INFO kablam! warning: method is never used: `title_color` Oct 15 11:59:09.292 INFO kablam! --> src/macros.rs:20:9 Oct 15 11:59:09.292 INFO kablam! | Oct 15 11:59:09.293 INFO kablam! 20 | $(pub fn $ofn (mut self, v: $oft) -> $struct_name<'a> { Oct 15 11:59:09.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.293 INFO kablam! | Oct 15 11:59:09.293 INFO kablam! ::: src/ui/card.rs:13:1 Oct 15 11:59:09.293 INFO kablam! | Oct 15 11:59:09.293 INFO kablam! 13 | / chainable_struct!(Card { Oct 15 11:59:09.293 INFO kablam! 14 | | width: Size, Oct 15 11:59:09.293 INFO kablam! 15 | | content: &'a Node; Oct 15 11:59:09.293 INFO kablam! 16 | | Oct 15 11:59:09.293 INFO kablam! ... | Oct 15 11:59:09.293 INFO kablam! 19 | | border_color?: Color Oct 15 11:59:09.293 INFO kablam! 20 | | }); Oct 15 11:59:09.293 INFO kablam! | |___- in this macro invocation Oct 15 11:59:09.293 INFO kablam! Oct 15 11:59:09.293 INFO kablam! warning: method is never used: `border_color` Oct 15 11:59:09.293 INFO kablam! --> src/macros.rs:20:9 Oct 15 11:59:09.293 INFO kablam! | Oct 15 11:59:09.293 INFO kablam! 20 | $(pub fn $ofn (mut self, v: $oft) -> $struct_name<'a> { Oct 15 11:59:09.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.293 INFO kablam! | Oct 15 11:59:09.293 INFO kablam! ::: src/ui/card.rs:13:1 Oct 15 11:59:09.293 INFO kablam! | Oct 15 11:59:09.293 INFO kablam! 13 | / chainable_struct!(Card { Oct 15 11:59:09.293 INFO kablam! 14 | | width: Size, Oct 15 11:59:09.293 INFO kablam! 15 | | content: &'a Node; Oct 15 11:59:09.293 INFO kablam! 16 | | Oct 15 11:59:09.293 INFO kablam! ... | Oct 15 11:59:09.293 INFO kablam! 19 | | border_color?: Color Oct 15 11:59:09.293 INFO kablam! 20 | | }); Oct 15 11:59:09.293 INFO kablam! | |___- in this macro invocation Oct 15 11:59:09.293 INFO kablam! Oct 15 11:59:09.293 INFO kablam! warning: variant is never constructed: `WrapContent` Oct 15 11:59:09.293 INFO kablam! --> src/ui/mod.rs:19:3 Oct 15 11:59:09.293 INFO kablam! | Oct 15 11:59:09.293 INFO kablam! 19 | WrapContent, Oct 15 11:59:09.293 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:59:09.293 INFO kablam! Oct 15 11:59:09.293 INFO kablam! warning: enum is never used: `Alignment` Oct 15 11:59:09.293 INFO kablam! --> src/ui/mod.rs:22:1 Oct 15 11:59:09.293 INFO kablam! | Oct 15 11:59:09.293 INFO kablam! 22 | pub enum Alignment { Oct 15 11:59:09.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.293 INFO kablam! Oct 15 11:59:09.293 INFO kablam! warning: function is never used: `max_width` Oct 15 11:59:09.293 INFO kablam! --> src/ui/mod.rs:40:1 Oct 15 11:59:09.293 INFO kablam! | Oct 15 11:59:09.293 INFO kablam! 40 | pub fn max_width (list: &Vec<&str>) -> usize { Oct 15 11:59:09.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:09.293 INFO kablam! Oct 15 11:59:10.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.11s Oct 15 11:59:10.871 INFO kablam! su: No module specific data is present Oct 15 11:59:11.559 INFO running `"docker" "rm" "-f" "bc68eaa6e2fe4fa6a519a4e87a76af5edcad8bdcc7af9d671da5a820f9a290cf"` Oct 15 11:59:11.852 INFO blam! bc68eaa6e2fe4fa6a519a4e87a76af5edcad8bdcc7af9d671da5a820f9a290cf Oct 15 11:59:11.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 test --frozen --no-run" "-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 11:59:12.341 INFO blam! cc36a0dc201419118523772dd766f812c92a34dc7e20edf454dc151a2b8b7d33 Oct 15 11:59:12.343 INFO running `"docker" "start" "-a" "cc36a0dc201419118523772dd766f812c92a34dc7e20edf454dc151a2b8b7d33"` Oct 15 11:59:13.403 INFO kablam! usermod: no changes Oct 15 11:59:13.523 INFO kablam! Compiling worker-ant v0.1.0 (/source) Oct 15 11:59:14.307 INFO kablam! warning: unused variable: `config` Oct 15 11:59:14.307 INFO kablam! --> src/main.rs:20:7 Oct 15 11:59:14.307 INFO kablam! | Oct 15 11:59:14.307 INFO kablam! 20 | let config = match env::args().nth(1) { Oct 15 11:59:14.307 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 11:59:14.307 INFO kablam! | Oct 15 11:59:14.307 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:59:14.307 INFO kablam! Oct 15 11:59:14.379 INFO kablam! warning: constant item is never used: `HORIZONTAL` Oct 15 11:59:14.379 INFO kablam! --> src/ui/card.rs:4:1 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 4 | const HORIZONTAL: &str = "─"; Oct 15 11:59:14.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:59:14.379 INFO kablam! Oct 15 11:59:14.379 INFO kablam! warning: constant item is never used: `VERTICAL` Oct 15 11:59:14.379 INFO kablam! --> src/ui/card.rs:5:1 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 5 | const VERTICAL: &str = "│"; Oct 15 11:59:14.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.379 INFO kablam! Oct 15 11:59:14.379 INFO kablam! warning: constant item is never used: `DOWN_AND_RIGHT` Oct 15 11:59:14.379 INFO kablam! --> src/ui/card.rs:6:1 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 6 | const DOWN_AND_RIGHT: &str = "┌"; Oct 15 11:59:14.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.379 INFO kablam! Oct 15 11:59:14.379 INFO kablam! warning: constant item is never used: `DOWN_AND_LEFT` Oct 15 11:59:14.379 INFO kablam! --> src/ui/card.rs:7:1 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 7 | const DOWN_AND_LEFT: &str = "┐"; Oct 15 11:59:14.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.379 INFO kablam! Oct 15 11:59:14.379 INFO kablam! warning: constant item is never used: `UP_AND_RIGHT` Oct 15 11:59:14.379 INFO kablam! --> src/ui/card.rs:8:1 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 8 | const UP_AND_RIGHT: &str = "└"; Oct 15 11:59:14.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.379 INFO kablam! Oct 15 11:59:14.379 INFO kablam! warning: constant item is never used: `UP_AND_LEFT` Oct 15 11:59:14.379 INFO kablam! --> src/ui/card.rs:9:1 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 9 | const UP_AND_LEFT: &str = "┘"; Oct 15 11:59:14.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.379 INFO kablam! Oct 15 11:59:14.379 INFO kablam! warning: constant item is never used: `VERTICAL_AND_RIGHT` Oct 15 11:59:14.379 INFO kablam! --> src/ui/card.rs:10:1 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 10 | const VERTICAL_AND_RIGHT: &str = "├"; Oct 15 11:59:14.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.379 INFO kablam! Oct 15 11:59:14.379 INFO kablam! warning: constant item is never used: `VERTICAL_AND_LEFT` Oct 15 11:59:14.379 INFO kablam! --> src/ui/card.rs:11:1 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 11 | const VERTICAL_AND_LEFT: &str = "┤"; Oct 15 11:59:14.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.379 INFO kablam! Oct 15 11:59:14.379 INFO kablam! warning: field is never used: `title_color` Oct 15 11:59:14.379 INFO kablam! --> src/macros.rs:9:30 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 9 | pub $($ofn: Option<$oft>,)* Oct 15 11:59:14.379 INFO kablam! | ^ Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! ::: src/ui/card.rs:13:1 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 13 | / chainable_struct!(Card { Oct 15 11:59:14.379 INFO kablam! 14 | | width: Size, Oct 15 11:59:14.379 INFO kablam! 15 | | content: &'a Node; Oct 15 11:59:14.379 INFO kablam! 16 | | Oct 15 11:59:14.379 INFO kablam! ... | Oct 15 11:59:14.379 INFO kablam! 19 | | border_color?: Color Oct 15 11:59:14.379 INFO kablam! 20 | | }); Oct 15 11:59:14.379 INFO kablam! | |___- in this macro invocation Oct 15 11:59:14.379 INFO kablam! Oct 15 11:59:14.379 INFO kablam! warning: field is never used: `border_color` Oct 15 11:59:14.379 INFO kablam! --> src/macros.rs:9:30 Oct 15 11:59:14.379 INFO kablam! | Oct 15 11:59:14.379 INFO kablam! 9 | pub $($ofn: Option<$oft>,)* Oct 15 11:59:14.379 INFO kablam! | ^ Oct 15 11:59:14.380 INFO kablam! | Oct 15 11:59:14.380 INFO kablam! ::: src/ui/card.rs:13:1 Oct 15 11:59:14.380 INFO kablam! | Oct 15 11:59:14.380 INFO kablam! 13 | / chainable_struct!(Card { Oct 15 11:59:14.380 INFO kablam! 14 | | width: Size, Oct 15 11:59:14.380 INFO kablam! 15 | | content: &'a Node; Oct 15 11:59:14.380 INFO kablam! 16 | | Oct 15 11:59:14.380 INFO kablam! ... | Oct 15 11:59:14.380 INFO kablam! 19 | | border_color?: Color Oct 15 11:59:14.380 INFO kablam! 20 | | }); Oct 15 11:59:14.380 INFO kablam! | |___- in this macro invocation Oct 15 11:59:14.380 INFO kablam! Oct 15 11:59:14.380 INFO kablam! warning: method is never used: `title` Oct 15 11:59:14.380 INFO kablam! --> src/macros.rs:20:9 Oct 15 11:59:14.380 INFO kablam! | Oct 15 11:59:14.380 INFO kablam! 20 | $(pub fn $ofn (mut self, v: $oft) -> $struct_name<'a> { Oct 15 11:59:14.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.380 INFO kablam! | Oct 15 11:59:14.380 INFO kablam! ::: src/ui/card.rs:13:1 Oct 15 11:59:14.380 INFO kablam! | Oct 15 11:59:14.380 INFO kablam! 13 | / chainable_struct!(Card { Oct 15 11:59:14.380 INFO kablam! 14 | | width: Size, Oct 15 11:59:14.380 INFO kablam! 15 | | content: &'a Node; Oct 15 11:59:14.380 INFO kablam! 16 | | Oct 15 11:59:14.380 INFO kablam! ... | Oct 15 11:59:14.380 INFO kablam! 19 | | border_color?: Color Oct 15 11:59:14.380 INFO kablam! 20 | | }); Oct 15 11:59:14.380 INFO kablam! | |___- in this macro invocation Oct 15 11:59:14.380 INFO kablam! Oct 15 11:59:14.380 INFO kablam! warning: method is never used: `title_color` Oct 15 11:59:14.380 INFO kablam! --> src/macros.rs:20:9 Oct 15 11:59:14.380 INFO kablam! | Oct 15 11:59:14.380 INFO kablam! 20 | $(pub fn $ofn (mut self, v: $oft) -> $struct_name<'a> { Oct 15 11:59:14.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.380 INFO kablam! | Oct 15 11:59:14.380 INFO kablam! ::: src/ui/card.rs:13:1 Oct 15 11:59:14.380 INFO kablam! | Oct 15 11:59:14.380 INFO kablam! 13 | / chainable_struct!(Card { Oct 15 11:59:14.380 INFO kablam! 14 | | width: Size, Oct 15 11:59:14.380 INFO kablam! 15 | | content: &'a Node; Oct 15 11:59:14.380 INFO kablam! 16 | | Oct 15 11:59:14.380 INFO kablam! ... | Oct 15 11:59:14.380 INFO kablam! 19 | | border_color?: Color Oct 15 11:59:14.380 INFO kablam! 20 | | }); Oct 15 11:59:14.380 INFO kablam! | |___- in this macro invocation Oct 15 11:59:14.380 INFO kablam! Oct 15 11:59:14.383 INFO kablam! warning: method is never used: `border_color` Oct 15 11:59:14.383 INFO kablam! --> src/macros.rs:20:9 Oct 15 11:59:14.383 INFO kablam! | Oct 15 11:59:14.383 INFO kablam! 20 | $(pub fn $ofn (mut self, v: $oft) -> $struct_name<'a> { Oct 15 11:59:14.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.383 INFO kablam! | Oct 15 11:59:14.383 INFO kablam! ::: src/ui/card.rs:13:1 Oct 15 11:59:14.383 INFO kablam! | Oct 15 11:59:14.383 INFO kablam! 13 | / chainable_struct!(Card { Oct 15 11:59:14.383 INFO kablam! 14 | | width: Size, Oct 15 11:59:14.383 INFO kablam! 15 | | content: &'a Node; Oct 15 11:59:14.383 INFO kablam! 16 | | Oct 15 11:59:14.383 INFO kablam! ... | Oct 15 11:59:14.384 INFO kablam! 19 | | border_color?: Color Oct 15 11:59:14.384 INFO kablam! 20 | | }); Oct 15 11:59:14.384 INFO kablam! | |___- in this macro invocation Oct 15 11:59:14.384 INFO kablam! Oct 15 11:59:14.384 INFO kablam! warning: variant is never constructed: `WrapContent` Oct 15 11:59:14.384 INFO kablam! --> src/ui/mod.rs:19:3 Oct 15 11:59:14.384 INFO kablam! | Oct 15 11:59:14.384 INFO kablam! 19 | WrapContent, Oct 15 11:59:14.384 INFO kablam! | ^^^^^^^^^^^ Oct 15 11:59:14.384 INFO kablam! Oct 15 11:59:14.384 INFO kablam! warning: enum is never used: `Alignment` Oct 15 11:59:14.384 INFO kablam! --> src/ui/mod.rs:22:1 Oct 15 11:59:14.384 INFO kablam! | Oct 15 11:59:14.384 INFO kablam! 22 | pub enum Alignment { Oct 15 11:59:14.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.384 INFO kablam! Oct 15 11:59:14.384 INFO kablam! warning: function is never used: `max_width` Oct 15 11:59:14.384 INFO kablam! --> src/ui/mod.rs:40:1 Oct 15 11:59:14.384 INFO kablam! | Oct 15 11:59:14.384 INFO kablam! 40 | pub fn max_width (list: &Vec<&str>) -> usize { Oct 15 11:59:14.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:59:14.384 INFO kablam! Oct 15 11:59:14.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 15 11:59:14.835 INFO kablam! su: No module specific data is present Oct 15 11:59:15.324 INFO running `"docker" "rm" "-f" "cc36a0dc201419118523772dd766f812c92a34dc7e20edf454dc151a2b8b7d33"` Oct 15 11:59:15.619 INFO blam! cc36a0dc201419118523772dd766f812c92a34dc7e20edf454dc151a2b8b7d33 Oct 15 11:59:15.623 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 test --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 11:59:16.022 INFO blam! c476e2fe66205640c832cecf8fb44fcfe54c99aad189387fb087c039c2b2eb38 Oct 15 11:59:16.027 INFO running `"docker" "start" "-a" "c476e2fe66205640c832cecf8fb44fcfe54c99aad189387fb087c039c2b2eb38"` Oct 15 11:59:17.186 INFO kablam! usermod: no changes Oct 15 11:59:17.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 11:59:17.267 INFO kablam! Running /target/debug/deps/worker_ant-84353b3f142ceac1 Oct 15 11:59:17.272 INFO blam! Oct 15 11:59:17.272 INFO blam! running 0 tests Oct 15 11:59:17.272 INFO blam! Oct 15 11:59:17.272 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:59:17.272 INFO blam! Oct 15 11:59:17.288 INFO kablam! su: No module specific data is present Oct 15 11:59:17.793 INFO running `"docker" "rm" "-f" "c476e2fe66205640c832cecf8fb44fcfe54c99aad189387fb087c039c2b2eb38"` Oct 15 11:59:18.095 INFO blam! c476e2fe66205640c832cecf8fb44fcfe54c99aad189387fb087c039c2b2eb38