[INFO] crate hgl 0.0.1 is already in cache [INFO] extracting crate hgl 0.0.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/hgl/0.0.1 [INFO] extracting crate hgl 0.0.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/hgl/0.0.1 [INFO] validating manifest of hgl-0.0.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of hgl-0.0.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing hgl-0.0.1 [INFO] finished frobbing hgl-0.0.1 [INFO] frobbed toml for hgl-0.0.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/hgl/0.0.1/Cargo.toml [INFO] started frobbing hgl-0.0.1 [INFO] finished frobbing hgl-0.0.1 [INFO] frobbed toml for hgl-0.0.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/hgl/0.0.1/Cargo.toml [INFO] crate hgl-0.0.1 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking hgl-0.0.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-7/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/hgl/0.0.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 803c305ad91596f5136e99b3dbb7d6e3b1fea56912499fae4c29f2b0714aff7b [INFO] running `"docker" "start" "-a" "803c305ad91596f5136e99b3dbb7d6e3b1fea56912499fae4c29f2b0714aff7b"` [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling cmake v0.1.40 [INFO] [stderr] Compiling gl_generator v0.13.0 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling gl v0.13.0 [INFO] [stderr] Checking glfw v0.29.0 [INFO] [stderr] Checking hgl v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: unknown lint: `unused_attribute` [INFO] [stderr] --> src/lib.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #![allow(unused_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: did you mean: `unused_attributes` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unknown_lints)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #![license = "ASL2/MIT"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #![comment = "Helper utilities for working with OpenGL"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: unknown lint: `unused_attribute` [INFO] [stderr] --> src/lib.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | #![allow(unused_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: did you mean: `unused_attributes` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(unknown_lints)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #![license = "ASL2/MIT"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: non-builtin inner attributes are unstable [INFO] [stderr] --> src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #![comment = "Helper utilities for working with OpenGL"] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/54726 [INFO] [stderr] = help: add `#![feature(custom_inner_attributes)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `program::VertexShader`, `program::FragmentShader` [INFO] [stderr] --> src/lib.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | pub use program::{VertexShader, FragmentShader, Shader, Program}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `FragmentShader` in `program` [INFO] [stderr] | | [INFO] [stderr] | no `VertexShader` in `program` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `buffer::StaticDraw` [INFO] [stderr] --> src/lib.rs:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | pub use buffer::{Vbo, Ebo, StaticDraw}; [INFO] [stderr] | ^^^^^^^^^^ no `StaticDraw` in `buffer` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::io::File`, `std::io::IoResult` [INFO] [stderr] --> src/program.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | use std::io::{File, IoResult}; [INFO] [stderr] | ^^^^ ^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | no `IoResult` in `io` [INFO] [stderr] | | help: a similar name exists in the module: `Result` [INFO] [stderr] | no `File` in `io` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `license` in this scope [INFO] [stderr] --> src/lib.rs:8:4 [INFO] [stderr] | [INFO] [stderr] 8 | #![license = "ASL2/MIT"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `comment` in this scope [INFO] [stderr] --> src/lib.rs:9:4 [INFO] [stderr] | [INFO] [stderr] 9 | #![comment = "Helper utilities for working with OpenGL"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `fail!` in this scope [INFO] [stderr] --> src/program.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 62 | fail!("name is not a shader!"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/program.rs:98:27 [INFO] [stderr] | [INFO] [stderr] 98 | match File::open(&Path::new(p)).read_to_string() { [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `program::VertexShader`, `program::FragmentShader` [INFO] [stderr] --> src/lib.rs:26:19 [INFO] [stderr] | [INFO] [stderr] 26 | pub use program::{VertexShader, FragmentShader, Shader, Program}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `FragmentShader` in `program` [INFO] [stderr] | | [INFO] [stderr] | no `VertexShader` in `program` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `buffer::StaticDraw` [INFO] [stderr] --> src/lib.rs:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | pub use buffer::{Vbo, Ebo, StaticDraw}; [INFO] [stderr] | ^^^^^^^^^^ no `StaticDraw` in `buffer` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::io::File`, `std::io::IoResult` [INFO] [stderr] --> src/program.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | use std::io::{File, IoResult}; [INFO] [stderr] | ^^^^ ^^^^^^^^ [INFO] [stderr] | | | [INFO] [stderr] | | no `IoResult` in `io` [INFO] [stderr] | | help: a similar name exists in the module: `Result` [INFO] [stderr] | no `File` in `io` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `license` in this scope [INFO] [stderr] --> src/lib.rs:8:4 [INFO] [stderr] | [INFO] [stderr] 8 | #![license = "ASL2/MIT"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `comment` in this scope [INFO] [stderr] --> src/lib.rs:9:4 [INFO] [stderr] | [INFO] [stderr] 9 | #![comment = "Helper utilities for working with OpenGL"] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/program.rs:49:43 [INFO] [stderr] | [INFO] [stderr] 49 | let mut s = Vec::with_capacity(len as uint - 1); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/program.rs:53:26 [INFO] [stderr] | [INFO] [stderr] 53 | s.set_len(len as uint - 1); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DynamicDraw` in this scope [INFO] [stderr] --> src/buffer.rs:84:32 [INFO] [stderr] | [INFO] [stderr] 84 | ebo.load_data(indices, DynamicDraw); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use buffer::BufferUsage::DynamicDraw; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/vao.rs:37:62 [INFO] [stderr] | [INFO] [stderr] 37 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/vao.rs:51:62 [INFO] [stderr] | [INFO] [stderr] 51 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/vao.rs:65:62 [INFO] [stderr] | [INFO] [stderr] 65 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RGBA` in module `pixel` [INFO] [stderr] --> src/texture.rs:106:28 [INFO] [stderr] | [INFO] [stderr] 106 | format: pixel::RGBA, [INFO] [stderr] | ^^^^ not found in `pixel` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gl::RGBA; [INFO] [stderr] | [INFO] [stderr] 1 | use texture::pixel::PixelFormat::RGBA; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FLOAT` in module `pixel` [INFO] [stderr] --> src/texture.rs:107:27 [INFO] [stderr] | [INFO] [stderr] 107 | ptype: pixel::FLOAT, [INFO] [stderr] | ^^^^^ not found in `pixel` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gl::FLOAT; [INFO] [stderr] | [INFO] [stderr] 1 | use texture::pixel::PixelType::FLOAT; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RGBA` in module `pixel` [INFO] [stderr] --> src/texture.rs:182:28 [INFO] [stderr] | [INFO] [stderr] 182 | format: pixel::RGBA, [INFO] [stderr] | ^^^^ not found in `pixel` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gl::RGBA; [INFO] [stderr] | [INFO] [stderr] 1 | use texture::pixel::PixelFormat::RGBA; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FLOAT` in module `pixel` [INFO] [stderr] --> src/texture.rs:183:27 [INFO] [stderr] | [INFO] [stderr] 183 | ptype: pixel::FLOAT, [INFO] [stderr] | ^^^^^ not found in `pixel` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gl::FLOAT; [INFO] [stderr] | [INFO] [stderr] 1 | use texture::pixel::PixelType::FLOAT; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/lib.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: cannot find macro `fail!` in this scope [INFO] [stderr] --> src/program.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 62 | fail!("name is not a shader!"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/program.rs:98:27 [INFO] [stderr] | [INFO] [stderr] 98 | match File::open(&Path::new(p)).read_to_string() { [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/program.rs:49:43 [INFO] [stderr] | [INFO] [stderr] 49 | let mut s = Vec::with_capacity(len as uint - 1); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/program.rs:53:26 [INFO] [stderr] | [INFO] [stderr] 53 | s.set_len(len as uint - 1); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `DynamicDraw` in this scope [INFO] [stderr] --> src/buffer.rs:84:32 [INFO] [stderr] | [INFO] [stderr] 84 | ebo.load_data(indices, DynamicDraw); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use buffer::BufferUsage::DynamicDraw; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/vao.rs:37:62 [INFO] [stderr] | [INFO] [stderr] 37 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/vao.rs:51:62 [INFO] [stderr] | [INFO] [stderr] 51 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/vao.rs:65:62 [INFO] [stderr] | [INFO] [stderr] 65 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RGBA` in module `pixel` [INFO] [stderr] --> src/texture.rs:106:28 [INFO] [stderr] | [INFO] [stderr] 106 | format: pixel::RGBA, [INFO] [stderr] | ^^^^ not found in `pixel` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gl::RGBA; [INFO] [stderr] | [INFO] [stderr] 1 | use texture::pixel::PixelFormat::RGBA; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FLOAT` in module `pixel` [INFO] [stderr] --> src/texture.rs:107:27 [INFO] [stderr] | [INFO] [stderr] 107 | ptype: pixel::FLOAT, [INFO] [stderr] | ^^^^^ not found in `pixel` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gl::FLOAT; [INFO] [stderr] | [INFO] [stderr] 1 | use texture::pixel::PixelType::FLOAT; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RGBA` in module `pixel` [INFO] [stderr] --> src/texture.rs:182:28 [INFO] [stderr] | [INFO] [stderr] 182 | format: pixel::RGBA, [INFO] [stderr] | ^^^^ not found in `pixel` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gl::RGBA; [INFO] [stderr] | [INFO] [stderr] 1 | use texture::pixel::PixelFormat::RGBA; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FLOAT` in module `pixel` [INFO] [stderr] --> src/texture.rs:183:27 [INFO] [stderr] | [INFO] [stderr] 183 | ptype: pixel::FLOAT, [INFO] [stderr] | ^^^^^ not found in `pixel` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gl::FLOAT; [INFO] [stderr] | [INFO] [stderr] 1 | use texture::pixel::PixelType::FLOAT; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/lib.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/program.rs:142:14 [INFO] [stderr] | [INFO] [stderr] 142 | name.with_c_str(|cstr| unsafe { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/program.rs:148:14 [INFO] [stderr] | [INFO] [stderr] 148 | name.with_c_str(|cstr| unsafe { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/vao.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | name.with_c_str(|cstr| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/vao.rs:53:14 [INFO] [stderr] | [INFO] [stderr] 53 | name.with_c_str(|cstr| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/vao.rs:67:14 [INFO] [stderr] | [INFO] [stderr] 67 | name.with_c_str(|cstr| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/vao.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | name.with_c_str(|cstr| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `hgl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/program.rs:142:14 [INFO] [stderr] | [INFO] [stderr] 142 | name.with_c_str(|cstr| unsafe { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/program.rs:148:14 [INFO] [stderr] | [INFO] [stderr] 148 | name.with_c_str(|cstr| unsafe { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/vao.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | name.with_c_str(|cstr| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/vao.rs:53:14 [INFO] [stderr] | [INFO] [stderr] 53 | name.with_c_str(|cstr| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/vao.rs:67:14 [INFO] [stderr] | [INFO] [stderr] 67 | name.with_c_str(|cstr| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `with_c_str` found for type `&str` in the current scope [INFO] [stderr] --> src/vao.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | name.with_c_str(|cstr| { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 27 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `hgl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "803c305ad91596f5136e99b3dbb7d6e3b1fea56912499fae4c29f2b0714aff7b"` [INFO] running `"docker" "rm" "-f" "803c305ad91596f5136e99b3dbb7d6e3b1fea56912499fae4c29f2b0714aff7b"` [INFO] [stdout] 803c305ad91596f5136e99b3dbb7d6e3b1fea56912499fae4c29f2b0714aff7b