[INFO] cloning repository https://github.com/cytecbg/rscanvas [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cytecbg/rscanvas" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcytecbg%2Frscanvas"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcytecbg%2Frscanvas'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b6883f2cca819db799f82d02584891ecf4a7ed37 [INFO] testing cytecbg/rscanvas against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcytecbg%2Frscanvas" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cytecbg/rscanvas on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cytecbg/rscanvas [INFO] finished tweaking git repo https://github.com/cytecbg/rscanvas [INFO] tweaked toml for git repo https://github.com/cytecbg/rscanvas written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/cytecbg/rscanvas already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+1.44.0" "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] 4cd54b962d1a1a9704da59cab6c66632259b5f7f7c0159e7c9ea7b50ec953c81 [INFO] running `"docker" "start" "-a" "4cd54b962d1a1a9704da59cab6c66632259b5f7f7c0159e7c9ea7b50ec953c81"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling imgref v1.4.0 [INFO] [stderr] Compiling rgb v0.8.16 [INFO] [stderr] Compiling lru v0.4.3 [INFO] [stderr] Compiling unicode-script v0.5.0 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling generational-arena v0.2.7 [INFO] [stderr] Compiling deflate v0.8.3 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling ttf-parser v0.5.0 [INFO] [stderr] Compiling png v0.16.1 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling harfbuzz-sys v0.3.4 [INFO] [stderr] Compiling freetype v0.4.1 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling gpucanvas v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling harfbuzz_rs v1.0.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling image v0.23.2 [INFO] [stderr] warning: unused import: `self::hb::hb as hb_sys` [INFO] [stderr] --> src/text/shaper.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use self::hb::hb as hb_sys; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `postscript_name` [INFO] [stderr] --> src/text/font.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn postscript_name(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get` [INFO] [stderr] --> src/text/fontdb.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn get(&self, id: FontId) -> Option<&Font> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 47.88s [INFO] running `"docker" "inspect" "4cd54b962d1a1a9704da59cab6c66632259b5f7f7c0159e7c9ea7b50ec953c81"` [INFO] running `"docker" "rm" "-f" "4cd54b962d1a1a9704da59cab6c66632259b5f7f7c0159e7c9ea7b50ec953c81"` [INFO] [stdout] 4cd54b962d1a1a9704da59cab6c66632259b5f7f7c0159e7c9ea7b50ec953c81 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 761e71d6e43053a3291563c55406a0e56533d2951035939d578ecff8e016f279 [INFO] running `"docker" "start" "-a" "761e71d6e43053a3291563c55406a0e56533d2951035939d578ecff8e016f279"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling instant v0.1.2 [INFO] [stderr] Compiling float-cmp v0.5.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling xmlparser v0.13.1 [INFO] [stderr] Compiling unicode-vo v0.1.0 [INFO] [stderr] Compiling xmlwriter v0.1.0 [INFO] [stderr] Compiling ttf-parser v0.3.0 [INFO] [stderr] Compiling rctree v0.3.3 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling svg v0.6.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling kurbo v0.5.11 [INFO] [stderr] Compiling data-url v0.1.0 [INFO] [stderr] Compiling svgtypes v0.5.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling simplecss v0.2.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling roxmltree v0.9.1 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling euclid v0.20.8 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling usvg v0.9.0 [INFO] [stderr] warning: unused import: `self::hb::hb as hb_sys` [INFO] [stderr] --> src/text/shaper.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use self::hb::hb as hb_sys; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `postscript_name` [INFO] [stderr] --> src/text/font.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn postscript_name(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get` [INFO] [stderr] --> src/text/fontdb.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn get(&self, id: FontId) -> Option<&Font> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling winit v0.20.0 [INFO] [stderr] Compiling glutin v0.22.1 [INFO] [stderr] Compiling gpucanvas v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: constant in pattern `Path` should have an upper case name [INFO] [stderr] --> examples/svg.rs:176:27 [INFO] [stderr] | [INFO] [stderr] 176 | SvgEvent::Tag(Path, _, attributes) => { [INFO] [stderr] | ^^^^ help: convert the identifier to upper case: `PATH` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `draw_spinner` [INFO] [stderr] --> examples/demo.rs:684:4 [INFO] [stderr] | [INFO] [stderr] 684 | fn draw_spinner(canvas: &mut Canvas, cx: f32, cy: f32, r: f32, t: f32) { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::hb::hb as hb_sys` [INFO] [stderr] --> src/text/shaper.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use self::hb::hb as hb_sys; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.svg.5m4mspcs-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e" "/opt/rustwide/target/debug/examples/svg-19c3aa60bfd0113e.8kz31qz8dusdgs.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libloading-d0b9b77db380ab2a/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libusvg-b7d712a0c2f3993d.rlib" "/opt/rustwide/target/debug/deps/libflate2-5886312aa6722f27.rlib" "/opt/rustwide/target/debug/deps/librctree-cc2269af8fc9e318.rlib" "/opt/rustwide/target/debug/deps/libbase64-e0a61a0ba5e6e6a5.rlib" "/opt/rustwide/target/debug/deps/libsimplecss-9f76ada1bea8f16b.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-f7ae3275bb2a8e1f.rlib" "/opt/rustwide/target/debug/deps/libdata_url-cfc8cc18cd328fc6.rlib" "/opt/rustwide/target/debug/deps/libxmlwriter-c145235b3770f9c8.rlib" "/opt/rustwide/target/debug/deps/libroxmltree-19ff2cefe0703896.rlib" "/opt/rustwide/target/debug/deps/libxmlparser-62048d63aa3ff9a5.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-2e0cb0cdb2b2b7d0.rlib" "/opt/rustwide/target/debug/deps/libunicode_vo-ccc46545ca194216.rlib" "/opt/rustwide/target/debug/deps/libkurbo-f66504c8e05a18d8.rlib" "/opt/rustwide/target/debug/deps/libsvgtypes-8291408432f020c9.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-905ba6a9828d03df.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-7a4cc9959b662551.rlib" "/opt/rustwide/target/debug/deps/libgpucanvas-d0d573a73f6c0d26.rlib" "/opt/rustwide/target/debug/deps/libimage-c2c48603fb3bf6b1.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-5a95f81c1fadac94.rlib" "/opt/rustwide/target/debug/deps/libpng-aaba669cd365d440.rlib" "/opt/rustwide/target/debug/deps/libdeflate-9d92e1d790474d95.rlib" "/opt/rustwide/target/debug/deps/libinflate-acf2a0e9b3891205.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-c0d32379140e81b0.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4ed6297a2cdcb5ff.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-ee96425a1f88e5b3.rlib" "/opt/rustwide/target/debug/deps/librayon-c19a7a9f33274922.rlib" "/opt/rustwide/target/debug/deps/librayon_core-281ba367ef78ca43.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a3ae3019faa2e1d2.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-fb5b67f2cd55a399.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-48eef9cc011f78b4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2c499fe78bf37f3e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-aebce936eb4eb10d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8ed8d280867c6832.rlib" "/opt/rustwide/target/debug/deps/libeither-61fbb0a110e3d219.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-cd4eb633569b1741.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-9655c31a34e1d27f.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-476af23625bc1b94.rlib" "/opt/rustwide/target/debug/deps/libgif-ab40da4779180ae5.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-fc6ee7c20d132f45.rlib" "/opt/rustwide/target/debug/deps/libtiff-011d75d1c2dbf14d.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-905c74556db94ffd.rlib" "/opt/rustwide/target/debug/deps/libadler32-94321a05f32b04d4.rlib" "/opt/rustwide/target/debug/deps/liblzw-c5b09777a31838f7.rlib" "/opt/rustwide/target/debug/deps/libgenerational_arena-9a7ce08f89c928a4.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-81cdf01738ca87af.rlib" "/opt/rustwide/target/debug/deps/liblru-92f468191559f439.rlib" "/opt/rustwide/target/debug/deps/libharfbuzz_rs-2f769e1ccf0a8a12.rlib" "/opt/rustwide/target/debug/deps/libharfbuzz_sys-73105d562dfab36c.rlib" "/opt/rustwide/target/debug/deps/libfreetype-b06b833a1191aea5.rlib" "/opt/rustwide/target/debug/deps/libfreetype_sys-23c264571cd51513.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-6e385f2b7c4c3d7f.rlib" "/opt/rustwide/target/debug/deps/libmatches-4c076000783d3f22.rlib" "/opt/rustwide/target/debug/deps/libunicode_script-5f0db4a4c8aac45a.rlib" "/opt/rustwide/target/debug/deps/libfnv-73f55f8a234ebd2d.rlib" "/opt/rustwide/target/debug/deps/libimgref-529a0dfa5b10b3a7.rlib" "/opt/rustwide/target/debug/deps/librgb-8e9650318a4f7495.rlib" "/opt/rustwide/target/debug/deps/libsvg-780956ed0a0d3a7b.rlib" "/opt/rustwide/target/debug/deps/libglutin-6b8c1aeec83283ff.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-2fcf881106f15129.rlib" "/opt/rustwide/target/debug/deps/libshared_library-fa05f1566b9c0a3b.rlib" "/opt/rustwide/target/debug/deps/libwinit-c20e43aebfe8b277.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-94d16d88db9564e5.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-7229ff36be8a7b6a.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-9d4c65822a05d435.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-3d24f2a1de9527f0.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-9f1d5bad121d5d20.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-d5f3d24269563517.rlib" "/opt/rustwide/target/debug/deps/libcalloop-e3eb6aed78193420.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-a3451151b7512701.rlib" "/opt/rustwide/target/debug/deps/liblazycell-57366ef430dfcd40.rlib" "/opt/rustwide/target/debug/deps/libmio-d7de19d6f26e6664.rlib" "/opt/rustwide/target/debug/deps/libslab-7d2001f40ea12ace.rlib" "/opt/rustwide/target/debug/deps/libiovec-ac8338e3bd7e4134.rlib" "/opt/rustwide/target/debug/deps/libnet2-134f636868f2e5e5.rlib" "/opt/rustwide/target/debug/deps/libnix-cb69f164e427d477.rlib" "/opt/rustwide/target/debug/deps/libvoid-b00461c2c57bf874.rlib" "/opt/rustwide/target/debug/deps/libmemmap-316f9404b6cb51d6.rlib" "/opt/rustwide/target/debug/deps/libandrew-759b242eb61198a8.rlib" "/opt/rustwide/target/debug/deps/libxml-9b317c14b2a243a1.rlib" "/opt/rustwide/target/debug/deps/libxdg-b9124b4bc7aa7e5f.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-be191cbbeb5f2fc6.rlib" "/opt/rustwide/target/debug/deps/libsame_file-e05721d350d78092.rlib" "/opt/rustwide/target/debug/deps/librusttype-cdc0ca8353c9baba.rlib" "/opt/rustwide/target/debug/deps/librusttype-328f837f8e080d5c.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-aa7cd6d9f4d5d4c0.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5cddd3c0738b32cd.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-5c3f6033d38970ae.rlib" "/opt/rustwide/target/debug/deps/libordered_float-796a7e40e2cb7963.rlib" "/opt/rustwide/target/debug/deps/libapprox-e8fc88222dbfe9c3.rlib" "/opt/rustwide/target/debug/deps/libline_drawing-5da826897df3841e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "/opt/rustwide/target/debug/deps/libdlib-8285a51b140f7f02.rlib" "/opt/rustwide/target/debug/deps/liblibloading-c1a34b70906ed2c1.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-29c8bd82761ab988.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-622d197d77baebb7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-727b43efedb86cc3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-95ba48a5d2857822.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c6e782cd1838edbe.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5ad4270d09bfce92.rlib" "/opt/rustwide/target/debug/deps/libinstant-031d085eb4c1c48e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/libglutin_glx_sys-dd9c2dd1e27cfd5d.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-d7557945bd0e5f72.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/liblibc-f45b448978de96f7.rlib" "/opt/rustwide/target/debug/deps/libglutin_egl_sys-8ed813ce98f5525c.rlib" "/opt/rustwide/target/debug/deps/liblog-94affdc30a23f199.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lharfbuzz" "-lfreetype" "-ldl" "-ldl" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `gpucanvas`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: method is never used: `postscript_name` [INFO] [stderr] --> src/text/font.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | pub fn postscript_name(&self) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `get` [INFO] [stderr] --> src/text/fontdb.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn get(&self, id: FontId) -> Option<&Font> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "761e71d6e43053a3291563c55406a0e56533d2951035939d578ecff8e016f279"` [INFO] running `"docker" "rm" "-f" "761e71d6e43053a3291563c55406a0e56533d2951035939d578ecff8e016f279"` [INFO] [stdout] 761e71d6e43053a3291563c55406a0e56533d2951035939d578ecff8e016f279