Oct 11 02:25:45.772 INFO testing bddap/watch-stl-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:25:45.772 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:25:45.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 02:25:46.078 INFO blam! 0971ab4fe000c38edd77c4c2679e4ed9863ef34fc57cf24872e70af172c7af90 Oct 11 02:25:46.080 INFO running `"docker" "start" "-a" "0971ab4fe000c38edd77c4c2679e4ed9863ef34fc57cf24872e70af172c7af90"` Oct 11 02:25:46.813 INFO kablam! usermod: no changes Oct 11 02:25:47.056 INFO kablam! Compiling net2 v0.2.32 Oct 11 02:25:47.056 INFO kablam! Compiling filetime v0.1.15 Oct 11 02:25:47.056 INFO kablam! Compiling freetype-sys v0.4.0 Oct 11 02:25:47.056 INFO kablam! Compiling cmake v0.1.29 Oct 11 02:25:47.056 INFO kablam! Compiling libz-sys v1.0.18 Oct 11 02:25:47.056 INFO kablam! Compiling stl_io v0.3.6 Oct 11 02:25:47.064 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 11 02:25:47.106 INFO kablam! Compiling png v0.8.0 Oct 11 02:25:51.562 INFO kablam! Compiling gl_generator v0.6.1 Oct 11 02:25:51.562 INFO kablam! Compiling nalgebra v0.13.1 Oct 11 02:25:51.588 INFO kablam! Compiling glfw-sys v3.2.2 Oct 11 02:25:51.616 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 11 02:25:51.617 INFO kablam! Compiling miow v0.1.5 Oct 11 02:25:54.417 INFO kablam! Compiling mio v0.5.1 Oct 11 02:25:56.524 INFO kablam! Compiling rayon-core v1.4.0 Oct 11 02:25:56.964 INFO kablam! Compiling freetype-rs v0.13.0 Oct 11 02:26:00.580 INFO kablam! Compiling notify v4.0.3 Oct 11 02:26:01.257 INFO kablam! Compiling gl v0.6.5 Oct 11 02:26:01.984 INFO kablam! Compiling rayon v1.0.1 Oct 11 02:26:07.620 INFO kablam! Compiling glfw v0.15.0 Oct 11 02:26:14.073 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 11 02:26:20.475 INFO kablam! Compiling image v0.14.0 Oct 11 02:26:41.813 INFO kablam! Compiling ncollide_math v0.8.0 Oct 11 02:26:43.483 INFO kablam! Compiling ncollide_utils v0.8.0 Oct 11 02:26:45.851 INFO kablam! Compiling ncollide_procedural v0.8.0 Oct 11 02:26:49.144 INFO kablam! Compiling kiss3d v0.11.0 Oct 11 02:26:58.994 INFO kablam! Compiling watch-stl v0.1.1 (/source) Oct 11 02:27:04.028 INFO kablam! warning: unused imports: `Error`, `watcher` Oct 11 02:27:04.028 INFO kablam! --> src/file_watcher.rs:2:14 Oct 11 02:27:04.028 INFO kablam! | Oct 11 02:27:04.028 INFO kablam! 2 | use notify::{watcher, DebouncedEvent, Error, RecommendedWatcher, RecursiveMode, Watcher}; Oct 11 02:27:04.028 INFO kablam! | ^^^^^^^ ^^^^^ Oct 11 02:27:04.028 INFO kablam! | Oct 11 02:27:04.028 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:27:04.028 INFO kablam! Oct 11 02:27:04.028 INFO kablam! warning: unused imports: `RecursiveMode`, `watcher` Oct 11 02:27:04.028 INFO kablam! --> src/main.rs:9:14 Oct 11 02:27:04.028 INFO kablam! | Oct 11 02:27:04.028 INFO kablam! 9 | use notify::{watcher, RecursiveMode, Watcher}; Oct 11 02:27:04.028 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^^ Oct 11 02:27:04.028 INFO kablam! Oct 11 02:27:04.029 INFO kablam! warning: unused import: `std::sync::mpsc::channel` Oct 11 02:27:04.029 INFO kablam! --> src/main.rs:10:5 Oct 11 02:27:04.029 INFO kablam! | Oct 11 02:27:04.029 INFO kablam! 10 | use std::sync::mpsc::channel; Oct 11 02:27:04.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:27:04.029 INFO kablam! Oct 11 02:27:04.029 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 02:27:04.029 INFO kablam! --> src/main.rs:11:5 Oct 11 02:27:04.029 INFO kablam! | Oct 11 02:27:04.029 INFO kablam! 11 | use std::time::Duration; Oct 11 02:27:04.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 02:27:04.029 INFO kablam! Oct 11 02:27:04.153 INFO kablam! warning: unused import: `Watcher` Oct 11 02:27:04.153 INFO kablam! --> src/main.rs:9:38 Oct 11 02:27:04.153 INFO kablam! | Oct 11 02:27:04.153 INFO kablam! 9 | use notify::{watcher, RecursiveMode, Watcher}; Oct 11 02:27:04.153 INFO kablam! | ^^^^^^^ Oct 11 02:27:04.153 INFO kablam! Oct 11 02:27:04.153 INFO kablam! warning: unused variable: `a` Oct 11 02:27:04.153 INFO kablam! --> src/file_watcher.rs:46:17 Oct 11 02:27:04.153 INFO kablam! | Oct 11 02:27:04.153 INFO kablam! 46 | Err(a) => None, Oct 11 02:27:04.153 INFO kablam! | ^ help: consider using `_a` instead Oct 11 02:27:04.153 INFO kablam! | Oct 11 02:27:04.153 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:27:04.153 INFO kablam! Oct 11 02:27:04.165 INFO kablam! warning: variable does not need to be mutable Oct 11 02:27:04.172 INFO kablam! --> src/main.rs:114:30 Oct 11 02:27:04.172 INFO kablam! | Oct 11 02:27:04.172 INFO kablam! 114 | fn swap_mesh(w: &mut Window, mut c: &mut SceneNode, f: &Path) -> SceneNode { Oct 11 02:27:04.172 INFO kablam! | ----^ Oct 11 02:27:04.172 INFO kablam! | | Oct 11 02:27:04.172 INFO kablam! | help: remove this `mut` Oct 11 02:27:04.172 INFO kablam! | Oct 11 02:27:04.172 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:27:04.172 INFO kablam! Oct 11 02:27:04.172 INFO kablam! warning: field is never used: `watcher` Oct 11 02:27:04.172 INFO kablam! --> src/file_watcher.rs:11:5 Oct 11 02:27:04.172 INFO kablam! | Oct 11 02:27:04.172 INFO kablam! 11 | watcher: RecommendedWatcher, Oct 11 02:27:04.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:27:04.172 INFO kablam! | Oct 11 02:27:04.180 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:27:04.180 INFO kablam! Oct 11 02:27:07.634 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Oct 11 02:27:07.645 INFO kablam! su: No module specific data is present Oct 11 02:27:08.126 INFO running `"docker" "rm" "-f" "0971ab4fe000c38edd77c4c2679e4ed9863ef34fc57cf24872e70af172c7af90"` Oct 11 02:27:08.393 INFO blam! 0971ab4fe000c38edd77c4c2679e4ed9863ef34fc57cf24872e70af172c7af90 Oct 11 02:27:08.401 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:27:08.422 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 02:27:08.822 INFO blam! 22edf2f90d3b22a76531f76ef5bd346897ac4f90973462f11ef18b0ae184b8ea Oct 11 02:27:08.823 INFO running `"docker" "start" "-a" "22edf2f90d3b22a76531f76ef5bd346897ac4f90973462f11ef18b0ae184b8ea"` Oct 11 02:27:09.870 INFO kablam! usermod: no changes Oct 11 02:27:10.075 INFO kablam! Compiling watch-stl v0.1.1 (/source) Oct 11 02:27:15.892 INFO kablam! warning: unused imports: `Error`, `watcher` Oct 11 02:27:15.893 INFO kablam! --> src/file_watcher.rs:2:14 Oct 11 02:27:15.893 INFO kablam! | Oct 11 02:27:15.894 INFO kablam! 2 | use notify::{watcher, DebouncedEvent, Error, RecommendedWatcher, RecursiveMode, Watcher}; Oct 11 02:27:15.894 INFO kablam! | ^^^^^^^ ^^^^^ Oct 11 02:27:15.894 INFO kablam! | Oct 11 02:27:15.894 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:27:15.895 INFO kablam! Oct 11 02:27:15.895 INFO kablam! warning: unused imports: `RecursiveMode`, `watcher` Oct 11 02:27:15.895 INFO kablam! --> src/main.rs:9:14 Oct 11 02:27:15.896 INFO kablam! | Oct 11 02:27:15.896 INFO kablam! 9 | use notify::{watcher, RecursiveMode, Watcher}; Oct 11 02:27:15.896 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^^ Oct 11 02:27:15.896 INFO kablam! Oct 11 02:27:15.897 INFO kablam! warning: unused import: `std::sync::mpsc::channel` Oct 11 02:27:15.897 INFO kablam! --> src/main.rs:10:5 Oct 11 02:27:15.897 INFO kablam! | Oct 11 02:27:15.898 INFO kablam! 10 | use std::sync::mpsc::channel; Oct 11 02:27:15.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:27:15.898 INFO kablam! Oct 11 02:27:15.898 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 02:27:15.899 INFO kablam! --> src/main.rs:11:5 Oct 11 02:27:15.899 INFO kablam! | Oct 11 02:27:15.899 INFO kablam! 11 | use std::time::Duration; Oct 11 02:27:15.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 02:27:15.900 INFO kablam! Oct 11 02:27:16.137 INFO kablam! warning: unused import: `Watcher` Oct 11 02:27:16.137 INFO kablam! --> src/main.rs:9:38 Oct 11 02:27:16.137 INFO kablam! | Oct 11 02:27:16.138 INFO kablam! 9 | use notify::{watcher, RecursiveMode, Watcher}; Oct 11 02:27:16.138 INFO kablam! | ^^^^^^^ Oct 11 02:27:16.138 INFO kablam! Oct 11 02:27:16.138 INFO kablam! warning: unused variable: `a` Oct 11 02:27:16.139 INFO kablam! --> src/file_watcher.rs:46:17 Oct 11 02:27:16.141 INFO kablam! | Oct 11 02:27:16.141 INFO kablam! 46 | Err(a) => None, Oct 11 02:27:16.141 INFO kablam! | ^ help: consider using `_a` instead Oct 11 02:27:16.142 INFO kablam! | Oct 11 02:27:16.142 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:27:16.142 INFO kablam! Oct 11 02:27:16.157 INFO kablam! warning: variable does not need to be mutable Oct 11 02:27:16.158 INFO kablam! --> src/main.rs:114:30 Oct 11 02:27:16.158 INFO kablam! | Oct 11 02:27:16.158 INFO kablam! 114 | fn swap_mesh(w: &mut Window, mut c: &mut SceneNode, f: &Path) -> SceneNode { Oct 11 02:27:16.158 INFO kablam! | ----^ Oct 11 02:27:16.158 INFO kablam! | | Oct 11 02:27:16.159 INFO kablam! | help: remove this `mut` Oct 11 02:27:16.159 INFO kablam! | Oct 11 02:27:16.159 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:27:16.159 INFO kablam! Oct 11 02:27:16.163 INFO kablam! warning: field is never used: `watcher` Oct 11 02:27:16.163 INFO kablam! --> src/file_watcher.rs:11:5 Oct 11 02:27:16.164 INFO kablam! | Oct 11 02:27:16.164 INFO kablam! 11 | watcher: RecommendedWatcher, Oct 11 02:27:16.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:27:16.164 INFO kablam! | Oct 11 02:27:16.165 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:27:16.165 INFO kablam! Oct 11 02:27:17.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.19s Oct 11 02:27:17.100 INFO kablam! su: No module specific data is present Oct 11 02:27:17.651 INFO running `"docker" "rm" "-f" "22edf2f90d3b22a76531f76ef5bd346897ac4f90973462f11ef18b0ae184b8ea"` Oct 11 02:27:17.900 INFO blam! 22edf2f90d3b22a76531f76ef5bd346897ac4f90973462f11ef18b0ae184b8ea Oct 11 02:27:17.909 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:27:17.909 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 02:27:18.272 INFO blam! b921a63103678372bee2ab8f966f784b6abad3f5f3e83c2cb9b863d5670c9d95 Oct 11 02:27:18.274 INFO running `"docker" "start" "-a" "b921a63103678372bee2ab8f966f784b6abad3f5f3e83c2cb9b863d5670c9d95"` Oct 11 02:27:19.072 INFO kablam! usermod: no changes Oct 11 02:27:19.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 11 02:27:19.288 INFO kablam! Running /target/debug/deps/watch_stl-fe19f0b6df7154e3 Oct 11 02:27:19.308 INFO blam! Oct 11 02:27:19.308 INFO blam! running 1 test Oct 11 02:27:19.311 INFO blam! test file_watcher::tests::fake_test ... ok Oct 11 02:27:19.311 INFO blam! Oct 11 02:27:19.311 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:27:19.311 INFO blam! Oct 11 02:27:19.314 INFO kablam! su: No module specific data is present Oct 11 02:27:19.861 INFO running `"docker" "rm" "-f" "b921a63103678372bee2ab8f966f784b6abad3f5f3e83c2cb9b863d5670c9d95"` Oct 11 02:27:20.021 INFO blam! b921a63103678372bee2ab8f966f784b6abad3f5f3e83c2cb9b863d5670c9d95