Oct 16 04:44:52.808 INFO testing kailua_check-1.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 04:44:52.810 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 04:44:53.275 INFO blam! 884373aa99347e89815b004a26296a03217cbbdc27bddc9e3c3bac8fb1e1cf67 Oct 16 04:44:53.276 INFO running `"docker" "start" "-a" "884373aa99347e89815b004a26296a03217cbbdc27bddc9e3c3bac8fb1e1cf67"` Oct 16 04:44:53.879 INFO kablam! usermod: no changes Oct 16 04:44:54.059 INFO kablam! Compiling kailua_types v1.1.0 Oct 16 04:45:05.051 INFO kablam! Compiling kailua_check v1.1.0 (/source) Oct 16 04:45:07.119 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 04:45:07.119 INFO kablam! --> src/options.rs:4:5 Oct 16 04:45:07.119 INFO kablam! | Oct 16 04:45:07.119 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 16 04:45:07.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:07.119 INFO kablam! | Oct 16 04:45:07.119 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:45:07.119 INFO kablam! Oct 16 04:45:08.663 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 04:45:08.663 INFO kablam! --> src/options.rs:4:5 Oct 16 04:45:08.664 INFO kablam! | Oct 16 04:45:08.664 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 16 04:45:08.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:08.665 INFO kablam! | Oct 16 04:45:08.665 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:45:08.665 INFO kablam! Oct 16 04:45:08.987 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:08.987 INFO kablam! --> src/env.rs:974:17 Oct 16 04:45:08.987 INFO kablam! | Oct 16 04:45:08.987 INFO kablam! 974 | let mut def = def.expect("Env::ensure_var with an undefined var"); Oct 16 04:45:08.987 INFO kablam! | ----^^^ Oct 16 04:45:08.987 INFO kablam! | | Oct 16 04:45:08.987 INFO kablam! | help: remove this `mut` Oct 16 04:45:08.987 INFO kablam! | Oct 16 04:45:08.987 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:45:08.987 INFO kablam! Oct 16 04:45:09.007 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:09.007 INFO kablam! --> src/env.rs:1194:13 Oct 16 04:45:09.007 INFO kablam! | Oct 16 04:45:09.007 INFO kablam! 1194 | let mut def = self.context.ids.entry(id).or_insert_with(|| { Oct 16 04:45:09.007 INFO kablam! | ----^^^ Oct 16 04:45:09.007 INFO kablam! | | Oct 16 04:45:09.007 INFO kablam! | help: remove this `mut` Oct 16 04:45:09.007 INFO kablam! Oct 16 04:45:09.248 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:09.248 INFO kablam! --> src/check.rs:1302:13 Oct 16 04:45:09.248 INFO kablam! | Oct 16 04:45:09.248 INFO kablam! 1302 | let mut modules = self.pending_modules.last_mut().unwrap(); Oct 16 04:45:09.248 INFO kablam! | ----^^^^^^^ Oct 16 04:45:09.248 INFO kablam! | | Oct 16 04:45:09.248 INFO kablam! | help: remove this `mut` Oct 16 04:45:09.248 INFO kablam! Oct 16 04:45:09.407 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:09.407 INFO kablam! --> src/check.rs:2882:17 Oct 16 04:45:09.407 INFO kablam! | Oct 16 04:45:09.407 INFO kablam! 2882 | let mut modules = self.pending_modules.last_mut().expect("missing PendingModules"); Oct 16 04:45:09.407 INFO kablam! | ----^^^^^^^ Oct 16 04:45:09.407 INFO kablam! | | Oct 16 04:45:09.407 INFO kablam! | help: remove this `mut` Oct 16 04:45:09.407 INFO kablam! Oct 16 04:45:14.515 INFO kablam! warning: unused import: `std::str` Oct 16 04:45:14.515 INFO kablam! --> src/bin/kailua-check.rs:8:5 Oct 16 04:45:14.515 INFO kablam! | Oct 16 04:45:14.515 INFO kablam! 8 | use std::str; Oct 16 04:45:14.515 INFO kablam! | ^^^^^^^^ Oct 16 04:45:14.515 INFO kablam! | Oct 16 04:45:14.515 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:45:14.515 INFO kablam! Oct 16 04:45:22.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.48s Oct 16 04:45:22.395 INFO kablam! su: No module specific data is present Oct 16 04:45:23.159 INFO running `"docker" "rm" "-f" "884373aa99347e89815b004a26296a03217cbbdc27bddc9e3c3bac8fb1e1cf67"` Oct 16 04:45:23.499 INFO blam! 884373aa99347e89815b004a26296a03217cbbdc27bddc9e3c3bac8fb1e1cf67 Oct 16 04:45:23.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 04:45:23.972 INFO blam! 03345249d68ab971296c76b86d261d5c392c04cd08ef1cf5a9da8bbbf110a026 Oct 16 04:45:23.974 INFO running `"docker" "start" "-a" "03345249d68ab971296c76b86d261d5c392c04cd08ef1cf5a9da8bbbf110a026"` Oct 16 04:45:25.790 INFO kablam! usermod: no changes Oct 16 04:45:25.943 INFO kablam! Compiling kailua_test v1.0.4 Oct 16 04:45:29.251 INFO kablam! Compiling kailua_check v1.1.0 (/source) Oct 16 04:45:32.739 INFO kablam! warning: unused import: `std::str` Oct 16 04:45:32.739 INFO kablam! --> src/bin/kailua-check.rs:8:5 Oct 16 04:45:32.739 INFO kablam! | Oct 16 04:45:32.739 INFO kablam! 8 | use std::str; Oct 16 04:45:32.739 INFO kablam! | ^^^^^^^^ Oct 16 04:45:32.739 INFO kablam! | Oct 16 04:45:32.739 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:45:32.739 INFO kablam! Oct 16 04:45:33.374 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 04:45:33.374 INFO kablam! --> src/options.rs:4:5 Oct 16 04:45:33.374 INFO kablam! | Oct 16 04:45:33.374 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 16 04:45:33.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:33.376 INFO kablam! | Oct 16 04:45:33.376 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:45:33.377 INFO kablam! Oct 16 04:45:35.507 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 04:45:35.507 INFO kablam! --> src/options.rs:4:5 Oct 16 04:45:35.507 INFO kablam! | Oct 16 04:45:35.507 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 16 04:45:35.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:35.507 INFO kablam! | Oct 16 04:45:35.507 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:45:35.507 INFO kablam! Oct 16 04:45:35.979 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:35.979 INFO kablam! --> src/env.rs:974:17 Oct 16 04:45:35.979 INFO kablam! | Oct 16 04:45:35.979 INFO kablam! 974 | let mut def = def.expect("Env::ensure_var with an undefined var"); Oct 16 04:45:35.979 INFO kablam! | ----^^^ Oct 16 04:45:35.979 INFO kablam! | | Oct 16 04:45:35.979 INFO kablam! | help: remove this `mut` Oct 16 04:45:35.979 INFO kablam! | Oct 16 04:45:35.979 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:45:35.979 INFO kablam! Oct 16 04:45:36.011 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:36.011 INFO kablam! --> src/env.rs:1194:13 Oct 16 04:45:36.011 INFO kablam! | Oct 16 04:45:36.011 INFO kablam! 1194 | let mut def = self.context.ids.entry(id).or_insert_with(|| { Oct 16 04:45:36.011 INFO kablam! | ----^^^ Oct 16 04:45:36.011 INFO kablam! | | Oct 16 04:45:36.011 INFO kablam! | help: remove this `mut` Oct 16 04:45:36.011 INFO kablam! Oct 16 04:45:36.531 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:36.531 INFO kablam! --> src/check.rs:1302:13 Oct 16 04:45:36.531 INFO kablam! | Oct 16 04:45:36.532 INFO kablam! 1302 | let mut modules = self.pending_modules.last_mut().unwrap(); Oct 16 04:45:36.532 INFO kablam! | ----^^^^^^^ Oct 16 04:45:36.532 INFO kablam! | | Oct 16 04:45:36.533 INFO kablam! | help: remove this `mut` Oct 16 04:45:36.533 INFO kablam! Oct 16 04:45:36.731 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:36.731 INFO kablam! --> src/check.rs:2882:17 Oct 16 04:45:36.731 INFO kablam! | Oct 16 04:45:36.731 INFO kablam! 2882 | let mut modules = self.pending_modules.last_mut().expect("missing PendingModules"); Oct 16 04:45:36.731 INFO kablam! | ----^^^^^^^ Oct 16 04:45:36.731 INFO kablam! | | Oct 16 04:45:36.731 INFO kablam! | help: remove this `mut` Oct 16 04:45:36.731 INFO kablam! Oct 16 04:45:41.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.59s Oct 16 04:45:41.435 INFO kablam! su: No module specific data is present Oct 16 04:45:41.992 INFO running `"docker" "rm" "-f" "03345249d68ab971296c76b86d261d5c392c04cd08ef1cf5a9da8bbbf110a026"` Oct 16 04:45:42.327 INFO blam! 03345249d68ab971296c76b86d261d5c392c04cd08ef1cf5a9da8bbbf110a026