Oct 11 05:52:08.392 INFO testing Lait-au-Cafe/automaton_statics against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:52:08.392 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:52:08.392 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:52:08.620 INFO blam! 645b24d62ddac94cde02b6ef6f80a8068b268309de65fb3afb80aa0e214a2882 Oct 11 05:52:08.625 INFO running `"docker" "start" "-a" "645b24d62ddac94cde02b6ef6f80a8068b268309de65fb3afb80aa0e214a2882"` Oct 11 05:52:09.151 INFO kablam! usermod: no changes Oct 11 05:52:09.181 INFO kablam! Compiling libc v0.2.32 Oct 11 05:52:10.106 INFO kablam! Compiling memchr v1.0.2 Oct 11 05:52:10.482 INFO kablam! Compiling aho-corasick v0.6.3 Oct 11 05:52:11.196 INFO kablam! Compiling regex v0.2.2 Oct 11 05:52:17.943 INFO kablam! Compiling automaton_statics v0.1.0 (/source) Oct 11 05:52:18.677 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 05:52:18.677 INFO kablam! --> src/main.rs:1:5 Oct 11 05:52:18.678 INFO kablam! | Oct 11 05:52:18.678 INFO kablam! 1 | use std::collections::HashMap; Oct 11 05:52:18.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:52:18.678 INFO kablam! | Oct 11 05:52:18.679 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:52:18.679 INFO kablam! Oct 11 05:52:18.801 INFO kablam! warning: structure field `stat_A` should have a snake case name such as `stat_a` Oct 11 05:52:18.801 INFO kablam! --> src/data.rs:11:5 Oct 11 05:52:18.801 INFO kablam! | Oct 11 05:52:18.802 INFO kablam! 11 | pub stat_A: char, // オートマトンAの状態 Oct 11 05:52:18.802 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 05:52:18.802 INFO kablam! | Oct 11 05:52:18.802 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 05:52:18.803 INFO kablam! Oct 11 05:52:18.803 INFO kablam! warning: structure field `stat_B` should have a snake case name such as `stat_b` Oct 11 05:52:18.803 INFO kablam! --> src/data.rs:12:5 Oct 11 05:52:18.804 INFO kablam! | Oct 11 05:52:18.804 INFO kablam! 12 | pub stat_B: char // オートマトンBの状態 Oct 11 05:52:18.804 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 05:52:18.804 INFO kablam! Oct 11 05:52:18.805 INFO kablam! warning: variable `hist_A` should have a snake case name such as `hist_a` Oct 11 05:52:18.805 INFO kablam! --> src/main.rs:57:13 Oct 11 05:52:18.805 INFO kablam! | Oct 11 05:52:18.806 INFO kablam! 57 | let mut hist_A: VecDeque = VecDeque::new(); Oct 11 05:52:18.806 INFO kablam! | ^^^^^^^^^^ Oct 11 05:52:18.806 INFO kablam! Oct 11 05:52:18.816 INFO kablam! warning: variable `hist_B` should have a snake case name such as `hist_b` Oct 11 05:52:18.816 INFO kablam! --> src/main.rs:58:13 Oct 11 05:52:18.816 INFO kablam! | Oct 11 05:52:18.816 INFO kablam! 58 | let mut hist_B: VecDeque = VecDeque::new(); Oct 11 05:52:18.816 INFO kablam! | ^^^^^^^^^^ Oct 11 05:52:18.816 INFO kablam! Oct 11 05:52:18.816 INFO kablam! warning: variable `h_A` should have a snake case name such as `h_a` Oct 11 05:52:18.816 INFO kablam! --> src/main.rs:61:17 Oct 11 05:52:18.816 INFO kablam! | Oct 11 05:52:18.816 INFO kablam! 61 | let mut h_A = hist_A.clone(); Oct 11 05:52:18.816 INFO kablam! | ^^^^^^^ Oct 11 05:52:18.816 INFO kablam! Oct 11 05:52:18.816 INFO kablam! warning: variable `h_B` should have a snake case name such as `h_b` Oct 11 05:52:18.817 INFO kablam! --> src/main.rs:62:17 Oct 11 05:52:18.817 INFO kablam! | Oct 11 05:52:18.817 INFO kablam! 62 | let mut h_B = hist_B.clone(); Oct 11 05:52:18.817 INFO kablam! | ^^^^^^^ Oct 11 05:52:18.817 INFO kablam! Oct 11 05:52:18.817 INFO kablam! warning: variable `cond_A` should have a snake case name such as `cond_a` Oct 11 05:52:18.817 INFO kablam! --> src/main.rs:63:17 Oct 11 05:52:18.817 INFO kablam! | Oct 11 05:52:18.817 INFO kablam! 63 | let mut cond_A = String::new(); Oct 11 05:52:18.817 INFO kablam! | ^^^^^^^^^^ Oct 11 05:52:18.817 INFO kablam! Oct 11 05:52:18.817 INFO kablam! warning: variable `cond_B` should have a snake case name such as `cond_b` Oct 11 05:52:18.817 INFO kablam! --> src/main.rs:64:17 Oct 11 05:52:18.817 INFO kablam! | Oct 11 05:52:18.817 INFO kablam! 64 | let mut cond_B = String::new(); Oct 11 05:52:18.817 INFO kablam! | ^^^^^^^^^^ Oct 11 05:52:18.817 INFO kablam! Oct 11 05:52:20.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.10s Oct 11 05:52:20.280 INFO kablam! su: No module specific data is present Oct 11 05:52:21.403 INFO running `"docker" "rm" "-f" "645b24d62ddac94cde02b6ef6f80a8068b268309de65fb3afb80aa0e214a2882"` Oct 11 05:52:21.664 INFO blam! 645b24d62ddac94cde02b6ef6f80a8068b268309de65fb3afb80aa0e214a2882 Oct 11 05:52:21.673 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:52:21.673 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:52:22.032 INFO blam! 401c174d88169d5667fd922663e569d0415422d01e6152276615e1de432bb9b9 Oct 11 05:52:22.033 INFO running `"docker" "start" "-a" "401c174d88169d5667fd922663e569d0415422d01e6152276615e1de432bb9b9"` Oct 11 05:52:23.155 INFO kablam! usermod: no changes Oct 11 05:52:23.217 INFO kablam! Compiling automaton_statics v0.1.0 (/source) Oct 11 05:52:23.840 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 05:52:23.840 INFO kablam! --> src/main.rs:1:5 Oct 11 05:52:23.840 INFO kablam! | Oct 11 05:52:23.840 INFO kablam! 1 | use std::collections::HashMap; Oct 11 05:52:23.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:52:23.840 INFO kablam! | Oct 11 05:52:23.840 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:52:23.840 INFO kablam! Oct 11 05:52:23.983 INFO kablam! warning: structure field `stat_A` should have a snake case name such as `stat_a` Oct 11 05:52:23.983 INFO kablam! --> src/data.rs:11:5 Oct 11 05:52:23.983 INFO kablam! | Oct 11 05:52:23.983 INFO kablam! 11 | pub stat_A: char, // オートマトンAの状態 Oct 11 05:52:23.983 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 05:52:23.983 INFO kablam! | Oct 11 05:52:23.983 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 05:52:23.983 INFO kablam! Oct 11 05:52:23.986 INFO kablam! warning: structure field `stat_B` should have a snake case name such as `stat_b` Oct 11 05:52:23.986 INFO kablam! --> src/data.rs:12:5 Oct 11 05:52:23.986 INFO kablam! | Oct 11 05:52:23.986 INFO kablam! 12 | pub stat_B: char // オートマトンBの状態 Oct 11 05:52:23.986 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 05:52:23.986 INFO kablam! Oct 11 05:52:23.988 INFO kablam! warning: variable `hist_A` should have a snake case name such as `hist_a` Oct 11 05:52:23.988 INFO kablam! --> src/main.rs:57:13 Oct 11 05:52:23.988 INFO kablam! | Oct 11 05:52:23.988 INFO kablam! 57 | let mut hist_A: VecDeque = VecDeque::new(); Oct 11 05:52:23.988 INFO kablam! | ^^^^^^^^^^ Oct 11 05:52:23.988 INFO kablam! Oct 11 05:52:23.988 INFO kablam! warning: variable `hist_B` should have a snake case name such as `hist_b` Oct 11 05:52:23.990 INFO kablam! --> src/main.rs:58:13 Oct 11 05:52:23.990 INFO kablam! | Oct 11 05:52:23.990 INFO kablam! 58 | let mut hist_B: VecDeque = VecDeque::new(); Oct 11 05:52:23.990 INFO kablam! | ^^^^^^^^^^ Oct 11 05:52:23.990 INFO kablam! Oct 11 05:52:23.990 INFO kablam! warning: variable `h_A` should have a snake case name such as `h_a` Oct 11 05:52:23.990 INFO kablam! --> src/main.rs:61:17 Oct 11 05:52:23.990 INFO kablam! | Oct 11 05:52:23.990 INFO kablam! 61 | let mut h_A = hist_A.clone(); Oct 11 05:52:23.990 INFO kablam! | ^^^^^^^ Oct 11 05:52:23.990 INFO kablam! Oct 11 05:52:23.996 INFO kablam! warning: variable `h_B` should have a snake case name such as `h_b` Oct 11 05:52:23.996 INFO kablam! --> src/main.rs:62:17 Oct 11 05:52:23.996 INFO kablam! | Oct 11 05:52:23.996 INFO kablam! 62 | let mut h_B = hist_B.clone(); Oct 11 05:52:23.996 INFO kablam! | ^^^^^^^ Oct 11 05:52:23.996 INFO kablam! Oct 11 05:52:23.996 INFO kablam! warning: variable `cond_A` should have a snake case name such as `cond_a` Oct 11 05:52:23.996 INFO kablam! --> src/main.rs:63:17 Oct 11 05:52:23.996 INFO kablam! | Oct 11 05:52:23.996 INFO kablam! 63 | let mut cond_A = String::new(); Oct 11 05:52:23.996 INFO kablam! | ^^^^^^^^^^ Oct 11 05:52:23.996 INFO kablam! Oct 11 05:52:23.996 INFO kablam! warning: variable `cond_B` should have a snake case name such as `cond_b` Oct 11 05:52:23.996 INFO kablam! --> src/main.rs:64:17 Oct 11 05:52:23.996 INFO kablam! | Oct 11 05:52:23.996 INFO kablam! 64 | let mut cond_B = String::new(); Oct 11 05:52:23.996 INFO kablam! | ^^^^^^^^^^ Oct 11 05:52:23.996 INFO kablam! Oct 11 05:52:24.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 11 05:52:24.443 INFO kablam! su: No module specific data is present Oct 11 05:52:25.166 INFO running `"docker" "rm" "-f" "401c174d88169d5667fd922663e569d0415422d01e6152276615e1de432bb9b9"` Oct 11 05:52:25.392 INFO blam! 401c174d88169d5667fd922663e569d0415422d01e6152276615e1de432bb9b9 Oct 11 05:52:25.408 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:52:25.408 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 05:52:25.793 INFO blam! 90e9a40ce9538cd3a5cba29f806c9a1a012f657372ad542c2d2d796997efe932 Oct 11 05:52:25.804 INFO running `"docker" "start" "-a" "90e9a40ce9538cd3a5cba29f806c9a1a012f657372ad542c2d2d796997efe932"` Oct 11 05:52:26.718 INFO kablam! usermod: no changes Oct 11 05:52:26.777 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 05:52:26.789 INFO kablam! Running /target/debug/deps/automaton_statics-53818a3c648bf5e6 Oct 11 05:52:26.791 INFO blam! Oct 11 05:52:26.791 INFO blam! running 0 tests Oct 11 05:52:26.791 INFO blam! Oct 11 05:52:26.791 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:52:26.791 INFO blam! Oct 11 05:52:26.800 INFO kablam! su: No module specific data is present Oct 11 05:52:27.413 INFO running `"docker" "rm" "-f" "90e9a40ce9538cd3a5cba29f806c9a1a012f657372ad542c2d2d796997efe932"` Oct 11 05:52:27.732 INFO blam! 90e9a40ce9538cd3a5cba29f806c9a1a012f657372ad542c2d2d796997efe932