[INFO] updating cached repository will-clarke/pong [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/will-clarke/pong [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/will-clarke/pong" "work/ex/beta-1.38-1/sources/1.37.0/gh/will-clarke/pong"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/will-clarke/pong'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/will-clarke/pong" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/will-clarke/pong"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/will-clarke/pong'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ee372a25453502e175555f168de93c323d0fa17d [INFO] sha for GitHub repo will-clarke/pong: ee372a25453502e175555f168de93c323d0fa17d [INFO] validating manifest of will-clarke/pong on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of will-clarke/pong on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing will-clarke/pong [INFO] finished frobbing will-clarke/pong [INFO] frobbed toml for will-clarke/pong written to work/ex/beta-1.38-1/sources/1.37.0/gh/will-clarke/pong/Cargo.toml [INFO] started frobbing will-clarke/pong [INFO] finished frobbing will-clarke/pong [INFO] frobbed toml for will-clarke/pong written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/will-clarke/pong/Cargo.toml [INFO] crate will-clarke/pong already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing will-clarke/pong against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/will-clarke/pong:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 6643fc4f5a96fe150837bd091bf8b5eecc888ade08458c1d3f0b9db00515ea02 [INFO] running `"docker" "start" "-a" "6643fc4f5a96fe150837bd091bf8b5eecc888ade08458c1d3f0b9db00515ea02"` [INFO] [stderr] Compiling libc v0.2.27 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling num-complex v0.1.39 [INFO] [stderr] Compiling ncurses v5.86.0 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling pong v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ui.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref MAX_Y: i32 = max_y(); [INFO] [stderr] 14 | | pub static ref MAX_X: i32 = max_x(); [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ui.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref MAX_Y: i32 = max_y(); [INFO] [stderr] 14 | | pub static ref MAX_X: i32 = max_x(); [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ui.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref MAX_Y: i32 = max_y(); [INFO] [stderr] 14 | | pub static ref MAX_X: i32 = max_x(); [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ui.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref MAX_Y: i32 = max_y(); [INFO] [stderr] 14 | | pub static ref MAX_X: i32 = max_x(); [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.24s [INFO] running `"docker" "inspect" "6643fc4f5a96fe150837bd091bf8b5eecc888ade08458c1d3f0b9db00515ea02"` [INFO] running `"docker" "rm" "-f" "6643fc4f5a96fe150837bd091bf8b5eecc888ade08458c1d3f0b9db00515ea02"` [INFO] [stdout] 6643fc4f5a96fe150837bd091bf8b5eecc888ade08458c1d3f0b9db00515ea02 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/will-clarke/pong:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 7b296e269bb4c8c77ccda970bda573d6ef9ee2ed7e8e4e109840e01f9039d9cb [INFO] running `"docker" "start" "-a" "7b296e269bb4c8c77ccda970bda573d6ef9ee2ed7e8e4e109840e01f9039d9cb"` [INFO] [stderr] Compiling pong v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ui.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref MAX_Y: i32 = max_y(); [INFO] [stderr] 14 | | pub static ref MAX_X: i32 = max_x(); [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ui.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref MAX_Y: i32 = max_y(); [INFO] [stderr] 14 | | pub static ref MAX_X: i32 = max_x(); [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ui.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref MAX_Y: i32 = max_y(); [INFO] [stderr] 14 | | pub static ref MAX_X: i32 = max_x(); [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ui.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / lazy_static! { [INFO] [stderr] 13 | | pub static ref MAX_Y: i32 = max_y(); [INFO] [stderr] 14 | | pub static ref MAX_X: i32 = max_x(); [INFO] [stderr] 15 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.77s [INFO] running `"docker" "inspect" "7b296e269bb4c8c77ccda970bda573d6ef9ee2ed7e8e4e109840e01f9039d9cb"` [INFO] running `"docker" "rm" "-f" "7b296e269bb4c8c77ccda970bda573d6ef9ee2ed7e8e4e109840e01f9039d9cb"` [INFO] [stdout] 7b296e269bb4c8c77ccda970bda573d6ef9ee2ed7e8e4e109840e01f9039d9cb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/will-clarke/pong:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 57a3c9aef45b8cff69643c3f8fe10c0ef4854ae5f71479feccd59777c25883b6 [INFO] running `"docker" "start" "-a" "57a3c9aef45b8cff69643c3f8fe10c0ef4854ae5f71479feccd59777c25883b6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/pong-909419f1c19ac736 [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test geometry::line_segment::test_distance ... ok [INFO] [stdout] test geometry::angle::test::test_reflect ... ok [INFO] [stdout] test geometry::angle::test::test_to_vector ... ok [INFO] [stdout] test geometry::line_segment::test_initalize ... ok [INFO] [stdout] test geometry::vector::test_angle ... ok [INFO] [stdout] test geometry::vector::test_multiplication ... ok [INFO] [stdout] test geometry::line_segment_intersection::test_intersection ... ok [INFO] [stdout] test shape::test_to_line_segments ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "57a3c9aef45b8cff69643c3f8fe10c0ef4854ae5f71479feccd59777c25883b6"` [INFO] running `"docker" "rm" "-f" "57a3c9aef45b8cff69643c3f8fe10c0ef4854ae5f71479feccd59777c25883b6"` [INFO] [stdout] 57a3c9aef45b8cff69643c3f8fe10c0ef4854ae5f71479feccd59777c25883b6