[INFO] cloning repository https://github.com/rottencandy/rcomp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rottencandy/rcomp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frottencandy%2Frcomp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frottencandy%2Frcomp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 29d69cf9330161b530c44c5ee8feefe40db371ef [INFO] checking rottencandy/rcomp against master#453ceafce32ef8108c604bca5e165ab41d3d6d8c for pr-124187 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frottencandy%2Frcomp" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rottencandy/rcomp on toolchain 453ceafce32ef8108c604bca5e165ab41d3d6d8c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+453ceafce32ef8108c604bca5e165ab41d3d6d8c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rottencandy/rcomp [INFO] finished tweaking git repo https://github.com/rottencandy/rcomp [INFO] tweaked toml for git repo https://github.com/rottencandy/rcomp written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/rottencandy/rcomp already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+453ceafce32ef8108c604bca5e165ab41d3d6d8c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xml-rs v0.8.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+453ceafce32ef8108c604bca5e165ab41d3d6d8c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 263cdd0bb5df60aa33a94be704fb422903e95413eaf3928dd364483f200b44f0 [INFO] running `Command { std: "docker" "start" "-a" "263cdd0bb5df60aa33a94be704fb422903e95413eaf3928dd364483f200b44f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "263cdd0bb5df60aa33a94be704fb422903e95413eaf3928dd364483f200b44f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "263cdd0bb5df60aa33a94be704fb422903e95413eaf3928dd364483f200b44f0", kill_on_drop: false }` [INFO] [stdout] 263cdd0bb5df60aa33a94be704fb422903e95413eaf3928dd364483f200b44f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+453ceafce32ef8108c604bca5e165ab41d3d6d8c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19263d004e328460cb4339905173e57e408f93dd8cc45504b0859284016c90aa [INFO] running `Command { std: "docker" "start" "-a" "19263d004e328460cb4339905173e57e408f93dd8cc45504b0859284016c90aa", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling xml-rs v0.8.2 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Checking rcomp v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function `unbind` is never used [INFO] [stdout] --> src/backend/opengl/buffer.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 8 | impl Buffer { [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn unbind() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `unbind` is never used [INFO] [stdout] --> src/backend/opengl/buffer.rs:94:12 [INFO] [stdout] | [INFO] [stdout] 56 | impl VertexArray { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 94 | pub fn unbind() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check_gl_error` is never used [INFO] [stdout] --> src/backend/opengl/setup.rs:173:15 [INFO] [stdout] | [INFO] [stdout] 173 | pub unsafe fn check_gl_error() { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `unbind` is never used [INFO] [stdout] --> src/backend/opengl/buffer.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 8 | impl Buffer { [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 39 | pub fn unbind() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_attrib_location` is never used [INFO] [stdout] --> src/backend/opengl/shader.rs:133:12 [INFO] [stdout] | [INFO] [stdout] 79 | impl Program { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 133 | pub fn get_attrib_location(&self, name: &str) -> gl::types::GLint { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `unbind` is never used [INFO] [stdout] --> src/backend/opengl/buffer.rs:94:12 [INFO] [stdout] | [INFO] [stdout] 56 | impl VertexArray { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 94 | pub fn unbind() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `set_active` and `unbind` are never used [INFO] [stdout] --> src/backend/opengl/texture.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 8 | impl Texture { [INFO] [stdout] | ------------ associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 17 | pub fn set_active(i: u32) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 29 | pub fn unbind() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `check_gl_error` is never used [INFO] [stdout] --> src/backend/opengl/setup.rs:173:15 [INFO] [stdout] | [INFO] [stdout] 173 | pub unsafe fn check_gl_error() { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `xcb_screens` and `win_id` are never read [INFO] [stdout] --> src/state.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct State { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 18 | pub xcb_screens: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | pub win_id: xcb::Window, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_attrib_location` is never used [INFO] [stdout] --> src/backend/opengl/shader.rs:133:12 [INFO] [stdout] | [INFO] [stdout] 79 | impl Program { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 133 | pub fn get_attrib_location(&self, name: &str) -> gl::types::GLint { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `alpha` is never read [INFO] [stdout] --> src/window.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Window { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 13 | pub alpha: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `set_active` and `unbind` are never used [INFO] [stdout] --> src/backend/opengl/texture.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 8 | impl Texture { [INFO] [stdout] | ------------ associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 17 | pub fn set_active(i: u32) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 29 | pub fn unbind() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `update_geometry` is never used [INFO] [stdout] --> src/window.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl Window { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn update_geometry(&mut self, conn: &xcb::Connection) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `xcb_screens` and `win_id` are never read [INFO] [stdout] --> src/state.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct State { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 18 | pub xcb_screens: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | pub win_id: xcb::Window, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/backend/opengl/shader.rs:127:45 [INFO] [stdout] | [INFO] [stdout] 127 | 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] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `alpha` is never read [INFO] [stdout] --> src/window.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Window { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 13 | pub alpha: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/backend/opengl/shader.rs:134:52 [INFO] [stdout] | [INFO] [stdout] 134 | let name_arr = 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: method `update_geometry` is never used [INFO] [stdout] --> src/window.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl Window { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn update_geometry(&mut self, conn: &xcb::Connection) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/backend/opengl/shader.rs:127:45 [INFO] [stdout] | [INFO] [stdout] 127 | 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] = note: `#[warn(temporary_cstring_as_ptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: getting the inner pointer of a temporary `CString` [INFO] [stdout] --> src/backend/opengl/shader.rs:134:52 [INFO] [stdout] | [INFO] [stdout] 134 | let name_arr = 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: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s [INFO] running `Command { std: "docker" "inspect" "19263d004e328460cb4339905173e57e408f93dd8cc45504b0859284016c90aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19263d004e328460cb4339905173e57e408f93dd8cc45504b0859284016c90aa", kill_on_drop: false }` [INFO] [stdout] 19263d004e328460cb4339905173e57e408f93dd8cc45504b0859284016c90aa [INFO] checking rottencandy/rcomp against try#773c42f0166e62a538b8fa36161b0c6df69a9640 for pr-124187 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frottencandy%2Frcomp" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rottencandy/rcomp on toolchain 773c42f0166e62a538b8fa36161b0c6df69a9640 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+773c42f0166e62a538b8fa36161b0c6df69a9640" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rottencandy/rcomp [INFO] finished tweaking git repo https://github.com/rottencandy/rcomp [INFO] tweaked toml for git repo https://github.com/rottencandy/rcomp written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/rottencandy/rcomp already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+773c42f0166e62a538b8fa36161b0c6df69a9640" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+773c42f0166e62a538b8fa36161b0c6df69a9640" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ed4aaa69bfafeef1224da3bbef69042a2a6a44fcb07541d1efaff7a5302f31c [INFO] running `Command { std: "docker" "start" "-a" "0ed4aaa69bfafeef1224da3bbef69042a2a6a44fcb07541d1efaff7a5302f31c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ed4aaa69bfafeef1224da3bbef69042a2a6a44fcb07541d1efaff7a5302f31c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ed4aaa69bfafeef1224da3bbef69042a2a6a44fcb07541d1efaff7a5302f31c", kill_on_drop: false }` [INFO] [stdout] 0ed4aaa69bfafeef1224da3bbef69042a2a6a44fcb07541d1efaff7a5302f31c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+773c42f0166e62a538b8fa36161b0c6df69a9640" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0a0e2d37f680cdde2181351256ef5fd747534f058df26bd178070b55644693a [INFO] running `Command { std: "docker" "start" "-a" "a0a0e2d37f680cdde2181351256ef5fd747534f058df26bd178070b55644693a", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling xml-rs v0.8.2 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stdout] error: failed to write /tmp/rustckH5G7P/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gl_generator` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `xcb v0.9.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/xcb-c0538e7b3b320c0a/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error occured in handler: ('request: ', ('xcb', 'DPMS', 'Info')) [INFO] [stderr] OSError: [Errno 28] No space left on device [INFO] [stderr] [INFO] [stderr] During handling of the above exception, another exception occurred: [INFO] [stderr] [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/rs_client.py", line 2455, in [INFO] [stderr] module.generate() [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/xcbgen/state.py", line 108, in generate [INFO] [stderr] self.close() [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/rs_client.py", line 294, in rs_close [INFO] [stderr] _r.writeout(os.path.join(module.rs_srcdir, "%s.rs" % _module_name(_ns.ext_name))) [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/rs_client.py", line 115, in writeout [INFO] [stderr] with open(path, 'w') as f: [INFO] [stderr] OSError: [Errno 28] No space left on device [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/build.rs:77:17: [INFO] [stderr] processing of /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/xml/dpms.xml returned non-zero (1) [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55cabfd26065 - std::backtrace_rs::backtrace::libunwind::trace::hc05f1a91060c02e6 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stderr] 1: 0x55cabfd26065 - std::backtrace_rs::backtrace::trace_unsynchronized::hbdd1ea8c45debdd1 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55cabfd26065 - std::sys_common::backtrace::_print_fmt::h3b0972821bca0c4e [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x55cabfd26065 - ::fmt::hec82eb92a3b958c6 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x55cabfd46acb - core::fmt::rt::Argument::fmt::h9e589b2f82e79213 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/core/src/fmt/rt.rs:165:63 [INFO] [stderr] 5: 0x55cabfd46acb - core::fmt::write::hbb41d2cbff699e58 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/core/src/fmt/mod.rs:1157:21 [INFO] [stderr] 6: 0x55cabfd23d7f - std::io::Write::write_fmt::h7833f643d443fb2a [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/io/mod.rs:1832:15 [INFO] [stderr] 7: 0x55cabfd25e3e - std::sys_common::backtrace::_print::h8cd98e91823a06c9 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x55cabfd25e3e - std::sys_common::backtrace::print::h9136b75840018c2f [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x55cabfd27299 - std::panicking::default_hook::{{closure}}::hd88e4cc91d867dd8 [INFO] [stderr] 10: 0x55cabfd26fdd - std::panicking::default_hook::h2ffa3c250c9f6d8c [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/panicking.rs:298:9 [INFO] [stderr] 11: 0x55cabfd27733 - std::panicking::rust_panic_with_hook::hca5ab839ff557001 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/panicking.rs:795:13 [INFO] [stderr] 12: 0x55cabfd27614 - std::panicking::begin_panic_handler::{{closure}}::ha1bc5b895988ff61 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/panicking.rs:664:13 [INFO] [stderr] 13: 0x55cabfd26529 - std::sys_common::backtrace::__rust_end_short_backtrace::hb4d1d31f72845487 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 14: 0x55cabfd27347 - rust_begin_unwind [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/panicking.rs:652:5 [INFO] [stderr] 15: 0x55cabfcfffd3 - core::panicking::panic_fmt::h65e80c816b1d58e2 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/core/src/panicking.rs:72:14 [INFO] [stderr] 16: 0x55cabfd0632e - build_script_build::main::{{closure}}::h92e0bafe350af7d4 [INFO] [stderr] 17: 0x55cabfd04dc6 - build_script_build::visit_xml::h3ac09d050211da42 [INFO] [stderr] 18: 0x55cabfd0583c - build_script_build::main::h61eca1e76b32e58f [INFO] [stderr] 19: 0x55cabfd01c73 - core::ops::function::FnOnce::call_once::he22413bc0b3d2ea2 [INFO] [stderr] 20: 0x55cabfd009c6 - std::sys_common::backtrace::__rust_begin_short_backtrace::hbf48b99b0750f29f [INFO] [stderr] 21: 0x55cabfd01319 - std::rt::lang_start::{{closure}}::hef4586307a22258d [INFO] [stderr] 22: 0x55cabfd20d46 - core::ops::function::impls:: for &F>::call_once::h4547d90fb3e6a1d3 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x55cabfd20d46 - std::panicking::try::do_call::h218506fd0047ce8f [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/panicking.rs:559:40 [INFO] [stderr] 24: 0x55cabfd20d46 - std::panicking::try::h2fe94854d893f6d1 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/panicking.rs:523:19 [INFO] [stderr] 25: 0x55cabfd20d46 - std::panic::catch_unwind::h79fa20905a50b420 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/panic.rs:149:14 [INFO] [stderr] 26: 0x55cabfd20d46 - std::rt::lang_start_internal::{{closure}}::h90b885844a7dc1f4 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/rt.rs:141:48 [INFO] [stderr] 27: 0x55cabfd20d46 - std::panicking::try::do_call::h315bfa6f49c37541 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/panicking.rs:559:40 [INFO] [stderr] 28: 0x55cabfd20d46 - std::panicking::try::h3b2f727f569c4fe1 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/panicking.rs:523:19 [INFO] [stderr] 29: 0x55cabfd20d46 - std::panic::catch_unwind::had1f2ea59831a285 [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/panic.rs:149:14 [INFO] [stderr] 30: 0x55cabfd20d46 - std::rt::lang_start_internal::h11525b7efd2ca63f [INFO] [stderr] at /rustc/773c42f0166e62a538b8fa36161b0c6df69a9640/library/std/src/rt.rs:141:20 [INFO] [stderr] 31: 0x55cabfd012f7 - std::rt::lang_start::h64193603b36a796d [INFO] [stderr] 32: 0x55cabfd063b5 - main [INFO] [stderr] 33: 0x7f8ebdde9d90 - [INFO] [stderr] 34: 0x7f8ebdde9e40 - __libc_start_main [INFO] [stderr] 35: 0x55cabfd005c5 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta99BIgx" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `x11` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a0a0e2d37f680cdde2181351256ef5fd747534f058df26bd178070b55644693a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0a0e2d37f680cdde2181351256ef5fd747534f058df26bd178070b55644693a", kill_on_drop: false }` [INFO] [stdout] a0a0e2d37f680cdde2181351256ef5fd747534f058df26bd178070b55644693a