Dec 06 03:54:32.070 INFO testing chrisj/piston-tests against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 06 03:54:32.070 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 03:54:32.623 INFO [stdout] 3f3caf87b6fc0ac3a9ccae0ab2c98d909eba9da297e2b5b1af21bd1b5ae2f852 Dec 06 03:54:32.628 INFO running `"docker" "start" "-a" "3f3caf87b6fc0ac3a9ccae0ab2c98d909eba9da297e2b5b1af21bd1b5ae2f852"` Dec 06 03:54:34.435 INFO [stderr] usermod: no changes Dec 06 03:54:34.524 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 03:54:34.524 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 03:54:34.524 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 03:54:34.524 INFO [stderr] files will be included as a binary target: Dec 06 03:54:34.524 INFO [stderr] Dec 06 03:54:34.524 INFO [stderr] * /source/src/main.rs Dec 06 03:54:34.524 INFO [stderr] Dec 06 03:54:34.524 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 03:54:34.524 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 03:54:34.524 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 03:54:34.524 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 03:54:34.524 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 03:54:34.524 INFO [stderr] Dec 06 03:54:34.524 INFO [stderr] For more information on this warning you can consult Dec 06 03:54:34.524 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 03:54:34.524 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Dec 06 03:54:34.524 INFO [stderr] please set bin.path in Cargo.toml Dec 06 03:54:34.820 INFO [stderr] Compiling phf_shared v0.7.19 Dec 06 03:54:34.820 INFO [stderr] Compiling serde v0.8.17 Dec 06 03:54:34.852 INFO [stderr] Compiling odds v0.2.24 Dec 06 03:54:34.852 INFO [stderr] Compiling shared_library v0.1.5 Dec 06 03:54:34.852 INFO [stderr] Compiling x11-dl v2.11.0 Dec 06 03:54:36.360 INFO [stderr] Compiling phf_generator v0.7.19 Dec 06 03:54:36.360 INFO [stderr] Compiling phf v0.7.19 Dec 06 03:54:37.592 INFO [stderr] Compiling osmesa-sys v0.1.2 Dec 06 03:54:38.268 INFO [stderr] Compiling phf_codegen v0.7.19 Dec 06 03:54:38.315 INFO [stderr] Compiling nodrop v0.1.8 Dec 06 03:54:39.672 INFO [stderr] Compiling arrayvec v0.3.20 Dec 06 03:54:40.053 INFO [stderr] Compiling target_build_utils v0.1.2 Dec 06 03:54:42.642 INFO [stderr] Compiling rusttype v0.2.1 Dec 06 03:54:51.744 INFO [stderr] Compiling piston2d-opengl_graphics v0.36.1 Dec 06 03:54:52.844 INFO [stderr] Compiling serde_json v0.8.3 Dec 06 03:55:03.740 INFO [stderr] Compiling libloading v0.3.1 Dec 06 03:55:06.780 INFO [stderr] Compiling dlib v0.3.1 Dec 06 03:55:07.160 INFO [stderr] Compiling wayland-sys v0.5.11 Dec 06 03:55:08.826 INFO [stderr] Compiling wayland-client v0.5.12 Dec 06 03:55:11.592 INFO [stderr] Compiling wayland-window v0.2.3 Dec 06 03:55:11.594 INFO [stderr] Compiling wayland-kbd v0.3.6 Dec 06 03:55:14.200 INFO [stderr] Compiling glutin v0.6.2 Dec 06 03:55:19.580 INFO [stderr] Compiling pistoncore-glutin_window v0.31.0 Dec 06 03:55:23.351 INFO [stderr] Compiling getting-started v0.1.0 (/source) Dec 06 03:55:25.736 INFO [stderr] warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Dec 06 03:55:25.736 INFO [stderr] --> src/main.rs:14:1 Dec 06 03:55:25.736 INFO [stderr] | Dec 06 03:55:25.736 INFO [stderr] 14 | static mut lastTime: f64 = 0.0; Dec 06 03:55:25.736 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 03:55:25.736 INFO [stderr] | Dec 06 03:55:25.736 INFO [stderr] = note: #[warn(non_upper_case_globals)] on by default Dec 06 03:55:25.736 INFO [stderr] Dec 06 03:55:28.574 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.11s Dec 06 03:55:28.612 INFO [stderr] su: No module specific data is present Dec 06 03:55:28.888 INFO running `"docker" "inspect" "3f3caf87b6fc0ac3a9ccae0ab2c98d909eba9da297e2b5b1af21bd1b5ae2f852"` Dec 06 03:55:28.973 INFO running `"docker" "rm" "-f" "3f3caf87b6fc0ac3a9ccae0ab2c98d909eba9da297e2b5b1af21bd1b5ae2f852"` Dec 06 03:55:29.083 INFO [stdout] 3f3caf87b6fc0ac3a9ccae0ab2c98d909eba9da297e2b5b1af21bd1b5ae2f852 Dec 06 03:55:29.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 03:55:29.349 INFO [stdout] 11e723bc1558bc2e02d2281c6b719311ac9ee1a8b901c7a8a1582280f4851b9d Dec 06 03:55:29.351 INFO running `"docker" "start" "-a" "11e723bc1558bc2e02d2281c6b719311ac9ee1a8b901c7a8a1582280f4851b9d"` Dec 06 03:55:30.196 INFO [stderr] usermod: no changes Dec 06 03:55:30.244 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 03:55:30.244 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 03:55:30.244 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 03:55:30.244 INFO [stderr] files will be included as a binary target: Dec 06 03:55:30.244 INFO [stderr] Dec 06 03:55:30.244 INFO [stderr] * /source/src/main.rs Dec 06 03:55:30.244 INFO [stderr] Dec 06 03:55:30.244 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 03:55:30.244 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 03:55:30.244 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 03:55:30.244 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 03:55:30.244 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 03:55:30.244 INFO [stderr] Dec 06 03:55:30.244 INFO [stderr] For more information on this warning you can consult Dec 06 03:55:30.244 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 03:55:30.244 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Dec 06 03:55:30.244 INFO [stderr] please set bin.path in Cargo.toml Dec 06 03:55:30.396 INFO [stderr] Compiling getting-started v0.1.0 (/source) Dec 06 03:55:32.904 INFO [stderr] warning: static variable `lastTime` should have an upper case name such as `LAST_TIME` Dec 06 03:55:32.904 INFO [stderr] --> src/main.rs:14:1 Dec 06 03:55:32.904 INFO [stderr] | Dec 06 03:55:32.904 INFO [stderr] 14 | static mut lastTime: f64 = 0.0; Dec 06 03:55:32.904 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 06 03:55:32.904 INFO [stderr] | Dec 06 03:55:32.904 INFO [stderr] = note: #[warn(non_upper_case_globals)] on by default Dec 06 03:55:32.904 INFO [stderr] Dec 06 03:55:33.262 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.03s Dec 06 03:55:33.275 INFO [stderr] su: No module specific data is present Dec 06 03:55:33.740 INFO running `"docker" "inspect" "11e723bc1558bc2e02d2281c6b719311ac9ee1a8b901c7a8a1582280f4851b9d"` Dec 06 03:55:33.881 INFO running `"docker" "rm" "-f" "11e723bc1558bc2e02d2281c6b719311ac9ee1a8b901c7a8a1582280f4851b9d"` Dec 06 03:55:33.995 INFO [stdout] 11e723bc1558bc2e02d2281c6b719311ac9ee1a8b901c7a8a1582280f4851b9d Dec 06 03:55:34.000 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-6/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 03:55:34.414 INFO [stdout] 660776f4e690074ea806ddd8b85be0615b4c86c384156e12b19c769067ef4c2c Dec 06 03:55:34.420 INFO running `"docker" "start" "-a" "660776f4e690074ea806ddd8b85be0615b4c86c384156e12b19c769067ef4c2c"` Dec 06 03:55:34.976 INFO [stderr] usermod: no changes Dec 06 03:55:35.006 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 03:55:35.006 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 03:55:35.006 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 03:55:35.006 INFO [stderr] files will be included as a binary target: Dec 06 03:55:35.006 INFO [stderr] Dec 06 03:55:35.006 INFO [stderr] * /source/src/main.rs Dec 06 03:55:35.006 INFO [stderr] Dec 06 03:55:35.006 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 03:55:35.006 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 03:55:35.006 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 03:55:35.006 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 03:55:35.006 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 03:55:35.006 INFO [stderr] Dec 06 03:55:35.006 INFO [stderr] For more information on this warning you can consult Dec 06 03:55:35.006 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 03:55:35.006 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `spinning-square`, Dec 06 03:55:35.006 INFO [stderr] please set bin.path in Cargo.toml Dec 06 03:55:35.142 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s Dec 06 03:55:35.148 INFO [stderr] Running /target/debug/deps/spinning_square-2b4e9f94c0830ce7 Dec 06 03:55:35.152 INFO [stdout] Dec 06 03:55:35.152 INFO [stdout] running 0 tests Dec 06 03:55:35.153 INFO [stdout] Dec 06 03:55:35.153 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 03:55:35.153 INFO [stdout] Dec 06 03:55:35.155 INFO [stderr] su: No module specific data is present Dec 06 03:55:35.557 INFO running `"docker" "inspect" "660776f4e690074ea806ddd8b85be0615b4c86c384156e12b19c769067ef4c2c"` Dec 06 03:55:35.784 INFO running `"docker" "rm" "-f" "660776f4e690074ea806ddd8b85be0615b4c86c384156e12b19c769067ef4c2c"` Dec 06 03:55:36.036 INFO [stdout] 660776f4e690074ea806ddd8b85be0615b4c86c384156e12b19c769067ef4c2c