Oct 14 22:22:20.865 INFO testing drbawb/megumin against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:22:20.866 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 22:22:21.690 INFO blam! be22b004e6cc545a277da9b736daf111b5723a76ce2c8c02a93755119f030ab9 Oct 14 22:22:21.696 INFO running `"docker" "start" "-a" "be22b004e6cc545a277da9b736daf111b5723a76ce2c8c02a93755119f030ab9"` Oct 14 22:22:22.631 INFO kablam! usermod: no changes Oct 14 22:22:22.883 INFO kablam! Compiling serde v0.8.21 Oct 14 22:22:22.911 INFO kablam! Compiling num_cpus v1.2.1 Oct 14 22:22:22.911 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 14 22:22:22.911 INFO kablam! Compiling deflate v0.7.1 Oct 14 22:22:22.911 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 14 22:22:22.911 INFO kablam! Compiling glutin v0.6.2 Oct 14 22:22:22.911 INFO kablam! Compiling glium v0.15.0 Oct 14 22:22:22.911 INFO kablam! Compiling x11-dl v2.12.0 Oct 14 22:22:36.513 INFO kablam! Compiling rayon v0.6.0 Oct 14 22:22:36.544 INFO kablam! Compiling png v0.6.0 Oct 14 22:22:36.627 INFO kablam! Compiling wayland-client v0.5.12 Oct 14 22:22:36.639 INFO kablam! Compiling memmap v0.2.3 Oct 14 22:22:44.211 INFO kablam! Compiling backtrace v0.2.3 Oct 14 22:22:56.041 INFO kablam! Compiling jpeg-decoder v0.1.10 Oct 14 22:23:01.175 INFO kablam! Compiling serde_json v0.8.4 Oct 14 22:23:05.896 INFO kablam! Compiling image v0.12.0 Oct 14 22:23:10.411 INFO kablam! Compiling target_build_utils v0.1.2 Oct 14 22:23:13.401 INFO kablam! Compiling libloading v0.3.1 Oct 14 22:23:17.887 INFO kablam! Compiling dlib v0.3.1 Oct 14 22:23:18.531 INFO kablam! Compiling wayland-sys v0.5.11 Oct 14 22:23:31.503 INFO kablam! Compiling wayland-window v0.2.3 Oct 14 22:23:31.503 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 14 22:24:03.728 INFO kablam! Compiling megumin v0.1.0 (/source) Oct 14 22:24:05.170 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:24:05.171 INFO kablam! --> src/render.rs:57:65 Oct 14 22:24:05.171 INFO kablam! | Oct 14 22:24:05.171 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Oct 14 22:24:05.172 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:24:05.172 INFO kablam! | Oct 14 22:24:05.172 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:24:05.173 INFO kablam! Oct 14 22:24:05.173 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:24:05.173 INFO kablam! --> src/render.rs:60:94 Oct 14 22:24:05.173 INFO kablam! | Oct 14 22:24:05.174 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Oct 14 22:24:05.174 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:24:05.174 INFO kablam! Oct 14 22:24:05.603 INFO kablam! warning: unused variable: `w` Oct 14 22:24:05.604 INFO kablam! --> src/entities/sprite.rs:148:14 Oct 14 22:24:05.604 INFO kablam! | Oct 14 22:24:05.604 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 14 22:24:05.605 INFO kablam! | ^ help: consider using `_w` instead Oct 14 22:24:05.605 INFO kablam! | Oct 14 22:24:05.605 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:24:05.605 INFO kablam! Oct 14 22:24:05.606 INFO kablam! warning: unused variable: `h` Oct 14 22:24:05.606 INFO kablam! --> src/entities/sprite.rs:148:16 Oct 14 22:24:05.607 INFO kablam! | Oct 14 22:24:05.607 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 14 22:24:05.607 INFO kablam! | ^ help: consider using `_h` instead Oct 14 22:24:05.607 INFO kablam! Oct 14 22:24:05.701 INFO kablam! warning: field is never used: `tx_star_bg` Oct 14 22:24:05.701 INFO kablam! --> src/entities/map.rs:17:5 Oct 14 22:24:05.701 INFO kablam! | Oct 14 22:24:05.701 INFO kablam! 17 | tx_star_bg: usize, Oct 14 22:24:05.701 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 22:24:05.701 INFO kablam! | Oct 14 22:24:05.701 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:24:05.701 INFO kablam! Oct 14 22:24:10.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 48s Oct 14 22:24:10.975 INFO kablam! su: No module specific data is present Oct 14 22:24:11.546 INFO running `"docker" "rm" "-f" "be22b004e6cc545a277da9b736daf111b5723a76ce2c8c02a93755119f030ab9"` Oct 14 22:24:11.924 INFO blam! be22b004e6cc545a277da9b736daf111b5723a76ce2c8c02a93755119f030ab9 Oct 14 22:24:11.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 22:24:12.179 INFO blam! 6c76be9db038de1068ac0f3984c2b217bce110e21f91111a5f453e0039c9b270 Oct 14 22:24:12.181 INFO running `"docker" "start" "-a" "6c76be9db038de1068ac0f3984c2b217bce110e21f91111a5f453e0039c9b270"` Oct 14 22:24:12.913 INFO kablam! usermod: no changes Oct 14 22:24:13.119 INFO kablam! Compiling megumin v0.1.0 (/source) Oct 14 22:24:14.519 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:24:14.519 INFO kablam! --> src/render.rs:57:65 Oct 14 22:24:14.519 INFO kablam! | Oct 14 22:24:14.519 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Oct 14 22:24:14.519 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:24:14.519 INFO kablam! | Oct 14 22:24:14.519 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:24:14.528 INFO kablam! Oct 14 22:24:14.528 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 22:24:14.528 INFO kablam! --> src/render.rs:60:94 Oct 14 22:24:14.528 INFO kablam! | Oct 14 22:24:14.528 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Oct 14 22:24:14.528 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:24:14.528 INFO kablam! Oct 14 22:24:14.883 INFO kablam! warning: unused variable: `w` Oct 14 22:24:14.883 INFO kablam! --> src/entities/sprite.rs:148:14 Oct 14 22:24:14.883 INFO kablam! | Oct 14 22:24:14.883 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 14 22:24:14.883 INFO kablam! | ^ help: consider using `_w` instead Oct 14 22:24:14.883 INFO kablam! | Oct 14 22:24:14.883 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:24:14.883 INFO kablam! Oct 14 22:24:14.883 INFO kablam! warning: unused variable: `h` Oct 14 22:24:14.883 INFO kablam! --> src/entities/sprite.rs:148:16 Oct 14 22:24:14.883 INFO kablam! | Oct 14 22:24:14.883 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Oct 14 22:24:14.883 INFO kablam! | ^ help: consider using `_h` instead Oct 14 22:24:14.883 INFO kablam! Oct 14 22:24:14.977 INFO kablam! warning: field is never used: `tx_star_bg` Oct 14 22:24:14.977 INFO kablam! --> src/entities/map.rs:17:5 Oct 14 22:24:14.977 INFO kablam! | Oct 14 22:24:14.977 INFO kablam! 17 | tx_star_bg: usize, Oct 14 22:24:14.977 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 22:24:14.977 INFO kablam! | Oct 14 22:24:14.977 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:24:14.977 INFO kablam! Oct 14 22:24:15.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.47s Oct 14 22:24:15.450 INFO kablam! su: No module specific data is present Oct 14 22:24:15.801 INFO running `"docker" "rm" "-f" "6c76be9db038de1068ac0f3984c2b217bce110e21f91111a5f453e0039c9b270"` Oct 14 22:24:15.990 INFO blam! 6c76be9db038de1068ac0f3984c2b217bce110e21f91111a5f453e0039c9b270 Oct 14 22:24:15.994 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 22:24:16.251 INFO blam! d99fa3291d45b4af6639e3089145460bcee5d65cacd84b6b61b3c25d7a38c715 Oct 14 22:24:16.257 INFO running `"docker" "start" "-a" "d99fa3291d45b4af6639e3089145460bcee5d65cacd84b6b61b3c25d7a38c715"` Oct 14 22:24:16.782 INFO kablam! usermod: no changes Oct 14 22:24:16.930 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 14 22:24:16.947 INFO kablam! Running /target/debug/deps/megumin-97c87e23ef43ea6d Oct 14 22:24:16.955 INFO blam! Oct 14 22:24:16.955 INFO blam! running 0 tests Oct 14 22:24:16.955 INFO blam! Oct 14 22:24:16.955 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:24:16.955 INFO blam! Oct 14 22:24:16.958 INFO kablam! su: No module specific data is present Oct 14 22:24:17.219 INFO running `"docker" "rm" "-f" "d99fa3291d45b4af6639e3089145460bcee5d65cacd84b6b61b3c25d7a38c715"` Oct 14 22:24:17.327 INFO blam! d99fa3291d45b4af6639e3089145460bcee5d65cacd84b6b61b3c25d7a38c715