Oct 15 16:49:42.912 INFO testing termion-1.5.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:49:42.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 16:49:43.162 INFO blam! 7f60023dc45fdbe6938d99200d95273e504206cba60dd443f529e5a47194d9a5 Oct 15 16:49:43.164 INFO running `"docker" "start" "-a" "7f60023dc45fdbe6938d99200d95273e504206cba60dd443f529e5a47194d9a5"` Oct 15 16:49:43.576 INFO kablam! usermod: no changes Oct 15 16:49:43.606 INFO kablam! Compiling termion v1.5.1 (/source) Oct 15 16:49:44.139 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 16:49:44.139 INFO kablam! --> src/event.rs:4:5 Oct 15 16:49:44.139 INFO kablam! | Oct 15 16:49:44.139 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 15 16:49:44.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 16:49:44.139 INFO kablam! | Oct 15 16:49:44.139 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:49:44.139 INFO kablam! Oct 15 16:49:44.395 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 16:49:44.395 INFO kablam! --> src/event.rs:4:5 Oct 15 16:49:44.395 INFO kablam! | Oct 15 16:49:44.395 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 15 16:49:44.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 16:49:44.395 INFO kablam! | Oct 15 16:49:44.395 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:49:44.395 INFO kablam! Oct 15 16:49:44.527 INFO kablam! warning: variable does not need to be mutable Oct 15 16:49:44.527 INFO kablam! --> src/input.rs:52:13 Oct 15 16:49:44.527 INFO kablam! | Oct 15 16:49:44.527 INFO kablam! 52 | let mut source = &mut self.source; Oct 15 16:49:44.527 INFO kablam! | ----^^^^^^ Oct 15 16:49:44.527 INFO kablam! | | Oct 15 16:49:44.527 INFO kablam! | help: remove this `mut` Oct 15 16:49:44.527 INFO kablam! | Oct 15 16:49:44.527 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:49:44.527 INFO kablam! Oct 15 16:49:45.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.74s Oct 15 16:49:45.342 INFO kablam! su: No module specific data is present Oct 15 16:49:45.699 INFO running `"docker" "rm" "-f" "7f60023dc45fdbe6938d99200d95273e504206cba60dd443f529e5a47194d9a5"` Oct 15 16:49:46.020 INFO blam! 7f60023dc45fdbe6938d99200d95273e504206cba60dd443f529e5a47194d9a5 Oct 15 16:49:46.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 16:49:46.375 INFO blam! e249f651b1c01fdf5ccbc18d7f73a3f8ff431376b2bdd0dd23d1e5fc50e77846 Oct 15 16:49:46.376 INFO running `"docker" "start" "-a" "e249f651b1c01fdf5ccbc18d7f73a3f8ff431376b2bdd0dd23d1e5fc50e77846"` Oct 15 16:49:47.395 INFO kablam! usermod: no changes Oct 15 16:49:47.495 INFO kablam! Compiling termion v1.5.1 (/source) Oct 15 16:49:50.873 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 16:49:50.873 INFO kablam! --> src/event.rs:4:5 Oct 15 16:49:50.873 INFO kablam! | Oct 15 16:49:50.873 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 15 16:49:50.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 16:49:50.874 INFO kablam! | Oct 15 16:49:50.874 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 16:49:50.874 INFO kablam! Oct 15 16:49:53.739 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 16:49:53.739 INFO kablam! --> src/event.rs:4:5 Oct 15 16:49:53.739 INFO kablam! | Oct 15 16:49:53.739 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 15 16:49:53.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 16:49:53.739 INFO kablam! | Oct 15 16:49:53.739 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:49:53.739 INFO kablam! Oct 15 16:49:55.159 INFO kablam! warning: variable does not need to be mutable Oct 15 16:49:55.159 INFO kablam! --> src/input.rs:52:13 Oct 15 16:49:55.159 INFO kablam! | Oct 15 16:49:55.159 INFO kablam! 52 | let mut source = &mut self.source; Oct 15 16:49:55.159 INFO kablam! | ----^^^^^^ Oct 15 16:49:55.159 INFO kablam! | | Oct 15 16:49:55.159 INFO kablam! | help: remove this `mut` Oct 15 16:49:55.159 INFO kablam! | Oct 15 16:49:55.159 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:49:55.159 INFO kablam! Oct 15 16:50:02.945 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.50s Oct 15 16:50:02.946 INFO kablam! su: No module specific data is present Oct 15 16:50:03.550 INFO running `"docker" "rm" "-f" "e249f651b1c01fdf5ccbc18d7f73a3f8ff431376b2bdd0dd23d1e5fc50e77846"` Oct 15 16:50:03.738 INFO blam! e249f651b1c01fdf5ccbc18d7f73a3f8ff431376b2bdd0dd23d1e5fc50e77846