Oct 14 20:48:22.000 INFO testing fenollp/minrs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:48:22.002 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 20:48:22.366 INFO blam! f3523c7d35e3146e68dc6ff907567cb8627bd1dd266df33dcff1013dcd052626 Oct 14 20:48:22.383 INFO running `"docker" "start" "-a" "f3523c7d35e3146e68dc6ff907567cb8627bd1dd266df33dcff1013dcd052626"` Oct 14 20:48:23.761 INFO kablam! usermod: no changes Oct 14 20:48:23.992 INFO kablam! Compiling siphasher v0.2.1 Oct 14 20:48:23.993 INFO kablam! Compiling serde v0.9.11 Oct 14 20:48:24.000 INFO kablam! Compiling memchr v0.1.11 Oct 14 20:48:24.001 INFO kablam! Compiling shared_library v0.1.5 Oct 14 20:48:24.001 INFO kablam! Compiling x11-dl v2.12.0 Oct 14 20:48:24.002 INFO kablam! Compiling glium v0.16.0 Oct 14 20:48:24.007 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 14 20:48:24.011 INFO kablam! Compiling fs2 v0.2.5 Oct 14 20:48:25.425 INFO kablam! Compiling thread-id v2.0.0 Oct 14 20:48:26.367 INFO kablam! Compiling tempfile v2.1.5 Oct 14 20:48:26.368 INFO kablam! Compiling backtrace v0.2.3 Oct 14 20:48:26.368 INFO kablam! Compiling memmap v0.4.0 Oct 14 20:48:26.368 INFO kablam! Compiling phf_shared v0.7.21 Oct 14 20:48:26.427 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 20:48:26.848 INFO kablam! Compiling thread_local v0.2.7 Oct 14 20:48:29.075 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 20:48:29.184 INFO kablam! Compiling phf_generator v0.7.21 Oct 14 20:48:29.186 INFO kablam! Compiling phf v0.7.21 Oct 14 20:48:29.192 INFO kablam! Compiling regex v0.1.80 Oct 14 20:48:29.948 INFO kablam! Compiling phf_codegen v0.7.21 Oct 14 20:48:31.259 INFO kablam! Compiling target_build_utils v0.3.0 Oct 14 20:48:48.299 INFO kablam! Compiling docopt v0.6.86 Oct 14 20:48:50.840 INFO kablam! Compiling serde_json v0.9.9 Oct 14 20:49:01.395 INFO kablam! Compiling libloading v0.3.2 Oct 14 20:49:04.098 INFO kablam! Compiling dlib v0.3.1 Oct 14 20:49:04.418 INFO kablam! Compiling wayland-sys v0.7.8 Oct 14 20:49:06.003 INFO kablam! Compiling wayland-client v0.7.8 Oct 14 20:49:08.286 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 14 20:49:08.287 INFO kablam! Compiling wayland-window v0.4.4 Oct 14 20:49:10.967 INFO kablam! Compiling winit v0.5.11 Oct 14 20:49:15.223 INFO kablam! Compiling glutin v0.7.4 Oct 14 20:49:46.790 INFO kablam! Compiling minrs v0.4.1 (/source) Oct 14 20:49:48.435 INFO kablam! warning: function is never used: `load_file_1d` Oct 14 20:49:48.436 INFO kablam! --> src/main.rs:148:1 Oct 14 20:49:48.436 INFO kablam! | Oct 14 20:49:48.436 INFO kablam! 148 | / fn load_file_1d(display: &F, width: u32, height: u32, path: &str) Oct 14 20:49:48.437 INFO kablam! 149 | | -> Result Oct 14 20:49:48.437 INFO kablam! 150 | | where F: Facade + std::marker::Sized Oct 14 20:49:48.437 INFO kablam! 151 | | { Oct 14 20:49:48.437 INFO kablam! ... | Oct 14 20:49:48.438 INFO kablam! 162 | | make_1d_texture(display, buffer) Oct 14 20:49:48.438 INFO kablam! 163 | | } Oct 14 20:49:48.438 INFO kablam! | |_^ Oct 14 20:49:48.439 INFO kablam! | Oct 14 20:49:48.439 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:49:48.439 INFO kablam! Oct 14 20:49:48.440 INFO kablam! warning: function is never used: `make_1d_texture` Oct 14 20:49:48.440 INFO kablam! --> src/main.rs:165:1 Oct 14 20:49:48.440 INFO kablam! | Oct 14 20:49:48.440 INFO kablam! 165 | / fn make_1d_texture(display: &F, buffer: std::vec::Vec) Oct 14 20:49:48.441 INFO kablam! 166 | | -> Result Oct 14 20:49:48.441 INFO kablam! 167 | | where F: Facade + std::marker::Sized Oct 14 20:49:48.441 INFO kablam! 168 | | { Oct 14 20:49:48.442 INFO kablam! ... | Oct 14 20:49:48.442 INFO kablam! 194 | | Ok(texture) Oct 14 20:49:48.442 INFO kablam! 195 | | } Oct 14 20:49:48.442 INFO kablam! | |_^ Oct 14 20:49:48.443 INFO kablam! Oct 14 20:49:48.443 INFO kablam! warning: function is never used: `file_to_texture` Oct 14 20:49:48.443 INFO kablam! --> src/main.rs:198:1 Oct 14 20:49:48.444 INFO kablam! | Oct 14 20:49:48.444 INFO kablam! 198 | / fn file_to_texture(display: &F, width: u32, height: u32, path: &str) -> Oct 14 20:49:48.444 INFO kablam! 199 | | Result Oct 14 20:49:48.445 INFO kablam! 200 | | where F: Facade + std::marker::Sized Oct 14 20:49:48.445 INFO kablam! 201 | | { Oct 14 20:49:48.445 INFO kablam! ... | Oct 14 20:49:48.445 INFO kablam! 212 | | make_depth1d_texture(display, buffer) Oct 14 20:49:48.446 INFO kablam! 213 | | } Oct 14 20:49:48.446 INFO kablam! | |_^ Oct 14 20:49:48.446 INFO kablam! Oct 14 20:49:48.447 INFO kablam! warning: function is never used: `make_depth1d_texture` Oct 14 20:49:48.447 INFO kablam! --> src/main.rs:215:1 Oct 14 20:49:48.447 INFO kablam! | Oct 14 20:49:48.447 INFO kablam! 215 | / fn make_depth1d_texture(display: &F, buffer: std::vec::Vec) -> Oct 14 20:49:48.448 INFO kablam! 216 | | Result Oct 14 20:49:48.448 INFO kablam! 217 | | where F: Facade + std::marker::Sized Oct 14 20:49:48.448 INFO kablam! 218 | | { Oct 14 20:49:48.449 INFO kablam! ... | Oct 14 20:49:48.449 INFO kablam! 230 | | Ok(texture) Oct 14 20:49:48.449 INFO kablam! 231 | | } Oct 14 20:49:48.450 INFO kablam! | |_^ Oct 14 20:49:48.450 INFO kablam! Oct 14 20:49:48.450 INFO kablam! warning: function is never used: `file_to_texture2d` Oct 14 20:49:48.450 INFO kablam! --> src/main.rs:233:1 Oct 14 20:49:48.451 INFO kablam! | Oct 14 20:49:48.451 INFO kablam! 233 | / fn file_to_texture2d(display: &F, width: u32, height: u32, path: &str) -> Oct 14 20:49:48.451 INFO kablam! 234 | | Result Oct 14 20:49:48.452 INFO kablam! 235 | | where F: Facade + std::marker::Sized Oct 14 20:49:48.452 INFO kablam! 236 | | { Oct 14 20:49:48.452 INFO kablam! ... | Oct 14 20:49:48.452 INFO kablam! 247 | | make_depth2d_texture(display, buffer) Oct 14 20:49:48.453 INFO kablam! 248 | | } Oct 14 20:49:48.453 INFO kablam! | |_^ Oct 14 20:49:48.453 INFO kablam! Oct 14 20:49:48.454 INFO kablam! warning: function is never used: `make_depth2d_texture` Oct 14 20:49:48.454 INFO kablam! --> src/main.rs:250:1 Oct 14 20:49:48.454 INFO kablam! | Oct 14 20:49:48.455 INFO kablam! 250 | / fn make_depth2d_texture(display: &F, buffer: std::vec::Vec) -> Oct 14 20:49:48.455 INFO kablam! 251 | | Result Oct 14 20:49:48.455 INFO kablam! 252 | | where F: Facade + std::marker::Sized Oct 14 20:49:48.455 INFO kablam! 253 | | { Oct 14 20:49:48.456 INFO kablam! ... | Oct 14 20:49:48.456 INFO kablam! 275 | | Ok(texture) Oct 14 20:49:48.456 INFO kablam! 276 | | } Oct 14 20:49:48.457 INFO kablam! | |_^ Oct 14 20:49:48.457 INFO kablam! Oct 14 20:49:52.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 14 20:49:53.003 INFO kablam! su: No module specific data is present Oct 14 20:49:53.503 INFO running `"docker" "rm" "-f" "f3523c7d35e3146e68dc6ff907567cb8627bd1dd266df33dcff1013dcd052626"` Oct 14 20:49:53.747 INFO blam! f3523c7d35e3146e68dc6ff907567cb8627bd1dd266df33dcff1013dcd052626 Oct 14 20:49:53.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 20:49:54.252 INFO blam! f6f33ad402905c73fd45a31414cfce57d4e9facc0a3da57433339430ffedf7f9 Oct 14 20:49:54.255 INFO running `"docker" "start" "-a" "f6f33ad402905c73fd45a31414cfce57d4e9facc0a3da57433339430ffedf7f9"` Oct 14 20:49:55.574 INFO kablam! usermod: no changes Oct 14 20:49:55.795 INFO kablam! Compiling minrs v0.4.1 (/source) Oct 14 20:50:00.511 INFO kablam! warning: function is never used: `load_file_1d` Oct 14 20:50:00.511 INFO kablam! --> src/main.rs:148:1 Oct 14 20:50:00.511 INFO kablam! | Oct 14 20:50:00.511 INFO kablam! 148 | / fn load_file_1d(display: &F, width: u32, height: u32, path: &str) Oct 14 20:50:00.511 INFO kablam! 149 | | -> Result Oct 14 20:50:00.511 INFO kablam! 150 | | where F: Facade + std::marker::Sized Oct 14 20:50:00.511 INFO kablam! 151 | | { Oct 14 20:50:00.511 INFO kablam! ... | Oct 14 20:50:00.511 INFO kablam! 162 | | make_1d_texture(display, buffer) Oct 14 20:50:00.511 INFO kablam! 163 | | } Oct 14 20:50:00.511 INFO kablam! | |_^ Oct 14 20:50:00.519 INFO kablam! | Oct 14 20:50:00.521 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:50:00.522 INFO kablam! Oct 14 20:50:00.522 INFO kablam! warning: function is never used: `make_1d_texture` Oct 14 20:50:00.522 INFO kablam! --> src/main.rs:165:1 Oct 14 20:50:00.523 INFO kablam! | Oct 14 20:50:00.523 INFO kablam! 165 | / fn make_1d_texture(display: &F, buffer: std::vec::Vec) Oct 14 20:50:00.523 INFO kablam! 166 | | -> Result Oct 14 20:50:00.524 INFO kablam! 167 | | where F: Facade + std::marker::Sized Oct 14 20:50:00.524 INFO kablam! 168 | | { Oct 14 20:50:00.524 INFO kablam! ... | Oct 14 20:50:00.525 INFO kablam! 194 | | Ok(texture) Oct 14 20:50:00.525 INFO kablam! 195 | | } Oct 14 20:50:00.525 INFO kablam! | |_^ Oct 14 20:50:00.525 INFO kablam! Oct 14 20:50:00.526 INFO kablam! warning: function is never used: `file_to_texture` Oct 14 20:50:00.526 INFO kablam! --> src/main.rs:198:1 Oct 14 20:50:00.526 INFO kablam! | Oct 14 20:50:00.527 INFO kablam! 198 | / fn file_to_texture(display: &F, width: u32, height: u32, path: &str) -> Oct 14 20:50:00.527 INFO kablam! 199 | | Result Oct 14 20:50:00.527 INFO kablam! 200 | | where F: Facade + std::marker::Sized Oct 14 20:50:00.528 INFO kablam! 201 | | { Oct 14 20:50:00.528 INFO kablam! ... | Oct 14 20:50:00.528 INFO kablam! 212 | | make_depth1d_texture(display, buffer) Oct 14 20:50:00.528 INFO kablam! 213 | | } Oct 14 20:50:00.529 INFO kablam! | |_^ Oct 14 20:50:00.529 INFO kablam! Oct 14 20:50:00.529 INFO kablam! warning: function is never used: `make_depth1d_texture` Oct 14 20:50:00.530 INFO kablam! --> src/main.rs:215:1 Oct 14 20:50:00.530 INFO kablam! | Oct 14 20:50:00.530 INFO kablam! 215 | / fn make_depth1d_texture(display: &F, buffer: std::vec::Vec) -> Oct 14 20:50:00.530 INFO kablam! 216 | | Result Oct 14 20:50:00.531 INFO kablam! 217 | | where F: Facade + std::marker::Sized Oct 14 20:50:00.535 INFO kablam! 218 | | { Oct 14 20:50:00.535 INFO kablam! ... | Oct 14 20:50:00.536 INFO kablam! 230 | | Ok(texture) Oct 14 20:50:00.536 INFO kablam! 231 | | } Oct 14 20:50:00.536 INFO kablam! | |_^ Oct 14 20:50:00.537 INFO kablam! Oct 14 20:50:00.537 INFO kablam! warning: function is never used: `file_to_texture2d` Oct 14 20:50:00.538 INFO kablam! --> src/main.rs:233:1 Oct 14 20:50:00.539 INFO kablam! | Oct 14 20:50:00.539 INFO kablam! 233 | / fn file_to_texture2d(display: &F, width: u32, height: u32, path: &str) -> Oct 14 20:50:00.539 INFO kablam! 234 | | Result Oct 14 20:50:00.539 INFO kablam! 235 | | where F: Facade + std::marker::Sized Oct 14 20:50:00.540 INFO kablam! 236 | | { Oct 14 20:50:00.540 INFO kablam! ... | Oct 14 20:50:00.540 INFO kablam! 247 | | make_depth2d_texture(display, buffer) Oct 14 20:50:00.541 INFO kablam! 248 | | } Oct 14 20:50:00.541 INFO kablam! | |_^ Oct 14 20:50:00.541 INFO kablam! Oct 14 20:50:00.541 INFO kablam! warning: function is never used: `make_depth2d_texture` Oct 14 20:50:00.542 INFO kablam! --> src/main.rs:250:1 Oct 14 20:50:00.542 INFO kablam! | Oct 14 20:50:00.542 INFO kablam! 250 | / fn make_depth2d_texture(display: &F, buffer: std::vec::Vec) -> Oct 14 20:50:00.542 INFO kablam! 251 | | Result Oct 14 20:50:00.543 INFO kablam! 252 | | where F: Facade + std::marker::Sized Oct 14 20:50:00.543 INFO kablam! 253 | | { Oct 14 20:50:00.543 INFO kablam! ... | Oct 14 20:50:00.543 INFO kablam! 275 | | Ok(texture) Oct 14 20:50:00.544 INFO kablam! 276 | | } Oct 14 20:50:00.544 INFO kablam! | |_^ Oct 14 20:50:00.544 INFO kablam! Oct 14 20:50:08.611 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.00s Oct 14 20:50:08.617 INFO kablam! su: No module specific data is present Oct 14 20:50:09.411 INFO running `"docker" "rm" "-f" "f6f33ad402905c73fd45a31414cfce57d4e9facc0a3da57433339430ffedf7f9"` Oct 14 20:50:09.659 INFO blam! f6f33ad402905c73fd45a31414cfce57d4e9facc0a3da57433339430ffedf7f9 Oct 14 20:50:09.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 20:50:10.073 INFO blam! edcec2036c117fe4710b0e0c6e81a397b9681e316b2b029a3a4b0a97fbbc0ed0 Oct 14 20:50:10.075 INFO running `"docker" "start" "-a" "edcec2036c117fe4710b0e0c6e81a397b9681e316b2b029a3a4b0a97fbbc0ed0"` Oct 14 20:50:11.287 INFO kablam! usermod: no changes Oct 14 20:50:11.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 14 20:50:11.501 INFO kablam! Running /target/debug/deps/minrs-d93aa0aeb256764f Oct 14 20:50:11.501 INFO blam! Oct 14 20:50:11.502 INFO kablam! su: No module specific data is present Oct 14 20:50:11.502 INFO blam! running 0 tests Oct 14 20:50:11.502 INFO blam! Oct 14 20:50:11.503 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:50:11.503 INFO blam! Oct 14 20:50:12.416 INFO running `"docker" "rm" "-f" "edcec2036c117fe4710b0e0c6e81a397b9681e316b2b029a3a4b0a97fbbc0ed0"` Oct 14 20:50:12.755 INFO blam! edcec2036c117fe4710b0e0c6e81a397b9681e316b2b029a3a4b0a97fbbc0ed0