[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 try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 7d54b166bfa7dadef6b0d8fc01ac95aeef1cb8be175f47c1488cceb436ac8ec0 [INFO] running `"docker" "start" "-a" "7d54b166bfa7dadef6b0d8fc01ac95aeef1cb8be175f47c1488cceb436ac8ec0"` [INFO] [stderr] Compiling gcc v0.3.54 [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.22s [INFO] running `"docker" "inspect" "7d54b166bfa7dadef6b0d8fc01ac95aeef1cb8be175f47c1488cceb436ac8ec0"` [INFO] running `"docker" "rm" "-f" "7d54b166bfa7dadef6b0d8fc01ac95aeef1cb8be175f47c1488cceb436ac8ec0"` [INFO] [stdout] 7d54b166bfa7dadef6b0d8fc01ac95aeef1cb8be175f47c1488cceb436ac8ec0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] caf608e2e32fb0aa68fd5aa1f70d32f81e057e636a6f4fa36f2b5219bbc5d6c0 [INFO] running `"docker" "start" "-a" "caf608e2e32fb0aa68fd5aa1f70d32f81e057e636a6f4fa36f2b5219bbc5d6c0"` [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.69s [INFO] running `"docker" "inspect" "caf608e2e32fb0aa68fd5aa1f70d32f81e057e636a6f4fa36f2b5219bbc5d6c0"` [INFO] running `"docker" "rm" "-f" "caf608e2e32fb0aa68fd5aa1f70d32f81e057e636a6f4fa36f2b5219bbc5d6c0"` [INFO] [stdout] caf608e2e32fb0aa68fd5aa1f70d32f81e057e636a6f4fa36f2b5219bbc5d6c0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 54ac59c409cbc7f26288693c12635a76819db7ddc7f17f61d666c7403ad3c35f [INFO] running `"docker" "start" "-a" "54ac59c409cbc7f26288693c12635a76819db7ddc7f17f61d666c7403ad3c35f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/patterns-2051b1886a3e96fd [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" "54ac59c409cbc7f26288693c12635a76819db7ddc7f17f61d666c7403ad3c35f"` [INFO] running `"docker" "rm" "-f" "54ac59c409cbc7f26288693c12635a76819db7ddc7f17f61d666c7403ad3c35f"` [INFO] [stdout] 54ac59c409cbc7f26288693c12635a76819db7ddc7f17f61d666c7403ad3c35f