[INFO] fetching crate smithay-client-toolkit 0.9.1... [INFO] testing smithay-client-toolkit-0.9.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate smithay-client-toolkit 0.9.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate smithay-client-toolkit 0.9.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate smithay-client-toolkit 0.9.1 [INFO] finished tweaking crates.io crate smithay-client-toolkit 0.9.1 [INFO] tweaked toml for crates.io crate smithay-client-toolkit 0.9.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate smithay-client-toolkit 0.9.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xcursor v0.1.1 [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=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" "+beta-2020-06-03" "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] 670a58f0c70d868c2c9eed8d399b5d202320634c7f74ac2457a861fb6d1259cc [INFO] running `"docker" "start" "-a" "670a58f0c70d868c2c9eed8d399b5d202320634c7f74ac2457a861fb6d1259cc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ahash v0.3.3 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling xcur v0.1.3 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling wayland-scanner v0.26.4 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.26.4 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling wayland-client v0.26.4 [INFO] [stderr] Compiling wayland-protocols v0.26.4 [INFO] [stderr] Compiling dlv-list v0.2.2 [INFO] [stderr] Compiling ordered-multimap v0.2.4 [INFO] [stderr] Compiling rust-ini v0.15.2 [INFO] [stderr] Compiling xcursor v0.1.1 [INFO] [stderr] Compiling wayland-commons v0.26.4 [INFO] [stderr] Compiling calloop v0.6.2 [INFO] [stderr] Compiling wayland-cursor v0.26.4 [INFO] [stderr] Compiling smithay-client-toolkit v0.9.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:56:35 [INFO] [stderr] | [INFO] [stderr] 56 | XKB_KEYSYM_CASE_INSENSITIVE = (1 << 0) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:65:39 [INFO] [stderr] | [INFO] [stderr] 65 | XKB_CONTEXT_NO_DEFAULT_INCLUDES = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:70:40 [INFO] [stderr] | [INFO] [stderr] 70 | XKB_CONTEXT_NO_ENVIRONMENT_NAMES = (1 << 1) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `"docker" "inspect" "670a58f0c70d868c2c9eed8d399b5d202320634c7f74ac2457a861fb6d1259cc"` [INFO] running `"docker" "rm" "-f" "670a58f0c70d868c2c9eed8d399b5d202320634c7f74ac2457a861fb6d1259cc"` [INFO] [stdout] 670a58f0c70d868c2c9eed8d399b5d202320634c7f74ac2457a861fb6d1259cc [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=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" "+beta-2020-06-03" "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] e23f8798bb24e1d98b1769f078bdd1547605317fe97fc63812bff1f75265112c [INFO] running `"docker" "start" "-a" "e23f8798bb24e1d98b1769f078bdd1547605317fe97fc63812bff1f75265112c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling deflate v0.8.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:56:35 [INFO] [stderr] | [INFO] [stderr] 56 | XKB_KEYSYM_CASE_INSENSITIVE = (1 << 0) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:65:39 [INFO] [stderr] | [INFO] [stderr] 65 | XKB_CONTEXT_NO_DEFAULT_INCLUDES = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:70:40 [INFO] [stderr] | [INFO] [stderr] 70 | XKB_CONTEXT_NO_ENVIRONMENT_NAMES = (1 << 1) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling png v0.16.3 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling image v0.23.4 [INFO] [stderr] Compiling smithay-client-toolkit v0.9.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:56:35 [INFO] [stderr] | [INFO] [stderr] 56 | XKB_KEYSYM_CASE_INSENSITIVE = (1 << 0) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:65:39 [INFO] [stderr] | [INFO] [stderr] 65 | XKB_CONTEXT_NO_DEFAULT_INCLUDES = (1 << 0), [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around const expression [INFO] [stderr] --> src/seat/keyboard/ffi.rs:70:40 [INFO] [stderr] | [INFO] [stderr] 70 | XKB_CONTEXT_NO_ENVIRONMENT_NAMES = (1 << 1) [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: could not compile `smithay-client-toolkit`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name selection --edition=2018 examples/selection.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="andrew"' --cfg 'feature="calloop"' --cfg 'feature="default"' --cfg 'feature="frames"' -C metadata=cbe3664aa6efe804 -C extra-filename=-cbe3664aa6efe804 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern andrew=/opt/rustwide/target/debug/deps/libandrew-51a8226cd4a534bd.rlib --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-78580fbf595daae7.rlib --extern calloop=/opt/rustwide/target/debug/deps/libcalloop-779324b150c003d8.rlib --extern dlib=/opt/rustwide/target/debug/deps/libdlib-8fb1f2b57ec8bca6.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-4fa1ec740cefbbcc.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-c709ae7ff9aa4321.rlib --extern memmap=/opt/rustwide/target/debug/deps/libmemmap-0ed5d73419b0b5b0.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-61fdf262592a4ffd.rlib --extern smithay_client_toolkit=/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-4bc9e7848a22b2d2.rlib --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-55c68e4392024525.rlib --extern wayland_cursor=/opt/rustwide/target/debug/deps/libwayland_cursor-c94c45038d0c4ce5.rlib --extern wayland_protocols=/opt/rustwide/target/debug/deps/libwayland_protocols-c2ad583b1bc2f863.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libloading-0dc0afd6115618cf/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.image_viewer.cbcztmwh-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da" "/opt/rustwide/target/debug/examples/image_viewer-f6d5b47931fd14da.3bgfl2ubbq3alhlg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libloading-0dc0afd6115618cf/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-4bc9e7848a22b2d2.rlib" "/opt/rustwide/target/debug/deps/libandrew-51a8226cd4a534bd.rlib" "/opt/rustwide/target/debug/deps/libxml-463aff6a8c23c02c.rlib" "/opt/rustwide/target/debug/deps/libxdg-663ac5e3ed3c5025.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-b60c3dbb1d2112ec.rlib" "/opt/rustwide/target/debug/deps/libsame_file-cfe40c7e1063fdbf.rlib" "/opt/rustwide/target/debug/deps/librusttype-2681073a9440f758.rlib" "/opt/rustwide/target/debug/deps/librusttype-3c6bf11f76bcecc3.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-483193d596f97a25.rlib" "/opt/rustwide/target/debug/deps/libordered_float-c4d1db88d1092e88.rlib" "/opt/rustwide/target/debug/deps/libapprox-dc5cf472ea1b9b2c.rlib" "/opt/rustwide/target/debug/deps/libline_drawing-92ee7aa3e0fea1b7.rlib" "/opt/rustwide/target/debug/deps/libwayland_cursor-c94c45038d0c4ce5.rlib" "/opt/rustwide/target/debug/deps/libxcursor-e034f091658a8f47.rlib" "/opt/rustwide/target/debug/deps/libini-b5a66fc20a7d31a3.rlib" "/opt/rustwide/target/debug/deps/libordered_multimap-5cc26e9d0e6f69ca.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-90f6cfbcfc0a294f.rlib" "/opt/rustwide/target/debug/deps/libahash-451c90302fa088bb.rlib" "/opt/rustwide/target/debug/deps/libdlv_list-dcbaaf32fafe5511.rlib" "/opt/rustwide/target/debug/deps/librand-0a756bc5b454c397.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ee714612f5b5601e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-eb2823c1b1b026b4.rlib" "/opt/rustwide/target/debug/deps/librand_core-5429b9c60a29262e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2b2aa92e43f06015.rlib" "/opt/rustwide/target/debug/deps/libxcur-2b8cd55df71445f2.rlib" "/opt/rustwide/target/debug/deps/libnom-a5823cf2f589b77d.rlib" "/opt/rustwide/target/debug/deps/libmemmap-0ed5d73419b0b5b0.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-c2ad583b1bc2f863.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-55c68e4392024525.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-c85f5a23807f7db3.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-715d7966ec11b579.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0ffc8bb136e2289a.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-055dd1defa1e1922.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-e1bb74a5b6f8a177.rlib" "/opt/rustwide/target/debug/deps/libcalloop-779324b150c003d8.rlib" "/opt/rustwide/target/debug/deps/liblog-c709ae7ff9aa4321.rlib" "/opt/rustwide/target/debug/deps/libnix-61fdf262592a4ffd.rlib" "/opt/rustwide/target/debug/deps/libvoid-54fa5ba7557385ce.rlib" "/opt/rustwide/target/debug/deps/libdlib-8fb1f2b57ec8bca6.rlib" "/opt/rustwide/target/debug/deps/liblibloading-67a62fa62d3acd29.rlib" "/opt/rustwide/target/debug/deps/libimage-4fa1ec740cefbbcc.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-c63f64a514a96f76.rlib" "/opt/rustwide/target/debug/deps/libpng-930b66c32b4b9573.rlib" "/opt/rustwide/target/debug/deps/libinflate-c136b13ddac0b16a.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-10e48aefe5c8c7a8.rlib" "/opt/rustwide/target/debug/deps/libdeflate-8d0bf79e859fb8b6.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-896fd412d0a6b0de.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-091940f0530d5f08.rlib" "/opt/rustwide/target/debug/deps/librayon-47f3676b62b36d60.rlib" "/opt/rustwide/target/debug/deps/librayon_core-3cfd1f62be9cb12b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-d1959dc0a4ed79b2.rlib" "/opt/rustwide/target/debug/deps/liblibc-4d0fe116bff3fe57.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-75bbc5e15dc0ed21.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a9e0d04c077c91e1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-eb28c5bd8246c8d0.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6e82e76ec854833d.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-5c24e8767944acb0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-76f5c6d637dd14b0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-c59d4d0642fbf7ab.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libeither-667bb5f36f496548.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-4b8ceb511173985b.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-fefd8c87e7e1d573.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3d10e159d6ba836e.rlib" "/opt/rustwide/target/debug/deps/libgif-d468bd51667d24f3.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-b1efc12c392b9f46.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/libtiff-7bf07edfa05a1434.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-6eca02b8afa79989.rlib" "/opt/rustwide/target/debug/deps/libadler32-f244741275b1e8cf.rlib" "/opt/rustwide/target/debug/deps/liblzw-88a56833efa91571.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-78580fbf595daae7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-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 [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e23f8798bb24e1d98b1769f078bdd1547605317fe97fc63812bff1f75265112c"` [INFO] running `"docker" "rm" "-f" "e23f8798bb24e1d98b1769f078bdd1547605317fe97fc63812bff1f75265112c"` [INFO] [stdout] e23f8798bb24e1d98b1769f078bdd1547605317fe97fc63812bff1f75265112c