[INFO] updating cached repository https://github.com/randomPoison/polygon-viewer
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 77f949542c702cf8276c4046ee427991915e3587
[INFO] checking randomPoison/polygon-viewer against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FrandomPoison%2Fpolygon-viewer" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/randomPoison/polygon-viewer on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/randomPoison/polygon-viewer
[INFO] finished tweaking git repo https://github.com/randomPoison/polygon-viewer
[INFO] tweaked toml for git repo https://github.com/randomPoison/polygon-viewer written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/randomPoison/polygon-viewer already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 772bcfa43c76839b52e0cea154f7fe6827d8100d2d8a72c6131ccf797df7fbe1
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "772bcfa43c76839b52e0cea154f7fe6827d8100d2d8a72c6131ccf797df7fbe1"`
[INFO] [stderr]    Compiling opengl32-sys v0.1.0
[INFO] [stderr]     Checking polygon-math v0.1.0 (https://github.com/randomPoison/polygon#c64c0c3c)
[INFO] [stderr]    Compiling gdi32-sys v0.2.0
[INFO] [stderr]    Compiling user32-sys v0.1.2
[INFO] [stderr]     Checking rand v0.3.16
[INFO] [stderr]     Checking num_cpus v1.6.2
[INFO] [stderr]     Checking term_size v0.3.0
[INFO] [stderr]     Checking time v0.1.38
[INFO] [stderr]     Checking atty v0.2.2
[INFO] [stderr]     Checking shared_library v0.1.7
[INFO] [stderr]     Checking bmp v0.3.0
[INFO] [stderr]     Checking textwrap v0.8.0
[INFO] [stderr]     Checking png v0.9.0
[INFO] [stderr]     Checking x11-dl v2.15.0
[INFO] [stderr]    Compiling collaborate-derive v0.1.0 (https://github.com/randomPoison/COLLABORATE#fe1ab9be)
[INFO] [stderr]    Compiling structopt-derive v0.1.1
[INFO] [stderr]     Checking fs2 v0.2.5
[INFO] [stderr]     Checking polygon-material v0.1.0 (https://github.com/randomPoison/polygon#c64c0c3c)
[INFO] [stderr]     Checking chrono v0.3.0
[INFO] [stderr]     Checking clap v2.26.2
[INFO] [stderr]     Checking gl-raw v0.1.0 (https://github.com/randomPoison/polygon#c64c0c3c)
[INFO] [stderr]     Checking rayon-core v1.2.1
[INFO] [stderr] error[E0432]: unresolved import `gl`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/linux.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use gl;
[INFO] [stderr]   |     ^^ no `gl` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `super::x11`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/linux.rs:6:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | use super::x11::glx;
[INFO] [stderr]   |            ^^^ maybe a missing crate `x11`?
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `window`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/linux.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use window::Window;
[INFO] [stderr]   |     ^^^^^^ maybe a missing crate `window`?
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GLContext` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/linux.rs:17:50
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub type Context = glx::GLXContext;
[INFO] [stderr]    | ----------------------------------- similarly named type alias `Context` defined here
[INFO] [stderr] ...
[INFO] [stderr] 17 | pub unsafe fn create_context(window: &Window) -> GLContext {
[INFO] [stderr]    |                                                  ^^^^^^^^^ help: a type alias with a similar name exists: `Context`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]    |
[INFO] [stderr] 34 |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]    |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:72:1
[INFO] [stderr]    |
[INFO] [stderr] 72 | / gl_proc!(glActiveTexture:
[INFO] [stderr] 73 | |     /// Selects active texture unit.
[INFO] [stderr] 74 | |     ///
[INFO] [stderr] 75 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glActiveTexture)
[INFO] [stderr] ...  |
[INFO] [stderr] 81 | |     /// 96 (80 in GL 4.2, 48 in GL 3.3).
[INFO] [stderr] 82 | |     fn active_texture(texture: u32));
[INFO] [stderr]    | |_____________________________________- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:84:1
[INFO] [stderr]     |
[INFO] [stderr] 84  | / gl_proc!(glAttachShader:
[INFO] [stderr] 85  | |     /// Attaches a shader object to a program object.
[INFO] [stderr] 86  | |     ///
[INFO] [stderr] 87  | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glAttachShader)
[INFO] [stderr] ...   |
[INFO] [stderr] 114 | |     /// - `glInvalidOperation` is generated if shader​ is already attached to program​.
[INFO] [stderr] 115 | |     fn attach_shader(program: ProgramObject, shader: ShaderObject));
[INFO] [stderr]     | |____________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:117:1
[INFO] [stderr]     |
[INFO] [stderr] 117 | / gl_proc!(glBeginQuery:
[INFO] [stderr] 118 | |     /// Delimits the start of a query object.
[INFO] [stderr] 119 | |     ///
[INFO] [stderr] 120 | |     /// TODO: Add documentation.
[INFO] [stderr] 121 | |     fn begin_query(query_type: QueryType, query: QueryObject));
[INFO] [stderr]     | |_______________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:123:1
[INFO] [stderr]     |
[INFO] [stderr] 123 | / gl_proc!(glBindBuffer:
[INFO] [stderr] 124 | |     /// Binds a named buffer object.
[INFO] [stderr] 125 | |     ///
[INFO] [stderr] 126 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glBindBuffer)
[INFO] [stderr] ...   |
[INFO] [stderr] 225 | |     ///   `gen_buffers`.
[INFO] [stderr] 226 | |     fn bind_buffer(target: BufferTarget, buffer: BufferName));
[INFO] [stderr]     | |______________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:228:1
[INFO] [stderr]     |
[INFO] [stderr] 228 | / gl_proc!(glBindTexture:
[INFO] [stderr] 229 | |     /// Binds a named texture to a texturing target.
[INFO] [stderr] 230 | |     ///
[INFO] [stderr] 231 | |     /// Lets you create or use a named texture. Calling `bind_texture` with target​ set to
[INFO] [stderr] ...   |
[INFO] [stderr] 286 | |     ///   that doesn't match that of target​.
[INFO] [stderr] 287 | |     fn bind_texture(target: TextureBindTarget, texture: TextureObject));
[INFO] [stderr]     | |________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:289:1
[INFO] [stderr]     |
[INFO] [stderr] 289 | / gl_proc!(glBindVertexArray:
[INFO] [stderr] 290 | |     /// Binds a named vertex array object.
[INFO] [stderr] 291 | |     ///
[INFO] [stderr] 292 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glBindVertexArray)
[INFO] [stderr] ...   |
[INFO] [stderr] 307 | |     ///   object previously returned from a call to `gen_vertex_arrays`.
[INFO] [stderr] 308 | |     fn bind_vertex_array(name: VertexArrayName));
[INFO] [stderr]     | |_________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:310:1
[INFO] [stderr]     |
[INFO] [stderr] 310 | / gl_proc!(glBlendFunc:
[INFO] [stderr] 311 | |     /// Specifies pixel arithmetic for both RGB and alpha components.
[INFO] [stderr] 312 | |     ///
[INFO] [stderr] 313 | |     /// Pixels can be drawn using a function that blends the incoming (source) RGBA values with
[INFO] [stderr] ...   |
[INFO] [stderr] 379 | |     ///   `GL_MAX_DUAL_SOURCE_DRAW_BUFFERS`, which may be lower than `GL_MAX_DRAW_BUFFERS`.
[INFO] [stderr] 380 | |     fn blend_func(src_factor: SourceFactor, dest_factor: DestFactor));
[INFO] [stderr]     | |______________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:382:1
[INFO] [stderr]     |
[INFO] [stderr] 382 | / gl_proc!(glBufferData:
[INFO] [stderr] 383 | |     /// Creates and initializes a buffer object's data store.
[INFO] [stderr] 384 | |     ///
[INFO] [stderr] 385 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glBufferData)
[INFO] [stderr] ...   |
[INFO] [stderr] 434 | |     ///   specified size​.
[INFO] [stderr] 435 | |     fn buffer_data_raw(target: BufferTarget, size: isize, data: *const (), usage: BufferUsage));
[INFO] [stderr]     | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:437:1
[INFO] [stderr]     |
[INFO] [stderr] 437 | / gl_proc!(glClear:
[INFO] [stderr] 438 | |     /// Clears buffers to preset values.
[INFO] [stderr] 439 | |     ///
[INFO] [stderr] 440 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glClear)
[INFO] [stderr] ...   |
[INFO] [stderr] 467 | |     /// - If a buffer is not present, then a `clear` call directed at that buffer has no effect.
[INFO] [stderr] 468 | |     fn clear(mask: ClearBufferMask));
[INFO] [stderr]     | |_____________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:470:1
[INFO] [stderr]     |
[INFO] [stderr] 470 | / gl_proc!(glClearColor:
[INFO] [stderr] 471 | |     fn clear_color(red: f32, green: f32, blue: f32, alpha: f32));
[INFO] [stderr]     | |_________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:473:1
[INFO] [stderr]     |
[INFO] [stderr] 473 | / gl_proc!(glCompileShader:
[INFO] [stderr] 474 | |     /// Compiles a shader object.
[INFO] [stderr] 475 | |     ///
[INFO] [stderr] 476 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glCompileShader)
[INFO] [stderr] ...   |
[INFO] [stderr] 495 | |     /// - `GL_INVALID_VALUE` is generated if shader​ is not a value generated by OpenGL.
[INFO] [stderr] 496 | |     fn compile_shader(shader: ShaderObject));
[INFO] [stderr]     | |_____________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:498:1
[INFO] [stderr]     |
[INFO] [stderr] 498 | / gl_proc!(glCreateProgram:
[INFO] [stderr] 499 | |     /// Creates a program object.
[INFO] [stderr] 500 | |     ///
[INFO] [stderr] 501 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glCreateProgram)
[INFO] [stderr] ...   |
[INFO] [stderr] 532 | |     ///   program object.
[INFO] [stderr] 533 | |     fn create_program() -> ProgramObject);
[INFO] [stderr]     | |__________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:535:1
[INFO] [stderr]     |
[INFO] [stderr] 535 | / gl_proc!(glCreateShader:
[INFO] [stderr] 536 | |     /// Creates a shader object.
[INFO] [stderr] 537 | |     ///
[INFO] [stderr] 538 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glCreateShader)
[INFO] [stderr] ...   |
[INFO] [stderr] 569 | |     ///   object.
[INFO] [stderr] 570 | |     fn create_shader(shader_type: ShaderType) -> ShaderObject);
[INFO] [stderr]     | |_______________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:572:1
[INFO] [stderr]     |
[INFO] [stderr] 572 | / gl_proc!(glCullFace:
[INFO] [stderr] 573 | |     /// Specifies whether front- or back-faces should be culled.
[INFO] [stderr] 574 | |     ///
[INFO] [stderr] 575 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glCullFace)
[INFO] [stderr] ...   |
[INFO] [stderr] 590 | |     ///   lines are drawn.
[INFO] [stderr] 591 | |     fn cull_face(mode: Face));
[INFO] [stderr]     | |______________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:593:1
[INFO] [stderr]     |
[INFO] [stderr] 593 | / gl_proc!(glDebugMessageCallback:
[INFO] [stderr] 594 | |     fn debug_message_callback(
[INFO] [stderr] 595 | |         callback: Option<DebugMessageCallback>,
[INFO] [stderr] 596 | |         user_param: *mut ()
[INFO] [stderr] 597 | |     ));
[INFO] [stderr]     | |_______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:599:1
[INFO] [stderr]     |
[INFO] [stderr] 599 | / gl_proc!(glDeleteBuffers:
[INFO] [stderr] 600 | |     /// Deletes named buffer objects.
[INFO] [stderr] 601 | |     ///
[INFO] [stderr] 602 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glDeleteBuffers)
[INFO] [stderr] ...   |
[INFO] [stderr] 616 | |     /// `GL_INVALID_VALUE` is generated if `num_buffers` is negative.
[INFO] [stderr] 617 | |     fn delete_buffers(num_buffers: i32, buffers: *const BufferName));
[INFO] [stderr]     | |_____________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:619:1
[INFO] [stderr]     |
[INFO] [stderr] 619 | / gl_proc!(glDeleteProgram:
[INFO] [stderr] 620 | |     /// Deletes a program object.
[INFO] [stderr] 621 | |     ///
[INFO] [stderr] 622 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glDeleteProgram)
[INFO] [stderr] ...   |
[INFO] [stderr] 639 | |     /// `get_program_param` with arguments `program_object` and `DeleteStatus`.
[INFO] [stderr] 640 | |     fn delete_program(program_object: ProgramObject));
[INFO] [stderr]     | |______________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:642:1
[INFO] [stderr]     |
[INFO] [stderr] 642 | / gl_proc!(glDeleteShader:
[INFO] [stderr] 643 | |     /// Deletes a shader object.
[INFO] [stderr] 644 | |     ///
[INFO] [stderr] 645 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glDeleteShader)
[INFO] [stderr] ...   |
[INFO] [stderr] 658 | |     /// arguments `shader_object` and `DeleteStatus`.
[INFO] [stderr] 659 | |     fn delete_shader(shader_object: ShaderObject));
[INFO] [stderr]     | |___________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:661:1
[INFO] [stderr]     |
[INFO] [stderr] 661 | / gl_proc!(glDeleteQueries:
[INFO] [stderr] 662 | |     /// Deletes named query objects.
[INFO] [stderr] 663 | |     ///
[INFO] [stderr] 664 | |     /// [Official docs](https://www.opengl.org/sdk/docs/man/docbook4/xhtml/glDeleteQueries.xml)
[INFO] [stderr] ...   |
[INFO] [stderr] 678 | |     /// - `GL_INVALID_VALUE` is generated if `count` is negative.
[INFO] [stderr] 679 | |     fn delete_queries(count: i32, queries: *const QueryObject));
[INFO] [stderr]     | |________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:681:1
[INFO] [stderr]     |
[INFO] [stderr] 681 | / gl_proc!(glDeleteTextures:
[INFO] [stderr] 682 | |     /// Deletes named textures.
[INFO] [stderr] 683 | |     ///
[INFO] [stderr] 684 | |     /// Deletes `count` textures named by the elements of the array `textures​`. After a texture
[INFO] [stderr] ...   |
[INFO] [stderr] 690 | |     /// textures.
[INFO] [stderr] 691 | |     fn delete_textures(count: u32, textures: *mut TextureObject));
[INFO] [stderr]     | |__________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:693:1
[INFO] [stderr]     |
[INFO] [stderr] 693 | / gl_proc!(glDeleteVertexArrays:
[INFO] [stderr] 694 | |     /// Deletes name vertex array objects.
[INFO] [stderr] 695 | |     ///
[INFO] [stderr] 696 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glDeleteVertexArrays)
[INFO] [stderr] ...   |
[INFO] [stderr] 708 | |     /// `GL_INVALID_VALUE` is generated if `num_arrays`​ is negative.
[INFO] [stderr] 709 | |     fn delete_vertex_arrays(num_arrays: i32, arrays: *const VertexArrayName));
[INFO] [stderr]     | |______________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:711:1
[INFO] [stderr]     |
[INFO] [stderr] 711 | / gl_proc!(glDepthFunc:
[INFO] [stderr] 712 | |     /// Specifies the value used for the depth buffer comparison.
[INFO] [stderr] 713 | |     ///
[INFO] [stderr] 714 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glDepthFunc)
[INFO] [stderr] ...   |
[INFO] [stderr] 737 | |     /// testing is disabled or if no depth buffer exists it is as if the depth test always passes.
[INFO] [stderr] 738 | |     fn depth_func(func: Comparison));
[INFO] [stderr]     | |_____________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:740:1
[INFO] [stderr]     |
[INFO] [stderr] 740 | / gl_proc!(glDetachShader:
[INFO] [stderr] 741 | |     /// Detaches a shader object from a program object to which it is attached.
[INFO] [stderr] 742 | |     ///
[INFO] [stderr] 743 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glDetachShader)
[INFO] [stderr] ...   |
[INFO] [stderr] 758 | |     ///   `program​_object`.
[INFO] [stderr] 759 | |     fn detach_shader(program_object: ProgramObject, shader_object: ShaderObject));
[INFO] [stderr]     | |__________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:761:1
[INFO] [stderr]     |
[INFO] [stderr] 761 | / gl_proc!(glDisable:
[INFO] [stderr] 762 | |     /// Disables server-side GL capabilities.
[INFO] [stderr] 763 | |     ///
[INFO] [stderr] 764 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glEnable)
[INFO] [stderr] ...   |
[INFO] [stderr] 771 | |     /// `true`.
[INFO] [stderr] 772 | |     fn disable(capability: ServerCapability));
[INFO] [stderr]     | |______________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:774:1
[INFO] [stderr]     |
[INFO] [stderr] 774 | / gl_proc!(glDisableVertexAttribArray:
[INFO] [stderr] 775 | |     /// Disables a generic vertex attribute array.
[INFO] [stderr] 776 | |     ///
[INFO] [stderr] 777 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glEnableVertexAttribArray)
[INFO] [stderr] ...   |
[INFO] [stderr] 791 | |     /// - `GL_INVALID_OPERATION` is generated if no vertex array object is bound.
[INFO] [stderr] 792 | |     fn disable_vertex_attrib_array(attrib: AttributeLocation));
[INFO] [stderr]     | |_______________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:794:1
[INFO] [stderr]     |
[INFO] [stderr] 794 | / gl_proc!(glDrawArrays:
[INFO] [stderr] 795 | |     /// Renders primitives from array data.
[INFO] [stderr] 796 | |     ///
[INFO] [stderr] 797 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glDrawArrays)
[INFO] [stderr] ...   |
[INFO] [stderr] 825 | |     ///    object.
[INFO] [stderr] 826 | |     fn draw_arrays(mode: DrawMode, first: i32, count: i32));
[INFO] [stderr]     | |____________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:828:1
[INFO] [stderr]     |
[INFO] [stderr] 828 | / gl_proc!(glDrawElements:
[INFO] [stderr] 829 | |     /// Renders primitives from array data.
[INFO] [stderr] 830 | |     ///
[INFO] [stderr] 831 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glDrawElements)
[INFO] [stderr] ...   |
[INFO] [stderr] 866 | |     ///   mapped.
[INFO] [stderr] 867 | |     fn draw_elements(mode: DrawMode, count: i32, index_type: IndexType, offset: usize));
[INFO] [stderr]     | |________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:869:1
[INFO] [stderr]     |
[INFO] [stderr] 869 | / gl_proc!(glEnable:
[INFO] [stderr] 870 | |     /// Enables server-side GL capabilities.
[INFO] [stderr] 871 | |     ///
[INFO] [stderr] 872 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glEnable)
[INFO] [stderr] ...   |
[INFO] [stderr] 879 | |     /// `true`.
[INFO] [stderr] 880 | |     fn enable(capability: ServerCapability));
[INFO] [stderr]     | |_____________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:882:1
[INFO] [stderr]     |
[INFO] [stderr] 882 | / gl_proc!(glEndQuery:
[INFO] [stderr] 883 | |     /// Delimits the end of a query object.
[INFO] [stderr] 884 | |     ///
[INFO] [stderr] 885 | |     /// TODO: Add documentation.
[INFO] [stderr] 886 | |     fn end_query(query_type: QueryType));
[INFO] [stderr]     | |_________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:888:1
[INFO] [stderr]     |
[INFO] [stderr] 888 | / gl_proc!(glEnableVertexAttribArray:
[INFO] [stderr] 889 | |     /// Enables a generic vertex attribute array.
[INFO] [stderr] 890 | |     ///
[INFO] [stderr] 891 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glEnableVertexAttribArray)
[INFO] [stderr] ...   |
[INFO] [stderr] 905 | |     /// - `GL_INVALID_OPERATION` is generated if no vertex array object is bound.
[INFO] [stderr] 906 | |     fn enable_vertex_attrib_array(attrib: AttributeLocation));
[INFO] [stderr]     | |______________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:908:1
[INFO] [stderr]     |
[INFO] [stderr] 908 | / gl_proc!(glFinish:
[INFO] [stderr] 909 | |     /// TODO: Add documentation.
[INFO] [stderr] 910 | |     fn finish());
[INFO] [stderr]     | |_________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:912:1
[INFO] [stderr]     |
[INFO] [stderr] 912 | / gl_proc!(glFlush:
[INFO] [stderr] 913 | |     /// TODO: Add documentation.
[INFO] [stderr] 914 | |     fn flush());
[INFO] [stderr]     | |________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:916:1
[INFO] [stderr]     |
[INFO] [stderr] 916 | / gl_proc!(glFrontFace:
[INFO] [stderr] 917 | |     /// Defines front- and back-facing polygons.
[INFO] [stderr] 918 | |     ///
[INFO] [stderr] 919 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glFrontFace)
[INFO] [stderr] ...   |
[INFO] [stderr] 937 | |     /// By default counterclockwise polygons are taken to be front-facing.
[INFO] [stderr] 938 | |     fn front_face(mode: WindingOrder));
[INFO] [stderr]     | |_______________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:940:1
[INFO] [stderr]     |
[INFO] [stderr] 940 | / gl_proc!(glGenBuffers:
[INFO] [stderr] 941 | |     /// Generates buffer object names.
[INFO] [stderr] 942 | |     ///
[INFO] [stderr] 943 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGenBuffers)
[INFO] [stderr] ...   |
[INFO] [stderr] 959 | |     /// `GL_INVALID_VALUE` is generated if `num_buffers`​ is negative.
[INFO] [stderr] 960 | |     fn gen_buffers(num_buffers: i32, buffers: *mut BufferName));
[INFO] [stderr]     | |________________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:962:1
[INFO] [stderr]     |
[INFO] [stderr] 962 | / gl_proc!(glGenTextures:
[INFO] [stderr] 963 | |     /// Generates texture names.
[INFO] [stderr] 964 | |     ///
[INFO] [stderr] 965 | |     /// Returns `count`​ texture names in `textures​`. There is no guarantee that the names form a
[INFO] [stderr] ...   |
[INFO] [stderr] 973 | |     /// unless they are first deleted with `delete_textures`.
[INFO] [stderr] 974 | |     fn gen_textures(count: u32, textures: *mut TextureObject));
[INFO] [stderr]     | |_______________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]     |
[INFO] [stderr] 34  |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]     |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:976:1
[INFO] [stderr]     |
[INFO] [stderr] 976 | / gl_proc!(glGenQueries:
[INFO] [stderr] 977 | |     /// Generates query object names.
[INFO] [stderr] 978 | |     ///
[INFO] [stderr] 979 | |     /// Returns `count` query object names in `queries`​. There is no guarantee that the names
[INFO] [stderr] ...   |
[INFO] [stderr] 991 | |     /// - `GL_INVALID_VALUE` is generated if `count` is negative.
[INFO] [stderr] 992 | |     fn gen_queries(count: i32, queries: *mut QueryObject));
[INFO] [stderr]     | |___________________________________________________________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:994:1
[INFO] [stderr]      |
[INFO] [stderr] 994  | / gl_proc!(glGenVertexArrays:
[INFO] [stderr] 995  | |     /// Generates vertex array object names.
[INFO] [stderr] 996  | |     ///
[INFO] [stderr] 997  | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGenVertexArrays)
[INFO] [stderr] ...    |
[INFO] [stderr] 1013 | |     /// `GL_INVALID_VALUE` is generated if `num_arrays`​ is negative.
[INFO] [stderr] 1014 | |     fn gen_vertex_arrays(num_arrays: i32, arrays: *mut VertexArrayName));
[INFO] [stderr]      | |_________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1016:1
[INFO] [stderr]      |
[INFO] [stderr] 1016 | / gl_proc!(glGetAttribLocation:
[INFO] [stderr] 1017 | |     /// Returns the location of an attribute variable.
[INFO] [stderr] 1018 | |     ///
[INFO] [stderr] 1019 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGetAttribLocation)
[INFO] [stderr] ...    |
[INFO] [stderr] 1042 | |     /// - `GL_INVALID_OPERATION` is generated if `program` has not been successfully linked.
[INFO] [stderr] 1043 | |     fn get_attrib_location(program: ProgramObject, name: *const u8) -> i32);
[INFO] [stderr]      | |____________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1045:1
[INFO] [stderr]      |
[INFO] [stderr] 1045 | / gl_proc!(glGetInteger64v:
[INFO] [stderr] 1046 | |     /// Returns the value for simple state variables.
[INFO] [stderr] 1047 | |     ///
[INFO] [stderr] 1048 | |     /// TODO: Add documentation.
[INFO] [stderr] 1049 | |     fn get_i64v(name: Integer64Name, params: *mut i64));
[INFO] [stderr]      | |________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1051:1
[INFO] [stderr]      |
[INFO] [stderr] 1051 | / gl_proc!(glGetIntegerv:
[INFO] [stderr] 1052 | |     /// Returns the value for simple state variables.
[INFO] [stderr] 1053 | |     ///
[INFO] [stderr] 1054 | |     /// These four commands return values for simple state variables in GL. `name` is a symbolic
[INFO] [stderr] ...    |
[INFO] [stderr] 1075 | |     ///   the GL implementation for the current context. See `get_string`.
[INFO] [stderr] 1076 | |     fn get_integers(name: IntegerName, params: *mut i32));
[INFO] [stderr]      | |__________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1078:1
[INFO] [stderr]      |
[INFO] [stderr] 1078 | / gl_proc!(glGetProgramInfoLog:
[INFO] [stderr] 1079 | |     /// Returns the information log for the program object.
[INFO] [stderr] 1080 | |     ///
[INFO] [stderr] 1081 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGetProgramInfoLog)
[INFO] [stderr] ...    |
[INFO] [stderr] 1118 | |         length_out: *mut i32,
[INFO] [stderr] 1119 | |         log_out: *mut u8));
[INFO] [stderr]      | |___________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1121:1
[INFO] [stderr]      |
[INFO] [stderr] 1121 | / gl_proc!(glGetProgramiv:
[INFO] [stderr] 1122 | |     /// Returns a parameter from a program object.
[INFO] [stderr] 1123 | |     ///
[INFO] [stderr] 1124 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGetProgram)
[INFO] [stderr] ...    |
[INFO] [stderr] 1196 | |         param_type: ProgramParam,
[INFO] [stderr] 1197 | |         param_out: *mut i32));
[INFO] [stderr]      | |______________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1199:1
[INFO] [stderr]      |
[INFO] [stderr] 1199 | / gl_proc!(glGetQueryObjecti64v:
[INFO] [stderr] 1200 | |     /// Returns the parameters of a query object.
[INFO] [stderr] 1201 | |     ///
[INFO] [stderr] 1202 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGetQueryObject)
[INFO] [stderr] ...    |
[INFO] [stderr] 1208 | |     /// TODO: Add documentation.
[INFO] [stderr] 1209 | |     fn get_query_object_i64v(query: QueryObject, result_type: QueryResultType, params: *mut i64));
[INFO] [stderr]      | |__________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1211:1
[INFO] [stderr]      |
[INFO] [stderr] 1211 | / gl_proc!(glGetQueryObjectui64v:
[INFO] [stderr] 1212 | |     /// Returns the parameters of a query object.
[INFO] [stderr] 1213 | |     ///
[INFO] [stderr] 1214 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGetQueryObject)
[INFO] [stderr] ...    |
[INFO] [stderr] 1220 | |     /// TODO: Add documentation.
[INFO] [stderr] 1221 | |     fn get_query_object_u64v(query: QueryObject, result_type: QueryResultType, params: *mut u64));
[INFO] [stderr]      | |__________________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1223:1
[INFO] [stderr]      |
[INFO] [stderr] 1223 | / gl_proc!(glGetShaderInfoLog:
[INFO] [stderr] 1224 | |     /// Returns the information log for a shader object.
[INFO] [stderr] 1225 | |     ///
[INFO] [stderr] 1226 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGetShaderInfoLog)
[INFO] [stderr] ...    |
[INFO] [stderr] 1261 | |         length_out: *mut i32,
[INFO] [stderr] 1262 | |         log_out: *mut u8));
[INFO] [stderr]      | |___________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1264:1
[INFO] [stderr]      |
[INFO] [stderr] 1264 | / gl_proc!(glGetShaderiv:
[INFO] [stderr] 1265 | |     /// Returns a parameter from a shader object.
[INFO] [stderr] 1266 | |     ///
[INFO] [stderr] 1267 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGetShader)
[INFO] [stderr] ...    |
[INFO] [stderr] 1296 | |     /// - `GL_INVALID_OPERATION` is generated if shader​ does not refer to a shader object.
[INFO] [stderr] 1297 | |     fn get_shader_param(shader: ShaderObject, param_type: ShaderParam, param_out: *mut i32));
[INFO] [stderr]      | |_____________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1299:1
[INFO] [stderr]      |
[INFO] [stderr] 1299 | / gl_proc!(glGetString:
[INFO] [stderr] 1300 | |     /// Returns a string describing the current OpenGL.
[INFO] [stderr] 1301 | |     ///
[INFO] [stderr] 1302 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGetString)
[INFO] [stderr] ...    |
[INFO] [stderr] 1334 | |     /// information.
[INFO] [stderr] 1335 | |     fn get_string(name: StringName) -> *const i8);
[INFO] [stderr]      | |__________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1337:1
[INFO] [stderr]      |
[INFO] [stderr] 1337 | / gl_proc!(glUniform1f:
[INFO] [stderr] 1338 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1339 | |     ///
[INFO] [stderr] 1340 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1375 | |     ///   variable will not be changed.
[INFO] [stderr] 1376 | |     fn uniform_f32x1(location: UniformLocation, value: f32));
[INFO] [stderr]      | |_____________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1378:1
[INFO] [stderr]      |
[INFO] [stderr] 1378 | / gl_proc!(glUniform1fv:
[INFO] [stderr] 1379 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1380 | |     ///
[INFO] [stderr] 1381 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1422 | |     ///   variable will not be changed.
[INFO] [stderr] 1423 | |     fn uniform_f32x1v(uniform: UniformLocation, count: i32, data: *const f32));
[INFO] [stderr]      | |_______________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1425:1
[INFO] [stderr]      |
[INFO] [stderr] 1425 | / gl_proc!(glUniform1ui:
[INFO] [stderr] 1426 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1427 | |     ///
[INFO] [stderr] 1428 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1463 | |     ///   variable will not be changed.
[INFO] [stderr] 1464 | |     fn uniform_u32x1(location: UniformLocation, value: u32));
[INFO] [stderr]      | |_____________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1466:1
[INFO] [stderr]      |
[INFO] [stderr] 1466 | / gl_proc!(glUniform2f:
[INFO] [stderr] 1467 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1468 | |     ///
[INFO] [stderr] 1469 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1504 | |     ///   variable will not be changed.
[INFO] [stderr] 1505 | |     fn uniform_f32x2(location: UniformLocation, x: f32, y: f32));
[INFO] [stderr]      | |_________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1507:1
[INFO] [stderr]      |
[INFO] [stderr] 1507 | / gl_proc!(glUniform3f:
[INFO] [stderr] 1508 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1509 | |     ///
[INFO] [stderr] 1510 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1545 | |     ///   variable will not be changed.
[INFO] [stderr] 1546 | |     fn uniform_f32x3(location: UniformLocation, x: f32, y: f32, z: f32));
[INFO] [stderr]      | |_________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1548:1
[INFO] [stderr]      |
[INFO] [stderr] 1548 | / gl_proc!(glUniform4f:
[INFO] [stderr] 1549 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1550 | |     ///
[INFO] [stderr] 1551 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1586 | |     ///   variable will not be changed.
[INFO] [stderr] 1587 | |     fn uniform_f32x4(location: UniformLocation, x: f32, y: f32, z: f32, w: f32));
[INFO] [stderr]      | |_________________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1589:1
[INFO] [stderr]      |
[INFO] [stderr] 1589 | / gl_proc!(glUniform1i:
[INFO] [stderr] 1590 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1591 | |     ///
[INFO] [stderr] 1592 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1627 | |     ///   variable will not be changed.
[INFO] [stderr] 1628 | |     fn uniform_i32x1(location: UniformLocation, value: i32));
[INFO] [stderr]      | |_____________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1630:1
[INFO] [stderr]      |
[INFO] [stderr] 1630 | / gl_proc!(glUniform1iv:
[INFO] [stderr] 1631 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1632 | |     ///
[INFO] [stderr] 1633 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1672 | |     ///   variable will not be changed.
[INFO] [stderr] 1673 | |     fn uniform_i32x1v(location: UniformLocation, count: i32, data: *const i32));
[INFO] [stderr]      | |________________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1675:1
[INFO] [stderr]      |
[INFO] [stderr] 1675 | / gl_proc!(glUniform3fv:
[INFO] [stderr] 1676 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1677 | |     ///
[INFO] [stderr] 1678 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1719 | |     ///   variable will not be changed.
[INFO] [stderr] 1720 | |     fn uniform_f32x3v(uniform: UniformLocation, count: i32, data: *const f32));
[INFO] [stderr]      | |_______________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1722:1
[INFO] [stderr]      |
[INFO] [stderr] 1722 | / gl_proc!(glUniform4fv:
[INFO] [stderr] 1723 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1724 | |     ///
[INFO] [stderr] 1725 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1766 | |     ///   variable will not be changed.
[INFO] [stderr] 1767 | |     fn uniform_f32x4v(uniform: UniformLocation, count: i32, data: *const f32));
[INFO] [stderr]      | |_______________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1769:1
[INFO] [stderr]      |
[INFO] [stderr] 1769 | / gl_proc!(glUniformMatrix4fv:
[INFO] [stderr] 1770 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1771 | |     ///
[INFO] [stderr] 1772 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1824 | |         transpose: Boolean,
[INFO] [stderr] 1825 | |         values: *const f32));
[INFO] [stderr]      | |_____________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1827:1
[INFO] [stderr]      |
[INFO] [stderr] 1827 | / gl_proc!(glUniformMatrix3fv:
[INFO] [stderr] 1828 | |     /// Specify the value of a uniform variable for the current program object.
[INFO] [stderr] 1829 | |     ///
[INFO] [stderr] 1830 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUniform)
[INFO] [stderr] ...    |
[INFO] [stderr] 1882 | |         transpose: Boolean,
[INFO] [stderr] 1883 | |         values: *const f32));
[INFO] [stderr]      | |_____________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1885:1
[INFO] [stderr]      |
[INFO] [stderr] 1885 | / gl_proc!(glGetUniformLocation:
[INFO] [stderr] 1886 | |     /// Returns the location of a uniform variable.
[INFO] [stderr] 1887 | |     ///
[INFO] [stderr] 1888 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glGetUniformLocation)
[INFO] [stderr] ...    |
[INFO] [stderr] 1922 | |     /// - `GL_INVALID_OPERATION` is generated if program has not been successfully linked.
[INFO] [stderr] 1923 | |     fn get_uniform_location(program: ProgramObject, uniform_name: *const u8) -> i32);
[INFO] [stderr]      | |_____________________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:1925:1
[INFO] [stderr]      |
[INFO] [stderr] 1925 | / gl_proc!(glLinkProgram:
[INFO] [stderr] 1926 | |     /// Links a program object.
[INFO] [stderr] 1927 | |     ///
[INFO] [stderr] 1928 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glLinkProgram)
[INFO] [stderr] ...    |
[INFO] [stderr] 2034 | |     ///   and transform feedback mode is active.
[INFO] [stderr] 2035 | |     fn link_program(program: ProgramObject));
[INFO] [stderr]      | |_____________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:2037:1
[INFO] [stderr]      |
[INFO] [stderr] 2037 | / gl_proc!(glObjectLabel:
[INFO] [stderr] 2038 | |     /// Labels a named object for use in debug messages.
[INFO] [stderr] 2039 | |     ///
[INFO] [stderr] 2040 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glObjectLabel)
[INFO] [stderr] ...    |
[INFO] [stderr] 2049 | |     /// removed from the object.
[INFO] [stderr] 2050 | |     fn set_object_label(identifier: DebugMessageId, name: u32, length: i32, label: u8));
[INFO] [stderr]      | |________________________________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:2052:1
[INFO] [stderr]      |
[INFO] [stderr] 2052 | / gl_proc!(glPolygonMode:
[INFO] [stderr] 2053 | |     /// Selects the polygon rasterization mode.
[INFO] [stderr] 2054 | |     ///
[INFO] [stderr] 2055 | |     /// [Wiki page](http://docs.gl/gl2/glPolygonMode)
[INFO] [stderr] ...    |
[INFO] [stderr] 2080 | |     /// `edge_flag`.
[INFO] [stderr] 2081 | |     fn polygon_mode(face: Face, mode: PolygonMode));
[INFO] [stderr]      | |____________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:2083:1
[INFO] [stderr]      |
[INFO] [stderr] 2083 | / gl_proc!(glQueryCounter:
[INFO] [stderr] 2084 | |     /// Records the GL time into a query object after all previous commands have reached the GL
[INFO] [stderr] 2085 | |     /// server.
[INFO] [stderr] 2086 | |     ///
[INFO] [stderr] ...    |
[INFO] [stderr] 2103 | |     ///   from a previous call to `gen_queries()`.
[INFO] [stderr] 2104 | |     fn query_counter(query: QueryObject, target: QueryCounterTarget));
[INFO] [stderr]      | |______________________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:2106:1
[INFO] [stderr]      |
[INFO] [stderr] 2106 | / gl_proc!(glShaderSource:
[INFO] [stderr] 2107 | |     /// Replaces the source code in a shader object.
[INFO] [stderr] 2108 | |     ///
[INFO] [stderr] 2109 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glShaderSource)
[INFO] [stderr] ...    |
[INFO] [stderr] 2136 | |         strings: *const *const u8,
[INFO] [stderr] 2137 | |         length: *const i32));
[INFO] [stderr]      | |_____________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:2139:1
[INFO] [stderr]      |
[INFO] [stderr] 2139 | / gl_proc!(glTexImage2D:
[INFO] [stderr] 2140 | |     /// Specifies a two-dimensional texture image.
[INFO] [stderr] 2141 | |     ///
[INFO] [stderr] 2142 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glTexImage2D)
[INFO] [stderr] ...    |
[INFO] [stderr] 2245 | |         data_type: TextureDataType,
[INFO] [stderr] 2246 | |         data: *const ()));
[INFO] [stderr]      | |__________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:2248:1
[INFO] [stderr]      |
[INFO] [stderr] 2248 | / gl_proc!(glTexParameteri:
[INFO] [stderr] 2249 | |     /// Sets texture parameters.
[INFO] [stderr] 2250 | |     ///
[INFO] [stderr] 2251 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glTexParameter)
[INFO] [stderr] ...    |
[INFO] [stderr] 2258 | |         name: TextureParameterName,
[INFO] [stderr] 2259 | |         param: i32));
[INFO] [stderr]      | |_____________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:2261:1
[INFO] [stderr]      |
[INFO] [stderr] 2261 | / gl_proc!(glUseProgram:
[INFO] [stderr] 2262 | |     /// Installs a program as part of the current rendering state.
[INFO] [stderr] 2263 | |     ///
[INFO] [stderr] 2264 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glUseProgram)
[INFO] [stderr] ...    |
[INFO] [stderr] 2315 | |     /// - `GL_INVALID_OPERATION` is generated if transform feedback mode is active.
[INFO] [stderr] 2316 | |     fn use_program(program: ProgramObject));
[INFO] [stderr]      | |____________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:2318:1
[INFO] [stderr]      |
[INFO] [stderr] 2318 | / gl_proc!(glVertexAttribPointer:
[INFO] [stderr] 2319 | |     /// Defines an array of generic vertex attribute data.
[INFO] [stderr] 2320 | |     ///
[INFO] [stderr] 2321 | |     /// [Wiki page](https://www.opengl.org/wiki/GLAPI/glVertexAttribPointer)
[INFO] [stderr] ...    |
[INFO] [stderr] 2399 | |         stride: i32,
[INFO] [stderr] 2400 | |         offset: usize));
[INFO] [stderr]      | |________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `load_proc` in module `$crate::platform`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/macros.rs:34:43
[INFO] [stderr]      |
[INFO] [stderr] 34   |                           $crate::platform::load_proc(null_terminated_name)
[INFO] [stderr]      |                                             ^^^^^^^^^ not found in `$crate::platform`
[INFO] [stderr]      | 
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/git/checkouts/polygon-3ed888993a02440d/c64c0c3/gl-raw/src/lib.rs:2402:1
[INFO] [stderr]      |
[INFO] [stderr] 2402 | / gl_proc!(glViewport:
[INFO] [stderr] 2403 | |     /// Sets the viewport.
[INFO] [stderr] 2404 | |     ///
[INFO] [stderr] 2405 | |     /// [Wiki Page](https://www.opengl.org/wiki/GLAPI/glViewport)
[INFO] [stderr] ...    |
[INFO] [stderr] 2423 | |     /// - `GL_INVALID_VALUE` is generated if either width or height is negative.
[INFO] [stderr] 2424 | |     fn viewport(x: i32, y: i32, width: i32, height: i32));
[INFO] [stderr]      | |__________________________________________________________- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 74 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `gl-raw`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "772bcfa43c76839b52e0cea154f7fe6827d8100d2d8a72c6131ccf797df7fbe1"`
[INFO] running `"docker" "rm" "-f" "772bcfa43c76839b52e0cea154f7fe6827d8100d2d8a72c6131ccf797df7fbe1"`
[INFO] [stdout] 772bcfa43c76839b52e0cea154f7fe6827d8100d2d8a72c6131ccf797df7fbe1
