Dec 14 09:38:39.586 INFO testing HibikineKage/spinning-square-piston against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 14 09:38:39.586 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 14 09:38:39.823 INFO [stdout] 250e2a2057485c0ad7ca12d695e6bd624572408eb5dd5cf65842d526fb141b5b Dec 14 09:38:39.825 INFO running `"docker" "start" "-a" "250e2a2057485c0ad7ca12d695e6bd624572408eb5dd5cf65842d526fb141b5b"` Dec 14 09:38:40.280 INFO [stderr] usermod: no changes Dec 14 09:38:40.309 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 09:38:40.309 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 09:38:40.309 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 09:38:40.309 INFO [stderr] files will be included as a binary target: Dec 14 09:38:40.309 INFO [stderr] Dec 14 09:38:40.309 INFO [stderr] * /source/src/main.rs Dec 14 09:38:40.309 INFO [stderr] Dec 14 09:38:40.309 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 09:38:40.309 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 09:38:40.309 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 09:38:40.309 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 09:38:40.309 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 09:38:40.309 INFO [stderr] Dec 14 09:38:40.309 INFO [stderr] For more information on this warning you can consult Dec 14 09:38:40.309 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 09:38:40.309 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Dec 14 09:38:40.309 INFO [stderr] please set bin.path in Cargo.toml Dec 14 09:38:40.519 INFO [stderr] Compiling num-integer v0.1.38 Dec 14 09:38:41.046 INFO [stderr] Compiling num-iter v0.1.37 Dec 14 09:38:41.046 INFO [stderr] Compiling num-rational v0.1.42 Dec 14 09:38:41.359 INFO [stderr] Compiling png v0.12.0 Dec 14 09:38:43.657 INFO [stderr] Compiling image v0.19.0 Dec 14 09:38:56.471 INFO [stderr] Compiling piston2d-opengl_graphics v0.53.0 Dec 14 09:39:00.475 INFO [stderr] Compiling spinning-square-piston v0.1.0 (/source) Dec 14 09:39:09.915 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.59s Dec 14 09:39:09.916 INFO [stderr] su: No module specific data is present Dec 14 09:39:10.799 INFO running `"docker" "inspect" "250e2a2057485c0ad7ca12d695e6bd624572408eb5dd5cf65842d526fb141b5b"` Dec 14 09:39:11.159 INFO running `"docker" "rm" "-f" "250e2a2057485c0ad7ca12d695e6bd624572408eb5dd5cf65842d526fb141b5b"` Dec 14 09:39:11.375 INFO [stdout] 250e2a2057485c0ad7ca12d695e6bd624572408eb5dd5cf65842d526fb141b5b Dec 14 09:39:11.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 14 09:39:11.993 INFO [stdout] 05126009648a1ff3b823eca097f5968ae9e28d0a651695fe112ebef3ec5f2acc Dec 14 09:39:11.996 INFO running `"docker" "start" "-a" "05126009648a1ff3b823eca097f5968ae9e28d0a651695fe112ebef3ec5f2acc"` Dec 14 09:39:12.831 INFO [stderr] usermod: no changes Dec 14 09:39:12.890 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 09:39:12.890 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 09:39:12.890 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 09:39:12.890 INFO [stderr] files will be included as a binary target: Dec 14 09:39:12.890 INFO [stderr] Dec 14 09:39:12.890 INFO [stderr] * /source/src/main.rs Dec 14 09:39:12.890 INFO [stderr] Dec 14 09:39:12.890 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 09:39:12.890 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 09:39:12.890 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 09:39:12.890 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 09:39:12.890 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 09:39:12.890 INFO [stderr] Dec 14 09:39:12.890 INFO [stderr] For more information on this warning you can consult Dec 14 09:39:12.890 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 09:39:12.890 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Dec 14 09:39:12.890 INFO [stderr] please set bin.path in Cargo.toml Dec 14 09:39:13.061 INFO [stderr] Compiling spinning-square-piston v0.1.0 (/source) Dec 14 09:39:17.553 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.69s Dec 14 09:39:17.607 INFO [stderr] su: No module specific data is present Dec 14 09:39:18.848 INFO running `"docker" "inspect" "05126009648a1ff3b823eca097f5968ae9e28d0a651695fe112ebef3ec5f2acc"` Dec 14 09:39:19.209 INFO running `"docker" "rm" "-f" "05126009648a1ff3b823eca097f5968ae9e28d0a651695fe112ebef3ec5f2acc"` Dec 14 09:39:19.460 INFO [stdout] 05126009648a1ff3b823eca097f5968ae9e28d0a651695fe112ebef3ec5f2acc Dec 14 09:39:19.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 14 09:39:19.956 INFO [stdout] be899f1b21aed808e9bdcd5c16a462b1ba34356189637116a911b747ff355b15 Dec 14 09:39:19.958 INFO running `"docker" "start" "-a" "be899f1b21aed808e9bdcd5c16a462b1ba34356189637116a911b747ff355b15"` Dec 14 09:39:21.807 INFO [stderr] usermod: no changes Dec 14 09:39:21.863 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 09:39:21.863 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 09:39:21.863 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 09:39:21.863 INFO [stderr] files will be included as a binary target: Dec 14 09:39:21.863 INFO [stderr] Dec 14 09:39:21.863 INFO [stderr] * /source/src/main.rs Dec 14 09:39:21.863 INFO [stderr] Dec 14 09:39:21.863 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 09:39:21.863 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 09:39:21.863 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 09:39:21.863 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 09:39:21.863 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 09:39:21.863 INFO [stderr] Dec 14 09:39:21.863 INFO [stderr] For more information on this warning you can consult Dec 14 09:39:21.863 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 09:39:21.863 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Dec 14 09:39:21.863 INFO [stderr] please set bin.path in Cargo.toml Dec 14 09:39:22.061 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s Dec 14 09:39:22.086 INFO [stderr] Running /target/debug/deps/spinning_square-2d0d2f2f2b473d23 Dec 14 09:39:22.093 INFO [stdout] Dec 14 09:39:22.093 INFO [stdout] running 0 tests Dec 14 09:39:22.093 INFO [stdout] Dec 14 09:39:22.093 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 09:39:22.093 INFO [stdout] Dec 14 09:39:22.098 INFO [stderr] su: No module specific data is present Dec 14 09:39:23.320 INFO running `"docker" "inspect" "be899f1b21aed808e9bdcd5c16a462b1ba34356189637116a911b747ff355b15"` Dec 14 09:39:23.589 INFO running `"docker" "rm" "-f" "be899f1b21aed808e9bdcd5c16a462b1ba34356189637116a911b747ff355b15"` Dec 14 09:39:23.923 INFO [stdout] be899f1b21aed808e9bdcd5c16a462b1ba34356189637116a911b747ff355b15