[INFO] updating cached repository AlexEne/rust-particles [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AlexEne/rust-particles [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AlexEne/rust-particles" "work/ex/beta-1.37-6/sources/1.36.0/gh/AlexEne/rust-particles"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/AlexEne/rust-particles'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AlexEne/rust-particles" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AlexEne/rust-particles"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AlexEne/rust-particles'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6561a9b5a448c006d68bfde64c72437357eb655a [INFO] sha for GitHub repo AlexEne/rust-particles: 6561a9b5a448c006d68bfde64c72437357eb655a [INFO] validating manifest of AlexEne/rust-particles on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of AlexEne/rust-particles on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing AlexEne/rust-particles [INFO] finished frobbing AlexEne/rust-particles [INFO] frobbed toml for AlexEne/rust-particles written to work/ex/beta-1.37-6/sources/1.36.0/gh/AlexEne/rust-particles/Cargo.toml [INFO] started frobbing AlexEne/rust-particles [INFO] finished frobbing AlexEne/rust-particles [INFO] frobbed toml for AlexEne/rust-particles written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AlexEne/rust-particles/Cargo.toml [INFO] crate AlexEne/rust-particles already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing AlexEne/rust-particles against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AlexEne/rust-particles:/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-07-23" "build" "--frozen"` [INFO] [stdout] f541f591d285e66b232c64ee02300b112d15fa20dfa3342122baf6c55ba58b2d [INFO] running `"docker" "start" "-a" "f541f591d285e66b232c64ee02300b112d15fa20dfa3342122baf6c55ba58b2d"` [INFO] [stderr] Compiling rust_particles v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/main.rs:146:49 [INFO] [stderr] | [INFO] [stderr] 146 | let mut dt_sec = (time_now - prev_time).as_secs_f64(); [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] [INFO] [stderr] warning: field is never used: `width` [INFO] [stderr] --> src/graphics/texture.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | width: u32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `height` [INFO] [stderr] --> src/graphics/texture.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | height: u32, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.91s [INFO] running `"docker" "inspect" "f541f591d285e66b232c64ee02300b112d15fa20dfa3342122baf6c55ba58b2d"` [INFO] running `"docker" "rm" "-f" "f541f591d285e66b232c64ee02300b112d15fa20dfa3342122baf6c55ba58b2d"` [INFO] [stdout] f541f591d285e66b232c64ee02300b112d15fa20dfa3342122baf6c55ba58b2d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AlexEne/rust-particles:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] ee0a49ed35f09b1abe3416328d1a8df1e93e99ecee58beae66daeecdd2d3c787 [INFO] running `"docker" "start" "-a" "ee0a49ed35f09b1abe3416328d1a8df1e93e99ecee58beae66daeecdd2d3c787"` [INFO] [stderr] Compiling rust_particles v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/main.rs:146:49 [INFO] [stderr] | [INFO] [stderr] 146 | let mut dt_sec = (time_now - prev_time).as_secs_f64(); [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] [INFO] [stderr] warning: field is never used: `width` [INFO] [stderr] --> src/graphics/texture.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | width: u32, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `height` [INFO] [stderr] --> src/graphics/texture.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | height: u32, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `"docker" "inspect" "ee0a49ed35f09b1abe3416328d1a8df1e93e99ecee58beae66daeecdd2d3c787"` [INFO] running `"docker" "rm" "-f" "ee0a49ed35f09b1abe3416328d1a8df1e93e99ecee58beae66daeecdd2d3c787"` [INFO] [stdout] ee0a49ed35f09b1abe3416328d1a8df1e93e99ecee58beae66daeecdd2d3c787 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/AlexEne/rust-particles:/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-07-23" "test" "--frozen"` [INFO] [stdout] c6a5a5bbb29b2c9dc35b3139cb381416142c655298350c0259ca1e4bdaf158f0 [INFO] running `"docker" "start" "-a" "c6a5a5bbb29b2c9dc35b3139cb381416142c655298350c0259ca1e4bdaf158f0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_particles-4afd31b7bf958b1b [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" "c6a5a5bbb29b2c9dc35b3139cb381416142c655298350c0259ca1e4bdaf158f0"` [INFO] running `"docker" "rm" "-f" "c6a5a5bbb29b2c9dc35b3139cb381416142c655298350c0259ca1e4bdaf158f0"` [INFO] [stdout] c6a5a5bbb29b2c9dc35b3139cb381416142c655298350c0259ca1e4bdaf158f0