Oct 10 19:33:53.825 INFO testing lhernandezcruz/hit_n_run against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:33:53.825 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:33:53.825 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:33:54.164 INFO blam! 8a8e14785e45e585389730d365998fbab42c0600ccc9d43f406075b95836b2f7 Oct 10 19:33:54.166 INFO running `"docker" "start" "-a" "8a8e14785e45e585389730d365998fbab42c0600ccc9d43f406075b95836b2f7"` Oct 10 19:33:55.424 INFO kablam! usermod: no changes Oct 10 19:33:55.465 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 19:33:55.465 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 19:33:55.465 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 19:33:55.466 INFO kablam! files will be included as a binary target: Oct 10 19:33:55.466 INFO kablam! Oct 10 19:33:55.466 INFO kablam! * /source/src/main.rs Oct 10 19:33:55.466 INFO kablam! Oct 10 19:33:55.467 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 19:33:55.467 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 19:33:55.467 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 19:33:55.467 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 19:33:55.468 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 19:33:55.468 INFO kablam! Oct 10 19:33:55.468 INFO kablam! For more information on this warning you can consult Oct 10 19:33:55.468 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 19:33:55.469 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 10 19:33:55.469 INFO kablam! please set bin.path in Cargo.toml Oct 10 19:33:55.709 INFO kablam! Compiling num-rational v0.1.35 Oct 10 19:33:55.710 INFO kablam! Compiling pistoncore-input v0.17.1 Oct 10 19:33:55.718 INFO kablam! Compiling png v0.6.2 Oct 10 19:33:55.719 INFO kablam! Compiling wayland-client v0.7.7 Oct 10 19:33:55.732 INFO kablam! Compiling glutin v0.7.4 Oct 10 19:33:55.733 INFO kablam! Compiling x11-dl v2.12.0 Oct 10 19:33:55.737 INFO kablam! Compiling jpeg-decoder v0.1.11 Oct 10 19:33:55.737 INFO kablam! Compiling fs2 v0.2.5 Oct 10 19:33:57.899 INFO kablam! Compiling tempfile v2.1.5 Oct 10 19:34:04.574 INFO kablam! Compiling memmap v0.4.0 Oct 10 19:34:04.672 INFO kablam! Compiling libloading v0.3.1 Oct 10 19:34:08.458 INFO kablam! Compiling pistoncore-window v0.26.2 Oct 10 19:34:08.525 INFO kablam! Compiling dlib v0.3.1 Oct 10 19:34:08.819 INFO kablam! Compiling image v0.12.2 Oct 10 19:34:09.776 INFO kablam! Compiling wayland-sys v0.7.7 Oct 10 19:34:11.028 INFO kablam! Compiling pistoncore-event_loop v0.31.3 Oct 10 19:34:15.808 INFO kablam! Compiling piston v0.31.3 Oct 10 19:34:19.343 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 10 19:34:19.343 INFO kablam! Compiling wayland-window v0.4.4 Oct 10 19:34:22.420 INFO kablam! Compiling winit v0.5.10 Oct 10 19:34:30.404 INFO kablam! Compiling piston2d-opengl_graphics v0.40.0 Oct 10 19:34:34.812 INFO kablam! Compiling pistoncore-glutin_window v0.35.0 Oct 10 19:34:40.980 INFO kablam! Compiling hit_n_run v0.1.5 (/source) Oct 10 19:34:45.006 INFO kablam! warning: variable does not need to be mutable Oct 10 19:34:45.006 INFO kablam! --> src/game.rs:348:16 Oct 10 19:34:45.006 INFO kablam! | Oct 10 19:34:45.006 INFO kablam! 348 | mut window: &mut Window, Oct 10 19:34:45.006 INFO kablam! | ----^^^^^^ Oct 10 19:34:45.006 INFO kablam! | | Oct 10 19:34:45.006 INFO kablam! | help: remove this `mut` Oct 10 19:34:45.006 INFO kablam! | Oct 10 19:34:45.006 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:34:45.006 INFO kablam! Oct 10 19:34:50.324 INFO kablam! warning: variable does not need to be mutable Oct 10 19:34:50.324 INFO kablam! --> src/game.rs:348:16 Oct 10 19:34:50.324 INFO kablam! | Oct 10 19:34:50.324 INFO kablam! 348 | mut window: &mut Window, Oct 10 19:34:50.324 INFO kablam! | ----^^^^^^ Oct 10 19:34:50.324 INFO kablam! | | Oct 10 19:34:50.324 INFO kablam! | help: remove this `mut` Oct 10 19:34:50.324 INFO kablam! | Oct 10 19:34:50.324 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:34:50.324 INFO kablam! Oct 10 19:34:54.502 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.05s Oct 10 19:34:54.515 INFO kablam! su: No module specific data is present Oct 10 19:34:55.152 INFO running `"docker" "rm" "-f" "8a8e14785e45e585389730d365998fbab42c0600ccc9d43f406075b95836b2f7"` Oct 10 19:34:55.488 INFO blam! 8a8e14785e45e585389730d365998fbab42c0600ccc9d43f406075b95836b2f7 Oct 10 19:34:55.496 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:34:55.496 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:34:55.952 INFO blam! 940a5a195d0a523ec888214fb36a3c7a53dfb388f285713c877a34ba1715d18f Oct 10 19:34:55.960 INFO running `"docker" "start" "-a" "940a5a195d0a523ec888214fb36a3c7a53dfb388f285713c877a34ba1715d18f"` Oct 10 19:34:56.979 INFO kablam! usermod: no changes Oct 10 19:34:57.044 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 19:34:57.044 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 19:34:57.044 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 19:34:57.044 INFO kablam! files will be included as a binary target: Oct 10 19:34:57.044 INFO kablam! Oct 10 19:34:57.044 INFO kablam! * /source/src/main.rs Oct 10 19:34:57.044 INFO kablam! Oct 10 19:34:57.044 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 19:34:57.044 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 19:34:57.044 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 19:34:57.044 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 19:34:57.044 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 19:34:57.044 INFO kablam! Oct 10 19:34:57.044 INFO kablam! For more information on this warning you can consult Oct 10 19:34:57.044 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 19:34:57.044 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 10 19:34:57.044 INFO kablam! please set bin.path in Cargo.toml Oct 10 19:34:57.267 INFO kablam! Compiling hit_n_run v0.1.5 (/source) Oct 10 19:35:02.264 INFO kablam! warning: variable does not need to be mutable Oct 10 19:35:02.264 INFO kablam! --> src/game.rs:348:16 Oct 10 19:35:02.264 INFO kablam! | Oct 10 19:35:02.264 INFO kablam! 348 | mut window: &mut Window, Oct 10 19:35:02.264 INFO kablam! | ----^^^^^^ Oct 10 19:35:02.264 INFO kablam! | | Oct 10 19:35:02.264 INFO kablam! | help: remove this `mut` Oct 10 19:35:02.264 INFO kablam! | Oct 10 19:35:02.264 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:35:02.264 INFO kablam! Oct 10 19:35:02.797 INFO kablam! warning: variable does not need to be mutable Oct 10 19:35:02.797 INFO kablam! --> src/game.rs:348:16 Oct 10 19:35:02.797 INFO kablam! | Oct 10 19:35:02.797 INFO kablam! 348 | mut window: &mut Window, Oct 10 19:35:02.797 INFO kablam! | ----^^^^^^ Oct 10 19:35:02.797 INFO kablam! | | Oct 10 19:35:02.797 INFO kablam! | help: remove this `mut` Oct 10 19:35:02.797 INFO kablam! | Oct 10 19:35:02.797 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 19:35:02.797 INFO kablam! Oct 10 19:35:03.469 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.45s Oct 10 19:35:03.489 INFO kablam! su: No module specific data is present Oct 10 19:35:04.122 INFO running `"docker" "rm" "-f" "940a5a195d0a523ec888214fb36a3c7a53dfb388f285713c877a34ba1715d18f"` Oct 10 19:35:04.400 INFO blam! 940a5a195d0a523ec888214fb36a3c7a53dfb388f285713c877a34ba1715d18f Oct 10 19:35:04.403 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:35:04.404 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:35:04.816 INFO blam! 860700aaa188bd3e8660674cabfe085672e7e6185a2d46f1a2cccb4eccc0eda9 Oct 10 19:35:04.824 INFO running `"docker" "start" "-a" "860700aaa188bd3e8660674cabfe085672e7e6185a2d46f1a2cccb4eccc0eda9"` Oct 10 19:35:06.160 INFO kablam! usermod: no changes Oct 10 19:35:06.180 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 19:35:06.180 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 19:35:06.180 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 19:35:06.180 INFO kablam! files will be included as a binary target: Oct 10 19:35:06.180 INFO kablam! Oct 10 19:35:06.180 INFO kablam! * /source/src/main.rs Oct 10 19:35:06.180 INFO kablam! Oct 10 19:35:06.180 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 19:35:06.180 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 19:35:06.180 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 19:35:06.180 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 19:35:06.180 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 19:35:06.180 INFO kablam! Oct 10 19:35:06.180 INFO kablam! For more information on this warning you can consult Oct 10 19:35:06.180 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 19:35:06.180 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `main`, Oct 10 19:35:06.180 INFO kablam! please set bin.path in Cargo.toml Oct 10 19:35:06.312 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 10 19:35:06.333 INFO kablam! Running /target/debug/deps/hit_n_run-c8538194f7fa30be Oct 10 19:35:06.341 INFO kablam! Running /target/debug/deps/main-f1e2944af7fb3310 Oct 10 19:35:06.341 INFO blam! Oct 10 19:35:06.341 INFO kablam! Doc-tests hit_n_run Oct 10 19:35:06.342 INFO blam! running 0 tests Oct 10 19:35:06.342 INFO blam! Oct 10 19:35:06.342 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:35:06.343 INFO blam! Oct 10 19:35:06.343 INFO blam! Oct 10 19:35:06.343 INFO blam! running 0 tests Oct 10 19:35:06.344 INFO blam! Oct 10 19:35:06.344 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:35:06.344 INFO blam! Oct 10 19:35:13.728 INFO blam! Oct 10 19:35:13.728 INFO blam! running 0 tests Oct 10 19:35:13.728 INFO blam! Oct 10 19:35:13.728 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:35:13.728 INFO blam! Oct 10 19:35:13.733 INFO kablam! su: No module specific data is present Oct 10 19:35:14.696 INFO running `"docker" "rm" "-f" "860700aaa188bd3e8660674cabfe085672e7e6185a2d46f1a2cccb4eccc0eda9"` Oct 10 19:35:15.034 INFO blam! 860700aaa188bd3e8660674cabfe085672e7e6185a2d46f1a2cccb4eccc0eda9