[INFO] updating cached repository https://github.com/jinroh/musique [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3f1d4d9e39dd25010dfd1fe8a60077287534d853 [INFO] testing jinroh/musique against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjinroh%2Fmusique" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jinroh/musique on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jinroh/musique [INFO] finished tweaking git repo https://github.com/jinroh/musique [INFO] tweaked toml for git repo https://github.com/jinroh/musique written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/jinroh/musique already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] fbd6065375382d942cc3d154d32eeb00c368ef7728a25a3c8121d75a3da2bde4 [INFO] running `"docker" "start" "-a" "fbd6065375382d942cc3d154d32eeb00c368ef7728a25a3c8121d75a3da2bde4"` [INFO] [stderr] Compiling webrender v0.50.0 (https://github.com/servo/webrender#4cc0cad0) [INFO] [stderr] Compiling cmake v0.1.26 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling shared_library v0.1.7 [INFO] [stderr] Compiling gleam v0.4.8 [INFO] [stderr] Compiling png v0.8.0 [INFO] [stderr] Compiling servo-glutin v0.11.1 [INFO] [stderr] Compiling x11-dl v2.15.0 [INFO] [stderr] Compiling serde v1.0.15 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling servo-freetype-sys v4.0.3 [INFO] [stderr] Compiling image v0.14.0 [INFO] [stderr] Compiling freetype v0.3.0 [INFO] [stderr] Compiling app_units v0.5.6 [INFO] [stderr] Compiling bincode v0.8.0 [INFO] [stderr] Compiling euclid v0.15.3 [INFO] [stderr] Compiling webrender_api v0.50.0 (https://github.com/servo/webrender#4cc0cad0) [INFO] [stderr] Compiling plane-split v0.6.0 [INFO] [stderr] Compiling musique v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | fn window_event_loop() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:243:29 [INFO] [stderr] | [INFO] [stderr] 243 | ColorF::new((1.0 - f), (1.0 - f), (1.0 - f), 1.0) [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 function argument [INFO] [stderr] --> src/main.rs:243:40 [INFO] [stderr] | [INFO] [stderr] 243 | ColorF::new((1.0 - f), (1.0 - f), (1.0 - f), 1.0) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:243:51 [INFO] [stderr] | [INFO] [stderr] 243 | ColorF::new((1.0 - f), (1.0 - f), (1.0 - f), 1.0) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:313:41 [INFO] [stderr] | [INFO] [stderr] 313 | LayoutSize::new(((x2 as f32) - self.0), ((y2 as f32) - self.1))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:313:65 [INFO] [stderr] | [INFO] [stderr] 313 | LayoutSize::new(((x2 as f32) - self.0), ((y2 as f32) - self.1))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: field is never used: `window_proxy` [INFO] [stderr] --> src/main.rs:284:5 [INFO] [stderr] | [INFO] [stderr] 284 | window_proxy: glutin::WindowProxy, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.02s [INFO] running `"docker" "inspect" "fbd6065375382d942cc3d154d32eeb00c368ef7728a25a3c8121d75a3da2bde4"` [INFO] running `"docker" "rm" "-f" "fbd6065375382d942cc3d154d32eeb00c368ef7728a25a3c8121d75a3da2bde4"` [INFO] [stdout] fbd6065375382d942cc3d154d32eeb00c368ef7728a25a3c8121d75a3da2bde4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 0d1a75a49f1d03eab9eea3bc88bdbeb7f666b8291e04224d990dfa51cf6b7bff [INFO] running `"docker" "start" "-a" "0d1a75a49f1d03eab9eea3bc88bdbeb7f666b8291e04224d990dfa51cf6b7bff"` [INFO] [stderr] Compiling musique v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:11:42 [INFO] [stderr] | [INFO] [stderr] 11 | fn window_event_loop() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:243:29 [INFO] [stderr] | [INFO] [stderr] 243 | ColorF::new((1.0 - f), (1.0 - f), (1.0 - f), 1.0) [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 function argument [INFO] [stderr] --> src/main.rs:243:40 [INFO] [stderr] | [INFO] [stderr] 243 | ColorF::new((1.0 - f), (1.0 - f), (1.0 - f), 1.0) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:243:51 [INFO] [stderr] | [INFO] [stderr] 243 | ColorF::new((1.0 - f), (1.0 - f), (1.0 - f), 1.0) [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:313:41 [INFO] [stderr] | [INFO] [stderr] 313 | LayoutSize::new(((x2 as f32) - self.0), ((y2 as f32) - self.1))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:313:65 [INFO] [stderr] | [INFO] [stderr] 313 | LayoutSize::new(((x2 as f32) - self.0), ((y2 as f32) - self.1))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: field is never used: `window_proxy` [INFO] [stderr] --> src/main.rs:284:5 [INFO] [stderr] | [INFO] [stderr] 284 | window_proxy: glutin::WindowProxy, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.87s [INFO] running `"docker" "inspect" "0d1a75a49f1d03eab9eea3bc88bdbeb7f666b8291e04224d990dfa51cf6b7bff"` [INFO] running `"docker" "rm" "-f" "0d1a75a49f1d03eab9eea3bc88bdbeb7f666b8291e04224d990dfa51cf6b7bff"` [INFO] [stdout] 0d1a75a49f1d03eab9eea3bc88bdbeb7f666b8291e04224d990dfa51cf6b7bff [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] b29bf9753a3cdb660dc1ebb557b894457a100f524f040363e61c38911a2ce861 [INFO] running `"docker" "start" "-a" "b29bf9753a3cdb660dc1ebb557b894457a100f524f040363e61c38911a2ce861"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.37s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/musique-826addbaadf57674 [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" "b29bf9753a3cdb660dc1ebb557b894457a100f524f040363e61c38911a2ce861"` [INFO] running `"docker" "rm" "-f" "b29bf9753a3cdb660dc1ebb557b894457a100f524f040363e61c38911a2ce861"` [INFO] [stdout] b29bf9753a3cdb660dc1ebb557b894457a100f524f040363e61c38911a2ce861