[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/beta-1.38-1/sources/1.37.0/gh/Darksecond/rust-shadertoy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Darksecond/rust-shadertoy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Darksecond/rust-shadertoy" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Darksecond/rust-shadertoy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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 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 Darksecond/rust-shadertoy 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 Darksecond/rust-shadertoy [INFO] finished frobbing Darksecond/rust-shadertoy [INFO] frobbed toml for Darksecond/rust-shadertoy written to work/ex/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/gh/Darksecond/rust-shadertoy/Cargo.toml [INFO] crate Darksecond/rust-shadertoy 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 Darksecond/rust-shadertoy against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=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-08-13" "build" "--frozen"` [INFO] [stdout] 1ac4251a6f34f62cd841d2e5f7166e3aeb84e6d0567a6e110537fb476aa28633 [INFO] running `"docker" "start" "-a" "1ac4251a6f34f62cd841d2e5f7166e3aeb84e6d0567a6e110537fb476aa28633"` [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 phf_generator v0.7.21 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling x11-dl v2.13.0 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling tempfile v2.1.5 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.8 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling wayland-kbd v0.6.3 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling winit v0.5.11 [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/shader.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref INCLUDE_REGEX: Regex = Regex::new("^\\s*#\\s*include\\s+\"([[:print:]]+)\"\\s*$").unwrap(); [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/shader.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref INCLUDE_REGEX: Regex = Regex::new("^\\s*#\\s*include\\s+\"([[:print:]]+)\"\\s*$").unwrap(); [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 27s [INFO] running `"docker" "inspect" "1ac4251a6f34f62cd841d2e5f7166e3aeb84e6d0567a6e110537fb476aa28633"` [INFO] running `"docker" "rm" "-f" "1ac4251a6f34f62cd841d2e5f7166e3aeb84e6d0567a6e110537fb476aa28633"` [INFO] [stdout] 1ac4251a6f34f62cd841d2e5f7166e3aeb84e6d0567a6e110537fb476aa28633 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 9d307ac92b71a2e78f7790a9bf9415943c3c0f20eafb81d53aa87110f534a3dd [INFO] running `"docker" "start" "-a" "9d307ac92b71a2e78f7790a9bf9415943c3c0f20eafb81d53aa87110f534a3dd"` [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/shader.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref INCLUDE_REGEX: Regex = Regex::new("^\\s*#\\s*include\\s+\"([[:print:]]+)\"\\s*$").unwrap(); [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/shader.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref INCLUDE_REGEX: Regex = Regex::new("^\\s*#\\s*include\\s+\"([[:print:]]+)\"\\s*$").unwrap(); [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `"docker" "inspect" "9d307ac92b71a2e78f7790a9bf9415943c3c0f20eafb81d53aa87110f534a3dd"` [INFO] running `"docker" "rm" "-f" "9d307ac92b71a2e78f7790a9bf9415943c3c0f20eafb81d53aa87110f534a3dd"` [INFO] [stdout] 9d307ac92b71a2e78f7790a9bf9415943c3c0f20eafb81d53aa87110f534a3dd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=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-08-13" "test" "--frozen"` [INFO] [stdout] 5c410ce955197be8dfc7a41607eee6523efe25084138c1f45b99e5468d2d91bc [INFO] running `"docker" "start" "-a" "5c410ce955197be8dfc7a41607eee6523efe25084138c1f45b99e5468d2d91bc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/shadertoy-5a064e493f1f3664 [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" "5c410ce955197be8dfc7a41607eee6523efe25084138c1f45b99e5468d2d91bc"` [INFO] running `"docker" "rm" "-f" "5c410ce955197be8dfc7a41607eee6523efe25084138c1f45b99e5468d2d91bc"` [INFO] [stdout] 5c410ce955197be8dfc7a41607eee6523efe25084138c1f45b99e5468d2d91bc