Oct 11 00:15:53.405 INFO testing devcat-studio/kailua against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:15:53.405 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:15:53.407 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:15:53.905 INFO blam! 143be5cb9e4b3b3587a2324d0366f7bab00ae893a6932e910213b43cddbe51fc Oct 11 00:15:53.906 INFO running `"docker" "start" "-a" "143be5cb9e4b3b3587a2324d0366f7bab00ae893a6932e910213b43cddbe51fc"` Oct 11 00:15:54.863 INFO kablam! usermod: no changes Oct 11 00:15:55.089 INFO kablam! Compiling kailua_env v1.0.4 (/source/kailua_env) Oct 11 00:15:55.089 INFO kablam! Compiling parse-generics-shim v0.1.1 Oct 11 00:15:55.097 INFO kablam! Compiling thread-id v3.2.0 Oct 11 00:15:55.098 INFO kablam! Compiling tokio-timer v0.1.2 Oct 11 00:15:55.098 INFO kablam! Compiling parking_lot_core v0.2.2 Oct 11 00:15:55.099 INFO kablam! Compiling kailua_langsvr_protocol v1.0.5 (/source/kailua_langsvr_protocol) Oct 11 00:15:58.052 INFO kablam! Compiling parking_lot v0.4.4 Oct 11 00:15:59.425 INFO kablam! Compiling kailua_diag v1.0.4 (/source/kailua_diag) Oct 11 00:16:01.953 INFO kablam! Compiling kailua_syntax v1.1.0 (/source/kailua_syntax) Oct 11 00:16:10.789 INFO kablam! Compiling kailua_types v1.1.0 (/source/kailua_types) Oct 11 00:16:16.216 INFO kablam! warning: variable does not need to be mutable Oct 11 00:16:16.217 INFO kablam! --> kailua_types/src/ty/display.rs:78:13 Oct 11 00:16:16.217 INFO kablam! | Oct 11 00:16:16.217 INFO kablam! 78 | let mut spans = disambig.entry(name.base.clone()).or_insert_with(|| HashMap::new()); Oct 11 00:16:16.218 INFO kablam! | ----^^^^^ Oct 11 00:16:16.218 INFO kablam! | | Oct 11 00:16:16.218 INFO kablam! | help: remove this `mut` Oct 11 00:16:16.218 INFO kablam! | Oct 11 00:16:16.219 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:16:16.219 INFO kablam! Oct 11 00:16:16.792 INFO kablam! warning: variable does not need to be mutable Oct 11 00:16:16.792 INFO kablam! --> kailua_types/src/env/mod.rs:381:17 Oct 11 00:16:16.792 INFO kablam! | Oct 11 00:16:16.792 INFO kablam! 381 | let mut row = Oct 11 00:16:16.792 INFO kablam! | ----^^^ Oct 11 00:16:16.792 INFO kablam! | | Oct 11 00:16:16.792 INFO kablam! | help: remove this `mut` Oct 11 00:16:16.792 INFO kablam! Oct 11 00:16:16.792 INFO kablam! warning: variable does not need to be mutable Oct 11 00:16:16.792 INFO kablam! --> kailua_types/src/env/mod.rs:388:17 Oct 11 00:16:16.792 INFO kablam! | Oct 11 00:16:16.792 INFO kablam! 388 | let mut row = Oct 11 00:16:16.792 INFO kablam! | ----^^^ Oct 11 00:16:16.792 INFO kablam! | | Oct 11 00:16:16.792 INFO kablam! | help: remove this `mut` Oct 11 00:16:16.792 INFO kablam! Oct 11 00:16:23.547 INFO kablam! Compiling kailua_check v1.1.0 (/source/kailua_check) Oct 11 00:16:25.676 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 00:16:25.676 INFO kablam! --> kailua_check/src/options.rs:4:5 Oct 11 00:16:25.676 INFO kablam! | Oct 11 00:16:25.676 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 11 00:16:25.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 00:16:25.676 INFO kablam! | Oct 11 00:16:25.676 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 00:16:25.676 INFO kablam! Oct 11 00:16:27.252 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 11 00:16:27.252 INFO kablam! --> kailua_check/src/options.rs:4:5 Oct 11 00:16:27.252 INFO kablam! | Oct 11 00:16:27.252 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 11 00:16:27.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 00:16:27.252 INFO kablam! | Oct 11 00:16:27.252 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:16:27.252 INFO kablam! Oct 11 00:16:27.568 INFO kablam! warning: variable does not need to be mutable Oct 11 00:16:27.568 INFO kablam! --> kailua_check/src/env.rs:974:17 Oct 11 00:16:27.568 INFO kablam! | Oct 11 00:16:27.568 INFO kablam! 974 | let mut def = def.expect("Env::ensure_var with an undefined var"); Oct 11 00:16:27.568 INFO kablam! | ----^^^ Oct 11 00:16:27.568 INFO kablam! | | Oct 11 00:16:27.568 INFO kablam! | help: remove this `mut` Oct 11 00:16:27.568 INFO kablam! | Oct 11 00:16:27.568 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:16:27.568 INFO kablam! Oct 11 00:16:27.588 INFO kablam! warning: variable does not need to be mutable Oct 11 00:16:27.588 INFO kablam! --> kailua_check/src/env.rs:1194:13 Oct 11 00:16:27.588 INFO kablam! | Oct 11 00:16:27.588 INFO kablam! 1194 | let mut def = self.context.ids.entry(id).or_insert_with(|| { Oct 11 00:16:27.588 INFO kablam! | ----^^^ Oct 11 00:16:27.588 INFO kablam! | | Oct 11 00:16:27.588 INFO kablam! | help: remove this `mut` Oct 11 00:16:27.588 INFO kablam! Oct 11 00:16:27.820 INFO kablam! warning: variable does not need to be mutable Oct 11 00:16:27.820 INFO kablam! --> kailua_check/src/check.rs:1302:13 Oct 11 00:16:27.820 INFO kablam! | Oct 11 00:16:27.820 INFO kablam! 1302 | let mut modules = self.pending_modules.last_mut().unwrap(); Oct 11 00:16:27.820 INFO kablam! | ----^^^^^^^ Oct 11 00:16:27.820 INFO kablam! | | Oct 11 00:16:27.820 INFO kablam! | help: remove this `mut` Oct 11 00:16:27.820 INFO kablam! Oct 11 00:16:27.986 INFO kablam! warning: variable does not need to be mutable Oct 11 00:16:27.986 INFO kablam! --> kailua_check/src/check.rs:2882:17 Oct 11 00:16:27.986 INFO kablam! | Oct 11 00:16:27.986 INFO kablam! 2882 | let mut modules = self.pending_modules.last_mut().expect("missing PendingModules"); Oct 11 00:16:27.986 INFO kablam! | ----^^^^^^^ Oct 11 00:16:27.986 INFO kablam! | | Oct 11 00:16:27.986 INFO kablam! | help: remove this `mut` Oct 11 00:16:27.986 INFO kablam! Oct 11 00:16:30.989 INFO kablam! Compiling kailua_workspace v1.1.0 (/source/kailua_workspace) Oct 11 00:16:35.280 INFO kablam! Compiling kailua_langsvr v1.1.0 (/source/kailua_langsvr) Oct 11 00:16:39.020 INFO kablam! warning: type annotations needed Oct 11 00:16:39.021 INFO kablam! --> kailua_langsvr/src/diags.rs:97:28 Oct 11 00:16:39.021 INFO kablam! | Oct 11 00:16:39.021 INFO kablam! 97 | (self as *const _).hash(state) Oct 11 00:16:39.021 INFO kablam! | ^^^^ Oct 11 00:16:39.022 INFO kablam! | Oct 11 00:16:39.022 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 11 00:16:39.022 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 11 00:16:39.022 INFO kablam! = note: for more information, see issue #46906 Oct 11 00:16:39.022 INFO kablam! Oct 11 00:16:53.319 INFO kablam! Compiling kailua v1.1.0 (/source) Oct 11 00:16:59.196 INFO kablam! warning: unused import: `std::str` Oct 11 00:16:59.196 INFO kablam! --> src/main.rs:18:9 Oct 11 00:16:59.196 INFO kablam! | Oct 11 00:16:59.196 INFO kablam! 18 | use std::str; Oct 11 00:16:59.196 INFO kablam! | ^^^^^^^^ Oct 11 00:16:59.196 INFO kablam! | Oct 11 00:16:59.196 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:16:59.196 INFO kablam! Oct 11 00:17:07.241 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 11 00:17:07.253 INFO kablam! su: No module specific data is present Oct 11 00:17:08.239 INFO running `"docker" "rm" "-f" "143be5cb9e4b3b3587a2324d0366f7bab00ae893a6932e910213b43cddbe51fc"` Oct 11 00:17:08.569 INFO blam! 143be5cb9e4b3b3587a2324d0366f7bab00ae893a6932e910213b43cddbe51fc Oct 11 00:17:08.570 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:17:08.572 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:17:08.983 INFO blam! 72275a4c06caefb5b2419fc547477a884deac18641cf655938640553d1705a5d Oct 11 00:17:08.985 INFO running `"docker" "start" "-a" "72275a4c06caefb5b2419fc547477a884deac18641cf655938640553d1705a5d"` Oct 11 00:17:10.103 INFO kablam! usermod: no changes Oct 11 00:17:10.272 INFO kablam! Compiling kailua v1.1.0 (/source) Oct 11 00:17:14.801 INFO kablam! warning: unused import: `std::str` Oct 11 00:17:14.801 INFO kablam! --> src/main.rs:18:9 Oct 11 00:17:14.801 INFO kablam! | Oct 11 00:17:14.801 INFO kablam! 18 | use std::str; Oct 11 00:17:14.801 INFO kablam! | ^^^^^^^^ Oct 11 00:17:14.801 INFO kablam! | Oct 11 00:17:14.801 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:17:14.801 INFO kablam! Oct 11 00:17:15.522 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.39s Oct 11 00:17:15.531 INFO kablam! su: No module specific data is present Oct 11 00:17:16.089 INFO running `"docker" "rm" "-f" "72275a4c06caefb5b2419fc547477a884deac18641cf655938640553d1705a5d"` Oct 11 00:17:16.387 INFO blam! 72275a4c06caefb5b2419fc547477a884deac18641cf655938640553d1705a5d Oct 11 00:17:16.393 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:17:16.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:17:16.828 INFO blam! 05cfb0381967de653a850857a1b09ef01dbf257f3e0190e4fbedaed71c022ad4 Oct 11 00:17:16.833 INFO running `"docker" "start" "-a" "05cfb0381967de653a850857a1b09ef01dbf257f3e0190e4fbedaed71c022ad4"` Oct 11 00:17:17.816 INFO kablam! usermod: no changes Oct 11 00:17:17.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 00:17:18.004 INFO kablam! Running /target/debug/deps/kailua-b5deba40cb04c9e8 Oct 11 00:17:18.013 INFO kablam! su: No module specific data is present Oct 11 00:17:18.013 INFO blam! Oct 11 00:17:18.013 INFO blam! running 0 tests Oct 11 00:17:18.013 INFO blam! Oct 11 00:17:18.013 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:17:18.013 INFO blam! Oct 11 00:17:18.808 INFO running `"docker" "rm" "-f" "05cfb0381967de653a850857a1b09ef01dbf257f3e0190e4fbedaed71c022ad4"` Oct 11 00:17:19.092 INFO blam! 05cfb0381967de653a850857a1b09ef01dbf257f3e0190e4fbedaed71c022ad4