Oct 15 02:10:01.486 INFO testing boobin/minors against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 02:10:01.486 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 02:10:02.061 INFO blam! bbfcffe6a525cfc0f794cacfebf4bcccfae24ad30119360d7127772dd8d99218 Oct 15 02:10:02.064 INFO running `"docker" "start" "-a" "bbfcffe6a525cfc0f794cacfebf4bcccfae24ad30119360d7127772dd8d99218"` Oct 15 02:10:03.987 INFO kablam! usermod: no changes Oct 15 02:10:04.203 INFO kablam! Compiling libc v0.2.17 Oct 15 02:10:04.203 INFO kablam! Compiling khronos_api v0.0.8 Oct 15 02:10:04.203 INFO kablam! Compiling debug-builders v0.1.0 Oct 15 02:10:04.219 INFO kablam! Compiling xml-rs v0.3.4 Oct 15 02:10:04.219 INFO kablam! Compiling xml-rs v0.1.26 Oct 15 02:10:04.219 INFO kablam! Compiling num-complex v0.1.35 Oct 15 02:10:04.219 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 15 02:10:04.219 INFO kablam! Compiling gl_generator v0.4.2 Oct 15 02:10:10.003 INFO kablam! Compiling rand v0.3.14 Oct 15 02:10:10.133 INFO kablam! Compiling fs2 v0.2.5 Oct 15 02:10:10.712 INFO kablam! Compiling dylib v0.0.1 Oct 15 02:10:10.819 INFO kablam! Compiling shared_library v0.1.5 Oct 15 02:10:11.107 INFO kablam! Compiling glutin v0.4.9 Oct 15 02:10:13.175 INFO kablam! Compiling memmap v0.2.3 Oct 15 02:10:13.711 INFO kablam! Compiling backtrace v0.1.8 Oct 15 02:10:24.083 INFO kablam! Compiling x11-dl v2.3.1 Oct 15 02:10:24.092 INFO kablam! Compiling osmesa-sys v0.0.5 Oct 15 02:10:24.311 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 15 02:10:24.951 INFO kablam! Compiling gl_generator v0.3.0 Oct 15 02:10:25.043 INFO kablam! Compiling phf_generator v0.7.20 Oct 15 02:10:25.044 INFO kablam! Compiling num-bigint v0.1.35 Oct 15 02:10:25.044 INFO kablam! Compiling tempfile v2.1.4 Oct 15 02:10:28.784 INFO kablam! Compiling phf_codegen v0.7.20 Oct 15 02:10:31.888 INFO kablam! Compiling target_build_utils v0.1.2 Oct 15 02:10:34.116 INFO kablam! Compiling wayland-client v0.5.12 Oct 15 02:10:38.857 INFO kablam! Compiling num-rational v0.1.35 Oct 15 02:10:40.523 INFO kablam! Compiling glium v0.13.5 Oct 15 02:10:43.486 INFO kablam! Compiling num v0.1.36 Oct 15 02:10:44.694 INFO kablam! Compiling cgmath v0.7.0 Oct 15 02:10:44.694 INFO kablam! Compiling nalgebra v0.5.1 Oct 15 02:11:04.982 INFO kablam! Compiling genmesh v0.4.1 Oct 15 02:11:07.103 INFO kablam! Compiling obj v0.5.0 Oct 15 02:11:09.143 INFO kablam! Compiling libloading v0.3.1 Oct 15 02:11:13.360 INFO kablam! Compiling dlib v0.3.1 Oct 15 02:11:13.963 INFO kablam! Compiling wayland-sys v0.5.11 Oct 15 02:11:19.692 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 15 02:11:19.692 INFO kablam! Compiling wayland-window v0.2.3 Oct 15 02:11:46.255 INFO kablam! Compiling minors v0.1.0 (/source) Oct 15 02:11:47.547 INFO kablam! warning: unused import: `glium::index::NoIndices` Oct 15 02:11:47.547 INFO kablam! --> src/render.rs:6:5 Oct 15 02:11:47.547 INFO kablam! | Oct 15 02:11:47.547 INFO kablam! 6 | use glium::index::NoIndices; Oct 15 02:11:47.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:11:47.547 INFO kablam! | Oct 15 02:11:47.547 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:11:47.547 INFO kablam! Oct 15 02:11:47.749 INFO kablam! warning: unused variable: `target` Oct 15 02:11:47.749 INFO kablam! --> src/render.rs:192:27 Oct 15 02:11:47.749 INFO kablam! | Oct 15 02:11:47.749 INFO kablam! 192 | fn render_text(&self, target: &mut glium::Frame) {} Oct 15 02:11:47.749 INFO kablam! | ^^^^^^ help: consider using `_target` instead Oct 15 02:11:47.750 INFO kablam! | Oct 15 02:11:47.750 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:11:47.750 INFO kablam! Oct 15 02:11:47.805 INFO kablam! warning: struct is never constructed: `MasterRuleSet` Oct 15 02:11:47.806 INFO kablam! --> src/ruleset/master.rs:4:1 Oct 15 02:11:47.806 INFO kablam! | Oct 15 02:11:47.811 INFO kablam! 4 | pub struct MasterRuleSet; Oct 15 02:11:47.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:11:47.811 INFO kablam! | Oct 15 02:11:47.812 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:11:47.812 INFO kablam! Oct 15 02:11:51.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 47s Oct 15 02:11:51.660 INFO kablam! su: No module specific data is present Oct 15 02:11:52.947 INFO running `"docker" "rm" "-f" "bbfcffe6a525cfc0f794cacfebf4bcccfae24ad30119360d7127772dd8d99218"` Oct 15 02:11:53.331 INFO blam! bbfcffe6a525cfc0f794cacfebf4bcccfae24ad30119360d7127772dd8d99218 Oct 15 02:11:53.339 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 02:11:53.827 INFO blam! 5b23665d6b1b2d968308832e8e95b6eece09f05f91fe4a0919c9c5e9d94b5970 Oct 15 02:11:53.831 INFO running `"docker" "start" "-a" "5b23665d6b1b2d968308832e8e95b6eece09f05f91fe4a0919c9c5e9d94b5970"` Oct 15 02:11:54.864 INFO kablam! usermod: no changes Oct 15 02:11:55.038 INFO kablam! Compiling minors v0.1.0 (/source) Oct 15 02:11:56.407 INFO kablam! warning: unused import: `glium::index::NoIndices` Oct 15 02:11:56.407 INFO kablam! --> src/render.rs:6:5 Oct 15 02:11:56.407 INFO kablam! | Oct 15 02:11:56.407 INFO kablam! 6 | use glium::index::NoIndices; Oct 15 02:11:56.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:11:56.407 INFO kablam! | Oct 15 02:11:56.407 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:11:56.407 INFO kablam! Oct 15 02:11:56.649 INFO kablam! warning: unused variable: `target` Oct 15 02:11:56.649 INFO kablam! --> src/render.rs:192:27 Oct 15 02:11:56.649 INFO kablam! | Oct 15 02:11:56.649 INFO kablam! 192 | fn render_text(&self, target: &mut glium::Frame) {} Oct 15 02:11:56.649 INFO kablam! | ^^^^^^ help: consider using `_target` instead Oct 15 02:11:56.649 INFO kablam! | Oct 15 02:11:56.649 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:11:56.649 INFO kablam! Oct 15 02:11:56.703 INFO kablam! warning: struct is never constructed: `MasterRuleSet` Oct 15 02:11:56.703 INFO kablam! --> src/ruleset/master.rs:4:1 Oct 15 02:11:56.703 INFO kablam! | Oct 15 02:11:56.703 INFO kablam! 4 | pub struct MasterRuleSet; Oct 15 02:11:56.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:11:56.703 INFO kablam! | Oct 15 02:11:56.703 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:11:56.703 INFO kablam! Oct 15 02:11:57.221 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.32s Oct 15 02:11:57.233 INFO kablam! su: No module specific data is present Oct 15 02:11:57.789 INFO running `"docker" "rm" "-f" "5b23665d6b1b2d968308832e8e95b6eece09f05f91fe4a0919c9c5e9d94b5970"` Oct 15 02:11:58.147 INFO blam! 5b23665d6b1b2d968308832e8e95b6eece09f05f91fe4a0919c9c5e9d94b5970 Oct 15 02:11:58.154 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" "-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 02:11:58.700 INFO blam! e51f710b1d77aa1531ce20e6941c7937eecc5a928b05eab160ceff61ecac68af Oct 15 02:11:58.701 INFO running `"docker" "start" "-a" "e51f710b1d77aa1531ce20e6941c7937eecc5a928b05eab160ceff61ecac68af"` Oct 15 02:11:59.661 INFO kablam! usermod: no changes Oct 15 02:11:59.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 02:11:59.891 INFO kablam! Running /target/debug/deps/minors-549cbef6be6bddd4 Oct 15 02:11:59.899 INFO kablam! su: No module specific data is present Oct 15 02:11:59.900 INFO blam! Oct 15 02:11:59.900 INFO blam! running 0 tests Oct 15 02:11:59.900 INFO blam! Oct 15 02:11:59.901 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:11:59.901 INFO blam! Oct 15 02:12:00.593 INFO running `"docker" "rm" "-f" "e51f710b1d77aa1531ce20e6941c7937eecc5a928b05eab160ceff61ecac68af"` Oct 15 02:12:01.039 INFO blam! e51f710b1d77aa1531ce20e6941c7937eecc5a928b05eab160ceff61ecac68af