[INFO] cloning repository https://github.com/rottencandy/rcomp [INFO] running `"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"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frottencandy%2Frcomp'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dcaa60ce4d2637577073f04595048556c7029f2f [INFO] testing rottencandy/rcomp against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frottencandy%2Frcomp" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rottencandy/rcomp on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [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-3/source/Cargo.toml [INFO] crate git repo https://github.com/rottencandy/rcomp already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bdb566449a67bec20bdb09303346cd3bfd199d234d30747f530c7bd350a09f43 [INFO] running `"docker" "start" "-a" "bdb566449a67bec20bdb09303346cd3bfd199d234d30747f530c7bd350a09f43"` [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling rcomp v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `unbind` [INFO] [stderr] --> src/backend/opengl/buffer.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn unbind() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `unbind` [INFO] [stderr] --> src/backend/opengl/buffer.rs:82:5 [INFO] [stderr] | [INFO] [stderr] 82 | pub fn unbind() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get_attrib_location` [INFO] [stderr] --> src/backend/opengl/shader.rs:133:5 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn get_attrib_location(&self, name: &str) -> gl::types::GLint { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_active` [INFO] [stderr] --> src/backend/opengl/texture.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn set_active(i: u32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `unbind` [INFO] [stderr] --> src/backend/opengl/texture.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn unbind() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `update_geometry` [INFO] [stderr] --> src/window.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn update_geometry(&mut self, conn: &xcb::Connection) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.rcomp.tf6vs4ua-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365" "/opt/rustwide/target/debug/deps/rcomp-f84a040e8d211365.5fjmrdd3h4tixnar.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgl-4bcc53d0f0897ec6.rlib" "/opt/rustwide/target/debug/deps/libxcb-d71265767b4b5079.rlib" "/opt/rustwide/target/debug/deps/liblog-dd0cc9f7ce37032a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/libx11-4e666da488f70deb.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lxcb" "-lX11-xcb" "-lxcb" "-lxcb" "-lxcb" "-lxcb-composite" "-lxcb-damage" "-lxcb-dri2" "-lxcb-randr" "-lxcb-render" "-lxcb-shape" "-lxcb-xfixes" "-lGL" "-lX11" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lxcb-composite [INFO] [stderr] /usr/bin/ld: cannot find -lxcb-damage [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `rcomp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bdb566449a67bec20bdb09303346cd3bfd199d234d30747f530c7bd350a09f43"` [INFO] running `"docker" "rm" "-f" "bdb566449a67bec20bdb09303346cd3bfd199d234d30747f530c7bd350a09f43"` [INFO] [stdout] bdb566449a67bec20bdb09303346cd3bfd199d234d30747f530c7bd350a09f43