[INFO] cloning repository https://github.com/Pawel82S/tetris-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pawel82S/tetris-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPawel82S%2Ftetris-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPawel82S%2Ftetris-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9d1ee9143f1c5325d09c501f0f68cce7bc9070d0 [INFO] testing Pawel82S/tetris-rs against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPawel82S%2Ftetris-rs" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Pawel82S/tetris-rs on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Pawel82S/tetris-rs [INFO] finished tweaking git repo https://github.com/Pawel82S/tetris-rs [INFO] tweaked toml for git repo https://github.com/Pawel82S/tetris-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: unused manifest key: dependencies.glfw.feature [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5e66d7349c3c3650715f8de1dc50ff26fcb904b347d09f15846579e891ed172d [INFO] running `"docker" "start" "-a" "5e66d7349c3c3650715f8de1dc50ff26fcb904b347d09f15846579e891ed172d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused manifest key: dependencies.glfw.feature [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling glfw-sys v3.3.2 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling glfw v0.37.0 [INFO] [stderr] Compiling tetris v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:62:27 [INFO] [stderr] | [INFO] [stderr] 62 | gl::GenBuffers(1, &vbo); [INFO] [stderr] | ^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected raw pointer `*mut u32` [INFO] [stderr] found reference `&{integer}` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:64:42 [INFO] [stderr] | [INFO] [stderr] 64 | gl::BufferData(gl::ARRAY_BUFFER, vertices.len(), vertices, gl::STATIC_DRAW); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected `isize`, found `usize` [INFO] [stderr] | [INFO] [stderr] help: you can convert an `usize` to `isize` and panic if the converted value wouldn't fit [INFO] [stderr] | [INFO] [stderr] 64 | gl::BufferData(gl::ARRAY_BUFFER, vertices.len().try_into().unwrap(), vertices, gl::STATIC_DRAW); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:64:58 [INFO] [stderr] | [INFO] [stderr] 64 | gl::BufferData(gl::ARRAY_BUFFER, vertices.len(), vertices, gl::STATIC_DRAW); [INFO] [stderr] | ^^^^^^^^ expected *-ptr, found array `[f32; 9]` [INFO] [stderr] | [INFO] [stderr] = note: expected raw pointer `*const std::ffi::c_void` [INFO] [stderr] found array `[f32; 9]` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `tetris`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5e66d7349c3c3650715f8de1dc50ff26fcb904b347d09f15846579e891ed172d"` [INFO] running `"docker" "rm" "-f" "5e66d7349c3c3650715f8de1dc50ff26fcb904b347d09f15846579e891ed172d"` [INFO] [stdout] 5e66d7349c3c3650715f8de1dc50ff26fcb904b347d09f15846579e891ed172d