[INFO] updating cached repository https://github.com/simnalamburt/opengl-practice [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] adb58b9922e62b92e2acd9b257d859d885f5d10b [INFO] testing simnalamburt/opengl-practice against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimnalamburt%2Fopengl-practice" "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/simnalamburt/opengl-practice on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/simnalamburt/opengl-practice [INFO] finished tweaking git repo https://github.com/simnalamburt/opengl-practice [INFO] tweaked toml for git repo https://github.com/simnalamburt/opengl-practice written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/simnalamburt/opengl-practice already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gl v0.14.0 [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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] ccf8694bce90d2e8556bcb96e48a9663c33798c87deba6a95f9c417829de76cb [INFO] running `"docker" "start" "-a" "ccf8694bce90d2e8556bcb96e48a9663c33798c87deba6a95f9c417829de76cb"` [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling glfw v0.32.0 [INFO] [stderr] Compiling opengl-practice v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no variant or associated item named `OpenglForwardCompat` found for type `glfw::WindowHint` in the current scope [INFO] [stderr] --> src/main.rs:65:40 [INFO] [stderr] | [INFO] [stderr] 65 | glfw.window_hint(glfw::WindowHint::OpenglForwardCompat(true)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `glfw::WindowHint` [INFO] [stderr] | help: there is a variant with a similar name: `OpenGlForwardCompat` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `OpenglProfile` found for type `glfw::WindowHint` in the current scope [INFO] [stderr] --> src/main.rs:66:40 [INFO] [stderr] | [INFO] [stderr] 66 | glfw.window_hint(glfw::WindowHint::OpenglProfile(glfw::OpenGlProfileHint::Core)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | variant or associated item not found in `glfw::WindowHint` [INFO] [stderr] | help: there is a variant with a similar name: `OpenGlProfile` [INFO] [stderr] [INFO] [stderr] warning: type annotations needed [INFO] [stderr] --> src/main.rs:126:25 [INFO] [stderr] | [INFO] [stderr] 126 | ptr::null().offset(3 * mem::size_of::() as isize)); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(tyvar_behind_raw_pointer)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #46906 [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `opengl-practice`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ccf8694bce90d2e8556bcb96e48a9663c33798c87deba6a95f9c417829de76cb"` [INFO] running `"docker" "rm" "-f" "ccf8694bce90d2e8556bcb96e48a9663c33798c87deba6a95f9c417829de76cb"` [INFO] [stdout] ccf8694bce90d2e8556bcb96e48a9663c33798c87deba6a95f9c417829de76cb