[INFO] fetching crate rgl 0.2.0... [INFO] testing rgl-0.2.0 against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] extracting crate rgl 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate rgl 0.2.0 on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rgl 0.2.0 [INFO] finished tweaking crates.io crate rgl 0.2.0 [INFO] tweaked toml for crates.io crate rgl 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39532540e5d90fab7754ceb129084f9c2ed46bae3d05fb2b12d6d6a16870f233 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "39532540e5d90fab7754ceb129084f9c2ed46bae3d05fb2b12d6d6a16870f233", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39532540e5d90fab7754ceb129084f9c2ed46bae3d05fb2b12d6d6a16870f233", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39532540e5d90fab7754ceb129084f9c2ed46bae3d05fb2b12d6d6a16870f233", kill_on_drop: false }` [INFO] [stdout] 39532540e5d90fab7754ceb129084f9c2ed46bae3d05fb2b12d6d6a16870f233 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 618a628036c3a5e6cca3442a6dd12f2e83c95b1442ace8e907ee20e9c6784260 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "618a628036c3a5e6cca3442a6dd12f2e83c95b1442ace8e907ee20e9c6784260", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling rgl v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/shaders.rs:31:44 [INFO] [stdout] | [INFO] [stdout] 31 | &CString::new(source).unwrap().as_ptr(), [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/shaders.rs:101:87 [INFO] [stdout] | [INFO] [stdout] 101 | UniformLocation(gl::GetUniformLocation(program.0, CString::new(name).unwrap().as_ptr())) [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.29s [INFO] running `Command { std: "docker" "inspect" "618a628036c3a5e6cca3442a6dd12f2e83c95b1442ace8e907ee20e9c6784260", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "618a628036c3a5e6cca3442a6dd12f2e83c95b1442ace8e907ee20e9c6784260", kill_on_drop: false }` [INFO] [stdout] 618a628036c3a5e6cca3442a6dd12f2e83c95b1442ace8e907ee20e9c6784260 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b158fdcd85743addc6f78b8c146e5872631117027a35654e04d5c970bd6b5de4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b158fdcd85743addc6f78b8c146e5872631117027a35654e04d5c970bd6b5de4", kill_on_drop: false }` [INFO] [stderr] Compiling rgl v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/shaders.rs:31:44 [INFO] [stdout] | [INFO] [stdout] 31 | &CString::new(source).unwrap().as_ptr(), [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/shaders.rs:101:87 [INFO] [stdout] | [INFO] [stdout] 101 | UniformLocation(gl::GetUniformLocation(program.0, CString::new(name).unwrap().as_ptr())) [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/shaders.rs:31:44 [INFO] [stdout] | [INFO] [stdout] 31 | &CString::new(source).unwrap().as_ptr(), [INFO] [stdout] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/shaders.rs:101:87 [INFO] [stdout] | [INFO] [stdout] 101 | UniformLocation(gl::GetUniformLocation(program.0, CString::new(name).unwrap().as_ptr())) [INFO] [stdout] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stdout] | | [INFO] [stdout] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stdout] | [INFO] [stdout] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stdout] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "b158fdcd85743addc6f78b8c146e5872631117027a35654e04d5c970bd6b5de4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b158fdcd85743addc6f78b8c146e5872631117027a35654e04d5c970bd6b5de4", kill_on_drop: false }` [INFO] [stdout] b158fdcd85743addc6f78b8c146e5872631117027a35654e04d5c970bd6b5de4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0250765a0c6d839c3c7afe578b9cb26273dd1dcb2791e7603085d67aa647c39e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0250765a0c6d839c3c7afe578b9cb26273dd1dcb2791e7603085d67aa647c39e", kill_on_drop: false }` [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/shaders.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | &CString::new(source).unwrap().as_ptr(), [INFO] [stderr] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/shaders.rs:101:87 [INFO] [stderr] | [INFO] [stderr] 101 | UniformLocation(gl::GetUniformLocation(program.0, CString::new(name).unwrap().as_ptr())) [INFO] [stderr] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/shaders.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | &CString::new(source).unwrap().as_ptr(), [INFO] [stderr] | ----------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: getting the inner pointer of a temporary `CString` [INFO] [stderr] --> src/shaders.rs:101:87 [INFO] [stderr] | [INFO] [stderr] 101 | UniformLocation(gl::GetUniformLocation(program.0, CString::new(name).unwrap().as_ptr())) [INFO] [stderr] | --------------------------- ^^^^^^ this pointer will be invalid [INFO] [stderr] | | [INFO] [stderr] | this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime [INFO] [stderr] | [INFO] [stderr] = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned [INFO] [stderr] = help: for more information, see https://doc.rust-lang.org/reference/destructors.html [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rgl-e1ec75af48ca7b62 [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rgl [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/buffers.rs - buffers::gen_buffer (line 62) ... FAILED [INFO] [stdout] test src/buffers.rs - buffers::buffer_data (line 148) ... FAILED [INFO] [stdout] test src/drawing.rs - drawing::draw_elements (line 48) ... FAILED [INFO] [stdout] test src/drawing.rs - drawing::draw_arrays (line 33) ... FAILED [INFO] [stdout] test src/drawing.rs - drawing::draw_elements_instanced (line 64) ... FAILED [INFO] [stdout] test src/buffers.rs - buffers::enable_vertex_attrib_array (line 106) ... FAILED [INFO] [stdout] test src/buffers.rs - buffers::gen_vertex_array (line 34) ... FAILED [INFO] [stdout] test src/buffers.rs - buffers::bind_buffer (line 90) ... FAILED [INFO] [stdout] test src/buffers.rs - buffers::gen_buffers (line 46) ... FAILED [INFO] [stdout] test src/buffers.rs - buffers::gen_vertex_arrays (line 17) ... FAILED [INFO] [stdout] test src/buffers.rs - buffers::bind_vertex_array (line 74) ... FAILED [INFO] [stdout] test src/drawing.rs - drawing::clear_color (line 11) ... FAILED [INFO] [stdout] test src/buffers.rs - buffers::vertex_attrib_pointer (line 120) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/buffers.rs - buffers::gen_buffer (line 62) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `gen_vertex_buffer` in crate `rgl` [INFO] [stdout] --> src/buffers.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 4 | let mut vbo = rgl::gen_vertex_buffer(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in `rgl` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/buffers.rs - buffers::buffer_data (line 148) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: could not find `GLUsage` in `rgl` [INFO] [stdout] --> src/buffers.rs:151:63 [INFO] [stdout] | [INFO] [stdout] 6 | rgl::buffer_data(rgl::Target::ArrayBuffer, &vertex_data, rgl::GLUsage::StaticDraw); [INFO] [stdout] | ^^^^^^^ could not find `GLUsage` in `rgl` [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GLfloat` in this scope [INFO] [stdout] --> src/buffers.rs:149:19 [INFO] [stdout] | [INFO] [stdout] 4 | let vertex_data: [GLfloat; 6] = [0.0, 0.5, 0.5, -0.5, -0.5, -0.5]; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/drawing.rs - drawing::draw_elements (line 48) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `vao` in this scope [INFO] [stdout] --> src/drawing.rs:49:50 [INFO] [stdout] | [INFO] [stdout] 4 | rgl::bind_vertex_array(rgl::Target::ArrayBuffer, vao); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/drawing.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 4 | rgl::bind_vertex_array(rgl::Target::ArrayBuffer, vao); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ------------------------ --- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/drawing.rs - drawing::draw_arrays (line 33) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `vbo` in this scope [INFO] [stdout] --> src/drawing.rs:34:44 [INFO] [stdout] | [INFO] [stdout] 4 | rgl::bind_buffer(rgl::Target::ArrayBuffer, vbo); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/drawing.rs - drawing::draw_elements_instanced (line 64) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `vao` in this scope [INFO] [stdout] --> src/drawing.rs:65:50 [INFO] [stdout] | [INFO] [stdout] 4 | rgl::bind_vertex_array(rgl::Target::ArrayBuffer, vao); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/drawing.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 4 | rgl::bind_vertex_array(rgl::Target::ArrayBuffer, vao); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ------------------------ --- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/buffers.rs - buffers::enable_vertex_attrib_array (line 106) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'gl function was not loaded', /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:20624:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560e35db21f0 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560e35db21f0 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560e35db21f0 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560e35db21f0 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560e35dcca2c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x560e35db0462 - std::io::Write::write_fmt::h24485de26f355188 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x560e35db44b5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560e35db44b5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560e35db44b5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560e35db400a - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x560e35db4c51 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x560e35da0b1e - std::panicking::begin_panic::{{closure}}::h97a0b53b19dcbeca [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x560e35da1879 - std::sys_common::backtrace::__rust_end_short_backtrace::h95e0b2d444ff5a39 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560e35da0a4b - std::panicking::begin_panic::h4efadaafc7d730d1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x560e35da09dd - gl::missing_fn_panic::h0a9a7a86719a5faa [INFO] [stdout] at /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:20624:13 [INFO] [stdout] 15: 0x560e35da039e - gl::EnableVertexAttribArray::h323bb0aed331376b [INFO] [stdout] at /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:1874:81 [INFO] [stdout] 16: 0x560e35da036a - rgl::buffers::enable_vertex_attrib_array::h3fa4d4f2848ff1b5 [INFO] [stdout] at /opt/rustwide/workdir/src/buffers.rs:113:9 [INFO] [stdout] 17: 0x560e35da02e9 - rust_out::main::h405f65324f7b53be [INFO] [stdout] 18: 0x560e35da0283 - core::ops::function::FnOnce::call_once::ha451af22024e1864 [INFO] [stdout] 19: 0x560e35da0169 - std::sys_common::backtrace::__rust_begin_short_backtrace::hefd8e56bf97a4afd [INFO] [stdout] 20: 0x560e35da01f9 - std::rt::lang_start::{{closure}}::hee13be5f96bd7848 [INFO] [stdout] 21: 0x560e35db5077 - core::ops::function::impls:: for &F>::call_once::h194d6aa01fb6b594 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 22: 0x560e35db5077 - std::panicking::try::do_call::h4ef477456776cccb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 23: 0x560e35db5077 - std::panicking::try::h7f2121b6bb3bbca4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 24: 0x560e35db5077 - std::panic::catch_unwind::he974d0ca04309948 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 25: 0x560e35db5077 - std::rt::lang_start_internal::h36e9e78490120b9f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/rt.rs:51:25 [INFO] [stdout] 26: 0x560e35da01d8 - std::rt::lang_start::h290408a3f91c6d5a [INFO] [stdout] 27: 0x560e35da030b - main [INFO] [stdout] 28: 0x7f095a1b70b3 - __libc_start_main [INFO] [stdout] 29: 0x560e35da009e - _start [INFO] [stdout] 30: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/buffers.rs - buffers::gen_vertex_array (line 34) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'gl function was not loaded', /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:20624:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558d889a1230 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x558d889a1230 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558d889a1230 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x558d889a1230 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x558d889bba6c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x558d8899f4a2 - std::io::Write::write_fmt::h24485de26f355188 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x558d889a34f5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x558d889a34f5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x558d889a34f5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x558d889a304a - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x558d889a3c91 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x558d8898fb5e - std::panicking::begin_panic::{{closure}}::h97a0b53b19dcbeca [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x558d889908b9 - std::sys_common::backtrace::__rust_end_short_backtrace::h95e0b2d444ff5a39 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x558d8898fa8b - std::panicking::begin_panic::h4efadaafc7d730d1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x558d8898fa1d - gl::missing_fn_panic::h0a9a7a86719a5faa [INFO] [stdout] at /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:20624:13 [INFO] [stdout] 15: 0x558d8898f3dd - gl::GenVertexArrays::ha56f02a30a922b47 [INFO] [stdout] at /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:1946:98 [INFO] [stdout] 16: 0x558d8898f372 - rgl::buffers::gen_vertex_arrays::h1f9405cc0aa68b84 [INFO] [stdout] at /opt/rustwide/workdir/src/buffers.rs:25:9 [INFO] [stdout] 17: 0x558d8898f399 - rgl::buffers::gen_vertex_array::hbb2970a0a35edef7 [INFO] [stdout] at /opt/rustwide/workdir/src/buffers.rs:39:5 [INFO] [stdout] 18: 0x558d8898f2e7 - rust_out::main::h405f65324f7b53be [INFO] [stdout] 19: 0x558d8898f283 - core::ops::function::FnOnce::call_once::ha451af22024e1864 [INFO] [stdout] 20: 0x558d8898f169 - std::sys_common::backtrace::__rust_begin_short_backtrace::hefd8e56bf97a4afd [INFO] [stdout] 21: 0x558d8898f1f9 - std::rt::lang_start::{{closure}}::hee13be5f96bd7848 [INFO] [stdout] 22: 0x558d889a40b7 - core::ops::function::impls:: for &F>::call_once::h194d6aa01fb6b594 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 23: 0x558d889a40b7 - std::panicking::try::do_call::h4ef477456776cccb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 24: 0x558d889a40b7 - std::panicking::try::h7f2121b6bb3bbca4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 25: 0x558d889a40b7 - std::panic::catch_unwind::he974d0ca04309948 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 26: 0x558d889a40b7 - std::rt::lang_start_internal::h36e9e78490120b9f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/rt.rs:51:25 [INFO] [stdout] 27: 0x558d8898f1d8 - std::rt::lang_start::h290408a3f91c6d5a [INFO] [stdout] 28: 0x558d8898f30b - main [INFO] [stdout] 29: 0x7f91d28050b3 - __libc_start_main [INFO] [stdout] 30: 0x558d8898f09e - _start [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/buffers.rs - buffers::bind_buffer (line 90) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `vao` in this scope [INFO] [stdout] --> src/buffers.rs:93:24 [INFO] [stdout] | [INFO] [stdout] 6 | rgl::bind_vertex_array(vao); [INFO] [stdout] | ^^^ help: a local variable with a similar name exists: `vbo` [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/buffers.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 5 | rgl::gen_buffers(1, &mut vbo); [INFO] [stdout] | ^^^^^^^^ expected struct `VBO`, found integer [INFO] [stdout] | [INFO] [stdout] = note: expected raw pointer `*mut VBO` [INFO] [stdout] found mutable reference `&mut {integer}` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/buffers.rs - buffers::gen_buffers (line 46) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/buffers.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 5 | rgl::gen_buffers(1, &mut vbo); [INFO] [stdout] | ^^^^^^^^ expected struct `VBO`, found integer [INFO] [stdout] | [INFO] [stdout] = note: expected raw pointer `*mut VBO` [INFO] [stdout] found mutable reference `&mut {integer}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/buffers.rs - buffers::gen_vertex_arrays (line 17) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/buffers.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 5 | rgl::gen_vertex_arrays(1, &mut vao); [INFO] [stdout] | ^^^^^^^^ expected struct `VAO`, found integer [INFO] [stdout] | [INFO] [stdout] = note: expected raw pointer `*mut VAO` [INFO] [stdout] found mutable reference `&mut {integer}` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/buffers.rs - buffers::bind_vertex_array (line 74) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/buffers.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 5 | rgl::gen_vertex_arrays(1, &mut vao); [INFO] [stdout] | ^^^^^^^^ expected struct `VAO`, found integer [INFO] [stdout] | [INFO] [stdout] = note: expected raw pointer `*mut VAO` [INFO] [stdout] found mutable reference `&mut {integer}` [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/buffers.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 6 | rgl::bind_vertex_array(vao); [INFO] [stdout] | ^^^ expected struct `VAO`, found integer [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/drawing.rs - drawing::clear_color (line 11) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'gl function was not loaded', /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:20624:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56530cdc1270 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56530cdc1270 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56530cdc1270 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56530cdc1270 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56530cddbaac - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x56530cdbf4e2 - std::io::Write::write_fmt::h24485de26f355188 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x56530cdc3535 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56530cdc3535 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56530cdc3535 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56530cdc308a - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x56530cdc3cd1 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x56530cdafb9e - std::panicking::begin_panic::{{closure}}::h97a0b53b19dcbeca [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x56530cdb08f9 - std::sys_common::backtrace::__rust_end_short_backtrace::h95e0b2d444ff5a39 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56530cdafacb - std::panicking::begin_panic::h4efadaafc7d730d1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x56530cdafa5d - gl::missing_fn_panic::h0a9a7a86719a5faa [INFO] [stdout] at /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:20624:13 [INFO] [stdout] 15: 0x56530cdaf41c - gl::ClearColor::hb9f9c07199ee32e9 [INFO] [stdout] at /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:1619:135 [INFO] [stdout] 16: 0x56530cdaf3a1 - rgl::drawing::clear_color::he3b3d773d781751c [INFO] [stdout] at /opt/rustwide/workdir/src/drawing.rs:18:9 [INFO] [stdout] 17: 0x56530cdaf30b - rust_out::main::h405f65324f7b53be [INFO] [stdout] 18: 0x56530cdaf283 - core::ops::function::FnOnce::call_once::ha451af22024e1864 [INFO] [stdout] 19: 0x56530cdaf169 - std::sys_common::backtrace::__rust_begin_short_backtrace::hefd8e56bf97a4afd [INFO] [stdout] 20: 0x56530cdaf1f9 - std::rt::lang_start::{{closure}}::hee13be5f96bd7848 [INFO] [stdout] 21: 0x56530cdc40f7 - core::ops::function::impls:: for &F>::call_once::h194d6aa01fb6b594 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 22: 0x56530cdc40f7 - std::panicking::try::do_call::h4ef477456776cccb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 23: 0x56530cdc40f7 - std::panicking::try::h7f2121b6bb3bbca4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 24: 0x56530cdc40f7 - std::panic::catch_unwind::he974d0ca04309948 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 25: 0x56530cdc40f7 - std::rt::lang_start_internal::h36e9e78490120b9f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/rt.rs:51:25 [INFO] [stdout] 26: 0x56530cdaf1d8 - std::rt::lang_start::h290408a3f91c6d5a [INFO] [stdout] 27: 0x56530cdaf32b - main [INFO] [stdout] 28: 0x7f2e166050b3 - __libc_start_main [INFO] [stdout] 29: 0x56530cdaf09e - _start [INFO] [stdout] 30: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/buffers.rs - buffers::vertex_attrib_pointer (line 120) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'gl function was not loaded', /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:20624:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556c1d95c2a0 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x556c1d95c2a0 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556c1d95c2a0 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x556c1d95c2a0 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x556c1d976adc - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x556c1d95a512 - std::io::Write::write_fmt::h24485de26f355188 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x556c1d95e565 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x556c1d95e565 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x556c1d95e565 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x556c1d95e0ba - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x556c1d95ed01 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x556c1d94abce - std::panicking::begin_panic::{{closure}}::h97a0b53b19dcbeca [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:520:9 [INFO] [stdout] 12: 0x556c1d94b929 - std::sys_common::backtrace::__rust_end_short_backtrace::h95e0b2d444ff5a39 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x556c1d94aafb - std::panicking::begin_panic::h4efadaafc7d730d1 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:519:12 [INFO] [stdout] 14: 0x556c1d94aa8d - gl::missing_fn_panic::h0a9a7a86719a5faa [INFO] [stdout] at /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:20624:13 [INFO] [stdout] 15: 0x556c1d94a456 - gl::VertexAttribPointer::hfdd12265e35bcf3d [INFO] [stdout] at /opt/rustwide/target/debug/build/gl-093f544bb5d75640/out/bindings.rs:3192:216 [INFO] [stdout] 16: 0x556c1d94a3d7 - rgl::buffers::vertex_attrib_pointer::hea1b6a473afac608 [INFO] [stdout] at /opt/rustwide/workdir/src/buffers.rs:134:9 [INFO] [stdout] 17: 0x556c1d94a301 - rust_out::main::h405f65324f7b53be [INFO] [stdout] 18: 0x556c1d94a283 - core::ops::function::FnOnce::call_once::ha451af22024e1864 [INFO] [stdout] 19: 0x556c1d94a169 - std::sys_common::backtrace::__rust_begin_short_backtrace::hefd8e56bf97a4afd [INFO] [stdout] 20: 0x556c1d94a1f9 - std::rt::lang_start::{{closure}}::hee13be5f96bd7848 [INFO] [stdout] 21: 0x556c1d95f127 - core::ops::function::impls:: for &F>::call_once::h194d6aa01fb6b594 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 22: 0x556c1d95f127 - std::panicking::try::do_call::h4ef477456776cccb [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:379:40 [INFO] [stdout] 23: 0x556c1d95f127 - std::panicking::try::h7f2121b6bb3bbca4 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panicking.rs:343:19 [INFO] [stdout] 24: 0x556c1d95f127 - std::panic::catch_unwind::he974d0ca04309948 [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/panic.rs:396:14 [INFO] [stdout] 25: 0x556c1d95f127 - std::rt::lang_start_internal::h36e9e78490120b9f [INFO] [stdout] at /rustc/5d5ff84130da0d74c6ece368dbe821d8f83fa526/library/std/src/rt.rs:51:25 [INFO] [stdout] 26: 0x556c1d94a1d8 - std::rt::lang_start::h290408a3f91c6d5a [INFO] [stdout] 27: 0x556c1d94a32b - main [INFO] [stdout] 28: 0x7f5b500c70b3 - __libc_start_main [INFO] [stdout] 29: 0x556c1d94a09e - _start [INFO] [stdout] 30: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/buffers.rs - buffers::bind_buffer (line 90) [INFO] [stdout] src/buffers.rs - buffers::bind_vertex_array (line 74) [INFO] [stdout] src/buffers.rs - buffers::buffer_data (line 148) [INFO] [stdout] src/buffers.rs - buffers::enable_vertex_attrib_array (line 106) [INFO] [stdout] src/buffers.rs - buffers::gen_buffer (line 62) [INFO] [stdout] src/buffers.rs - buffers::gen_buffers (line 46) [INFO] [stdout] src/buffers.rs - buffers::gen_vertex_array (line 34) [INFO] [stdout] src/buffers.rs - buffers::gen_vertex_arrays (line 17) [INFO] [stdout] src/buffers.rs - buffers::vertex_attrib_pointer (line 120) [INFO] [stdout] src/drawing.rs - drawing::clear_color (line 11) [INFO] [stdout] src/drawing.rs - drawing::draw_arrays (line 33) [INFO] [stdout] src/drawing.rs - drawing::draw_elements (line 48) [INFO] [stdout] src/drawing.rs - drawing::draw_elements_instanced (line 64) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "0250765a0c6d839c3c7afe578b9cb26273dd1dcb2791e7603085d67aa647c39e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0250765a0c6d839c3c7afe578b9cb26273dd1dcb2791e7603085d67aa647c39e", kill_on_drop: false }` [INFO] [stdout] 0250765a0c6d839c3c7afe578b9cb26273dd1dcb2791e7603085d67aa647c39e