[INFO] updating cached repository ad2476/cuddly-broccoli [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ad2476/cuddly-broccoli [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ad2476/cuddly-broccoli" "work/ex/beta-1.37-6/sources/1.36.0/gh/ad2476/cuddly-broccoli"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ad2476/cuddly-broccoli'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ad2476/cuddly-broccoli" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ad2476/cuddly-broccoli"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ad2476/cuddly-broccoli'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5e42f84c2c3465c406ce6aba30e209ba36ac6a42 [INFO] sha for GitHub repo ad2476/cuddly-broccoli: 5e42f84c2c3465c406ce6aba30e209ba36ac6a42 [INFO] validating manifest of ad2476/cuddly-broccoli 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 ad2476/cuddly-broccoli 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 ad2476/cuddly-broccoli [INFO] finished frobbing ad2476/cuddly-broccoli [INFO] frobbed toml for ad2476/cuddly-broccoli written to work/ex/beta-1.37-6/sources/1.36.0/gh/ad2476/cuddly-broccoli/Cargo.toml [INFO] started frobbing ad2476/cuddly-broccoli [INFO] finished frobbing ad2476/cuddly-broccoli [INFO] frobbed toml for ad2476/cuddly-broccoli written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ad2476/cuddly-broccoli/Cargo.toml [INFO] crate ad2476/cuddly-broccoli 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 ad2476/cuddly-broccoli against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ad2476/cuddly-broccoli:/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.36.0" "build" "--frozen"` [INFO] [stdout] 85000668def8f53778964981121d5068df5b2cc72b04dfb5d7529340ca09b94a [INFO] running `"docker" "start" "-a" "85000668def8f53778964981121d5068df5b2cc72b04dfb5d7529340ca09b94a"` [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling opengl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling glm v0.2.3 [INFO] [stderr] Compiling sdl2 v0.31.0 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/rendergl/shader.rs:218:14 [INFO] [stderr] | [INFO] [stderr] 218 | .trim_right_matches(char::from(0)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `make_mesh` [INFO] [stderr] --> src/ui/scene.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | fn make_mesh(loader: &resources::ResourceLoader) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `"docker" "inspect" "85000668def8f53778964981121d5068df5b2cc72b04dfb5d7529340ca09b94a"` [INFO] running `"docker" "rm" "-f" "85000668def8f53778964981121d5068df5b2cc72b04dfb5d7529340ca09b94a"` [INFO] [stdout] 85000668def8f53778964981121d5068df5b2cc72b04dfb5d7529340ca09b94a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ad2476/cuddly-broccoli:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 8669db60359354c2614f38f007879f94de6aabc86c836dd564160a5095db91e8 [INFO] running `"docker" "start" "-a" "8669db60359354c2614f38f007879f94de6aabc86c836dd564160a5095db91e8"` [INFO] [stderr] Compiling opengl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/rendergl/shader.rs:218:14 [INFO] [stderr] | [INFO] [stderr] 218 | .trim_right_matches(char::from(0)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `make_mesh` [INFO] [stderr] --> src/ui/scene.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | fn make_mesh(loader: &resources::ResourceLoader) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.20s [INFO] running `"docker" "inspect" "8669db60359354c2614f38f007879f94de6aabc86c836dd564160a5095db91e8"` [INFO] running `"docker" "rm" "-f" "8669db60359354c2614f38f007879f94de6aabc86c836dd564160a5095db91e8"` [INFO] [stdout] 8669db60359354c2614f38f007879f94de6aabc86c836dd564160a5095db91e8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/ad2476/cuddly-broccoli:/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.36.0" "test" "--frozen"` [INFO] [stdout] 14c9ec7e9d848a06b8ee0f06e08729b2ce66a79d4fd053fe56c40161f50524f9 [INFO] running `"docker" "start" "-a" "14c9ec7e9d848a06b8ee0f06e08729b2ce66a79d4fd053fe56c40161f50524f9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/opengl-f25d098797ece5bb [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" "14c9ec7e9d848a06b8ee0f06e08729b2ce66a79d4fd053fe56c40161f50524f9"` [INFO] running `"docker" "rm" "-f" "14c9ec7e9d848a06b8ee0f06e08729b2ce66a79d4fd053fe56c40161f50524f9"` [INFO] [stdout] 14c9ec7e9d848a06b8ee0f06e08729b2ce66a79d4fd053fe56c40161f50524f9