[INFO] updating cached repository Darksecond/rust-shadertoy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Darksecond/rust-shadertoy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Darksecond/rust-shadertoy" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/Darksecond/rust-shadertoy"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/Darksecond/rust-shadertoy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Darksecond/rust-shadertoy" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/Darksecond/rust-shadertoy"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/Darksecond/rust-shadertoy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fcbcd771f4b3ab6d147c3abd749fe1e7b47b972b [INFO] sha for GitHub repo Darksecond/rust-shadertoy: fcbcd771f4b3ab6d147c3abd749fe1e7b47b972b [INFO] validating manifest of Darksecond/rust-shadertoy on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Darksecond/rust-shadertoy on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Darksecond/rust-shadertoy [INFO] finished frobbing Darksecond/rust-shadertoy [INFO] frobbed toml for Darksecond/rust-shadertoy written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/Darksecond/rust-shadertoy/Cargo.toml [INFO] started frobbing Darksecond/rust-shadertoy [INFO] finished frobbing Darksecond/rust-shadertoy [INFO] frobbed toml for Darksecond/rust-shadertoy written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/Darksecond/rust-shadertoy/Cargo.toml [INFO] crate Darksecond/rust-shadertoy has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Darksecond/rust-shadertoy against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/Darksecond/rust-shadertoy:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 135ef0f7616f4dd22614e5b90535ce8372000d76b7c80ecb58f3c5d9623f4a80 [INFO] running `"docker" "start" "-a" "135ef0f7616f4dd22614e5b90535ce8372000d76b7c80ecb58f3c5d9623f4a80"` [INFO] [stderr] Compiling gcc v0.3.46 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling rust-rocket v0.3.2 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling shadertoy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:69:11 [INFO] [stderr] | [INFO] [stderr] 69 | if(row_count > 1.) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:71:15 [INFO] [stderr] | [INFO] [stderr] 71 | if(!self.paused) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused import: `glium::uniforms::AsUniformValue` [INFO] [stderr] --> src/main.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | use glium::uniforms::AsUniformValue; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.30s [INFO] running `"docker" "inspect" "135ef0f7616f4dd22614e5b90535ce8372000d76b7c80ecb58f3c5d9623f4a80"` [INFO] running `"docker" "rm" "-f" "135ef0f7616f4dd22614e5b90535ce8372000d76b7c80ecb58f3c5d9623f4a80"` [INFO] [stdout] 135ef0f7616f4dd22614e5b90535ce8372000d76b7c80ecb58f3c5d9623f4a80 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/Darksecond/rust-shadertoy:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] bc7abc1bbe7379a3de9885a14b52f2b542b9188642084fcaa46c3f9236e2d24b [INFO] running `"docker" "start" "-a" "bc7abc1bbe7379a3de9885a14b52f2b542b9188642084fcaa46c3f9236e2d24b"` [INFO] [stderr] Compiling shadertoy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:69:11 [INFO] [stderr] | [INFO] [stderr] 69 | if(row_count > 1.) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/main.rs:71:15 [INFO] [stderr] | [INFO] [stderr] 71 | if(!self.paused) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused import: `glium::uniforms::AsUniformValue` [INFO] [stderr] --> src/main.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | use glium::uniforms::AsUniformValue; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.31s [INFO] running `"docker" "inspect" "bc7abc1bbe7379a3de9885a14b52f2b542b9188642084fcaa46c3f9236e2d24b"` [INFO] running `"docker" "rm" "-f" "bc7abc1bbe7379a3de9885a14b52f2b542b9188642084fcaa46c3f9236e2d24b"` [INFO] [stdout] bc7abc1bbe7379a3de9885a14b52f2b542b9188642084fcaa46c3f9236e2d24b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/Darksecond/rust-shadertoy:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 0588c29ab2ef09b49fdb6522d088f22658222fc3f9562b43d0cabe1f3d36b905 [INFO] running `"docker" "start" "-a" "0588c29ab2ef09b49fdb6522d088f22658222fc3f9562b43d0cabe1f3d36b905"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/shadertoy-aa59f7221c69c200 [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" "0588c29ab2ef09b49fdb6522d088f22658222fc3f9562b43d0cabe1f3d36b905"` [INFO] running `"docker" "rm" "-f" "0588c29ab2ef09b49fdb6522d088f22658222fc3f9562b43d0cabe1f3d36b905"` [INFO] [stdout] 0588c29ab2ef09b49fdb6522d088f22658222fc3f9562b43d0cabe1f3d36b905