Oct 15 09:20:09.940 INFO testing Lait-au-Cafe/automaton_statics against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:20:09.940 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 09:20:10.306 INFO blam! d376a7450199f78a11f3872055c9e2ef4d050b725f8578a2049a867fefbfc644 Oct 15 09:20:10.309 INFO running `"docker" "start" "-a" "d376a7450199f78a11f3872055c9e2ef4d050b725f8578a2049a867fefbfc644"` Oct 15 09:20:10.811 INFO kablam! usermod: no changes Oct 15 09:20:10.844 INFO kablam! Compiling automaton_statics v0.1.0 (/source) Oct 15 09:20:11.503 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 09:20:11.503 INFO kablam! --> src/main.rs:1:5 Oct 15 09:20:11.503 INFO kablam! | Oct 15 09:20:11.503 INFO kablam! 1 | use std::collections::HashMap; Oct 15 09:20:11.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:20:11.503 INFO kablam! | Oct 15 09:20:11.503 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:20:11.503 INFO kablam! Oct 15 09:20:11.614 INFO kablam! warning: structure field `stat_A` should have a snake case name such as `stat_a` Oct 15 09:20:11.614 INFO kablam! --> src/data.rs:11:5 Oct 15 09:20:11.614 INFO kablam! | Oct 15 09:20:11.614 INFO kablam! 11 | pub stat_A: char, // オートマトンAの状態 Oct 15 09:20:11.614 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 09:20:11.614 INFO kablam! | Oct 15 09:20:11.614 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 09:20:11.614 INFO kablam! Oct 15 09:20:11.614 INFO kablam! warning: structure field `stat_B` should have a snake case name such as `stat_b` Oct 15 09:20:11.614 INFO kablam! --> src/data.rs:12:5 Oct 15 09:20:11.614 INFO kablam! | Oct 15 09:20:11.614 INFO kablam! 12 | pub stat_B: char // オートマトンBの状態 Oct 15 09:20:11.614 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 09:20:11.614 INFO kablam! Oct 15 09:20:11.614 INFO kablam! warning: variable `hist_A` should have a snake case name such as `hist_a` Oct 15 09:20:11.614 INFO kablam! --> src/main.rs:57:13 Oct 15 09:20:11.614 INFO kablam! | Oct 15 09:20:11.614 INFO kablam! 57 | let mut hist_A: VecDeque = VecDeque::new(); Oct 15 09:20:11.614 INFO kablam! | ^^^^^^^^^^ Oct 15 09:20:11.614 INFO kablam! Oct 15 09:20:11.614 INFO kablam! warning: variable `hist_B` should have a snake case name such as `hist_b` Oct 15 09:20:11.615 INFO kablam! --> src/main.rs:58:13 Oct 15 09:20:11.615 INFO kablam! | Oct 15 09:20:11.615 INFO kablam! 58 | let mut hist_B: VecDeque = VecDeque::new(); Oct 15 09:20:11.615 INFO kablam! | ^^^^^^^^^^ Oct 15 09:20:11.615 INFO kablam! Oct 15 09:20:11.615 INFO kablam! warning: variable `h_A` should have a snake case name such as `h_a` Oct 15 09:20:11.615 INFO kablam! --> src/main.rs:61:17 Oct 15 09:20:11.615 INFO kablam! | Oct 15 09:20:11.615 INFO kablam! 61 | let mut h_A = hist_A.clone(); Oct 15 09:20:11.615 INFO kablam! | ^^^^^^^ Oct 15 09:20:11.615 INFO kablam! Oct 15 09:20:11.615 INFO kablam! warning: variable `h_B` should have a snake case name such as `h_b` Oct 15 09:20:11.615 INFO kablam! --> src/main.rs:62:17 Oct 15 09:20:11.615 INFO kablam! | Oct 15 09:20:11.615 INFO kablam! 62 | let mut h_B = hist_B.clone(); Oct 15 09:20:11.615 INFO kablam! | ^^^^^^^ Oct 15 09:20:11.615 INFO kablam! Oct 15 09:20:11.615 INFO kablam! warning: variable `cond_A` should have a snake case name such as `cond_a` Oct 15 09:20:11.615 INFO kablam! --> src/main.rs:63:17 Oct 15 09:20:11.615 INFO kablam! | Oct 15 09:20:11.615 INFO kablam! 63 | let mut cond_A = String::new(); Oct 15 09:20:11.615 INFO kablam! | ^^^^^^^^^^ Oct 15 09:20:11.615 INFO kablam! Oct 15 09:20:11.615 INFO kablam! warning: variable `cond_B` should have a snake case name such as `cond_b` Oct 15 09:20:11.615 INFO kablam! --> src/main.rs:64:17 Oct 15 09:20:11.615 INFO kablam! | Oct 15 09:20:11.615 INFO kablam! 64 | let mut cond_B = String::new(); Oct 15 09:20:11.615 INFO kablam! | ^^^^^^^^^^ Oct 15 09:20:11.615 INFO kablam! Oct 15 09:20:12.544 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 15 09:20:12.546 INFO kablam! su: No module specific data is present Oct 15 09:20:12.869 INFO running `"docker" "rm" "-f" "d376a7450199f78a11f3872055c9e2ef4d050b725f8578a2049a867fefbfc644"` Oct 15 09:20:12.946 INFO blam! d376a7450199f78a11f3872055c9e2ef4d050b725f8578a2049a867fefbfc644 Oct 15 09:20:12.947 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 09:20:13.106 INFO blam! 7016b41dca4a47ff3a41e7efc9b4b1a51b85598967f2d01f80d2e638b424c232 Oct 15 09:20:13.108 INFO running `"docker" "start" "-a" "7016b41dca4a47ff3a41e7efc9b4b1a51b85598967f2d01f80d2e638b424c232"` Oct 15 09:20:13.619 INFO kablam! usermod: no changes Oct 15 09:20:13.668 INFO kablam! Compiling automaton_statics v0.1.0 (/source) Oct 15 09:20:14.395 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 09:20:14.395 INFO kablam! --> src/main.rs:1:5 Oct 15 09:20:14.396 INFO kablam! | Oct 15 09:20:14.396 INFO kablam! 1 | use std::collections::HashMap; Oct 15 09:20:14.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:20:14.396 INFO kablam! | Oct 15 09:20:14.397 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:20:14.397 INFO kablam! Oct 15 09:20:14.515 INFO kablam! warning: structure field `stat_A` should have a snake case name such as `stat_a` Oct 15 09:20:14.516 INFO kablam! --> src/data.rs:11:5 Oct 15 09:20:14.516 INFO kablam! | Oct 15 09:20:14.516 INFO kablam! 11 | pub stat_A: char, // オートマトンAの状態 Oct 15 09:20:14.517 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 09:20:14.517 INFO kablam! | Oct 15 09:20:14.517 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 09:20:14.518 INFO kablam! Oct 15 09:20:14.518 INFO kablam! warning: structure field `stat_B` should have a snake case name such as `stat_b` Oct 15 09:20:14.518 INFO kablam! --> src/data.rs:12:5 Oct 15 09:20:14.519 INFO kablam! | Oct 15 09:20:14.519 INFO kablam! 12 | pub stat_B: char // オートマトンBの状態 Oct 15 09:20:14.519 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 09:20:14.520 INFO kablam! Oct 15 09:20:14.520 INFO kablam! warning: variable `hist_A` should have a snake case name such as `hist_a` Oct 15 09:20:14.520 INFO kablam! --> src/main.rs:57:13 Oct 15 09:20:14.520 INFO kablam! | Oct 15 09:20:14.521 INFO kablam! 57 | let mut hist_A: VecDeque = VecDeque::new(); Oct 15 09:20:14.521 INFO kablam! | ^^^^^^^^^^ Oct 15 09:20:14.521 INFO kablam! Oct 15 09:20:14.522 INFO kablam! warning: variable `hist_B` should have a snake case name such as `hist_b` Oct 15 09:20:14.522 INFO kablam! --> src/main.rs:58:13 Oct 15 09:20:14.522 INFO kablam! | Oct 15 09:20:14.523 INFO kablam! 58 | let mut hist_B: VecDeque = VecDeque::new(); Oct 15 09:20:14.523 INFO kablam! | ^^^^^^^^^^ Oct 15 09:20:14.523 INFO kablam! Oct 15 09:20:14.524 INFO kablam! warning: variable `h_A` should have a snake case name such as `h_a` Oct 15 09:20:14.524 INFO kablam! --> src/main.rs:61:17 Oct 15 09:20:14.524 INFO kablam! | Oct 15 09:20:14.525 INFO kablam! 61 | let mut h_A = hist_A.clone(); Oct 15 09:20:14.525 INFO kablam! | ^^^^^^^ Oct 15 09:20:14.525 INFO kablam! Oct 15 09:20:14.526 INFO kablam! warning: variable `h_B` should have a snake case name such as `h_b` Oct 15 09:20:14.526 INFO kablam! --> src/main.rs:62:17 Oct 15 09:20:14.526 INFO kablam! | Oct 15 09:20:14.526 INFO kablam! 62 | let mut h_B = hist_B.clone(); Oct 15 09:20:14.527 INFO kablam! | ^^^^^^^ Oct 15 09:20:14.527 INFO kablam! Oct 15 09:20:14.527 INFO kablam! warning: variable `cond_A` should have a snake case name such as `cond_a` Oct 15 09:20:14.528 INFO kablam! --> src/main.rs:63:17 Oct 15 09:20:14.528 INFO kablam! | Oct 15 09:20:14.528 INFO kablam! 63 | let mut cond_A = String::new(); Oct 15 09:20:14.529 INFO kablam! | ^^^^^^^^^^ Oct 15 09:20:14.529 INFO kablam! Oct 15 09:20:14.529 INFO kablam! warning: variable `cond_B` should have a snake case name such as `cond_b` Oct 15 09:20:14.530 INFO kablam! --> src/main.rs:64:17 Oct 15 09:20:14.530 INFO kablam! | Oct 15 09:20:14.530 INFO kablam! 64 | let mut cond_B = String::new(); Oct 15 09:20:14.531 INFO kablam! | ^^^^^^^^^^ Oct 15 09:20:14.531 INFO kablam! Oct 15 09:20:14.928 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 15 09:20:14.932 INFO kablam! su: No module specific data is present Oct 15 09:20:15.465 INFO running `"docker" "rm" "-f" "7016b41dca4a47ff3a41e7efc9b4b1a51b85598967f2d01f80d2e638b424c232"` Oct 15 09:20:15.679 INFO blam! 7016b41dca4a47ff3a41e7efc9b4b1a51b85598967f2d01f80d2e638b424c232 Oct 15 09:20:15.683 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 09:20:15.991 INFO blam! 07dbc2dc891f854314a2ad85ba7bcfd87783b0115df88b5f88968a1edb8d2d60 Oct 15 09:20:15.999 INFO running `"docker" "start" "-a" "07dbc2dc891f854314a2ad85ba7bcfd87783b0115df88b5f88968a1edb8d2d60"` Oct 15 09:20:17.130 INFO kablam! usermod: no changes Oct 15 09:20:17.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 09:20:17.251 INFO kablam! Running /target/debug/deps/automaton_statics-53818a3c648bf5e6 Oct 15 09:20:17.251 INFO blam! Oct 15 09:20:17.252 INFO kablam! su: No module specific data is present Oct 15 09:20:17.252 INFO blam! running 0 tests Oct 15 09:20:17.252 INFO blam! Oct 15 09:20:17.252 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:20:17.253 INFO blam! Oct 15 09:20:17.966 INFO running `"docker" "rm" "-f" "07dbc2dc891f854314a2ad85ba7bcfd87783b0115df88b5f88968a1edb8d2d60"` Oct 15 09:20:18.275 INFO blam! 07dbc2dc891f854314a2ad85ba7bcfd87783b0115df88b5f88968a1edb8d2d60