[INFO] crate glerminal 0.3.0 is already in cache [INFO] testing glerminal-0.3.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate glerminal 0.3.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate glerminal 0.3.0 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 glerminal 0.3.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate glerminal 0.3.0 [INFO] tweaked toml for crates.io crate glerminal 0.3.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 911c04ff3eec0730e8c08e9c8dbe8f097adf1e05952fed338a956f7f8f7aebf9 [INFO] running `"docker" "start" "-a" "911c04ff3eec0730e8c08e9c8dbe8f097adf1e05952fed338a956f7f8f7aebf9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bmfont_parser v0.2.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling glutin v0.16.0 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling winit v0.15.1 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glerminal v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer/mod.rs:122:84 [INFO] [stderr] | [INFO] [stderr] 122 | pub(crate) fn draw(program: Program, proj_matrix: Matrix4, time: f32, renderable: &Renderable) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Renderable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.45s [INFO] running `"docker" "inspect" "911c04ff3eec0730e8c08e9c8dbe8f097adf1e05952fed338a956f7f8f7aebf9"` [INFO] running `"docker" "rm" "-f" "911c04ff3eec0730e8c08e9c8dbe8f097adf1e05952fed338a956f7f8f7aebf9"` [INFO] [stdout] 911c04ff3eec0730e8c08e9c8dbe8f097adf1e05952fed338a956f7f8f7aebf9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stdout] 284aa0b6646f98cfcdf26f315956d44dc53a92b14be8ed7400d78c40cf944b97 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "284aa0b6646f98cfcdf26f315956d44dc53a92b14be8ed7400d78c40cf944b97"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling glerminal v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer/mod.rs:122:84 [INFO] [stderr] | [INFO] [stderr] 122 | pub(crate) fn draw(program: Program, proj_matrix: Matrix4, time: f32, renderable: &Renderable) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Renderable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer/mod.rs:122:84 [INFO] [stderr] | [INFO] [stderr] 122 | pub(crate) fn draw(program: Program, proj_matrix: Matrix4, time: f32, renderable: &Renderable) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Renderable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: could not compile `glerminal`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name glerminal --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="parser"' --cfg 'feature="regex"' -C metadata=0ca2892cff4643fe -C extra-filename=-0ca2892cff4643fe --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bmfont_parser=/opt/rustwide/target/debug/deps/libbmfont_parser-97bd268083a643df.rlib --extern gl=/opt/rustwide/target/debug/deps/libgl-2e442f8ba6ec806e.rlib --extern glutin=/opt/rustwide/target/debug/deps/libglutin-801199a096ce9a9f.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-2e17c5c99334ee98.rlib --extern png=/opt/rustwide/target/debug/deps/libpng-13e85a365839b22b.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-32ca9d04a8072615.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-633ba68a0731f93e.rlib --cap-lints=warn` (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/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.text_buffer.6ql7pfze-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc" "/opt/rustwide/target/debug/examples/text_buffer-1f3ac2390713e8bc.178muggew20w034e.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-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/libglerminal-bde50054274e45ed.rlib" "/opt/rustwide/target/debug/deps/libregex-633ba68a0731f93e.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-7892513b60c771f1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-43f5652db6007dc5.rlib" "/opt/rustwide/target/debug/deps/libucd_util-1f813f73804b0485.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c818e360ff3bdad8.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-10e9bc08bd622c96.rlib" "/opt/rustwide/target/debug/deps/libmemchr-879a03a48fb42e91.rlib" "/opt/rustwide/target/debug/deps/libbmfont_parser-97bd268083a643df.rlib" "/opt/rustwide/target/debug/deps/libpng-13e85a365839b22b.rlib" "/opt/rustwide/target/debug/deps/libdeflate-dd0167482f682c8b.rlib" "/opt/rustwide/target/debug/deps/libinflate-c136b13ddac0b16a.rlib" "/opt/rustwide/target/debug/deps/libadler32-f244741275b1e8cf.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-dcd279fdb5cdf89c.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c159f6e6dd15ee1b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-52dec7f9b3387655.rlib" "/opt/rustwide/target/debug/deps/libglutin-801199a096ce9a9f.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-35f2e9c70cbb2793.rlib" "/opt/rustwide/target/debug/deps/libwinit-266b30253bcb5def.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-02aba8b56b55e7e7.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-52a42fd109793571.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-ca23fdd0d17d7f48.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-d001b4226e7b5b54.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-70ace6a44cb277e9.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-27cd6b26f9879881.rlib" "/opt/rustwide/target/debug/deps/libtempfile-f9811910d52ec4ea.rlib" "/opt/rustwide/target/debug/deps/librand-0bd510cc29def9c8.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-cbc353f939835b14.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-89ee3c0039048a85.rlib" "/opt/rustwide/target/debug/deps/librand_core-60ac4ba9e620f645.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-69c095bce0e5b2ab.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-22b0b4e808fb54a1.rlib" "/opt/rustwide/target/debug/deps/libnix-a56c94882089ef8a.rlib" "/opt/rustwide/target/debug/deps/libvoid-54fa5ba7557385ce.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libmemmap-c7b8ed9bea274481.rlib" "/opt/rustwide/target/debug/deps/libdlib-4091deac3fab4103.rlib" "/opt/rustwide/target/debug/deps/liblibloading-b9cca48de036591f.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-78580fbf595daae7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-d4cc324235a66d36.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-080f30729129d8e6.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-4c08ef358e542d52.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-13f2e93db959e239.rlib" "/opt/rustwide/target/debug/deps/librand-9cc9e44aa3d9199f.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-b078c6ff394e95b5.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-52d0dd6ebcd8d383.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-d484cb7f9c706bff.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-c59d4d0642fbf7ab.rlib" "/opt/rustwide/target/debug/deps/libshared_library-cc5455deb87c5ced.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e17c5c99334ee98.rlib" "/opt/rustwide/target/debug/deps/libgl-2e442f8ba6ec806e.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" "-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: 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/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.text_parser.debqgcq9-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9" "/opt/rustwide/target/debug/examples/text_parser-05dfd1bfa6aa28a9.3uzh5fjv53kc23e9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-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/libglerminal-bde50054274e45ed.rlib" "/opt/rustwide/target/debug/deps/libregex-633ba68a0731f93e.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-7892513b60c771f1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-43f5652db6007dc5.rlib" "/opt/rustwide/target/debug/deps/libucd_util-1f813f73804b0485.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c818e360ff3bdad8.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-10e9bc08bd622c96.rlib" "/opt/rustwide/target/debug/deps/libmemchr-879a03a48fb42e91.rlib" "/opt/rustwide/target/debug/deps/libbmfont_parser-97bd268083a643df.rlib" "/opt/rustwide/target/debug/deps/libpng-13e85a365839b22b.rlib" "/opt/rustwide/target/debug/deps/libdeflate-dd0167482f682c8b.rlib" "/opt/rustwide/target/debug/deps/libinflate-c136b13ddac0b16a.rlib" "/opt/rustwide/target/debug/deps/libadler32-f244741275b1e8cf.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-dcd279fdb5cdf89c.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-c159f6e6dd15ee1b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-52dec7f9b3387655.rlib" "/opt/rustwide/target/debug/deps/libglutin-801199a096ce9a9f.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-35f2e9c70cbb2793.rlib" "/opt/rustwide/target/debug/deps/libwinit-266b30253bcb5def.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-02aba8b56b55e7e7.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-52a42fd109793571.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-ca23fdd0d17d7f48.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-d001b4226e7b5b54.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-70ace6a44cb277e9.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-27cd6b26f9879881.rlib" "/opt/rustwide/target/debug/deps/libtempfile-f9811910d52ec4ea.rlib" "/opt/rustwide/target/debug/deps/librand-0bd510cc29def9c8.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-cbc353f939835b14.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-89ee3c0039048a85.rlib" "/opt/rustwide/target/debug/deps/librand_core-60ac4ba9e620f645.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-69c095bce0e5b2ab.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-22b0b4e808fb54a1.rlib" "/opt/rustwide/target/debug/deps/libnix-a56c94882089ef8a.rlib" "/opt/rustwide/target/debug/deps/libvoid-54fa5ba7557385ce.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libmemmap-c7b8ed9bea274481.rlib" "/opt/rustwide/target/debug/deps/libdlib-4091deac3fab4103.rlib" "/opt/rustwide/target/debug/deps/liblibloading-b9cca48de036591f.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-78580fbf595daae7.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-d4cc324235a66d36.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-080f30729129d8e6.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-4c08ef358e542d52.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-13f2e93db959e239.rlib" "/opt/rustwide/target/debug/deps/librand-9cc9e44aa3d9199f.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-b078c6ff394e95b5.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-52d0dd6ebcd8d383.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-d484cb7f9c706bff.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-c59d4d0642fbf7ab.rlib" "/opt/rustwide/target/debug/deps/libshared_library-cc5455deb87c5ced.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e17c5c99334ee98.rlib" "/opt/rustwide/target/debug/deps/libgl-2e442f8ba6ec806e.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" "-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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "284aa0b6646f98cfcdf26f315956d44dc53a92b14be8ed7400d78c40cf944b97"` [INFO] running `"docker" "rm" "-f" "284aa0b6646f98cfcdf26f315956d44dc53a92b14be8ed7400d78c40cf944b97"` [INFO] [stdout] 284aa0b6646f98cfcdf26f315956d44dc53a92b14be8ed7400d78c40cf944b97