Oct 11 22:00:53.181 INFO testing glutin-0.18.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 22:00:53.181 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 11 22:00:53.631 INFO blam! adb34ffa5c5f117d9f5dda8ad984415f170f52f88c3f1af600ac00623232ad86 Oct 11 22:00:53.641 INFO running `"docker" "start" "-a" "adb34ffa5c5f117d9f5dda8ad984415f170f52f88c3f1af600ac00623232ad86"` Oct 11 22:00:54.848 INFO kablam! usermod: no changes Oct 11 22:00:55.020 INFO kablam! Compiling bitflags v1.0.4 Oct 11 22:00:55.020 INFO kablam! Compiling semver-parser v0.7.0 Oct 11 22:00:55.020 INFO kablam! Compiling void v1.0.2 Oct 11 22:00:55.020 INFO kablam! Compiling downcast-rs v1.0.3 Oct 11 22:00:55.023 INFO kablam! Compiling khronos_api v2.2.0 Oct 11 22:00:55.023 INFO kablam! Compiling rand_core v0.3.0 Oct 11 22:00:55.045 INFO kablam! Compiling nix v0.11.0 Oct 11 22:00:55.045 INFO kablam! Compiling stable_deref_trait v1.1.1 Oct 11 22:00:55.644 INFO kablam! Compiling cfg-if v0.1.5 Oct 11 22:00:55.694 INFO kablam! Compiling scopeguard v0.3.3 Oct 11 22:00:55.751 INFO kablam! Compiling libloading v0.5.0 Oct 11 22:00:55.769 INFO kablam! Compiling xml-rs v0.7.0 Oct 11 22:00:56.216 INFO kablam! Compiling owning_ref v0.3.3 Oct 11 22:00:56.836 INFO kablam! Compiling x11-dl v2.18.3 Oct 11 22:00:57.327 INFO kablam! Compiling memmap v0.6.2 Oct 11 22:00:57.496 INFO kablam! Compiling unreachable v1.0.0 Oct 11 22:00:58.012 INFO kablam! Compiling log v0.4.5 Oct 11 22:00:58.068 INFO kablam! Compiling lock_api v0.1.4 Oct 11 22:00:59.999 INFO kablam! Compiling smallvec v0.6.5 Oct 11 22:01:00.093 INFO kablam! Compiling rand_core v0.2.2 Oct 11 22:01:00.153 INFO kablam! Compiling semver v0.9.0 Oct 11 22:01:00.388 INFO kablam! Compiling shared_library v0.1.9 Oct 11 22:01:00.669 INFO kablam! Compiling rand v0.5.5 Oct 11 22:01:02.604 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 22:01:05.824 INFO kablam! Compiling dlib v0.4.1 Oct 11 22:01:06.600 INFO kablam! Compiling rustc_version v0.2.3 Oct 11 22:01:07.656 INFO kablam! Compiling wayland-sys v0.20.12 Oct 11 22:01:08.117 INFO kablam! Compiling wayland-scanner v0.20.12 Oct 11 22:01:08.128 INFO kablam! Compiling gl_generator v0.9.0 Oct 11 22:01:10.621 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 11 22:01:13.957 INFO kablam! Compiling wayland-commons v0.20.12 Oct 11 22:01:19.248 INFO kablam! Compiling wayland-client v0.20.12 Oct 11 22:01:19.468 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 11 22:01:20.248 INFO kablam! Compiling glutin v0.18.0 (/source) Oct 11 22:01:20.323 INFO kablam! Compiling parking_lot v0.6.4 Oct 11 22:01:43.643 INFO kablam! Compiling smithay-client-toolkit v0.3.0 Oct 11 22:01:48.776 INFO kablam! Compiling winit v0.17.2 Oct 11 22:01:59.836 INFO kablam! warning: unreachable pattern Oct 11 22:01:59.838 INFO kablam! --> src/lib.rs:479:13 Oct 11 22:01:59.838 INFO kablam! | Oct 11 22:01:59.838 INFO kablam! 479 | CreationError::NotSupported(_) => "Some of the requested attributes are not supported", Oct 11 22:01:59.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:01:59.838 INFO kablam! | Oct 11 22:01:59.838 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 22:01:59.838 INFO kablam! Oct 11 22:02:00.029 INFO kablam! warning: variant is never constructed: `Gbm` Oct 11 22:02:00.029 INFO kablam! --> src/api/egl/mod.rs:27:5 Oct 11 22:02:00.029 INFO kablam! | Oct 11 22:02:00.030 INFO kablam! 27 | Gbm(Option), Oct 11 22:02:00.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:00.030 INFO kablam! | Oct 11 22:02:00.030 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 22:02:00.030 INFO kablam! Oct 11 22:02:00.030 INFO kablam! warning: variant is never constructed: `Android` Oct 11 22:02:00.031 INFO kablam! --> src/api/egl/mod.rs:31:5 Oct 11 22:02:00.031 INFO kablam! | Oct 11 22:02:00.031 INFO kablam! 31 | Android, Oct 11 22:02:00.031 INFO kablam! | ^^^^^^^ Oct 11 22:02:00.031 INFO kablam! Oct 11 22:02:00.031 INFO kablam! warning: variant is never constructed: `Device` Oct 11 22:02:00.031 INFO kablam! --> src/api/egl/mod.rs:33:5 Oct 11 22:02:00.031 INFO kablam! | Oct 11 22:02:00.031 INFO kablam! 33 | Device(ffi::EGLNativeDisplayType), Oct 11 22:02:00.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:00.031 INFO kablam! Oct 11 22:02:00.031 INFO kablam! warning: variant is never constructed: `Other` Oct 11 22:02:00.031 INFO kablam! --> src/api/egl/mod.rs:35:5 Oct 11 22:02:00.031 INFO kablam! | Oct 11 22:02:00.032 INFO kablam! 35 | Other(Option), Oct 11 22:02:00.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:00.032 INFO kablam! Oct 11 22:02:00.032 INFO kablam! warning: field is never used: `config_id` Oct 11 22:02:00.032 INFO kablam! --> src/api/egl/mod.rs:45:5 Oct 11 22:02:00.032 INFO kablam! | Oct 11 22:02:00.032 INFO kablam! 45 | config_id: ffi::egl::types::EGLConfig, Oct 11 22:02:00.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:00.036 INFO kablam! Oct 11 22:02:00.036 INFO kablam! warning: method is never used: `finish_pbuffer` Oct 11 22:02:00.036 INFO kablam! --> src/api/egl/mod.rs:425:5 Oct 11 22:02:00.036 INFO kablam! | Oct 11 22:02:00.036 INFO kablam! 425 | pub fn finish_pbuffer(self, dimensions: (u32, u32)) -> Result { Oct 11 22:02:00.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:00.036 INFO kablam! Oct 11 22:02:01.621 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 11 22:02:01.632 INFO kablam! su: No module specific data is present Oct 11 22:02:02.266 INFO running `"docker" "rm" "-f" "adb34ffa5c5f117d9f5dda8ad984415f170f52f88c3f1af600ac00623232ad86"` Oct 11 22:02:02.569 INFO blam! adb34ffa5c5f117d9f5dda8ad984415f170f52f88c3f1af600ac00623232ad86 Oct 11 22:02:02.580 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 11 22:02:03.015 INFO blam! 9d5fc42326dc75fa75b4e52c05aea652948b09d271ff57f926113ee7ae36d34e Oct 11 22:02:03.028 INFO running `"docker" "start" "-a" "9d5fc42326dc75fa75b4e52c05aea652948b09d271ff57f926113ee7ae36d34e"` Oct 11 22:02:04.313 INFO kablam! usermod: no changes Oct 11 22:02:04.516 INFO kablam! Compiling glutin v0.18.0 (/source) Oct 11 22:02:05.255 INFO kablam! warning: unused import: `std::ptr` Oct 11 22:02:05.255 INFO kablam! --> tests/headless.rs:3:5 Oct 11 22:02:05.255 INFO kablam! | Oct 11 22:02:05.255 INFO kablam! 3 | use std::ptr; Oct 11 22:02:05.255 INFO kablam! | ^^^^^^^^ Oct 11 22:02:05.255 INFO kablam! | Oct 11 22:02:05.255 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 22:02:05.255 INFO kablam! Oct 11 22:02:05.260 INFO kablam! warning: unused import: `gl::types::*` Oct 11 22:02:05.260 INFO kablam! --> tests/headless.rs:9:5 Oct 11 22:02:05.260 INFO kablam! | Oct 11 22:02:05.260 INFO kablam! 9 | use gl::types::*; Oct 11 22:02:05.260 INFO kablam! | ^^^^^^^^^^^^ Oct 11 22:02:05.260 INFO kablam! Oct 11 22:02:05.260 INFO kablam! warning: unused import: `glutin::GlContext` Oct 11 22:02:05.260 INFO kablam! --> tests/headless.rs:10:5 Oct 11 22:02:05.260 INFO kablam! | Oct 11 22:02:05.260 INFO kablam! 10 | use glutin::GlContext; Oct 11 22:02:05.260 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 22:02:05.260 INFO kablam! Oct 11 22:02:07.024 INFO kablam! warning: unreachable pattern Oct 11 22:02:07.024 INFO kablam! --> src/lib.rs:479:13 Oct 11 22:02:07.024 INFO kablam! | Oct 11 22:02:07.024 INFO kablam! 479 | CreationError::NotSupported(_) => "Some of the requested attributes are not supported", Oct 11 22:02:07.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:07.024 INFO kablam! | Oct 11 22:02:07.024 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 22:02:07.024 INFO kablam! Oct 11 22:02:08.232 INFO kablam! warning: variant is never constructed: `Gbm` Oct 11 22:02:08.232 INFO kablam! --> src/api/egl/mod.rs:27:5 Oct 11 22:02:08.232 INFO kablam! | Oct 11 22:02:08.232 INFO kablam! 27 | Gbm(Option), Oct 11 22:02:08.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:08.232 INFO kablam! | Oct 11 22:02:08.232 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 22:02:08.232 INFO kablam! Oct 11 22:02:08.232 INFO kablam! warning: variant is never constructed: `Android` Oct 11 22:02:08.232 INFO kablam! --> src/api/egl/mod.rs:31:5 Oct 11 22:02:08.232 INFO kablam! | Oct 11 22:02:08.232 INFO kablam! 31 | Android, Oct 11 22:02:08.232 INFO kablam! | ^^^^^^^ Oct 11 22:02:08.232 INFO kablam! Oct 11 22:02:08.232 INFO kablam! warning: variant is never constructed: `Device` Oct 11 22:02:08.232 INFO kablam! --> src/api/egl/mod.rs:33:5 Oct 11 22:02:08.232 INFO kablam! | Oct 11 22:02:08.232 INFO kablam! 33 | Device(ffi::EGLNativeDisplayType), Oct 11 22:02:08.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:08.232 INFO kablam! Oct 11 22:02:08.232 INFO kablam! warning: variant is never constructed: `Other` Oct 11 22:02:08.232 INFO kablam! --> src/api/egl/mod.rs:35:5 Oct 11 22:02:08.232 INFO kablam! | Oct 11 22:02:08.232 INFO kablam! 35 | Other(Option), Oct 11 22:02:08.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:08.232 INFO kablam! Oct 11 22:02:08.232 INFO kablam! warning: field is never used: `config_id` Oct 11 22:02:08.232 INFO kablam! --> src/api/egl/mod.rs:45:5 Oct 11 22:02:08.232 INFO kablam! | Oct 11 22:02:08.232 INFO kablam! 45 | config_id: ffi::egl::types::EGLConfig, Oct 11 22:02:08.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:08.232 INFO kablam! Oct 11 22:02:08.232 INFO kablam! warning: method is never used: `finish_pbuffer` Oct 11 22:02:08.232 INFO kablam! --> src/api/egl/mod.rs:425:5 Oct 11 22:02:08.232 INFO kablam! | Oct 11 22:02:08.232 INFO kablam! 425 | pub fn finish_pbuffer(self, dimensions: (u32, u32)) -> Result { Oct 11 22:02:08.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 22:02:08.232 INFO kablam! Oct 11 22:02:17.952 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.61s Oct 11 22:02:17.964 INFO kablam! su: No module specific data is present Oct 11 22:02:18.833 INFO running `"docker" "rm" "-f" "9d5fc42326dc75fa75b4e52c05aea652948b09d271ff57f926113ee7ae36d34e"` Oct 11 22:02:19.068 INFO blam! 9d5fc42326dc75fa75b4e52c05aea652948b09d271ff57f926113ee7ae36d34e Oct 11 22:02:19.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 11 22:02:19.490 INFO blam! f0d5c8a58387a68402d40a8b2e4e5bac2f4be738d12273b8769c63432c833f6c Oct 11 22:02:19.492 INFO running `"docker" "start" "-a" "f0d5c8a58387a68402d40a8b2e4e5bac2f4be738d12273b8769c63432c833f6c"` Oct 11 22:02:21.123 INFO kablam! usermod: no changes Oct 11 22:02:21.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 22:02:21.370 INFO kablam! Running /target/debug/deps/glutin-374e2a097d0f5385 Oct 11 22:02:21.372 INFO blam! Oct 11 22:02:21.372 INFO blam! running 0 tests Oct 11 22:02:21.372 INFO blam! Oct 11 22:02:21.372 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:02:21.372 INFO blam! Oct 11 22:02:21.373 INFO kablam! Running /target/debug/deps/headless-94fd001fbe186330 Oct 11 22:02:21.378 INFO blam! Oct 11 22:02:21.378 INFO blam! running 0 tests Oct 11 22:02:21.378 INFO blam! Oct 11 22:02:21.378 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 22:02:21.378 INFO blam! Oct 11 22:02:21.380 INFO kablam! Doc-tests glutin Oct 11 22:02:21.760 INFO blam! Oct 11 22:02:21.760 INFO blam! running 6 tests Oct 11 22:02:21.760 INFO blam! test /target/debug/build/glutin-c587bed8c5506c7a/out/egl_bindings.rs - api::egl::ffi::egl::Egl::load_with (line 375) ... ignored Oct 11 22:02:21.760 INFO blam! test /target/debug/build/glutin-c587bed8c5506c7a/out/glx_bindings.rs - api::glx::ffi::glx::Glx::load_with (line 425) ... ignored Oct 11 22:02:21.760 INFO blam! test /target/debug/build/glutin-c587bed8c5506c7a/out/glx_extra_bindings.rs - api::glx::ffi::glx_extra::Glx::load_with (line 451) ... ignored Oct 11 22:02:22.160 INFO blam! test src/lib.rs - (line 9) ... ok Oct 11 22:02:22.265 INFO blam! test src/lib.rs - Context (line 149) ... ok Oct 11 22:02:22.306 INFO blam! test src/lib.rs - GlWindow (line 179) ... ok Oct 11 22:02:22.306 INFO blam! Oct 11 22:02:22.306 INFO blam! test result: ok. 3 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out Oct 11 22:02:22.306 INFO blam! Oct 11 22:02:22.321 INFO kablam! su: No module specific data is present Oct 11 22:02:23.390 INFO running `"docker" "rm" "-f" "f0d5c8a58387a68402d40a8b2e4e5bac2f4be738d12273b8769c63432c833f6c"` Oct 11 22:02:23.651 INFO blam! f0d5c8a58387a68402d40a8b2e4e5bac2f4be738d12273b8769c63432c833f6c