[INFO] updating cached repository wehjin/patchgl [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/wehjin/patchgl [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/wehjin/patchgl" "work/ex/beta-1.37-6/sources/1.36.0/gh/wehjin/patchgl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/wehjin/patchgl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/wehjin/patchgl" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/wehjin/patchgl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/wehjin/patchgl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5d3532b5ab54201883d2be95c0d92983db430abd [INFO] sha for GitHub repo wehjin/patchgl: 5d3532b5ab54201883d2be95c0d92983db430abd [INFO] validating manifest of wehjin/patchgl on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of wehjin/patchgl on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing wehjin/patchgl [INFO] finished frobbing wehjin/patchgl [INFO] frobbed toml for wehjin/patchgl written to work/ex/beta-1.37-6/sources/1.36.0/gh/wehjin/patchgl/Cargo.toml [INFO] started frobbing wehjin/patchgl [INFO] finished frobbing wehjin/patchgl [INFO] frobbed toml for wehjin/patchgl written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/wehjin/patchgl/Cargo.toml [INFO] crate wehjin/patchgl already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing wehjin/patchgl against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/wehjin/patchgl:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 3e82c7810bfa4be8bcf77eac22fb74a5e9c5cf48b22aa1951ddb4a77d97b4501 [INFO] running `"docker" "start" "-a" "3e82c7810bfa4be8bcf77eac22fb74a5e9c5cf48b22aa1951ddb4a77d97b4501"` [INFO] [stderr] Compiling remove_dir_all v0.5.0 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling odds v0.2.26 [INFO] [stderr] Compiling cage v0.1.0 (https://github.com/wehjin/rust-cage#2616b45b) [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling x11-dl v2.17.5 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling stb_truetype v0.2.2 [INFO] [stderr] Compiling tempfile v3.0.0 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling arrayvec v0.3.25 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] warning[E0311]: the parameter type `K` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `K` [INFO] [stderr] note: the parameter type `K` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] warning[E0311]: the parameter type `V` may not live long enough [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:81:19 [INFO] [stderr] | [INFO] [stderr] 81 | match node.force() { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider adding an explicit lifetime bound for `V` [INFO] [stderr] note: the parameter type `V` must be valid for the anonymous lifetime #1 defined on the function body at 77:9... [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.3/src/support/bst/map.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | / fn clone_subtree( [INFO] [stderr] 78 | | node: node::NodeRef) [INFO] [stderr] 79 | | -> BTreeMap { [INFO] [stderr] 80 | | [INFO] [stderr] ... | [INFO] [stderr] 136| | } [INFO] [stderr] 137| | } [INFO] [stderr] | |_________^ [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling glutin v0.12.2 [INFO] [stderr] Compiling glium v0.20.0 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling wayland-window v0.13.3 [INFO] [stderr] Compiling winit v0.10.0 [INFO] [stderr] Compiling patchgl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Arc` is imported redundantly [INFO] [stderr] --> src/material/components/button_bar.rs:76:25 [INFO] [stderr] | [INFO] [stderr] 27 | use std::sync::Arc; [INFO] [stderr] | -------------- the item `Arc` is already imported here [INFO] [stderr] ... [INFO] [stderr] 76 | use std::sync::Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/material/entry.rs:96:27 [INFO] [stderr] | [INFO] [stderr] 96 | let pretext = pretext.trim_left().to_owned(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/window/mod.rs:172:17 [INFO] [stderr] | [INFO] [stderr] 172 | let mut far_blocklist = build_blocklist(range, far_flood, scribe); [INFO] [stderr] | ----^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 35s [INFO] running `"docker" "inspect" "3e82c7810bfa4be8bcf77eac22fb74a5e9c5cf48b22aa1951ddb4a77d97b4501"` [INFO] running `"docker" "rm" "-f" "3e82c7810bfa4be8bcf77eac22fb74a5e9c5cf48b22aa1951ddb4a77d97b4501"` [INFO] [stdout] 3e82c7810bfa4be8bcf77eac22fb74a5e9c5cf48b22aa1951ddb4a77d97b4501 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/wehjin/patchgl:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] f98ada58e5f31b6c6f977d598aebe7e24f6500682974cf41307bccee6fa16caa [INFO] running `"docker" "start" "-a" "f98ada58e5f31b6c6f977d598aebe7e24f6500682974cf41307bccee6fa16caa"` [INFO] [stderr] Compiling patchgl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Arc` is imported redundantly [INFO] [stderr] --> src/material/components/button_bar.rs:76:25 [INFO] [stderr] | [INFO] [stderr] 27 | use std::sync::Arc; [INFO] [stderr] | -------------- the item `Arc` is already imported here [INFO] [stderr] ... [INFO] [stderr] 76 | use std::sync::Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/material/entry.rs:96:27 [INFO] [stderr] | [INFO] [stderr] 96 | let pretext = pretext.trim_left().to_owned(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/window/mod.rs:172:17 [INFO] [stderr] | [INFO] [stderr] 172 | let mut far_blocklist = build_blocklist(range, far_flood, scribe); [INFO] [stderr] | ----^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `patchgl`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name patchgl src/lib.rs --color never --emit=dep-info,metadata,link -C debuginfo=2 --test -C metadata=ddddeae1d9288d39 -C extra-filename=-ddddeae1d9288d39 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern arrayvec=/opt/crater/target/debug/deps/libarrayvec-44ab2ea64bffc727.rlib --extern cage=/opt/crater/target/debug/deps/libcage-4fa70bfd389aaa9b.rlib --extern glium=/opt/crater/target/debug/deps/libglium-fafa7cd629f998dc.rlib --extern rand=/opt/crater/target/debug/deps/librand-03c23d22d3e9361a.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-4220b25739a1cd6a.rlib --extern unicode_normalization=/opt/crater/target/debug/deps/libunicode_normalization-ccbd5b9fce77c0b9.rlib --extern xml=/opt/crater/target/debug/deps/libxml-06d408055786e574.rlib --extern yaml_rust=/opt/crater/target/debug/deps/libyaml_rust-dcdabf090e875205.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-e174bdbed773b9e1/out/.libs -L native=/opt/crater/target/debug/build/libloading-5ca7f75b38a71b10/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/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.nav_track.6gyp80ij-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442" "/opt/crater/target/debug/examples/nav_track-e5f52cb052975442.28piadg1qeuzd8h9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-e174bdbed773b9e1/out/.libs" "-L" "/opt/crater/target/debug/build/libloading-5ca7f75b38a71b10/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpatchgl-92275755f15ca734.rlib" "/opt/crater/target/debug/deps/libxml-06d408055786e574.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-ccbd5b9fce77c0b9.rlib" "/opt/crater/target/debug/deps/librusttype-4220b25739a1cd6a.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3c3f2fc4eada21f7.rlib" "/opt/crater/target/debug/deps/libstb_truetype-db79e7ab69256e0b.rlib" "/opt/crater/target/debug/deps/libbyteorder-50f05d22b853007a.rlib" "/opt/crater/target/debug/deps/libarrayvec-03db29eddd1eaa15.rlib" "/opt/crater/target/debug/deps/libglium-fafa7cd629f998dc.rlib" "/opt/crater/target/debug/deps/libglutin-c78a0ae3c8fbd573.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-b2268b13c9cbf707.rlib" "/opt/crater/target/debug/deps/libwinit-1beb4669d798766e.rlib" "/opt/crater/target/debug/deps/libwayland_window-8ffeeb26378121b7.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-4721fdbe99df05f5.rlib" "/opt/crater/target/debug/deps/libtempfile-cd8a1a49eca793e7.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-f49eed63a208c5ca.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-8119dff86eda1ad1.rlib" "/opt/crater/target/debug/deps/libmemmap-74831e3f026e4a44.rlib" "/opt/crater/target/debug/deps/libwayland_client-6efad70e3cd9fa1b.rlib" "/opt/crater/target/debug/deps/libwayland_sys-0682b0fe3dda0a7e.rlib" "/opt/crater/target/debug/deps/libdlib-846555e76007ad68.rlib" "/opt/crater/target/debug/deps/liblibloading-14a5fe8497abdfde.rlib" "/opt/crater/target/debug/deps/libtoken_store-5f6cc137ad506af8.rlib" "/opt/crater/target/debug/deps/libbitflags-059a52e34f06c077.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libx11_dl-6c79745197bad528.rlib" "/opt/crater/target/debug/deps/libshared_library-914c08057c5dd066.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libsmallvec-478e5c2dac265abd.rlib" "/opt/crater/target/debug/deps/libbacktrace-2f6e87dc25e018ef.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-108decb7a84bc0fe.rlib" "/opt/crater/target/debug/deps/librustc_demangle-ba314cb0073d97b4.rlib" "/opt/crater/target/debug/deps/libcfg_if-d91c3b4a47d9636f.rlib" "/opt/crater/target/debug/deps/liblazy_static-2b2ddc91fce7b550.rlib" "/opt/crater/target/debug/deps/librand-03c23d22d3e9361a.rlib" "/opt/crater/target/debug/deps/liblibc-69fb33ee0a761606.rlib" "/opt/crater/target/debug/deps/libcage-4fa70bfd389aaa9b.rlib" "/opt/crater/target/debug/deps/libarrayvec-44ab2ea64bffc727.rlib" "/opt/crater/target/debug/deps/libnodrop-697e9e7b4137cb76.rlib" "/opt/crater/target/debug/deps/libodds-9464922c74b8c3bb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `patchgl`. [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/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.stepper.a3s1qqv4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/stepper-b417ee0718863398" "/opt/crater/target/debug/examples/stepper-b417ee0718863398.576rzcwvnb3b7iri.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-e174bdbed773b9e1/out/.libs" "-L" "/opt/crater/target/debug/build/libloading-5ca7f75b38a71b10/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpatchgl-92275755f15ca734.rlib" "/opt/crater/target/debug/deps/libxml-06d408055786e574.rlib" "/opt/crater/target/debug/deps/libbitflags-df219a1ec24cdf3b.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-ccbd5b9fce77c0b9.rlib" "/opt/crater/target/debug/deps/librusttype-4220b25739a1cd6a.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3c3f2fc4eada21f7.rlib" "/opt/crater/target/debug/deps/libstb_truetype-db79e7ab69256e0b.rlib" "/opt/crater/target/debug/deps/libbyteorder-50f05d22b853007a.rlib" "/opt/crater/target/debug/deps/libarrayvec-03db29eddd1eaa15.rlib" "/opt/crater/target/debug/deps/libglium-fafa7cd629f998dc.rlib" "/opt/crater/target/debug/deps/libglutin-c78a0ae3c8fbd573.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-b2268b13c9cbf707.rlib" "/opt/crater/target/debug/deps/libwinit-1beb4669d798766e.rlib" "/opt/crater/target/debug/deps/libwayland_window-8ffeeb26378121b7.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-4721fdbe99df05f5.rlib" "/opt/crater/target/debug/deps/libtempfile-cd8a1a49eca793e7.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-f49eed63a208c5ca.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-8119dff86eda1ad1.rlib" "/opt/crater/target/debug/deps/libmemmap-74831e3f026e4a44.rlib" "/opt/crater/target/debug/deps/libwayland_client-6efad70e3cd9fa1b.rlib" "/opt/crater/target/debug/deps/libwayland_sys-0682b0fe3dda0a7e.rlib" "/opt/crater/target/debug/deps/libdlib-846555e76007ad68.rlib" "/opt/crater/target/debug/deps/liblibloading-14a5fe8497abdfde.rlib" "/opt/crater/target/debug/deps/libtoken_store-5f6cc137ad506af8.rlib" "/opt/crater/target/debug/deps/libbitflags-059a52e34f06c077.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libx11_dl-6c79745197bad528.rlib" "/opt/crater/target/debug/deps/libshared_library-914c08057c5dd066.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libsmallvec-478e5c2dac265abd.rlib" "/opt/crater/target/debug/deps/libbacktrace-2f6e87dc25e018ef.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-108decb7a84bc0fe.rlib" "/opt/crater/target/debug/deps/librustc_demangle-ba314cb0073d97b4.rlib" "/opt/crater/target/debug/deps/libcfg_if-d91c3b4a47d9636f.rlib" "/opt/crater/target/debug/deps/liblazy_static-2b2ddc91fce7b550.rlib" "/opt/crater/target/debug/deps/librand-03c23d22d3e9361a.rlib" "/opt/crater/target/debug/deps/liblibc-69fb33ee0a761606.rlib" "/opt/crater/target/debug/deps/libcage-4fa70bfd389aaa9b.rlib" "/opt/crater/target/debug/deps/libarrayvec-44ab2ea64bffc727.rlib" "/opt/crater/target/debug/deps/libnodrop-697e9e7b4137cb76.rlib" "/opt/crater/target/debug/deps/libodds-9464922c74b8c3bb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `patchgl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f98ada58e5f31b6c6f977d598aebe7e24f6500682974cf41307bccee6fa16caa"` [INFO] running `"docker" "rm" "-f" "f98ada58e5f31b6c6f977d598aebe7e24f6500682974cf41307bccee6fa16caa"` [INFO] [stdout] f98ada58e5f31b6c6f977d598aebe7e24f6500682974cf41307bccee6fa16caa