[INFO] fetching crate hgl 0.0.1... [INFO] checking hgl-0.0.1 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate hgl 0.0.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate hgl 0.0.1 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hgl 0.0.1 [INFO] finished tweaking crates.io crate hgl 0.0.1 [INFO] tweaked toml for crates.io crate hgl 0.0.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate hgl 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gl_generator v0.13.0 [INFO] [stderr] Downloaded glfw-sys v3.3.0 [INFO] [stderr] Downloaded glfw v0.29.0 [INFO] [stderr] Downloaded cmake v0.1.40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f9c8ea6404e8db0370486be958ec3a34613fd3a4651c648bfcd1d9e56860cc5 [INFO] running `Command { std: "docker" "start" "-a" "7f9c8ea6404e8db0370486be958ec3a34613fd3a4651c648bfcd1d9e56860cc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f9c8ea6404e8db0370486be958ec3a34613fd3a4651c648bfcd1d9e56860cc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f9c8ea6404e8db0370486be958ec3a34613fd3a4651c648bfcd1d9e56860cc5", kill_on_drop: false }` [INFO] [stdout] 7f9c8ea6404e8db0370486be958ec3a34613fd3a4651c648bfcd1d9e56860cc5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e5a26afc7fa93358915bdee806a01099feede14d983b8490bcb5c3e185b465c4 [INFO] running `Command { std: "docker" "start" "-a" "e5a26afc7fa93358915bdee806a01099feede14d983b8490bcb5c3e185b465c4", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Checking nom v1.2.4 [INFO] [stderr] Compiling cmake v0.1.40 [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Checking semver v0.2.3 [INFO] [stderr] Compiling gl_generator v0.13.0 [INFO] [stderr] Compiling gl v0.13.0 [INFO] [stderr] Checking glfw v0.29.0 [INFO] [stderr] Checking hgl v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: unknown lint: `unused_attribute` [INFO] [stdout] --> src/lib.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #![allow(unused_attribute)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: did you mean: `unused_attributes` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unknown_lints)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unknown lint: `unused_attribute` [INFO] [stdout] --> src/lib.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #![allow(unused_attribute)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: did you mean: `unused_attributes` [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | #![deny(warnings)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unknown_lints)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `program::VertexShader`, `program::FragmentShader` [INFO] [stdout] --> src/lib.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | pub use program::{VertexShader, FragmentShader, Shader, Program}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `FragmentShader` in `program` [INFO] [stdout] | | [INFO] [stdout] | no `VertexShader` in `program` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `buffer::StaticDraw` [INFO] [stdout] --> src/lib.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub use buffer::{Vbo, Ebo, StaticDraw}; [INFO] [stdout] | ^^^^^^^^^^ no `StaticDraw` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::io::File`, `std::io::IoResult` [INFO] [stdout] --> src/program.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | use std::io::{File, IoResult}; [INFO] [stdout] | ^^^^ ^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | no `IoResult` in `io` [INFO] [stdout] | | help: a similar name exists in the module: `Result` [INFO] [stdout] | no `File` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `license` in this scope [INFO] [stdout] --> src/lib.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | #![license = "ASL2/MIT"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `comment` in this scope [INFO] [stdout] --> src/lib.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | #![comment = "Helper utilities for working with OpenGL"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> src/program.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | fail!("name is not a shader!"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `program::VertexShader`, `program::FragmentShader` [INFO] [stdout] --> src/lib.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | pub use program::{VertexShader, FragmentShader, Shader, Program}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ no `FragmentShader` in `program` [INFO] [stdout] | | [INFO] [stdout] | no `VertexShader` in `program` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `buffer::StaticDraw` [INFO] [stdout] --> src/lib.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub use buffer::{Vbo, Ebo, StaticDraw}; [INFO] [stdout] | ^^^^^^^^^^ no `StaticDraw` in `buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::io::File`, `std::io::IoResult` [INFO] [stdout] --> src/program.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | use std::io::{File, IoResult}; [INFO] [stdout] | ^^^^ ^^^^^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | no `IoResult` in `io` [INFO] [stdout] | | help: a similar name exists in the module: `Result` [INFO] [stdout] | no `File` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `license` in this scope [INFO] [stdout] --> src/lib.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | #![license = "ASL2/MIT"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `comment` in this scope [INFO] [stdout] --> src/lib.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | #![comment = "Helper utilities for working with OpenGL"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/program.rs:49:43 [INFO] [stdout] | [INFO] [stdout] 49 | let mut s = Vec::with_capacity(len as uint - 1); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/program.rs:53:26 [INFO] [stdout] | [INFO] [stdout] 53 | s.set_len(len as uint - 1); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> src/program.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | match File::open(&Path::new(p)).read_to_string() { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DynamicDraw` in this scope [INFO] [stdout] --> src/buffer.rs:84:32 [INFO] [stdout] | [INFO] [stdout] 84 | ebo.load_data(indices, DynamicDraw); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use buffer::BufferUsage::DynamicDraw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> src/program.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | fail!("name is not a shader!"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vao.rs:37:62 [INFO] [stdout] | [INFO] [stdout] 37 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vao.rs:51:62 [INFO] [stdout] | [INFO] [stdout] 51 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vao.rs:65:62 [INFO] [stdout] | [INFO] [stdout] 65 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RGBA` in module `pixel` [INFO] [stdout] --> src/texture.rs:106:28 [INFO] [stdout] | [INFO] [stdout] 106 | format: pixel::RGBA, [INFO] [stdout] | ^^^^ not found in `pixel` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use gl::RGBA; [INFO] [stdout] | [INFO] [stdout] 1 | use texture::pixel::PixelFormat::RGBA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FLOAT` in module `pixel` [INFO] [stdout] --> src/texture.rs:107:27 [INFO] [stdout] | [INFO] [stdout] 107 | ptype: pixel::FLOAT, [INFO] [stdout] | ^^^^^ not found in `pixel` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use gl::FLOAT; [INFO] [stdout] | [INFO] [stdout] 1 | use texture::pixel::PixelType::FLOAT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RGBA` in module `pixel` [INFO] [stdout] --> src/texture.rs:182:28 [INFO] [stdout] | [INFO] [stdout] 182 | format: pixel::RGBA, [INFO] [stdout] | ^^^^ not found in `pixel` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use gl::RGBA; [INFO] [stdout] | [INFO] [stdout] 1 | use texture::pixel::PixelFormat::RGBA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FLOAT` in module `pixel` [INFO] [stdout] --> src/texture.rs:183:27 [INFO] [stdout] | [INFO] [stdout] 183 | ptype: pixel::FLOAT, [INFO] [stdout] | ^^^^^ not found in `pixel` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use gl::FLOAT; [INFO] [stdout] | [INFO] [stdout] 1 | use texture::pixel::PixelType::FLOAT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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] [stdout] --> src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/program.rs:49:43 [INFO] [stdout] | [INFO] [stdout] 49 | let mut s = Vec::with_capacity(len as uint - 1); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/program.rs:53:26 [INFO] [stdout] | [INFO] [stdout] 53 | s.set_len(len as uint - 1); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> src/program.rs:98:27 [INFO] [stdout] | [INFO] [stdout] 98 | match File::open(&Path::new(p)).read_to_string() { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DynamicDraw` in this scope [INFO] [stdout] --> src/buffer.rs:84:32 [INFO] [stdout] | [INFO] [stdout] 84 | ebo.load_data(indices, DynamicDraw); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 1 | use buffer::BufferUsage::DynamicDraw; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vao.rs:37:62 [INFO] [stdout] | [INFO] [stdout] 37 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vao.rs:51:62 [INFO] [stdout] | [INFO] [stdout] 51 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vao.rs:65:62 [INFO] [stdout] | [INFO] [stdout] 65 | elts: GLint, stride: GLint, offset: uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RGBA` in module `pixel` [INFO] [stdout] --> src/texture.rs:106:28 [INFO] [stdout] | [INFO] [stdout] 106 | format: pixel::RGBA, [INFO] [stdout] | ^^^^ not found in `pixel` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use gl::RGBA; [INFO] [stdout] | [INFO] [stdout] 1 | use texture::pixel::PixelFormat::RGBA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FLOAT` in module `pixel` [INFO] [stdout] --> src/texture.rs:107:27 [INFO] [stdout] | [INFO] [stdout] 107 | ptype: pixel::FLOAT, [INFO] [stdout] | ^^^^^ not found in `pixel` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use gl::FLOAT; [INFO] [stdout] | [INFO] [stdout] 1 | use texture::pixel::PixelType::FLOAT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RGBA` in module `pixel` [INFO] [stdout] --> src/texture.rs:182:28 [INFO] [stdout] | [INFO] [stdout] 182 | format: pixel::RGBA, [INFO] [stdout] | ^^^^ not found in `pixel` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use gl::RGBA; [INFO] [stdout] | [INFO] [stdout] 1 | use texture::pixel::PixelFormat::RGBA; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FLOAT` in module `pixel` [INFO] [stdout] --> src/texture.rs:183:27 [INFO] [stdout] | [INFO] [stdout] 183 | ptype: pixel::FLOAT, [INFO] [stdout] | ^^^^^ not found in `pixel` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use gl::FLOAT; [INFO] [stdout] | [INFO] [stdout] 1 | use texture::pixel::PixelType::FLOAT; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] 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] [stdout] --> src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/program.rs:142:14 [INFO] [stdout] | [INFO] [stdout] 142 | name.with_c_str(|cstr| unsafe { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/program.rs:148:14 [INFO] [stdout] | [INFO] [stdout] 148 | name.with_c_str(|cstr| unsafe { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/program.rs:142:14 [INFO] [stdout] | [INFO] [stdout] 142 | name.with_c_str(|cstr| unsafe { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/program.rs:148:14 [INFO] [stdout] | [INFO] [stdout] 148 | name.with_c_str(|cstr| unsafe { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/vao.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | name.with_c_str(|cstr| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/vao.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | name.with_c_str(|cstr| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/vao.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 53 | name.with_c_str(|cstr| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/vao.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 53 | name.with_c_str(|cstr| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/vao.rs:67:14 [INFO] [stdout] | [INFO] [stdout] 67 | name.with_c_str(|cstr| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/vao.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | name.with_c_str(|cstr| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/vao.rs:67:14 [INFO] [stdout] | [INFO] [stdout] 67 | name.with_c_str(|cstr| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `with_c_str` found for reference `&str` in the current scope [INFO] [stdout] --> src/vao.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | name.with_c_str(|cstr| { [INFO] [stdout] | ^^^^^^^^^^ method not found in `&str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 25 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hgl` due to 26 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 25 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e5a26afc7fa93358915bdee806a01099feede14d983b8490bcb5c3e185b465c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5a26afc7fa93358915bdee806a01099feede14d983b8490bcb5c3e185b465c4", kill_on_drop: false }` [INFO] [stdout] e5a26afc7fa93358915bdee806a01099feede14d983b8490bcb5c3e185b465c4