Oct 14 22:54:00.676 INFO testing devcat-studio/kailua against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:54:00.678 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 22:54:01.233 INFO blam! c1999d4ea042b3d249ea2085127e726953f38dc5c5607b349140046f1dad8972 Oct 14 22:54:01.235 INFO running `"docker" "start" "-a" "c1999d4ea042b3d249ea2085127e726953f38dc5c5607b349140046f1dad8972"` Oct 14 22:54:03.427 INFO kablam! usermod: no changes Oct 14 22:54:03.635 INFO kablam! Compiling kailua_env v1.0.4 (/source/kailua_env) Oct 14 22:54:03.635 INFO kablam! Compiling parse-generics-shim v0.1.1 Oct 14 22:54:03.635 INFO kablam! Compiling take_mut v0.1.3 Oct 14 22:54:03.635 INFO kablam! Compiling atomic v0.3.4 Oct 14 22:54:03.639 INFO kablam! Compiling serde v1.0.10 Oct 14 22:54:03.639 INFO kablam! Compiling owning_ref v0.2.4 Oct 14 22:54:03.639 INFO kablam! Compiling memchr v1.0.1 Oct 14 22:54:03.639 INFO kablam! Compiling rand v0.3.15 Oct 14 22:54:06.191 INFO kablam! Compiling thread-id v3.2.0 Oct 14 22:54:06.239 INFO kablam! Compiling futures-cpupool v0.1.5 Oct 14 22:54:06.247 INFO kablam! Compiling clap v2.25.0 Oct 14 22:54:07.224 INFO kablam! Compiling serde_derive v1.0.10 Oct 14 22:54:07.280 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 22:54:12.693 INFO kablam! Compiling kailua_diag v1.0.4 (/source/kailua_diag) Oct 14 22:54:13.131 INFO kablam! Compiling regex v0.2.2 Oct 14 22:54:16.771 INFO kablam! Compiling parking_lot_core v0.2.2 Oct 14 22:54:17.616 INFO kablam! Compiling kailua_syntax v1.1.0 (/source/kailua_syntax) Oct 14 22:54:22.359 INFO kablam! Compiling parking_lot v0.4.4 Oct 14 22:54:43.839 INFO kablam! Compiling env_logger v0.4.3 Oct 14 22:54:49.587 INFO kablam! Compiling serde_json v1.0.2 Oct 14 22:54:51.496 INFO kablam! Compiling kailua_types v1.1.0 (/source/kailua_types) Oct 14 22:55:02.763 INFO kablam! Compiling kailua_langsvr_protocol v1.0.5 (/source/kailua_langsvr_protocol) Oct 14 22:55:03.363 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:03.363 INFO kablam! --> kailua_types/src/ty/display.rs:78:13 Oct 14 22:55:03.363 INFO kablam! | Oct 14 22:55:03.363 INFO kablam! 78 | let mut spans = disambig.entry(name.base.clone()).or_insert_with(|| HashMap::new()); Oct 14 22:55:03.363 INFO kablam! | ----^^^^^ Oct 14 22:55:03.363 INFO kablam! | | Oct 14 22:55:03.363 INFO kablam! | help: remove this `mut` Oct 14 22:55:03.363 INFO kablam! | Oct 14 22:55:03.363 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:55:03.363 INFO kablam! Oct 14 22:55:04.751 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:04.751 INFO kablam! --> kailua_types/src/env/mod.rs:381:17 Oct 14 22:55:04.752 INFO kablam! | Oct 14 22:55:04.752 INFO kablam! 381 | let mut row = Oct 14 22:55:04.752 INFO kablam! | ----^^^ Oct 14 22:55:04.753 INFO kablam! | | Oct 14 22:55:04.753 INFO kablam! | help: remove this `mut` Oct 14 22:55:04.753 INFO kablam! Oct 14 22:55:04.754 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:04.754 INFO kablam! --> kailua_types/src/env/mod.rs:388:17 Oct 14 22:55:04.754 INFO kablam! | Oct 14 22:55:04.754 INFO kablam! 388 | let mut row = Oct 14 22:55:04.759 INFO kablam! | ----^^^ Oct 14 22:55:04.759 INFO kablam! | | Oct 14 22:55:04.759 INFO kablam! | help: remove this `mut` Oct 14 22:55:04.763 INFO kablam! Oct 14 22:55:19.531 INFO kablam! Compiling kailua_check v1.1.0 (/source/kailua_check) Oct 14 22:55:21.655 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 22:55:21.655 INFO kablam! --> kailua_check/src/options.rs:4:5 Oct 14 22:55:21.656 INFO kablam! | Oct 14 22:55:21.656 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 14 22:55:21.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:55:21.657 INFO kablam! | Oct 14 22:55:21.657 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:55:21.657 INFO kablam! Oct 14 22:55:24.671 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 14 22:55:24.672 INFO kablam! --> kailua_check/src/options.rs:4:5 Oct 14 22:55:24.672 INFO kablam! | Oct 14 22:55:24.673 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 14 22:55:24.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:55:24.674 INFO kablam! | Oct 14 22:55:24.675 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:55:24.675 INFO kablam! Oct 14 22:55:25.282 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:25.283 INFO kablam! --> kailua_check/src/env.rs:974:17 Oct 14 22:55:25.283 INFO kablam! | Oct 14 22:55:25.283 INFO kablam! 974 | let mut def = def.expect("Env::ensure_var with an undefined var"); Oct 14 22:55:25.283 INFO kablam! | ----^^^ Oct 14 22:55:25.283 INFO kablam! | | Oct 14 22:55:25.283 INFO kablam! | help: remove this `mut` Oct 14 22:55:25.284 INFO kablam! | Oct 14 22:55:25.284 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:55:25.284 INFO kablam! Oct 14 22:55:25.327 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:25.328 INFO kablam! --> kailua_check/src/env.rs:1194:13 Oct 14 22:55:25.328 INFO kablam! | Oct 14 22:55:25.328 INFO kablam! 1194 | let mut def = self.context.ids.entry(id).or_insert_with(|| { Oct 14 22:55:25.328 INFO kablam! | ----^^^ Oct 14 22:55:25.328 INFO kablam! | | Oct 14 22:55:25.328 INFO kablam! | help: remove this `mut` Oct 14 22:55:25.328 INFO kablam! Oct 14 22:55:25.695 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:25.696 INFO kablam! --> kailua_check/src/check.rs:1302:13 Oct 14 22:55:25.696 INFO kablam! | Oct 14 22:55:25.697 INFO kablam! 1302 | let mut modules = self.pending_modules.last_mut().unwrap(); Oct 14 22:55:25.697 INFO kablam! | ----^^^^^^^ Oct 14 22:55:25.697 INFO kablam! | | Oct 14 22:55:25.697 INFO kablam! | help: remove this `mut` Oct 14 22:55:25.697 INFO kablam! Oct 14 22:55:25.991 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:25.992 INFO kablam! --> kailua_check/src/check.rs:2882:17 Oct 14 22:55:25.992 INFO kablam! | Oct 14 22:55:25.993 INFO kablam! 2882 | let mut modules = self.pending_modules.last_mut().expect("missing PendingModules"); Oct 14 22:55:25.993 INFO kablam! | ----^^^^^^^ Oct 14 22:55:25.994 INFO kablam! | | Oct 14 22:55:25.994 INFO kablam! | help: remove this `mut` Oct 14 22:55:25.995 INFO kablam! Oct 14 22:55:31.276 INFO kablam! Compiling kailua_workspace v1.1.0 (/source/kailua_workspace) Oct 14 22:55:40.704 INFO kablam! Compiling kailua_langsvr v1.1.0 (/source/kailua_langsvr) Oct 14 22:55:42.671 INFO kablam! warning: type annotations needed Oct 14 22:55:42.671 INFO kablam! --> kailua_langsvr/src/diags.rs:97:28 Oct 14 22:55:42.671 INFO kablam! | Oct 14 22:55:42.671 INFO kablam! 97 | (self as *const _).hash(state) Oct 14 22:55:42.671 INFO kablam! | ^^^^ Oct 14 22:55:42.671 INFO kablam! | Oct 14 22:55:42.671 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 14 22:55:42.671 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Oct 14 22:55:42.671 INFO kablam! = note: for more information, see issue #46906 Oct 14 22:55:42.671 INFO kablam! Oct 14 22:56:03.203 INFO kablam! Compiling kailua v1.1.0 (/source) Oct 14 22:56:05.899 INFO kablam! warning: unused import: `std::str` Oct 14 22:56:05.899 INFO kablam! --> src/main.rs:18:9 Oct 14 22:56:05.899 INFO kablam! | Oct 14 22:56:05.899 INFO kablam! 18 | use std::str; Oct 14 22:56:05.899 INFO kablam! | ^^^^^^^^ Oct 14 22:56:05.899 INFO kablam! | Oct 14 22:56:05.899 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:56:05.899 INFO kablam! Oct 14 22:56:14.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 11s Oct 14 22:56:14.581 INFO kablam! su: No module specific data is present Oct 14 22:56:15.562 INFO running `"docker" "rm" "-f" "c1999d4ea042b3d249ea2085127e726953f38dc5c5607b349140046f1dad8972"` Oct 14 22:56:15.827 INFO blam! c1999d4ea042b3d249ea2085127e726953f38dc5c5607b349140046f1dad8972 Oct 14 22:56:15.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 22:56:16.187 INFO blam! 5d8cedca25eda38fc7e5bf14b91e6a53e13fe3d04c96e4d13ffa02383caa493f Oct 14 22:56:16.187 INFO running `"docker" "start" "-a" "5d8cedca25eda38fc7e5bf14b91e6a53e13fe3d04c96e4d13ffa02383caa493f"` Oct 14 22:56:17.285 INFO kablam! usermod: no changes Oct 14 22:56:17.463 INFO kablam! Compiling kailua v1.1.0 (/source) Oct 14 22:56:19.475 INFO kablam! warning: unused import: `std::str` Oct 14 22:56:19.475 INFO kablam! --> src/main.rs:18:9 Oct 14 22:56:19.475 INFO kablam! | Oct 14 22:56:19.475 INFO kablam! 18 | use std::str; Oct 14 22:56:19.475 INFO kablam! | ^^^^^^^^ Oct 14 22:56:19.475 INFO kablam! | Oct 14 22:56:19.475 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:56:19.475 INFO kablam! Oct 14 22:56:20.278 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.96s Oct 14 22:56:20.291 INFO kablam! su: No module specific data is present Oct 14 22:56:21.438 INFO running `"docker" "rm" "-f" "5d8cedca25eda38fc7e5bf14b91e6a53e13fe3d04c96e4d13ffa02383caa493f"` Oct 14 22:56:21.735 INFO blam! 5d8cedca25eda38fc7e5bf14b91e6a53e13fe3d04c96e4d13ffa02383caa493f Oct 14 22:56:21.738 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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" "-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 14 22:56:22.277 INFO blam! da52d7ff79f1c41bd614b019b51aaeec96c3c67baac7a44206fdbd7071a25891 Oct 14 22:56:22.279 INFO running `"docker" "start" "-a" "da52d7ff79f1c41bd614b019b51aaeec96c3c67baac7a44206fdbd7071a25891"` Oct 14 22:56:23.802 INFO kablam! usermod: no changes Oct 14 22:56:23.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 14 22:56:24.011 INFO kablam! Running /target/debug/deps/kailua-a98ff2590d2921b1 Oct 14 22:56:24.011 INFO blam! Oct 14 22:56:24.011 INFO blam! running 0 tests Oct 14 22:56:24.011 INFO blam! Oct 14 22:56:24.011 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:56:24.011 INFO blam! Oct 14 22:56:24.015 INFO kablam! su: No module specific data is present Oct 14 22:56:24.883 INFO running `"docker" "rm" "-f" "da52d7ff79f1c41bd614b019b51aaeec96c3c67baac7a44206fdbd7071a25891"` Oct 14 22:56:25.171 INFO blam! da52d7ff79f1c41bd614b019b51aaeec96c3c67baac7a44206fdbd7071a25891