Oct 12 18:28:49.186 INFO testing xea/visrs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 18:28:49.187 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 18:28:49.787 INFO blam! 22c03d8b54ce19bc84a99cf3b21d6a19ff7d7b61ebd36abc00606b2e7fd22d61 Oct 12 18:28:49.789 INFO running `"docker" "start" "-a" "22c03d8b54ce19bc84a99cf3b21d6a19ff7d7b61ebd36abc00606b2e7fd22d61"` Oct 12 18:28:50.815 INFO kablam! usermod: no changes Oct 12 18:28:51.071 INFO kablam! Compiling gcc v0.3.45 Oct 12 18:28:51.085 INFO kablam! Compiling rustc-demangle v0.1.4 Oct 12 18:28:51.085 INFO kablam! Compiling fnv v1.0.5 Oct 12 18:28:51.085 INFO kablam! Compiling smallvec v0.1.8 Oct 12 18:28:51.090 INFO kablam! Compiling glium v0.16.0 Oct 12 18:28:55.562 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 12 18:29:10.025 INFO kablam! Compiling backtrace v0.2.3 Oct 12 18:29:37.795 INFO kablam! Compiling visrs v0.2.0 (/source) Oct 12 18:29:38.207 INFO kablam! warning: unused imports: `EmptyUniforms`, `UniformValue`, `UniformsStorage` Oct 12 18:29:38.207 INFO kablam! --> src/main.rs:9:23 Oct 12 18:29:38.207 INFO kablam! | Oct 12 18:29:38.207 INFO kablam! 9 | use glium::uniforms::{EmptyUniforms, UniformValue, UniformsStorage}; Oct 12 18:29:38.207 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Oct 12 18:29:38.207 INFO kablam! | Oct 12 18:29:38.207 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:29:38.207 INFO kablam! Oct 12 18:29:38.319 INFO kablam! warning: unused variable: `scene` Oct 12 18:29:38.319 INFO kablam! --> src/main.rs:173:17 Oct 12 18:29:38.319 INFO kablam! | Oct 12 18:29:38.319 INFO kablam! 173 | fn update_state(scene: &mut Scene, state: &mut ProgramState) -> () { Oct 12 18:29:38.319 INFO kablam! | ^^^^^ help: consider using `_scene` instead Oct 12 18:29:38.319 INFO kablam! | Oct 12 18:29:38.319 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:29:38.319 INFO kablam! Oct 12 18:29:38.319 INFO kablam! warning: unused variable: `width` Oct 12 18:29:38.319 INFO kablam! --> src/main.rs:199:25 Oct 12 18:29:38.319 INFO kablam! | Oct 12 18:29:38.319 INFO kablam! 199 | &Event::Resized(width, height) => (), Oct 12 18:29:38.319 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 12 18:29:38.319 INFO kablam! Oct 12 18:29:38.319 INFO kablam! warning: unused variable: `height` Oct 12 18:29:38.319 INFO kablam! --> src/main.rs:199:32 Oct 12 18:29:38.319 INFO kablam! | Oct 12 18:29:38.319 INFO kablam! 199 | &Event::Resized(width, height) => (), Oct 12 18:29:38.319 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 12 18:29:38.319 INFO kablam! Oct 12 18:29:38.331 INFO kablam! warning: method is never used: `square` Oct 12 18:29:38.331 INFO kablam! --> src/main.rs:71:5 Oct 12 18:29:38.331 INFO kablam! | Oct 12 18:29:38.331 INFO kablam! 71 | pub fn square() -> Shape { Oct 12 18:29:38.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:38.331 INFO kablam! | Oct 12 18:29:38.331 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:29:38.331 INFO kablam! Oct 12 18:29:38.331 INFO kablam! warning: method is never used: `five_point_star` Oct 12 18:29:38.331 INFO kablam! --> src/main.rs:80:5 Oct 12 18:29:38.331 INFO kablam! | Oct 12 18:29:38.331 INFO kablam! 80 | pub fn five_point_star() -> Shape { Oct 12 18:29:38.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:38.331 INFO kablam! Oct 12 18:29:38.331 INFO kablam! warning: method is never used: `cube` Oct 12 18:29:38.331 INFO kablam! --> src/main.rs:92:5 Oct 12 18:29:38.331 INFO kablam! | Oct 12 18:29:38.331 INFO kablam! 92 | pub fn cube() -> Shape { Oct 12 18:29:38.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:38.331 INFO kablam! Oct 12 18:29:38.331 INFO kablam! warning: function is never used: `limit_rate` Oct 12 18:29:38.331 INFO kablam! --> src/main.rs:208:1 Oct 12 18:29:38.331 INFO kablam! | Oct 12 18:29:38.331 INFO kablam! 208 | fn limit_rate(frame_start: &Instant) -> () { Oct 12 18:29:38.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:38.331 INFO kablam! Oct 12 18:29:41.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.09s Oct 12 18:29:41.942 INFO kablam! su: No module specific data is present Oct 12 18:29:42.373 INFO running `"docker" "rm" "-f" "22c03d8b54ce19bc84a99cf3b21d6a19ff7d7b61ebd36abc00606b2e7fd22d61"` Oct 12 18:29:42.575 INFO blam! 22c03d8b54ce19bc84a99cf3b21d6a19ff7d7b61ebd36abc00606b2e7fd22d61 Oct 12 18:29:42.579 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 18:29:42.892 INFO blam! f33d0f47f157bd64c2b0fedb45bd92a4e4553c2a16c6373e72d1e77fd68d75d4 Oct 12 18:29:42.896 INFO running `"docker" "start" "-a" "f33d0f47f157bd64c2b0fedb45bd92a4e4553c2a16c6373e72d1e77fd68d75d4"` Oct 12 18:29:43.795 INFO kablam! usermod: no changes Oct 12 18:29:43.947 INFO kablam! Compiling visrs v0.2.0 (/source) Oct 12 18:29:44.303 INFO kablam! warning: unused imports: `EmptyUniforms`, `UniformValue`, `UniformsStorage` Oct 12 18:29:44.303 INFO kablam! --> src/main.rs:9:23 Oct 12 18:29:44.304 INFO kablam! | Oct 12 18:29:44.304 INFO kablam! 9 | use glium::uniforms::{EmptyUniforms, UniformValue, UniformsStorage}; Oct 12 18:29:44.304 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Oct 12 18:29:44.304 INFO kablam! | Oct 12 18:29:44.304 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:29:44.304 INFO kablam! Oct 12 18:29:44.540 INFO kablam! warning: unused variable: `scene` Oct 12 18:29:44.541 INFO kablam! --> src/main.rs:173:17 Oct 12 18:29:44.541 INFO kablam! | Oct 12 18:29:44.541 INFO kablam! 173 | fn update_state(scene: &mut Scene, state: &mut ProgramState) -> () { Oct 12 18:29:44.542 INFO kablam! | ^^^^^ help: consider using `_scene` instead Oct 12 18:29:44.542 INFO kablam! | Oct 12 18:29:44.542 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:29:44.543 INFO kablam! Oct 12 18:29:44.543 INFO kablam! warning: unused variable: `width` Oct 12 18:29:44.543 INFO kablam! --> src/main.rs:199:25 Oct 12 18:29:44.544 INFO kablam! | Oct 12 18:29:44.544 INFO kablam! 199 | &Event::Resized(width, height) => (), Oct 12 18:29:44.544 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 12 18:29:44.544 INFO kablam! Oct 12 18:29:44.545 INFO kablam! warning: unused variable: `height` Oct 12 18:29:44.545 INFO kablam! --> src/main.rs:199:32 Oct 12 18:29:44.545 INFO kablam! | Oct 12 18:29:44.546 INFO kablam! 199 | &Event::Resized(width, height) => (), Oct 12 18:29:44.546 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 12 18:29:44.546 INFO kablam! Oct 12 18:29:44.551 INFO kablam! warning: method is never used: `square` Oct 12 18:29:44.551 INFO kablam! --> src/main.rs:71:5 Oct 12 18:29:44.551 INFO kablam! | Oct 12 18:29:44.551 INFO kablam! 71 | pub fn square() -> Shape { Oct 12 18:29:44.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:44.551 INFO kablam! | Oct 12 18:29:44.551 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:29:44.551 INFO kablam! Oct 12 18:29:44.551 INFO kablam! warning: method is never used: `five_point_star` Oct 12 18:29:44.551 INFO kablam! --> src/main.rs:80:5 Oct 12 18:29:44.551 INFO kablam! | Oct 12 18:29:44.551 INFO kablam! 80 | pub fn five_point_star() -> Shape { Oct 12 18:29:44.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:44.551 INFO kablam! Oct 12 18:29:44.551 INFO kablam! warning: method is never used: `cube` Oct 12 18:29:44.551 INFO kablam! --> src/main.rs:92:5 Oct 12 18:29:44.551 INFO kablam! | Oct 12 18:29:44.551 INFO kablam! 92 | pub fn cube() -> Shape { Oct 12 18:29:44.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:44.551 INFO kablam! Oct 12 18:29:44.551 INFO kablam! warning: function is never used: `limit_rate` Oct 12 18:29:44.551 INFO kablam! --> src/main.rs:208:1 Oct 12 18:29:44.551 INFO kablam! | Oct 12 18:29:44.551 INFO kablam! 208 | fn limit_rate(frame_start: &Instant) -> () { Oct 12 18:29:44.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:29:44.551 INFO kablam! Oct 12 18:29:45.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 12 18:29:45.141 INFO kablam! su: No module specific data is present Oct 12 18:29:45.657 INFO running `"docker" "rm" "-f" "f33d0f47f157bd64c2b0fedb45bd92a4e4553c2a16c6373e72d1e77fd68d75d4"` Oct 12 18:29:46.003 INFO blam! f33d0f47f157bd64c2b0fedb45bd92a4e4553c2a16c6373e72d1e77fd68d75d4 Oct 12 18:29:46.007 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 18:29:46.397 INFO blam! 2d17cd6de617c414f6207a31d218b146c6b3b7d2a1d2cc91fafb56a4f3e22543 Oct 12 18:29:46.399 INFO running `"docker" "start" "-a" "2d17cd6de617c414f6207a31d218b146c6b3b7d2a1d2cc91fafb56a4f3e22543"` Oct 12 18:29:47.533 INFO kablam! usermod: no changes Oct 12 18:29:47.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 12 18:29:47.723 INFO kablam! Running /target/debug/deps/visrs-040f63a04a27d828 Oct 12 18:29:47.731 INFO blam! Oct 12 18:29:47.731 INFO blam! running 1 test Oct 12 18:29:47.732 INFO blam! test tests::it_works ... ok Oct 12 18:29:47.732 INFO blam! Oct 12 18:29:47.732 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:29:47.733 INFO blam! Oct 12 18:29:47.735 INFO kablam! Running /target/debug/deps/visrs-72ece2644a1cd692 Oct 12 18:29:47.736 INFO blam! Oct 12 18:29:47.736 INFO blam! running 0 tests Oct 12 18:29:47.737 INFO blam! Oct 12 18:29:47.737 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:29:47.738 INFO blam! Oct 12 18:29:47.739 INFO kablam! Doc-tests visrs Oct 12 18:29:47.977 INFO blam! Oct 12 18:29:47.977 INFO blam! running 0 tests Oct 12 18:29:47.978 INFO blam! Oct 12 18:29:47.978 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:29:47.978 INFO blam! Oct 12 18:29:47.983 INFO kablam! su: No module specific data is present Oct 12 18:29:48.751 INFO running `"docker" "rm" "-f" "2d17cd6de617c414f6207a31d218b146c6b3b7d2a1d2cc91fafb56a4f3e22543"` Oct 12 18:29:48.993 INFO blam! 2d17cd6de617c414f6207a31d218b146c6b3b7d2a1d2cc91fafb56a4f3e22543