[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.38-1/sources/1.37.0/gh/AlexEne/rust-particles"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/AlexEne/rust-particles'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AlexEne/rust-particles" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/AlexEne/rust-particles"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 AlexEne/rust-particles 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 AlexEne/rust-particles [INFO] finished frobbing AlexEne/rust-particles [INFO] frobbed toml for AlexEne/rust-particles written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.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] testing AlexEne/rust-particles against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] c6bbf07c76ce3069d5eb32c1a1d5117d72f7f6b5126d4b913874aa9e738ba0db [INFO] running `"docker" "start" "-a" "c6bbf07c76ce3069d5eb32c1a1d5117d72f7f6b5126d4b913874aa9e738ba0db"` [INFO] [stderr] Compiling rust_particles v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling cgmath v0.15.0 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling gl v0.6.3 [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 20.64s [INFO] running `"docker" "inspect" "c6bbf07c76ce3069d5eb32c1a1d5117d72f7f6b5126d4b913874aa9e738ba0db"` [INFO] running `"docker" "rm" "-f" "c6bbf07c76ce3069d5eb32c1a1d5117d72f7f6b5126d4b913874aa9e738ba0db"` [INFO] [stdout] c6bbf07c76ce3069d5eb32c1a1d5117d72f7f6b5126d4b913874aa9e738ba0db [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 40387d8b27ff7b602dc931ecf4e901b386288f6965c1c60c301abe5efa135293 [INFO] running `"docker" "start" "-a" "40387d8b27ff7b602dc931ecf4e901b386288f6965c1c60c301abe5efa135293"` [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.78s [INFO] running `"docker" "inspect" "40387d8b27ff7b602dc931ecf4e901b386288f6965c1c60c301abe5efa135293"` [INFO] running `"docker" "rm" "-f" "40387d8b27ff7b602dc931ecf4e901b386288f6965c1c60c301abe5efa135293"` [INFO] [stdout] 40387d8b27ff7b602dc931ecf4e901b386288f6965c1c60c301abe5efa135293 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 9ced027b42a9d5c80c9e4960c37085622816c7bd9128e73c26bb8dac1925e179 [INFO] running `"docker" "start" "-a" "9ced027b42a9d5c80c9e4960c37085622816c7bd9128e73c26bb8dac1925e179"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_particles-fcd8af468234b835 [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" "9ced027b42a9d5c80c9e4960c37085622816c7bd9128e73c26bb8dac1925e179"` [INFO] running `"docker" "rm" "-f" "9ced027b42a9d5c80c9e4960c37085622816c7bd9128e73c26bb8dac1925e179"` [INFO] [stdout] 9ced027b42a9d5c80c9e4960c37085622816c7bd9128e73c26bb8dac1925e179