Oct 10 15:30:23.051 INFO testing sakateka/plt against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:30:23.051 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:30:23.051 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 10 15:30:23.277 INFO blam! 3859ed58fa675c8691fe4bfb2780ee8b98c793f72e019825fd5e34c702c3ab5d Oct 10 15:30:23.278 INFO running `"docker" "start" "-a" "3859ed58fa675c8691fe4bfb2780ee8b98c793f72e019825fd5e34c702c3ab5d"` Oct 10 15:30:23.735 INFO kablam! usermod: no changes Oct 10 15:30:23.819 INFO kablam! Compiling itertools v0.7.7 Oct 10 15:30:23.819 INFO kablam! Compiling serde_yaml v0.7.3 Oct 10 15:30:23.819 INFO kablam! Compiling clap v2.29.1 Oct 10 15:30:39.762 INFO kablam! Compiling plt v5.4.0 (/source) Oct 10 15:30:42.202 INFO kablam! warning: unused variable: `rules` Oct 10 15:30:42.203 INFO kablam! --> src/sdt.rs:34:13 Oct 10 15:30:42.203 INFO kablam! | Oct 10 15:30:42.203 INFO kablam! 34 | let rules: SDTRules = match serde_yaml::from_reader(r) { Oct 10 15:30:42.204 INFO kablam! | ^^^^^ help: consider using `_rules` instead Oct 10 15:30:42.204 INFO kablam! | Oct 10 15:30:42.204 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:30:42.205 INFO kablam! Oct 10 15:30:42.647 INFO kablam! warning: struct is never constructed: `SDT` Oct 10 15:30:42.647 INFO kablam! --> src/sdt.rs:20:1 Oct 10 15:30:42.647 INFO kablam! | Oct 10 15:30:42.647 INFO kablam! 20 | pub struct SDT { Oct 10 15:30:42.647 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 15:30:42.647 INFO kablam! | Oct 10 15:30:42.647 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:30:42.647 INFO kablam! Oct 10 15:30:42.647 INFO kablam! warning: method is never used: `load` Oct 10 15:30:42.647 INFO kablam! --> src/sdt.rs:25:5 Oct 10 15:30:42.647 INFO kablam! | Oct 10 15:30:42.647 INFO kablam! 25 | pub fn load(input_path: &str) -> io::Result { Oct 10 15:30:42.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:30:42.647 INFO kablam! Oct 10 15:30:42.647 INFO kablam! warning: method is never used: `load_from_reader` Oct 10 15:30:42.647 INFO kablam! --> src/sdt.rs:30:5 Oct 10 15:30:42.647 INFO kablam! | Oct 10 15:30:42.647 INFO kablam! 30 | / pub fn load_from_reader(r: R) -> io::Result Oct 10 15:30:42.647 INFO kablam! 31 | | where Oct 10 15:30:42.647 INFO kablam! 32 | | R: ::std::marker::Sized, Oct 10 15:30:42.647 INFO kablam! 33 | | { Oct 10 15:30:42.647 INFO kablam! ... | Oct 10 15:30:42.647 INFO kablam! 40 | | }) Oct 10 15:30:42.647 INFO kablam! 41 | | } Oct 10 15:30:42.647 INFO kablam! | |_____^ Oct 10 15:30:42.647 INFO kablam! Oct 10 15:30:48.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.17s Oct 10 15:30:48.934 INFO kablam! su: No module specific data is present Oct 10 15:30:49.665 INFO running `"docker" "rm" "-f" "3859ed58fa675c8691fe4bfb2780ee8b98c793f72e019825fd5e34c702c3ab5d"` Oct 10 15:30:49.947 INFO blam! 3859ed58fa675c8691fe4bfb2780ee8b98c793f72e019825fd5e34c702c3ab5d Oct 10 15:30:49.948 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:30:49.948 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 test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:30:50.318 INFO blam! c1fdb66047e818f65efc0427c8e09e897de6e2cb2ccc7e2e46e7cd38f4cbb855 Oct 10 15:30:50.319 INFO running `"docker" "start" "-a" "c1fdb66047e818f65efc0427c8e09e897de6e2cb2ccc7e2e46e7cd38f4cbb855"` Oct 10 15:30:51.168 INFO kablam! usermod: no changes Oct 10 15:30:51.264 INFO kablam! Compiling plt v5.4.0 (/source) Oct 10 15:30:53.968 INFO kablam! warning: unused variable: `rules` Oct 10 15:30:53.968 INFO kablam! --> src/sdt.rs:34:13 Oct 10 15:30:53.969 INFO kablam! | Oct 10 15:30:53.970 INFO kablam! 34 | let rules: SDTRules = match serde_yaml::from_reader(r) { Oct 10 15:30:53.970 INFO kablam! | ^^^^^ help: consider using `_rules` instead Oct 10 15:30:53.971 INFO kablam! | Oct 10 15:30:53.971 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:30:53.972 INFO kablam! Oct 10 15:30:54.504 INFO kablam! warning: struct is never constructed: `SDT` Oct 10 15:30:54.505 INFO kablam! --> src/sdt.rs:20:1 Oct 10 15:30:54.505 INFO kablam! | Oct 10 15:30:54.505 INFO kablam! 20 | pub struct SDT { Oct 10 15:30:54.505 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 15:30:54.505 INFO kablam! | Oct 10 15:30:54.505 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:30:54.505 INFO kablam! Oct 10 15:30:54.505 INFO kablam! warning: method is never used: `load` Oct 10 15:30:54.505 INFO kablam! --> src/sdt.rs:25:5 Oct 10 15:30:54.505 INFO kablam! | Oct 10 15:30:54.505 INFO kablam! 25 | pub fn load(input_path: &str) -> io::Result { Oct 10 15:30:54.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:30:54.505 INFO kablam! Oct 10 15:30:54.505 INFO kablam! warning: method is never used: `load_from_reader` Oct 10 15:30:54.505 INFO kablam! --> src/sdt.rs:30:5 Oct 10 15:30:54.505 INFO kablam! | Oct 10 15:30:54.505 INFO kablam! 30 | / pub fn load_from_reader(r: R) -> io::Result Oct 10 15:30:54.505 INFO kablam! 31 | | where Oct 10 15:30:54.505 INFO kablam! 32 | | R: ::std::marker::Sized, Oct 10 15:30:54.505 INFO kablam! 33 | | { Oct 10 15:30:54.505 INFO kablam! ... | Oct 10 15:30:54.505 INFO kablam! 40 | | }) Oct 10 15:30:54.505 INFO kablam! 41 | | } Oct 10 15:30:54.505 INFO kablam! | |_____^ Oct 10 15:30:54.505 INFO kablam! Oct 10 15:30:58.768 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.57s Oct 10 15:30:58.769 INFO kablam! su: No module specific data is present Oct 10 15:30:59.311 INFO running `"docker" "rm" "-f" "c1fdb66047e818f65efc0427c8e09e897de6e2cb2ccc7e2e46e7cd38f4cbb855"` Oct 10 15:30:59.517 INFO blam! c1fdb66047e818f65efc0427c8e09e897de6e2cb2ccc7e2e46e7cd38f4cbb855 Oct 10 15:30:59.523 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:30:59.525 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 test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:31:00.010 INFO blam! cf89797efed17ce431182d1cea7e4e334b83bb1cabe9be9f6c882134010c99a3 Oct 10 15:31:00.029 INFO running `"docker" "start" "-a" "cf89797efed17ce431182d1cea7e4e334b83bb1cabe9be9f6c882134010c99a3"` Oct 10 15:31:01.007 INFO kablam! usermod: no changes Oct 10 15:31:01.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 15:31:01.160 INFO kablam! Running /target/debug/deps/plt-4fb3c45eb3006c11 Oct 10 15:31:01.160 INFO blam! Oct 10 15:31:01.160 INFO blam! running 24 tests Oct 10 15:31:01.168 INFO blam! test cfg::tests::simplify ... ok Oct 10 15:31:01.168 INFO blam! test cfg::tests::remove_useless ... ok Oct 10 15:31:01.168 INFO blam! test cfg::tests::remove_unreachable ... ok Oct 10 15:31:01.178 INFO blam! test cfg::tests::remove_epsilon ... ok Oct 10 15:31:01.178 INFO blam! test pda::tests::applies_to ... ok Oct 10 15:31:01.178 INFO blam! test cfg::tests::remove_units ... ok Oct 10 15:31:01.178 INFO blam! test pda::tests::follow_free_moves ... ok Oct 10 15:31:01.178 INFO blam! test pda::tests::rule_follow ... ok Oct 10 15:31:01.178 INFO blam! test pda::tests::rulebook ... ok Oct 10 15:31:01.178 INFO blam! test pdt::tests::applies_to ... ok Oct 10 15:31:01.178 INFO blam! test pda::tests::design ... ok Oct 10 15:31:01.178 INFO blam! test cfg::tests::load_mailformed_cfg ... ok Oct 10 15:31:01.178 INFO blam! test pda::tests::dpda ... ok Oct 10 15:31:01.183 INFO blam! test cfg::tests::load_cfg ... ok Oct 10 15:31:01.183 INFO blam! test pdt::tests::dpdt ... ok Oct 10 15:31:01.183 INFO blam! test pda::tests::next_stack ... ok Oct 10 15:31:01.183 INFO blam! test pdt::tests::follow_free_moves ... ok Oct 10 15:31:01.185 INFO blam! test pda::tests::load_design ... ok Oct 10 15:31:01.185 INFO blam! test pdt::tests::load_design ... ok Oct 10 15:31:01.186 INFO blam! test pdt::tests::next_stack ... ok Oct 10 15:31:01.186 INFO blam! test pdt::tests::rule_follow ... ok Oct 10 15:31:01.187 INFO blam! test pdt::tests::rulebook ... ok Oct 10 15:31:01.190 INFO blam! test pdt::tests::design ... ok Oct 10 15:31:01.190 INFO blam! test cfg::tests::chomsky ... ok Oct 10 15:31:01.190 INFO blam! Oct 10 15:31:01.190 INFO blam! test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:31:01.190 INFO blam! Oct 10 15:31:01.198 INFO kablam! su: No module specific data is present Oct 10 15:31:01.728 INFO running `"docker" "rm" "-f" "cf89797efed17ce431182d1cea7e4e334b83bb1cabe9be9f6c882134010c99a3"` Oct 10 15:31:01.952 INFO blam! cf89797efed17ce431182d1cea7e4e334b83bb1cabe9be9f6c882134010c99a3