Oct 16 04:44:50.459 INFO testing kailua_check-1.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 04:44:50.461 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:50.879 INFO blam! c3a7ef8c1c685f3af3b9c9a97806d852b70045f789669e5aba131b43750befd2 Oct 16 04:44:50.881 INFO running `"docker" "start" "-a" "c3a7ef8c1c685f3af3b9c9a97806d852b70045f789669e5aba131b43750befd2"` Oct 16 04:44:52.251 INFO kablam! usermod: no changes Oct 16 04:44:52.407 INFO kablam! Compiling kailua_env v1.0.4 Oct 16 04:44:52.407 INFO kablam! Compiling parse-generics-shim v0.1.1 Oct 16 04:44:52.408 INFO kablam! Compiling atomic v0.3.4 Oct 16 04:44:54.117 INFO kablam! Compiling kailua_diag v1.0.4 Oct 16 04:44:55.833 INFO kablam! Compiling kailua_syntax v1.1.0 Oct 16 04:45:05.079 INFO kablam! Compiling kailua_types v1.1.0 Oct 16 04:45:19.106 INFO kablam! Compiling kailua_check v1.1.0 (/source) Oct 16 04:45:21.288 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 04:45:21.288 INFO kablam! --> src/options.rs:4:5 Oct 16 04:45:21.288 INFO kablam! | Oct 16 04:45:21.289 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 16 04:45:21.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:21.289 INFO kablam! | Oct 16 04:45:21.289 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:45:21.290 INFO kablam! Oct 16 04:45:22.731 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 04:45:22.731 INFO kablam! --> src/options.rs:4:5 Oct 16 04:45:22.731 INFO kablam! | Oct 16 04:45:22.731 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 16 04:45:22.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:22.731 INFO kablam! | Oct 16 04:45:22.731 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:45:22.731 INFO kablam! Oct 16 04:45:23.047 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:23.047 INFO kablam! --> src/env.rs:974:17 Oct 16 04:45:23.047 INFO kablam! | Oct 16 04:45:23.047 INFO kablam! 974 | let mut def = def.expect("Env::ensure_var with an undefined var"); Oct 16 04:45:23.047 INFO kablam! | ----^^^ Oct 16 04:45:23.047 INFO kablam! | | Oct 16 04:45:23.047 INFO kablam! | help: remove this `mut` Oct 16 04:45:23.047 INFO kablam! | Oct 16 04:45:23.047 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:45:23.047 INFO kablam! Oct 16 04:45:23.067 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:23.067 INFO kablam! --> src/env.rs:1194:13 Oct 16 04:45:23.067 INFO kablam! | Oct 16 04:45:23.067 INFO kablam! 1194 | let mut def = self.context.ids.entry(id).or_insert_with(|| { Oct 16 04:45:23.067 INFO kablam! | ----^^^ Oct 16 04:45:23.067 INFO kablam! | | Oct 16 04:45:23.067 INFO kablam! | help: remove this `mut` Oct 16 04:45:23.067 INFO kablam! Oct 16 04:45:23.315 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:23.316 INFO kablam! --> src/check.rs:1302:13 Oct 16 04:45:23.316 INFO kablam! | Oct 16 04:45:23.316 INFO kablam! 1302 | let mut modules = self.pending_modules.last_mut().unwrap(); Oct 16 04:45:23.317 INFO kablam! | ----^^^^^^^ Oct 16 04:45:23.317 INFO kablam! | | Oct 16 04:45:23.317 INFO kablam! | help: remove this `mut` Oct 16 04:45:23.317 INFO kablam! Oct 16 04:45:23.478 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:23.478 INFO kablam! --> src/check.rs:2882:17 Oct 16 04:45:23.478 INFO kablam! | Oct 16 04:45:23.478 INFO kablam! 2882 | let mut modules = self.pending_modules.last_mut().expect("missing PendingModules"); Oct 16 04:45:23.478 INFO kablam! | ----^^^^^^^ Oct 16 04:45:23.478 INFO kablam! | | Oct 16 04:45:23.478 INFO kablam! | help: remove this `mut` Oct 16 04:45:23.478 INFO kablam! Oct 16 04:45:28.743 INFO kablam! warning: unused import: `std::str` Oct 16 04:45:28.743 INFO kablam! --> src/bin/kailua-check.rs:8:5 Oct 16 04:45:28.743 INFO kablam! | Oct 16 04:45:28.743 INFO kablam! 8 | use std::str; Oct 16 04:45:28.743 INFO kablam! | ^^^^^^^^ Oct 16 04:45:28.743 INFO kablam! | Oct 16 04:45:28.743 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:45:28.743 INFO kablam! Oct 16 04:45:35.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.92s Oct 16 04:45:35.195 INFO kablam! su: No module specific data is present Oct 16 04:45:36.246 INFO running `"docker" "rm" "-f" "c3a7ef8c1c685f3af3b9c9a97806d852b70045f789669e5aba131b43750befd2"` Oct 16 04:45:36.525 INFO blam! c3a7ef8c1c685f3af3b9c9a97806d852b70045f789669e5aba131b43750befd2 Oct 16 04:45:36.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:36.937 INFO blam! adc85ddd6f7a9c059408acb40a521a5a527ea7317f468e790da0fd0246159222 Oct 16 04:45:36.939 INFO running `"docker" "start" "-a" "adc85ddd6f7a9c059408acb40a521a5a527ea7317f468e790da0fd0246159222"` Oct 16 04:45:38.024 INFO kablam! usermod: no changes Oct 16 04:45:38.166 INFO kablam! Compiling kailua_test v1.0.4 Oct 16 04:45:41.108 INFO kablam! Compiling kailua_check v1.1.0 (/source) Oct 16 04:45:43.719 INFO kablam! warning: unused import: `std::str` Oct 16 04:45:43.719 INFO kablam! --> src/bin/kailua-check.rs:8:5 Oct 16 04:45:43.719 INFO kablam! | Oct 16 04:45:43.719 INFO kablam! 8 | use std::str; Oct 16 04:45:43.719 INFO kablam! | ^^^^^^^^ Oct 16 04:45:43.719 INFO kablam! | Oct 16 04:45:43.719 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:45:43.719 INFO kablam! Oct 16 04:45:43.783 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 16 04:45:43.783 INFO kablam! --> src/options.rs:4:5 Oct 16 04:45:43.783 INFO kablam! | Oct 16 04:45:43.783 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 16 04:45:43.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:43.783 INFO kablam! | Oct 16 04:45:43.783 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 04:45:43.783 INFO kablam! Oct 16 04:45:45.466 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 16 04:45:45.466 INFO kablam! --> src/options.rs:4:5 Oct 16 04:45:45.466 INFO kablam! | Oct 16 04:45:45.466 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 16 04:45:45.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:45:45.468 INFO kablam! | Oct 16 04:45:45.468 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:45:45.468 INFO kablam! Oct 16 04:45:45.781 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:45.781 INFO kablam! --> src/env.rs:974:17 Oct 16 04:45:45.781 INFO kablam! | Oct 16 04:45:45.781 INFO kablam! 974 | let mut def = def.expect("Env::ensure_var with an undefined var"); Oct 16 04:45:45.781 INFO kablam! | ----^^^ Oct 16 04:45:45.782 INFO kablam! | | Oct 16 04:45:45.782 INFO kablam! | help: remove this `mut` Oct 16 04:45:45.782 INFO kablam! | Oct 16 04:45:45.782 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 04:45:45.782 INFO kablam! Oct 16 04:45:45.801 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:45.802 INFO kablam! --> src/env.rs:1194:13 Oct 16 04:45:45.802 INFO kablam! | Oct 16 04:45:45.802 INFO kablam! 1194 | let mut def = self.context.ids.entry(id).or_insert_with(|| { Oct 16 04:45:45.802 INFO kablam! | ----^^^ Oct 16 04:45:45.803 INFO kablam! | | Oct 16 04:45:45.803 INFO kablam! | help: remove this `mut` Oct 16 04:45:45.803 INFO kablam! Oct 16 04:45:46.179 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:46.179 INFO kablam! --> src/check.rs:1302:13 Oct 16 04:45:46.179 INFO kablam! | Oct 16 04:45:46.181 INFO kablam! 1302 | let mut modules = self.pending_modules.last_mut().unwrap(); Oct 16 04:45:46.181 INFO kablam! | ----^^^^^^^ Oct 16 04:45:46.181 INFO kablam! | | Oct 16 04:45:46.184 INFO kablam! | help: remove this `mut` Oct 16 04:45:46.184 INFO kablam! Oct 16 04:45:46.335 INFO kablam! warning: variable does not need to be mutable Oct 16 04:45:46.336 INFO kablam! --> src/check.rs:2882:17 Oct 16 04:45:46.336 INFO kablam! | Oct 16 04:45:46.336 INFO kablam! 2882 | let mut modules = self.pending_modules.last_mut().expect("missing PendingModules"); Oct 16 04:45:46.337 INFO kablam! | ----^^^^^^^ Oct 16 04:45:46.337 INFO kablam! | | Oct 16 04:45:46.337 INFO kablam! | help: remove this `mut` Oct 16 04:45:46.338 INFO kablam! Oct 16 04:45:54.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.26s Oct 16 04:45:54.331 INFO kablam! su: No module specific data is present Oct 16 04:45:55.678 INFO running `"docker" "rm" "-f" "adc85ddd6f7a9c059408acb40a521a5a527ea7317f468e790da0fd0246159222"` Oct 16 04:45:55.961 INFO blam! adc85ddd6f7a9c059408acb40a521a5a527ea7317f468e790da0fd0246159222