[INFO] cloning repository AlexEne/moving_wave_patterns [INFO] running `"git" "clone" "--bare" "git://github.com/AlexEne/moving_wave_patterns.git" "work/cache/sources/gh/AlexEne/moving_wave_patterns"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/AlexEne/moving_wave_patterns'... [INFO] running `"git" "clone" "work/cache/sources/gh/AlexEne/moving_wave_patterns" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AlexEne/moving_wave_patterns"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AlexEne/moving_wave_patterns'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AlexEne/moving_wave_patterns" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AlexEne/moving_wave_patterns"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AlexEne/moving_wave_patterns'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3813d4c01f80dfc7cc9f08b2b1164a0b2f89a040 [INFO] sha for GitHub repo AlexEne/moving_wave_patterns: 3813d4c01f80dfc7cc9f08b2b1164a0b2f89a040 [INFO] validating manifest of AlexEne/moving_wave_patterns on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of AlexEne/moving_wave_patterns on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing AlexEne/moving_wave_patterns [INFO] finished frobbing AlexEne/moving_wave_patterns [INFO] frobbed toml for AlexEne/moving_wave_patterns written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AlexEne/moving_wave_patterns/Cargo.toml [INFO] started frobbing AlexEne/moving_wave_patterns [INFO] finished frobbing AlexEne/moving_wave_patterns [INFO] frobbed toml for AlexEne/moving_wave_patterns written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AlexEne/moving_wave_patterns/Cargo.toml [INFO] crate AlexEne/moving_wave_patterns already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded minifb v0.10.5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing AlexEne/moving_wave_patterns against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AlexEne/moving_wave_patterns:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 1841c6882b49ee1fe5b7570955dcd688f419b3bad656668c098558000cc7f095 [INFO] running `"docker" "start" "-a" "1841c6882b49ee1fe5b7570955dcd688f419b3bad656668c098558000cc7f095"` [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling minifb v0.10.5 [INFO] [stderr] Compiling patterns v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::f64::consts::PI` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::f64::consts::PI; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Duration`, `Instant` [INFO] [stderr] --> src/main.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | use std::time::{Instant, Duration}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/main.rs:89:100 [INFO] [stderr] | [INFO] [stderr] 89 | let offset_x = (x as i32) + (((tile_x as f64) * 0.2 + (tile_y as f64) * 0.1 + time.as_secs_f64()).sin() * 16.0) as i32; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unstable_name_collisions)] on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `Miliseconds::as_secs_f64(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(duration_float)] to the crate attributes to enable `std::time::Duration::as_secs_f64` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/main.rs:90:100 [INFO] [stderr] | [INFO] [stderr] 90 | let offset_y = (y as i32) + (((tile_y as f64) * 0.2 + (tile_x as f64) * 0.1 + time.as_secs_f64() * 0.9).sin() * 16.0) as i32; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `Miliseconds::as_secs_f64(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(duration_float)] to the crate attributes to enable `std::time::Duration::as_secs_f64` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.35s [INFO] running `"docker" "inspect" "1841c6882b49ee1fe5b7570955dcd688f419b3bad656668c098558000cc7f095"` [INFO] running `"docker" "rm" "-f" "1841c6882b49ee1fe5b7570955dcd688f419b3bad656668c098558000cc7f095"` [INFO] [stdout] 1841c6882b49ee1fe5b7570955dcd688f419b3bad656668c098558000cc7f095 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AlexEne/moving_wave_patterns:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] fcc03794e6a41d429749395bfda63772dddfd6873417647f8609feea544cd90b [INFO] running `"docker" "start" "-a" "fcc03794e6a41d429749395bfda63772dddfd6873417647f8609feea544cd90b"` [INFO] [stderr] Compiling patterns v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::f64::consts::PI` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::f64::consts::PI; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Duration`, `Instant` [INFO] [stderr] --> src/main.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | use std::time::{Instant, Duration}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/main.rs:89:100 [INFO] [stderr] | [INFO] [stderr] 89 | let offset_x = (x as i32) + (((tile_x as f64) * 0.2 + (tile_y as f64) * 0.1 + time.as_secs_f64()).sin() * 16.0) as i32; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unstable_name_collisions)] on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `Miliseconds::as_secs_f64(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(duration_float)] to the crate attributes to enable `std::time::Duration::as_secs_f64` [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/main.rs:90:100 [INFO] [stderr] | [INFO] [stderr] 90 | let offset_y = (y as i32) + (((tile_y as f64) * 0.2 + (tile_x as f64) * 0.1 + time.as_secs_f64() * 0.9).sin() * 16.0) as i32; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `Miliseconds::as_secs_f64(...)` to keep using the current method [INFO] [stderr] = help: add #![feature(duration_float)] to the crate attributes to enable `std::time::Duration::as_secs_f64` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.50s [INFO] running `"docker" "inspect" "fcc03794e6a41d429749395bfda63772dddfd6873417647f8609feea544cd90b"` [INFO] running `"docker" "rm" "-f" "fcc03794e6a41d429749395bfda63772dddfd6873417647f8609feea544cd90b"` [INFO] [stdout] fcc03794e6a41d429749395bfda63772dddfd6873417647f8609feea544cd90b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AlexEne/moving_wave_patterns:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] d5d2a50b003b0e8313ea5eaa3f98931a0fe954851c767f7ca55b9babc970840f [INFO] running `"docker" "start" "-a" "d5d2a50b003b0e8313ea5eaa3f98931a0fe954851c767f7ca55b9babc970840f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/patterns-0efa00cbde67413e [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "d5d2a50b003b0e8313ea5eaa3f98931a0fe954851c767f7ca55b9babc970840f"` [INFO] running `"docker" "rm" "-f" "d5d2a50b003b0e8313ea5eaa3f98931a0fe954851c767f7ca55b9babc970840f"` [INFO] [stdout] d5d2a50b003b0e8313ea5eaa3f98931a0fe954851c767f7ca55b9babc970840f