[INFO] updating cached repository https://github.com/shmutalov/LearnGfxUnits [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] bdc9413c951732cdf8a17f97f5ff0f583e1990d0 [INFO] testing shmutalov/LearnGfxUnits against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshmutalov%2FLearnGfxUnits" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shmutalov/LearnGfxUnits 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/shmutalov/LearnGfxUnits [INFO] finished tweaking git repo https://github.com/shmutalov/LearnGfxUnits [INFO] tweaked toml for git repo https://github.com/shmutalov/LearnGfxUnits written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/shmutalov/LearnGfxUnits 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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 15c36e2e3b28a8c299a130eca5f6c6cf578bdd5adf9e5f1b1c5578c3ae9035c5 [INFO] running `"docker" "start" "-a" "15c36e2e3b28a8c299a130eca5f6c6cf578bdd5adf9e5f1b1c5578c3ae9035c5"` [INFO] [stderr] Compiling serde v0.9.10 [INFO] [stderr] Compiling x11-dl v2.12.0 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling wayland-scanner v0.7.8 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling gfx_core v0.6.0 [INFO] [stderr] Compiling target_build_utils v0.3.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling tempfile v2.1.5 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling serde_json v0.9.8 [INFO] [stderr] Compiling libloading v0.3.2 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.8 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling wayland-kbd v0.6.3 [INFO] [stderr] Compiling winit v0.5.11 [INFO] [stderr] Compiling gfx_device_gl v0.13.0 [INFO] [stderr] Compiling gfx v0.14.0 [INFO] [stderr] Compiling gfx_window_glutin v0.14.0 [INFO] [stderr] Compiling LearnGfxUnits v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: crate `LearnGfxUnits` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `learn_gfx_units` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | encoder.update_buffer(&data.transform, &[TRANSFORM], 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.40s [INFO] running `"docker" "inspect" "15c36e2e3b28a8c299a130eca5f6c6cf578bdd5adf9e5f1b1c5578c3ae9035c5"` [INFO] running `"docker" "rm" "-f" "15c36e2e3b28a8c299a130eca5f6c6cf578bdd5adf9e5f1b1c5578c3ae9035c5"` [INFO] [stdout] 15c36e2e3b28a8c299a130eca5f6c6cf578bdd5adf9e5f1b1c5578c3ae9035c5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] dd739245c4c1e9c4de582e13d72bdd1c016a910f09e21510914c0bbf41597d90 [INFO] running `"docker" "start" "-a" "dd739245c4c1e9c4de582e13d72bdd1c016a910f09e21510914c0bbf41597d90"` [INFO] [stderr] Compiling LearnGfxUnits v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: crate `LearnGfxUnits` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `learn_gfx_units` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | encoder.update_buffer(&data.transform, &[TRANSFORM], 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `"docker" "inspect" "dd739245c4c1e9c4de582e13d72bdd1c016a910f09e21510914c0bbf41597d90"` [INFO] running `"docker" "rm" "-f" "dd739245c4c1e9c4de582e13d72bdd1c016a910f09e21510914c0bbf41597d90"` [INFO] [stdout] dd739245c4c1e9c4de582e13d72bdd1c016a910f09e21510914c0bbf41597d90 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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] 52b378ec4c8d4d688437a53d9d41582d08602c4a10649d5714c981e0f885a877 [INFO] running `"docker" "start" "-a" "52b378ec4c8d4d688437a53d9d41582d08602c4a10649d5714c981e0f885a877"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/LearnGfxUnits-98afde436c211575 [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" "52b378ec4c8d4d688437a53d9d41582d08602c4a10649d5714c981e0f885a877"` [INFO] running `"docker" "rm" "-f" "52b378ec4c8d4d688437a53d9d41582d08602c4a10649d5714c981e0f885a877"` [INFO] [stdout] 52b378ec4c8d4d688437a53d9d41582d08602c4a10649d5714c981e0f885a877