Dec 06 14:50:30.085 INFO testing ConnorMinielly/Piston-Test against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 06 14:50:30.085 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 06 14:50:30.448 INFO [stdout] 26b7a52f6e9f3de74b741d028e247a566368ed59be817cebf1096c186d7427bd Dec 06 14:50:30.450 INFO running `"docker" "start" "-a" "26b7a52f6e9f3de74b741d028e247a566368ed59be817cebf1096c186d7427bd"` Dec 06 14:50:31.616 INFO [stderr] usermod: no changes Dec 06 14:50:31.672 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 14:50:31.672 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 14:50:31.672 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 14:50:31.672 INFO [stderr] files will be included as a binary target: Dec 06 14:50:31.672 INFO [stderr] Dec 06 14:50:31.672 INFO [stderr] * /source/src/main.rs Dec 06 14:50:31.672 INFO [stderr] Dec 06 14:50:31.672 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 14:50:31.672 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 14:50:31.672 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 14:50:31.672 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 14:50:31.672 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 14:50:31.672 INFO [stderr] Dec 06 14:50:31.672 INFO [stderr] For more information on this warning you can consult Dec 06 14:50:31.672 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 14:50:31.672 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Dec 06 14:50:31.672 INFO [stderr] please set bin.path in Cargo.toml Dec 06 14:50:31.932 INFO [stderr] Compiling serde v1.0.58 Dec 06 14:50:31.934 INFO [stderr] Compiling syn v0.13.11 Dec 06 14:50:31.953 INFO [stderr] Compiling ordered-float v0.5.0 Dec 06 14:50:31.957 INFO [stderr] Compiling jpeg-decoder v0.1.14 Dec 06 14:50:33.402 INFO [stderr] Compiling rusttype v0.4.3 Dec 06 14:50:36.813 INFO [stderr] Compiling piston2d-graphics v0.26.0 Dec 06 14:50:43.319 INFO [stderr] Compiling serde_derive v1.0.58 Dec 06 14:50:43.320 INFO [stderr] Compiling num-derive v0.2.1 Dec 06 14:50:46.035 INFO [stderr] Compiling image v0.19.0 Dec 06 14:50:56.676 INFO [stderr] Compiling pistoncore-input v0.20.0 Dec 06 14:51:01.508 INFO [stderr] Compiling pistoncore-window v0.31.0 Dec 06 14:51:01.524 INFO [stderr] Compiling piston2d-opengl_graphics v0.53.0 Dec 06 14:51:03.616 INFO [stderr] Compiling pistoncore-event_loop v0.36.0 Dec 06 14:51:03.617 INFO [stderr] Compiling pistoncore-glutin_window v0.46.0 Dec 06 14:51:04.557 INFO [stderr] Compiling piston v0.36.0 Dec 06 14:51:06.483 INFO [stderr] Compiling piston_start v0.1.0 (/source) Dec 06 14:51:11.577 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.93s Dec 06 14:51:11.592 INFO [stderr] su: No module specific data is present Dec 06 14:51:12.018 INFO running `"docker" "inspect" "26b7a52f6e9f3de74b741d028e247a566368ed59be817cebf1096c186d7427bd"` Dec 06 14:51:12.131 INFO running `"docker" "rm" "-f" "26b7a52f6e9f3de74b741d028e247a566368ed59be817cebf1096c186d7427bd"` Dec 06 14:51:12.244 INFO [stdout] 26b7a52f6e9f3de74b741d028e247a566368ed59be817cebf1096c186d7427bd Dec 06 14:51:12.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 06 14:51:12.466 INFO [stdout] 0648fede31c4f77ab4dba8d85a5a77ec769a480efbb9456bd3e93f877fc09a84 Dec 06 14:51:12.471 INFO running `"docker" "start" "-a" "0648fede31c4f77ab4dba8d85a5a77ec769a480efbb9456bd3e93f877fc09a84"` Dec 06 14:51:12.921 INFO [stderr] usermod: no changes Dec 06 14:51:12.967 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 14:51:12.967 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 14:51:12.967 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 14:51:12.967 INFO [stderr] files will be included as a binary target: Dec 06 14:51:12.967 INFO [stderr] Dec 06 14:51:12.967 INFO [stderr] * /source/src/main.rs Dec 06 14:51:12.967 INFO [stderr] Dec 06 14:51:12.967 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 14:51:12.967 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 14:51:12.967 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 14:51:12.967 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 14:51:12.967 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 14:51:12.967 INFO [stderr] Dec 06 14:51:12.967 INFO [stderr] For more information on this warning you can consult Dec 06 14:51:12.967 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 14:51:12.967 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Dec 06 14:51:12.967 INFO [stderr] please set bin.path in Cargo.toml Dec 06 14:51:13.116 INFO [stderr] Compiling piston_start v0.1.0 (/source) Dec 06 14:51:15.669 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.71s Dec 06 14:51:15.685 INFO [stderr] su: No module specific data is present Dec 06 14:51:16.501 INFO running `"docker" "inspect" "0648fede31c4f77ab4dba8d85a5a77ec769a480efbb9456bd3e93f877fc09a84"` Dec 06 14:51:16.759 INFO running `"docker" "rm" "-f" "0648fede31c4f77ab4dba8d85a5a77ec769a480efbb9456bd3e93f877fc09a84"` Dec 06 14:51:17.022 INFO [stdout] 0648fede31c4f77ab4dba8d85a5a77ec769a480efbb9456bd3e93f877fc09a84 Dec 06 14:51:17.026 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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"` Dec 06 14:51:17.344 INFO [stdout] ba1bb2c5fe277af808f18dd39f2f19d2e9e232527dac6a23a03d008443d7179c Dec 06 14:51:17.346 INFO running `"docker" "start" "-a" "ba1bb2c5fe277af808f18dd39f2f19d2e9e232527dac6a23a03d008443d7179c"` Dec 06 14:51:17.960 INFO [stderr] usermod: no changes Dec 06 14:51:18.003 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 14:51:18.003 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 14:51:18.003 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 14:51:18.003 INFO [stderr] files will be included as a binary target: Dec 06 14:51:18.003 INFO [stderr] Dec 06 14:51:18.003 INFO [stderr] * /source/src/main.rs Dec 06 14:51:18.003 INFO [stderr] Dec 06 14:51:18.003 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 14:51:18.003 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 14:51:18.003 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 14:51:18.003 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 14:51:18.003 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 14:51:18.003 INFO [stderr] Dec 06 14:51:18.003 INFO [stderr] For more information on this warning you can consult Dec 06 14:51:18.003 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 14:51:18.003 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Dec 06 14:51:18.003 INFO [stderr] please set bin.path in Cargo.toml Dec 06 14:51:18.143 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s Dec 06 14:51:18.167 INFO [stderr] Running /target/debug/deps/spinning_square-65c43a4e4e412497 Dec 06 14:51:18.174 INFO [stdout] Dec 06 14:51:18.174 INFO [stdout] running 0 tests Dec 06 14:51:18.174 INFO [stdout] Dec 06 14:51:18.174 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 14:51:18.174 INFO [stdout] Dec 06 14:51:18.175 INFO [stderr] su: No module specific data is present Dec 06 14:51:18.570 INFO running `"docker" "inspect" "ba1bb2c5fe277af808f18dd39f2f19d2e9e232527dac6a23a03d008443d7179c"` Dec 06 14:51:18.678 INFO running `"docker" "rm" "-f" "ba1bb2c5fe277af808f18dd39f2f19d2e9e232527dac6a23a03d008443d7179c"` Dec 06 14:51:18.803 INFO [stdout] ba1bb2c5fe277af808f18dd39f2f19d2e9e232527dac6a23a03d008443d7179c