[INFO] cloning repository https://github.com/Lolirofle/2dgl [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lolirofle/2dgl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLolirofle%2F2dgl"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLolirofle%2F2dgl'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a3f3a91c82e674d640d5bf37a1ae27e1e1f330f8 [INFO] checking Lolirofle/2dgl against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLolirofle%2F2dgl" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Lolirofle/2dgl on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Lolirofle/2dgl [INFO] removed path dependency gl from git repo https://github.com/Lolirofle/2dgl [INFO] finished tweaking git repo https://github.com/Lolirofle/2dgl [INFO] tweaked toml for git repo https://github.com/Lolirofle/2dgl written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Lolirofle/2dgl already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (gl) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/rust-lang/num` [INFO] [stderr] Updating git repository `https://github.com/rust-lang/time` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (gl) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 69fc68d07269a1a5695cc64c66e56af3c79098073c56e42912547ce3c6486f3a [INFO] running `"docker" "start" "-a" "69fc68d07269a1a5695cc64c66e56af3c79098073c56e42912547ce3c6486f3a"` [INFO] [stderr] warning: dependency (gl) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking num v0.2.0 (https://github.com/rust-lang/num#da7280c2) [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Checking paste v0.1.6 [INFO] [stderr] Checking time v0.2.0 (https://github.com/rust-lang/time#bf3c7f4b) [INFO] [stderr] Checking 2dgl v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/graphics/direct_mode/renderer.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn new(proc_address: |&str| -> *const libc::c_void) -> Renderer{unsafe{ [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/graphics/shader_model/renderer.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | const VERTICES_SQUARE: [GLfloat, ..12] = [ [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `2dgl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/graphics/direct_mode/renderer.rs:11:27 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn new(proc_address: |&str| -> *const libc::c_void) -> Renderer{unsafe{ [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/graphics/shader_model/renderer.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | const VERTICES_SQUARE: [GLfloat, ..12] = [ [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `2dgl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "69fc68d07269a1a5695cc64c66e56af3c79098073c56e42912547ce3c6486f3a"` [INFO] running `"docker" "rm" "-f" "69fc68d07269a1a5695cc64c66e56af3c79098073c56e42912547ce3c6486f3a"` [INFO] [stdout] 69fc68d07269a1a5695cc64c66e56af3c79098073c56e42912547ce3c6486f3a