Oct 14 22:54:01.263 INFO testing devcat-studio/kailua against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:54:01.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 22:54:01.763 INFO blam! bf3a03a32045c49882ea933387ba845fd4e477c883f9abec58f0faf163881859 Oct 14 22:54:01.765 INFO running `"docker" "start" "-a" "bf3a03a32045c49882ea933387ba845fd4e477c883f9abec58f0faf163881859"` Oct 14 22:54:03.486 INFO kablam! usermod: no changes Oct 14 22:54:03.751 INFO kablam! Compiling smallvec v0.4.1 Oct 14 22:54:03.751 INFO kablam! Compiling kailua_env v1.0.4 (/source/kailua_env) Oct 14 22:54:03.763 INFO kablam! Compiling parse-generics-shim v0.1.1 Oct 14 22:54:03.767 INFO kablam! Compiling atomic v0.3.4 Oct 14 22:54:03.768 INFO kablam! Compiling owning_ref v0.2.4 Oct 14 22:54:03.768 INFO kablam! Compiling memchr v1.0.1 Oct 14 22:54:03.768 INFO kablam! Compiling thread-id v3.2.0 Oct 14 22:54:03.768 INFO kablam! Compiling num_cpus v1.6.2 Oct 14 22:54:05.761 INFO kablam! Compiling serde_json v1.0.2 Oct 14 22:54:05.887 INFO kablam! Compiling tokio-timer v0.1.2 Oct 14 22:54:06.429 INFO kablam! Compiling clap v2.25.0 Oct 14 22:54:09.029 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 22:54:09.092 INFO kablam! Compiling parking_lot_core v0.2.2 Oct 14 22:54:09.180 INFO kablam! Compiling futures-cpupool v0.1.5 Oct 14 22:54:13.295 INFO kablam! Compiling regex v0.2.2 Oct 14 22:54:14.171 INFO kablam! Compiling kailua_diag v1.0.4 (/source/kailua_diag) Oct 14 22:54:16.448 INFO kablam! Compiling parking_lot v0.4.4 Oct 14 22:54:19.015 INFO kablam! Compiling kailua_syntax v1.1.0 (/source/kailua_syntax) Oct 14 22:54:24.839 INFO kablam! Compiling kailua_langsvr_protocol v1.0.5 (/source/kailua_langsvr_protocol) Oct 14 22:54:35.051 INFO kablam! Compiling env_logger v0.4.3 Oct 14 22:54:47.928 INFO kablam! Compiling kailua_types v1.1.0 (/source/kailua_types) Oct 14 22:55:02.899 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:02.899 INFO kablam! --> kailua_types/src/ty/display.rs:78:13 Oct 14 22:55:02.899 INFO kablam! | Oct 14 22:55:02.899 INFO kablam! 78 | let mut spans = disambig.entry(name.base.clone()).or_insert_with(|| HashMap::new()); Oct 14 22:55:02.899 INFO kablam! | ----^^^^^ Oct 14 22:55:02.899 INFO kablam! | | Oct 14 22:55:02.899 INFO kablam! | help: remove this `mut` Oct 14 22:55:02.899 INFO kablam! | Oct 14 22:55:02.899 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:55:02.899 INFO kablam! Oct 14 22:55:06.835 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:06.835 INFO kablam! --> kailua_types/src/env/mod.rs:381:17 Oct 14 22:55:06.835 INFO kablam! | Oct 14 22:55:06.835 INFO kablam! 381 | let mut row = Oct 14 22:55:06.835 INFO kablam! | ----^^^ Oct 14 22:55:06.835 INFO kablam! | | Oct 14 22:55:06.835 INFO kablam! | help: remove this `mut` Oct 14 22:55:06.835 INFO kablam! Oct 14 22:55:06.839 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:06.839 INFO kablam! --> kailua_types/src/env/mod.rs:388:17 Oct 14 22:55:06.839 INFO kablam! | Oct 14 22:55:06.839 INFO kablam! 388 | let mut row = Oct 14 22:55:06.839 INFO kablam! | ----^^^ Oct 14 22:55:06.839 INFO kablam! | | Oct 14 22:55:06.839 INFO kablam! | help: remove this `mut` Oct 14 22:55:06.839 INFO kablam! Oct 14 22:55:19.591 INFO kablam! Compiling kailua_check v1.1.0 (/source/kailua_check) Oct 14 22:55:20.647 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 22:55:20.648 INFO kablam! --> kailua_check/src/options.rs:4:5 Oct 14 22:55:20.648 INFO kablam! | Oct 14 22:55:20.649 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 14 22:55:20.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:55:20.650 INFO kablam! | Oct 14 22:55:20.651 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 22:55:20.651 INFO kablam! Oct 14 22:55:22.285 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 14 22:55:22.286 INFO kablam! --> kailua_check/src/options.rs:4:5 Oct 14 22:55:22.286 INFO kablam! | Oct 14 22:55:22.287 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 14 22:55:22.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:55:22.288 INFO kablam! | Oct 14 22:55:22.289 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:55:22.289 INFO kablam! Oct 14 22:55:22.597 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:22.598 INFO kablam! --> kailua_check/src/env.rs:974:17 Oct 14 22:55:22.599 INFO kablam! | Oct 14 22:55:22.599 INFO kablam! 974 | let mut def = def.expect("Env::ensure_var with an undefined var"); Oct 14 22:55:22.600 INFO kablam! | ----^^^ Oct 14 22:55:22.600 INFO kablam! | | Oct 14 22:55:22.601 INFO kablam! | help: remove this `mut` Oct 14 22:55:22.601 INFO kablam! | Oct 14 22:55:22.602 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:55:22.603 INFO kablam! Oct 14 22:55:22.615 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:22.616 INFO kablam! --> kailua_check/src/env.rs:1194:13 Oct 14 22:55:22.616 INFO kablam! | Oct 14 22:55:22.617 INFO kablam! 1194 | let mut def = self.context.ids.entry(id).or_insert_with(|| { Oct 14 22:55:22.617 INFO kablam! | ----^^^ Oct 14 22:55:22.618 INFO kablam! | | Oct 14 22:55:22.619 INFO kablam! | help: remove this `mut` Oct 14 22:55:22.619 INFO kablam! Oct 14 22:55:22.837 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:22.838 INFO kablam! --> kailua_check/src/check.rs:1302:13 Oct 14 22:55:22.838 INFO kablam! | Oct 14 22:55:22.839 INFO kablam! 1302 | let mut modules = self.pending_modules.last_mut().unwrap(); Oct 14 22:55:22.840 INFO kablam! | ----^^^^^^^ Oct 14 22:55:22.840 INFO kablam! | | Oct 14 22:55:22.841 INFO kablam! | help: remove this `mut` Oct 14 22:55:22.841 INFO kablam! Oct 14 22:55:22.994 INFO kablam! warning: variable does not need to be mutable Oct 14 22:55:22.995 INFO kablam! --> kailua_check/src/check.rs:2882:17 Oct 14 22:55:22.995 INFO kablam! | Oct 14 22:55:22.995 INFO kablam! 2882 | let mut modules = self.pending_modules.last_mut().expect("missing PendingModules"); Oct 14 22:55:22.996 INFO kablam! | ----^^^^^^^ Oct 14 22:55:22.997 INFO kablam! | | Oct 14 22:55:22.997 INFO kablam! | help: remove this `mut` Oct 14 22:55:22.997 INFO kablam! Oct 14 22:55:26.239 INFO kablam! Compiling kailua_workspace v1.1.0 (/source/kailua_workspace) Oct 14 22:55:29.299 INFO kablam! Compiling kailua_langsvr v1.1.0 (/source/kailua_langsvr) Oct 14 22:55:31.127 INFO kablam! warning: type annotations needed Oct 14 22:55:31.128 INFO kablam! --> kailua_langsvr/src/diags.rs:97:28 Oct 14 22:55:31.128 INFO kablam! | Oct 14 22:55:31.128 INFO kablam! 97 | (self as *const _).hash(state) Oct 14 22:55:31.128 INFO kablam! | ^^^^ Oct 14 22:55:31.128 INFO kablam! | Oct 14 22:55:31.128 INFO kablam! = note: #[warn(tyvar_behind_raw_pointer)] on by default Oct 14 22:55:31.128 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:31.128 INFO kablam! = note: for more information, see issue #46906 Oct 14 22:55:31.128 INFO kablam! Oct 14 22:55:49.805 INFO kablam! Compiling kailua v1.1.0 (/source) Oct 14 22:55:52.127 INFO kablam! warning: unused import: `std::str` Oct 14 22:55:52.127 INFO kablam! --> src/main.rs:18:9 Oct 14 22:55:52.127 INFO kablam! | Oct 14 22:55:52.127 INFO kablam! 18 | use std::str; Oct 14 22:55:52.127 INFO kablam! | ^^^^^^^^ Oct 14 22:55:52.127 INFO kablam! | Oct 14 22:55:52.127 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:55:52.127 INFO kablam! Oct 14 22:56:00.753 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 57s Oct 14 22:56:00.769 INFO kablam! su: No module specific data is present Oct 14 22:56:02.867 INFO running `"docker" "rm" "-f" "bf3a03a32045c49882ea933387ba845fd4e477c883f9abec58f0faf163881859"` Oct 14 22:56:03.175 INFO blam! bf3a03a32045c49882ea933387ba845fd4e477c883f9abec58f0faf163881859 Oct 14 22:56:03.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 22:56:03.731 INFO blam! 1cb348baa547ea54be0fcb8f86c610eafaed84e379a2cf09021e3a39cc9e55cb Oct 14 22:56:03.733 INFO running `"docker" "start" "-a" "1cb348baa547ea54be0fcb8f86c610eafaed84e379a2cf09021e3a39cc9e55cb"` Oct 14 22:56:05.826 INFO kablam! usermod: no changes Oct 14 22:56:05.983 INFO kablam! Compiling kailua v1.1.0 (/source) Oct 14 22:56:07.617 INFO kablam! warning: unused import: `std::str` Oct 14 22:56:07.635 INFO kablam! --> src/main.rs:18:9 Oct 14 22:56:07.636 INFO kablam! | Oct 14 22:56:07.636 INFO kablam! 18 | use std::str; Oct 14 22:56:07.637 INFO kablam! | ^^^^^^^^ Oct 14 22:56:07.638 INFO kablam! | Oct 14 22:56:07.638 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:56:07.638 INFO kablam! Oct 14 22:56:08.444 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 14 22:56:08.453 INFO kablam! su: No module specific data is present Oct 14 22:56:10.075 INFO running `"docker" "rm" "-f" "1cb348baa547ea54be0fcb8f86c610eafaed84e379a2cf09021e3a39cc9e55cb"` Oct 14 22:56:10.379 INFO blam! 1cb348baa547ea54be0fcb8f86c610eafaed84e379a2cf09021e3a39cc9e55cb Oct 14 22:56:10.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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" "-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:10.927 INFO blam! 9a27fe9711101121352ee511964ba82c73f7d699391f1b9423984d35e5766a56 Oct 14 22:56:10.947 INFO running `"docker" "start" "-a" "9a27fe9711101121352ee511964ba82c73f7d699391f1b9423984d35e5766a56"` Oct 14 22:56:12.869 INFO kablam! usermod: no changes Oct 14 22:56:13.114 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 14 22:56:13.119 INFO kablam! Running /target/debug/deps/kailua-b5deba40cb04c9e8 Oct 14 22:56:13.126 INFO blam! Oct 14 22:56:13.126 INFO blam! running 0 tests Oct 14 22:56:13.126 INFO blam! Oct 14 22:56:13.126 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:56:13.126 INFO blam! Oct 14 22:56:13.133 INFO kablam! su: No module specific data is present Oct 14 22:56:14.632 INFO running `"docker" "rm" "-f" "9a27fe9711101121352ee511964ba82c73f7d699391f1b9423984d35e5766a56"` Oct 14 22:56:14.907 INFO blam! 9a27fe9711101121352ee511964ba82c73f7d699391f1b9423984d35e5766a56