[INFO] updating cached repository https://github.com/justahero/noire-rs [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] ae204fae524b42cf79910064d558be714c3ec30e [INFO] testing justahero/noire-rs against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustahero%2Fnoire-rs" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/justahero/noire-rs 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/justahero/noire-rs [INFO] removed 1 missing examples [INFO] finished tweaking git repo https://github.com/justahero/noire-rs [INFO] tweaked toml for git repo https://github.com/justahero/noire-rs written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/justahero/noire-rs 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 706cd0dfc0d5366f3ff0ddeb9bf7dc582922890c3497a6c80143bbaa8a1c84e6 [INFO] running `"docker" "start" "-a" "706cd0dfc0d5366f3ff0ddeb9bf7dc582922890c3497a6c80143bbaa8a1c84e6"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/filewatch.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling filetime v0.2.5 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling cmake v0.1.39 [INFO] [stderr] Compiling notify v4.0.12 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling gl v0.12.0 [INFO] [stderr] Compiling glfw v0.29.0 [INFO] [stderr] Compiling noire v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: value assigned to `error` is never read [INFO] [stderr] --> src/render/opengl.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | let mut error = 0; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.73s [INFO] running `"docker" "inspect" "706cd0dfc0d5366f3ff0ddeb9bf7dc582922890c3497a6c80143bbaa8a1c84e6"` [INFO] running `"docker" "rm" "-f" "706cd0dfc0d5366f3ff0ddeb9bf7dc582922890c3497a6c80143bbaa8a1c84e6"` [INFO] [stdout] 706cd0dfc0d5366f3ff0ddeb9bf7dc582922890c3497a6c80143bbaa8a1c84e6 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 6e5170578137598ae0d6fd9f3fc8677f6095291a94caf73e8e2cad38a0425c31 [INFO] running `"docker" "start" "-a" "6e5170578137598ae0d6fd9f3fc8677f6095291a94caf73e8e2cad38a0425c31"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/filewatch.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling noire v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `ScreenRect` [INFO] [stderr] --> examples/04-spotlight/main.rs:15:51 [INFO] [stderr] | [INFO] [stderr] 15 | use noire::mesh::{Cube, Mesh, Node, Plane, Scene, ScreenRect}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `error` is never read [INFO] [stderr] --> src/render/opengl.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 125 | let mut error = 0; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.54s [INFO] running `"docker" "inspect" "6e5170578137598ae0d6fd9f3fc8677f6095291a94caf73e8e2cad38a0425c31"` [INFO] running `"docker" "rm" "-f" "6e5170578137598ae0d6fd9f3fc8677f6095291a94caf73e8e2cad38a0425c31"` [INFO] [stdout] 6e5170578137598ae0d6fd9f3fc8677f6095291a94caf73e8e2cad38a0425c31 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 9279452990de908049d56742d5619faa968a57694b0a23a8985951e1ebb744fa [INFO] running `"docker" "start" "-a" "9279452990de908049d56742d5619faa968a57694b0a23a8985951e1ebb744fa"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/examples/filewatch.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/noire-28df13427f09ded2 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test input::keyboard::test_key_input ... ok [INFO] [stdout] test input::tests::test_keypress_button ... ok [INFO] [stdout] test input::tests::test_general_button_state ... ok [INFO] [stdout] test render::context::tests::test_version_from_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests noire [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" "9279452990de908049d56742d5619faa968a57694b0a23a8985951e1ebb744fa"` [INFO] running `"docker" "rm" "-f" "9279452990de908049d56742d5619faa968a57694b0a23a8985951e1ebb744fa"` [INFO] [stdout] 9279452990de908049d56742d5619faa968a57694b0a23a8985951e1ebb744fa