Oct 31 20:54:47.351 INFO checking smith-30/rust-aoj against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 20:54:47.352 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 20:54:47.774 INFO blam! 760bc1eb68f599b851739fb8e95aa46ddbb590b642786a118baddbfa000623dc Oct 31 20:54:47.784 INFO running `"docker" "start" "-a" "760bc1eb68f599b851739fb8e95aa46ddbb590b642786a118baddbfa000623dc"` Oct 31 20:54:49.063 INFO kablam! usermod: no changes Oct 31 20:54:49.148 INFO kablam! Checking round v0.1.0 Oct 31 20:54:49.148 INFO kablam! Checking libmath v0.2.0 Oct 31 20:54:49.632 INFO kablam! Checking AOJ v0.1.0 (/source) Oct 31 20:54:50.864 INFO kablam! warning: crate `AOJ` should have a snake case name such as `aoj` Oct 31 20:54:50.864 INFO kablam! | Oct 31 20:54:50.864 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 20:54:50.864 INFO kablam! Oct 31 20:54:50.908 INFO kablam! warning: crate `AOJ` should have a snake case name such as `aoj` Oct 31 20:54:50.947 INFO kablam! | Oct 31 20:54:50.947 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 20:54:50.947 INFO kablam! Oct 31 20:54:50.988 INFO kablam! warning: doc comment not used by rustdoc Oct 31 20:54:50.989 INFO kablam! --> examples/list_of_top_3_hills.rs:42:5 Oct 31 20:54:50.989 INFO kablam! | Oct 31 20:54:50.989 INFO kablam! 42 | / /** Oct 31 20:54:50.989 INFO kablam! 43 | | * テキストをvecに区切って格納 Oct 31 20:54:50.989 INFO kablam! 44 | | */ Oct 31 20:54:50.989 INFO kablam! | |_______^ Oct 31 20:54:50.989 INFO kablam! | Oct 31 20:54:50.989 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 31 20:54:50.989 INFO kablam! Oct 31 20:54:50.989 INFO kablam! warning: doc comment not used by rustdoc Oct 31 20:54:50.989 INFO kablam! --> examples/list_of_top_3_hills.rs:58:5 Oct 31 20:54:50.989 INFO kablam! | Oct 31 20:54:50.989 INFO kablam! 58 | / /** Oct 31 20:54:50.989 INFO kablam! 59 | | * sort Oct 31 20:54:50.989 INFO kablam! 60 | | */ Oct 31 20:54:50.989 INFO kablam! | |_______^ Oct 31 20:54:50.989 INFO kablam! Oct 31 20:54:51.621 INFO kablam! warning: doc comment not used by rustdoc Oct 31 20:54:51.621 INFO kablam! --> examples/english_sentence.rs:66:5 Oct 31 20:54:51.621 INFO kablam! | Oct 31 20:54:51.621 INFO kablam! 66 | / /** Oct 31 20:54:51.621 INFO kablam! 67 | | * @Todo Oct 31 20:54:51.621 INFO kablam! 68 | | * value assigned to `word_appeared_count` is never read Oct 31 20:54:51.621 INFO kablam! 69 | | * 解決する Oct 31 20:54:51.621 INFO kablam! 70 | | */ Oct 31 20:54:51.621 INFO kablam! | |_______^ Oct 31 20:54:51.621 INFO kablam! | Oct 31 20:54:51.621 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 31 20:54:51.621 INFO kablam! Oct 31 20:54:51.621 INFO kablam! warning: doc comment not used by rustdoc Oct 31 20:54:51.621 INFO kablam! --> examples/english_sentence.rs:75:5 Oct 31 20:54:51.621 INFO kablam! | Oct 31 20:54:51.621 INFO kablam! 75 | / /** Oct 31 20:54:51.621 INFO kablam! 76 | | * @Todo こいつうまく書くタイミング。。 Oct 31 20:54:51.621 INFO kablam! 77 | | */ Oct 31 20:54:51.621 INFO kablam! | |_______^ Oct 31 20:54:51.622 INFO kablam! Oct 31 20:54:51.680 INFO kablam! warning: value assigned to `word_appeared_count` is never read Oct 31 20:54:51.680 INFO kablam! --> examples/english_sentence.rs:71:13 Oct 31 20:54:51.680 INFO kablam! | Oct 31 20:54:51.680 INFO kablam! 71 | let mut word_appeared_count = 0; Oct 31 20:54:51.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 31 20:54:51.680 INFO kablam! | Oct 31 20:54:51.680 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 31 20:54:51.680 INFO kablam! Oct 31 20:54:51.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Oct 31 20:54:51.959 INFO kablam! su: No module specific data is present Oct 31 20:54:52.768 INFO running `"docker" "rm" "-f" "760bc1eb68f599b851739fb8e95aa46ddbb590b642786a118baddbfa000623dc"` Oct 31 20:54:53.168 INFO blam! 760bc1eb68f599b851739fb8e95aa46ddbb590b642786a118baddbfa000623dc