[INFO] fetching crate gl-struct 0.0.1...
[INFO] testing gl-struct-0.0.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate gl-struct 0.0.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate gl-struct 0.0.1
[INFO] finished tweaking crates.io crate gl-struct 0.0.1
[INFO] tweaked toml for crates.io crate gl-struct 0.0.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gl-struct 0.0.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gl-struct 0.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8f85537b8d6416da24f99bf7c777b6eaac4c84a35992d3dccd18dec2b8e40600
[INFO] running `Command { std: "docker" "start" "-a" "8f85537b8d6416da24f99bf7c777b6eaac4c84a35992d3dccd18dec2b8e40600", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8f85537b8d6416da24f99bf7c777b6eaac4c84a35992d3dccd18dec2b8e40600", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f85537b8d6416da24f99bf7c777b6eaac4c84a35992d3dccd18dec2b8e40600", kill_on_drop: false }`
[INFO] [stdout] 8f85537b8d6416da24f99bf7c777b6eaac4c84a35992d3dccd18dec2b8e40600
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 43a7552b8bb26a1bf48b93b42516197046c1305455912b562fa54b4512adc33f
[INFO] running `Command { std: "docker" "start" "-a" "43a7552b8bb26a1bf48b93b42516197046c1305455912b562fa54b4512adc33f", kill_on_drop: false }`
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling xml-rs v0.8.3
[INFO] [stderr]    Compiling gl_generator v0.11.0
[INFO] [stderr]    Compiling gl v0.12.0
[INFO] [stderr]    Compiling gl-struct v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(untagged_unions)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.64.0; see <https://github.com/rust-lang/rust/pull/97995> for more information
[INFO] [stdout]   = note: unions with `Copy` and `ManuallyDrop` fields are stable; there is no intent to stabilize more
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(concat_idents)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: removed in 1.90.0; see <https://github.com/rust-lang/rust/pull/142704> for more information
[INFO] [stdout]   = note: use the `${concat(..)}` metavariable expression instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 | glsl_type!({[DVecFormat; 4]} dmat4   = [[GLdouble; 4]; 4]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 | glsl_type!({[DVecFormat; 4]} dmat4   = [[GLdouble; 4]; 4]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 | glsl_type!({[DVecFormat; 4]} dmat4x3 = [[GLdouble; 3]; 4]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 285 | glsl_type!({[DVecFormat; 4]} dmat4x3 = [[GLdouble; 3]; 4]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 284 | glsl_type!({[DVecFormat; 4]} dmat4x2 = [[GLdouble; 2]; 4]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 284 | glsl_type!({[DVecFormat; 4]} dmat4x2 = [[GLdouble; 2]; 4]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 283 | glsl_type!({[DVecFormat; 3]} dmat3x4 = [[GLdouble; 4]; 3]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 283 | glsl_type!({[DVecFormat; 3]} dmat3x4 = [[GLdouble; 4]; 3]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 282 | glsl_type!({[DVecFormat; 3]} dmat3   = [[GLdouble; 3]; 3]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 282 | glsl_type!({[DVecFormat; 3]} dmat3   = [[GLdouble; 3]; 3]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 281 | glsl_type!({[DVecFormat; 3]} dmat3x2 = [[GLdouble; 2]; 3]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 281 | glsl_type!({[DVecFormat; 3]} dmat3x2 = [[GLdouble; 2]; 3]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 280 | glsl_type!({[DVecFormat; 2]} dmat2x4 = [[GLdouble; 4]; 2]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 280 | glsl_type!({[DVecFormat; 2]} dmat2x4 = [[GLdouble; 4]; 2]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 | glsl_type!({[DVecFormat; 2]} dmat2x3 = [[GLdouble; 3]; 2]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 279 | glsl_type!({[DVecFormat; 2]} dmat2x3 = [[GLdouble; 3]; 2]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 | glsl_type!({[DVecFormat; 2]} dmat2   = [[GLdouble; 2]; 2]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 | glsl_type!({[DVecFormat; 2]} dmat2   = [[GLdouble; 2]; 2]);
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 | glsl_type!({DVecFormat} dvec4 = [GLdouble; 4]);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 277 | glsl_type!({DVecFormat} dvec4 = [GLdouble; 4]);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 | glsl_type!({DVecFormat} dvec3 = [GLdouble; 3]);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 276 | glsl_type!({DVecFormat} dvec3 = [GLdouble; 3]);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 275 | glsl_type!({DVecFormat} dvec2 = [GLdouble; 2]);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 275 | glsl_type!({DVecFormat} dvec2 = [GLdouble; 2]);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 274 | glsl_type!({DoubleFormat} double = GLdouble);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 274 | glsl_type!({DoubleFormat} double = GLdouble);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | glsl_type!({[VecFormat; 4]} mat4   = [[GLfloat; 4]; 4]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | glsl_type!({[VecFormat; 4]} mat4   = [[GLfloat; 4]; 4]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | glsl_type!({[VecFormat; 4]} mat4x3 = [[GLfloat; 3]; 4]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | glsl_type!({[VecFormat; 4]} mat4x3 = [[GLfloat; 3]; 4]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | glsl_type!({[VecFormat; 4]} mat4x2 = [[GLfloat; 2]; 4]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | glsl_type!({[VecFormat; 4]} mat4x2 = [[GLfloat; 2]; 4]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | glsl_type!({[VecFormat; 3]} mat3x4 = [[GLfloat; 4]; 3]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | glsl_type!({[VecFormat; 3]} mat3x4 = [[GLfloat; 4]; 3]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | glsl_type!({[VecFormat; 3]} mat3   = [[GLfloat; 3]; 3]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | glsl_type!({[VecFormat; 3]} mat3   = [[GLfloat; 3]; 3]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 | glsl_type!({[VecFormat; 3]} mat3x2 = [[GLfloat; 2]; 3]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 266 | glsl_type!({[VecFormat; 3]} mat3x2 = [[GLfloat; 2]; 3]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 265 | glsl_type!({[VecFormat; 2]} mat2x4 = [[GLfloat; 4]; 2]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 265 | glsl_type!({[VecFormat; 2]} mat2x4 = [[GLfloat; 4]; 2]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 | glsl_type!({[VecFormat; 2]} mat2x3 = [[GLfloat; 3]; 2]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 | glsl_type!({[VecFormat; 2]} mat2x3 = [[GLfloat; 3]; 2]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 263 | glsl_type!({[VecFormat; 2]} mat2   = [[GLfloat; 2]; 2]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 263 | glsl_type!({[VecFormat; 2]} mat2   = [[GLfloat; 2]; 2]);
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 262 | glsl_type!({VecFormat} vec4 = [GLfloat; 4]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 262 | glsl_type!({VecFormat} vec4 = [GLfloat; 4]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 | glsl_type!({VecFormat} vec3 = [GLfloat; 3]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 261 | glsl_type!({VecFormat} vec3 = [GLfloat; 3]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | glsl_type!({VecFormat} vec2 = [GLfloat; 2]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 | glsl_type!({VecFormat} vec2 = [GLfloat; 2]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 259 | glsl_type!({FloatFormat} float = GLfloat);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 259 | glsl_type!({FloatFormat} float = GLfloat);
[INFO] [stdout]     | ----------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 256 | glsl_type!({IVecFormat} uvec4 = [GLuint; 4]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 256 | glsl_type!({IVecFormat} uvec4 = [GLuint; 4]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 | glsl_type!({IVecFormat} uvec3 = [GLuint; 3]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 255 | glsl_type!({IVecFormat} uvec3 = [GLuint; 3]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | glsl_type!({IVecFormat} uvec2 = [GLuint; 2]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | glsl_type!({IVecFormat} uvec2 = [GLuint; 2]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 253 | glsl_type!({IntFormat} uint = GLuint);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 253 | glsl_type!({IntFormat} uint = GLuint);
[INFO] [stdout]     | ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | glsl_type!({IVecFormat} ivec4 = [GLint; 4]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 | glsl_type!({IVecFormat} ivec4 = [GLint; 4]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 | glsl_type!({IVecFormat} ivec3 = [GLint; 3]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 249 | glsl_type!({IVecFormat} ivec3 = [GLint; 3]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 248 | glsl_type!({IVecFormat} ivec2 = [GLint; 2]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 248 | glsl_type!({IVecFormat} ivec2 = [GLint; 2]);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 | glsl_type!({IntFormat} int = GLint);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 | glsl_type!({IntFormat} int = GLint);
[INFO] [stdout]     | ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 | glsl_type!({IVecFormat} bvec4 = [c_bool; 4]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 | glsl_type!({IVecFormat} bvec4 = [c_bool; 4]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 | glsl_type!({IVecFormat} bvec3 = [c_bool; 3]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 243 | glsl_type!({IVecFormat} bvec3 = [c_bool; 3]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | glsl_type!({IVecFormat} bvec2 = [c_bool; 2]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 242 | glsl_type!({IVecFormat} bvec2 = [c_bool; 2]);
[INFO] [stdout]     | -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 | glsl_type!({IntFormat} gl_bool = c_bool);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `concat_idents` in this scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:59:36
[INFO] [stdout]     |
[INFO] [stdout]  59 |     ({$($gl:ident)*} @concat) => { concat_idents!{$($gl),*} };
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 241 | glsl_type!({IntFormat} gl_bool = c_bool);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gl_builder` which comes from the expansion of the macro `glsl_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(core_intrinsics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `gl::*`
[INFO] [stdout]    --> src/glsl/glsl_type.rs:200:5
[INFO] [stdout]     |
[INFO] [stdout] 200 | use gl::*;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `maybe_uninit_uninit_array`
[INFO] [stdout]  --> src/lib.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | #![feature(maybe_uninit_uninit_array)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `uninit_array` found for union `std::mem::MaybeUninit<T>` in the current scope
[INFO] [stdout]    --> src/glsl/glsl_type.rs:307:49
[INFO] [stdout]     |
[INFO] [stdout] 307 |                       let mut data = MaybeUninit::uninit_array();
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^ function or associated item not found in `std::mem::MaybeUninit<_>`
[INFO] [stdout] ...
[INFO] [stdout] 329 | / impl_array_type!{ true
[INFO] [stdout] 330 | |     01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `std::mem::MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       std::mem::MaybeUninit::<T>::new
[INFO] [stdout]       std::mem::MaybeUninit::<T>::uninit
[INFO] [stdout]       std::mem::MaybeUninit::<T>::zeroed
[INFO] [stdout]    --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/mem/maybe_uninit.rs:391:4
[INFO] [stdout]     = note: this error originates in the macro `impl_array_type` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0557, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gl-struct` (lib) due to 80 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "43a7552b8bb26a1bf48b93b42516197046c1305455912b562fa54b4512adc33f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43a7552b8bb26a1bf48b93b42516197046c1305455912b562fa54b4512adc33f", kill_on_drop: false }`
[INFO] [stdout] 43a7552b8bb26a1bf48b93b42516197046c1305455912b562fa54b4512adc33f
