[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.38-1/sources/1.37.0/gh/wehjin/patchgl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/wehjin/patchgl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/wehjin/patchgl" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/wehjin/patchgl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of wehjin/patchgl on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing wehjin/patchgl against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 145fff552fe90c02f333e1d7292507e648b738b454ec0f66e066275935175bbf [INFO] running `"docker" "start" "-a" "145fff552fe90c02f333e1d7292507e648b738b454ec0f66e066275935175bbf"` [INFO] [stderr] Compiling cc v1.0.9 [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 memmap v0.6.2 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling x11-dl v2.17.5 [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 rusttype v0.2.3 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [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] = note: for more information, try `rustc --explain E0729` [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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling glutin v0.12.2 [INFO] [stderr] Compiling glium v0.20.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling wayland-client v0.12.5 [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 backtrace v0.3.5 [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:18:31 [INFO] [stderr] | [INFO] [stderr] 18 | fn sequence(&self) -> Box>; [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Sequence` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:23:22 [INFO] [stderr] | [INFO] [stderr] 23 | pub on_next: Box Reading>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() -> Reading` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:24:22 [INFO] [stderr] | [INFO] [stderr] 24 | pub on_stop: Box, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn FnMut()` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | parent: Box>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Sequence` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:59:25 [INFO] [stderr] | [INFO] [stderr] 59 | on_sequence: Rc Box>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Box>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:59:37 [INFO] [stderr] | [INFO] [stderr] 59 | on_sequence: Rc Box>>>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Sequence` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:69:31 [INFO] [stderr] | [INFO] [stderr] 69 | fn sequence(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Sequence` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:84:45 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn from_on_sequence(on_sequence: Box Box>>) -> BasicReadable { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Box>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:84:57 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn from_on_sequence(on_sequence: Box Box>>) -> BasicReadable { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Sequence` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/flood/extras.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | Touch(u64, Arc MsgT + Send + Sync>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(TouchMsg) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/flood/extras.rs:76:15 [INFO] [stderr] | [INFO] [stderr] 76 | Input(Arc MsgT + Send + Sync>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Input) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/flood/extras.rs:95:27 [INFO] [stderr] | [INFO] [stderr] 95 | RangeAdapter(u64, Arc MsgT + Send + Sync>) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u64, &BlockRange) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/blocklist.rs:10:39 [INFO] [stderr] | [INFO] [stderr] 10 | pub touch_adapters: Vec<(u64, Arc MsgT + Send + Sync>)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(TouchMsg) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/blocklist.rs:11:33 [INFO] [stderr] | [INFO] [stderr] 11 | pub input_adapters: Vec MsgT + Send + Sync>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Input) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/open_window.rs:21:39 [INFO] [stderr] | [INFO] [stderr] 21 | pub touch_adapters: Vec<(u64, Arc MsgT + Send + Sync>)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(TouchMsg) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/open_window.rs:22:33 [INFO] [stderr] | [INFO] [stderr] 22 | pub input_adapters: Vec MsgT + Send + Sync>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Input) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/open_window.rs:176:68 [INFO] [stderr] | [INFO] [stderr] 176 | fn find_touch_adapter(&self, recipient_tag: u64) -> Option MsgT>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(TouchMsg) -> MsgT` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:25:19 [INFO] [stderr] | [INFO] [stderr] 25 | update_f: Box ()>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut MdlT, MsgT) -> ()` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | draw_f: Box Flood>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MdlT) -> Flood` [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 45s [INFO] running `"docker" "inspect" "145fff552fe90c02f333e1d7292507e648b738b454ec0f66e066275935175bbf"` [INFO] running `"docker" "rm" "-f" "145fff552fe90c02f333e1d7292507e648b738b454ec0f66e066275935175bbf"` [INFO] [stdout] 145fff552fe90c02f333e1d7292507e648b738b454ec0f66e066275935175bbf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] ac057a119d1f2bf01371a3007f0ecd794f0c859b77ba439ba2218b877ad7686d [INFO] running `"docker" "start" "-a" "ac057a119d1f2bf01371a3007f0ecd794f0c859b77ba439ba2218b877ad7686d"` [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:18:31 [INFO] [stderr] | [INFO] [stderr] 18 | fn sequence(&self) -> Box>; [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Sequence` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:23:22 [INFO] [stderr] | [INFO] [stderr] 23 | pub on_next: Box Reading>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() -> Reading` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:24:22 [INFO] [stderr] | [INFO] [stderr] 24 | pub on_stop: Box, [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn FnMut()` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | parent: Box>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Sequence` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:59:25 [INFO] [stderr] | [INFO] [stderr] 59 | on_sequence: Rc Box>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Box>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:59:37 [INFO] [stderr] | [INFO] [stderr] 59 | on_sequence: Rc Box>>>, [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Sequence` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:69:31 [INFO] [stderr] | [INFO] [stderr] 69 | fn sequence(&self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Sequence` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:84:45 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn from_on_sequence(on_sequence: Box Box>>) -> BasicReadable { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> Box>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ix.rs:84:57 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn from_on_sequence(on_sequence: Box Box>>) -> BasicReadable { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Sequence` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/flood/extras.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | Touch(u64, Arc MsgT + Send + Sync>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(TouchMsg) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/flood/extras.rs:76:15 [INFO] [stderr] | [INFO] [stderr] 76 | Input(Arc MsgT + Send + Sync>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Input) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/flood/extras.rs:95:27 [INFO] [stderr] | [INFO] [stderr] 95 | RangeAdapter(u64, Arc MsgT + Send + Sync>) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u64, &BlockRange) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/blocklist.rs:10:39 [INFO] [stderr] | [INFO] [stderr] 10 | pub touch_adapters: Vec<(u64, Arc MsgT + Send + Sync>)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(TouchMsg) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/blocklist.rs:11:33 [INFO] [stderr] | [INFO] [stderr] 11 | pub input_adapters: Vec MsgT + Send + Sync>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Input) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/open_window.rs:21:39 [INFO] [stderr] | [INFO] [stderr] 21 | pub touch_adapters: Vec<(u64, Arc MsgT + Send + Sync>)>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(TouchMsg) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/open_window.rs:22:33 [INFO] [stderr] | [INFO] [stderr] 22 | pub input_adapters: Vec MsgT + Send + Sync>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(Input) -> MsgT + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/open_window.rs:176:68 [INFO] [stderr] | [INFO] [stderr] 176 | fn find_touch_adapter(&self, recipient_tag: u64) -> Option MsgT>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(TouchMsg) -> MsgT` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:25:19 [INFO] [stderr] | [INFO] [stderr] 25 | update_f: Box ()>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut MdlT, MsgT) -> ()` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:26:17 [INFO] [stderr] | [INFO] [stderr] 26 | draw_f: Box Flood>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&MdlT) -> Flood` [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: 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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.resize.cpn41nfp-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040" "/opt/crater/target/debug/examples/resize-f9e6b7810778f040.28jaws8lpozlgfe1.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-a2f50c432ca47c18/out/.libs" "-L" "/opt/crater/target/debug/build/libloading-3f052416f3825059/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpatchgl-a031d333c171ee08.rlib" "/opt/crater/target/debug/deps/libxml-fd2ea969768d1f7d.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-e25b6a8886d9efb5.rlib" "/opt/crater/target/debug/deps/librusttype-90e61f03343c6829.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-b4974d327ab2ca73.rlib" "/opt/crater/target/debug/deps/libstb_truetype-58346ceea7edf086.rlib" "/opt/crater/target/debug/deps/libbyteorder-8d43895f436e64b3.rlib" "/opt/crater/target/debug/deps/libarrayvec-3068e5322b0e4a72.rlib" "/opt/crater/target/debug/deps/libglium-383ad2b58061d73a.rlib" "/opt/crater/target/debug/deps/libglutin-cfff9f39a29e3b5a.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2876197aa35b8cf1.rlib" "/opt/crater/target/debug/deps/libwinit-97ad2b90af2fca18.rlib" "/opt/crater/target/debug/deps/libwayland_window-5254c856f8dcc8ba.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-923ad9af8a7d74e4.rlib" "/opt/crater/target/debug/deps/libtempfile-cde252616f41c873.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-8b869aca1eb49a3a.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-6ed3a89028f66205.rlib" "/opt/crater/target/debug/deps/libmemmap-300731adaaff519c.rlib" "/opt/crater/target/debug/deps/libwayland_client-ffcbd6ff6e587eb4.rlib" "/opt/crater/target/debug/deps/libwayland_sys-bdc1c355f3b838eb.rlib" "/opt/crater/target/debug/deps/libdlib-4f505ed33940d4c6.rlib" "/opt/crater/target/debug/deps/liblibloading-a36ff060e99240d2.rlib" "/opt/crater/target/debug/deps/libtoken_store-f71199f84fc1d49f.rlib" "/opt/crater/target/debug/deps/libbitflags-8691998c5ee83e05.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libx11_dl-0819ee58d5459c70.rlib" "/opt/crater/target/debug/deps/libshared_library-d91e0ca0c31edc58.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libsmallvec-d0424b4b52fd430e.rlib" "/opt/crater/target/debug/deps/libbacktrace-e0cf0a8dbbc3905c.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-c0fa751f4708987b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-3b3606e107bbf8ae.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/liblazy_static-477b2fb8337c6397.rlib" "/opt/crater/target/debug/deps/librand-2981ef7bae904deb.rlib" "/opt/crater/target/debug/deps/liblibc-9d78a2d2719851af.rlib" "/opt/crater/target/debug/deps/libcage-4bb38bac4796c4cc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ef5c57361f46b70f.rlib" "/opt/crater/target/debug/deps/libnodrop-bbf09d97328bc5e9.rlib" "/opt/crater/target/debug/deps/libodds-674396a1284a77ff.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Bad address [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: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.patchgl.5hgbkagy-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc" "/opt/crater/target/debug/deps/patchgl-d0ba809baf2efcbc.hnd9ncfh3s73hys.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-a2f50c432ca47c18/out/.libs" "-L" "/opt/crater/target/debug/build/libloading-3f052416f3825059/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libxml-fd2ea969768d1f7d.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-e25b6a8886d9efb5.rlib" "/opt/crater/target/debug/deps/librusttype-90e61f03343c6829.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-b4974d327ab2ca73.rlib" "/opt/crater/target/debug/deps/libstb_truetype-58346ceea7edf086.rlib" "/opt/crater/target/debug/deps/libbyteorder-8d43895f436e64b3.rlib" "/opt/crater/target/debug/deps/libarrayvec-3068e5322b0e4a72.rlib" "/opt/crater/target/debug/deps/libglium-383ad2b58061d73a.rlib" "/opt/crater/target/debug/deps/libglutin-cfff9f39a29e3b5a.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2876197aa35b8cf1.rlib" "/opt/crater/target/debug/deps/libwinit-97ad2b90af2fca18.rlib" "/opt/crater/target/debug/deps/libwayland_window-5254c856f8dcc8ba.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-923ad9af8a7d74e4.rlib" "/opt/crater/target/debug/deps/libtempfile-cde252616f41c873.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-8b869aca1eb49a3a.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-6ed3a89028f66205.rlib" "/opt/crater/target/debug/deps/libmemmap-300731adaaff519c.rlib" "/opt/crater/target/debug/deps/libwayland_client-ffcbd6ff6e587eb4.rlib" "/opt/crater/target/debug/deps/libwayland_sys-bdc1c355f3b838eb.rlib" "/opt/crater/target/debug/deps/libdlib-4f505ed33940d4c6.rlib" "/opt/crater/target/debug/deps/liblibloading-a36ff060e99240d2.rlib" "/opt/crater/target/debug/deps/libtoken_store-f71199f84fc1d49f.rlib" "/opt/crater/target/debug/deps/libbitflags-8691998c5ee83e05.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libx11_dl-0819ee58d5459c70.rlib" "/opt/crater/target/debug/deps/libshared_library-d91e0ca0c31edc58.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libsmallvec-d0424b4b52fd430e.rlib" "/opt/crater/target/debug/deps/libbacktrace-e0cf0a8dbbc3905c.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-c0fa751f4708987b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-3b3606e107bbf8ae.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/liblazy_static-477b2fb8337c6397.rlib" "/opt/crater/target/debug/deps/libcage-4bb38bac4796c4cc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ef5c57361f46b70f.rlib" "/opt/crater/target/debug/deps/libnodrop-bbf09d97328bc5e9.rlib" "/opt/crater/target/debug/deps/libodds-674396a1284a77ff.rlib" "/opt/crater/target/debug/deps/librand-2981ef7bae904deb.rlib" "/opt/crater/target/debug/deps/liblibc-9d78a2d2719851af.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.counter.bmr907us-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160" "/opt/crater/target/debug/examples/counter-7e24eeac2d7cf160.18bnde84wc5lq10b.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-a2f50c432ca47c18/out/.libs" "-L" "/opt/crater/target/debug/build/libloading-3f052416f3825059/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpatchgl-a031d333c171ee08.rlib" "/opt/crater/target/debug/deps/libxml-fd2ea969768d1f7d.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-e25b6a8886d9efb5.rlib" "/opt/crater/target/debug/deps/librusttype-90e61f03343c6829.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-b4974d327ab2ca73.rlib" "/opt/crater/target/debug/deps/libstb_truetype-58346ceea7edf086.rlib" "/opt/crater/target/debug/deps/libbyteorder-8d43895f436e64b3.rlib" "/opt/crater/target/debug/deps/libarrayvec-3068e5322b0e4a72.rlib" "/opt/crater/target/debug/deps/libglium-383ad2b58061d73a.rlib" "/opt/crater/target/debug/deps/libglutin-cfff9f39a29e3b5a.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2876197aa35b8cf1.rlib" "/opt/crater/target/debug/deps/libwinit-97ad2b90af2fca18.rlib" "/opt/crater/target/debug/deps/libwayland_window-5254c856f8dcc8ba.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-923ad9af8a7d74e4.rlib" "/opt/crater/target/debug/deps/libtempfile-cde252616f41c873.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-8b869aca1eb49a3a.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-6ed3a89028f66205.rlib" "/opt/crater/target/debug/deps/libmemmap-300731adaaff519c.rlib" "/opt/crater/target/debug/deps/libwayland_client-ffcbd6ff6e587eb4.rlib" "/opt/crater/target/debug/deps/libwayland_sys-bdc1c355f3b838eb.rlib" "/opt/crater/target/debug/deps/libdlib-4f505ed33940d4c6.rlib" "/opt/crater/target/debug/deps/liblibloading-a36ff060e99240d2.rlib" "/opt/crater/target/debug/deps/libtoken_store-f71199f84fc1d49f.rlib" "/opt/crater/target/debug/deps/libbitflags-8691998c5ee83e05.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libx11_dl-0819ee58d5459c70.rlib" "/opt/crater/target/debug/deps/libshared_library-d91e0ca0c31edc58.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libsmallvec-d0424b4b52fd430e.rlib" "/opt/crater/target/debug/deps/libbacktrace-e0cf0a8dbbc3905c.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-c0fa751f4708987b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-3b3606e107bbf8ae.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/liblazy_static-477b2fb8337c6397.rlib" "/opt/crater/target/debug/deps/librand-2981ef7bae904deb.rlib" "/opt/crater/target/debug/deps/liblibc-9d78a2d2719851af.rlib" "/opt/crater/target/debug/deps/libcage-4bb38bac4796c4cc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ef5c57361f46b70f.rlib" "/opt/crater/target/debug/deps/libnodrop-bbf09d97328bc5e9.rlib" "/opt/crater/target/debug/deps/libodds-674396a1284a77ff.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.shadow.4f08ck9d-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f" "/opt/crater/target/debug/examples/shadow-0d42c44f16dcd32f.1lesp0bgx62j7ocs.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-a2f50c432ca47c18/out/.libs" "-L" "/opt/crater/target/debug/build/libloading-3f052416f3825059/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libpatchgl-a031d333c171ee08.rlib" "/opt/crater/target/debug/deps/libxml-fd2ea969768d1f7d.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-e25b6a8886d9efb5.rlib" "/opt/crater/target/debug/deps/librusttype-90e61f03343c6829.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-b4974d327ab2ca73.rlib" "/opt/crater/target/debug/deps/libstb_truetype-58346ceea7edf086.rlib" "/opt/crater/target/debug/deps/libbyteorder-8d43895f436e64b3.rlib" "/opt/crater/target/debug/deps/libarrayvec-3068e5322b0e4a72.rlib" "/opt/crater/target/debug/deps/libglium-383ad2b58061d73a.rlib" "/opt/crater/target/debug/deps/libglutin-cfff9f39a29e3b5a.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2876197aa35b8cf1.rlib" "/opt/crater/target/debug/deps/libwinit-97ad2b90af2fca18.rlib" "/opt/crater/target/debug/deps/libwayland_window-5254c856f8dcc8ba.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-923ad9af8a7d74e4.rlib" "/opt/crater/target/debug/deps/libtempfile-cde252616f41c873.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-8b869aca1eb49a3a.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-6ed3a89028f66205.rlib" "/opt/crater/target/debug/deps/libmemmap-300731adaaff519c.rlib" "/opt/crater/target/debug/deps/libwayland_client-ffcbd6ff6e587eb4.rlib" "/opt/crater/target/debug/deps/libwayland_sys-bdc1c355f3b838eb.rlib" "/opt/crater/target/debug/deps/libdlib-4f505ed33940d4c6.rlib" "/opt/crater/target/debug/deps/liblibloading-a36ff060e99240d2.rlib" "/opt/crater/target/debug/deps/libtoken_store-f71199f84fc1d49f.rlib" "/opt/crater/target/debug/deps/libbitflags-8691998c5ee83e05.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libx11_dl-0819ee58d5459c70.rlib" "/opt/crater/target/debug/deps/libshared_library-d91e0ca0c31edc58.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libsmallvec-d0424b4b52fd430e.rlib" "/opt/crater/target/debug/deps/libbacktrace-e0cf0a8dbbc3905c.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-c0fa751f4708987b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-3b3606e107bbf8ae.rlib" "/opt/crater/target/debug/deps/libcfg_if-168f8d02dd20eb98.rlib" "/opt/crater/target/debug/deps/liblazy_static-477b2fb8337c6397.rlib" "/opt/crater/target/debug/deps/librand-2981ef7bae904deb.rlib" "/opt/crater/target/debug/deps/liblibc-9d78a2d2719851af.rlib" "/opt/crater/target/debug/deps/libcage-4bb38bac4796c4cc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ef5c57361f46b70f.rlib" "/opt/crater/target/debug/deps/libnodrop-bbf09d97328bc5e9.rlib" "/opt/crater/target/debug/deps/libodds-674396a1284a77ff.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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" "ac057a119d1f2bf01371a3007f0ecd794f0c859b77ba439ba2218b877ad7686d"` [INFO] running `"docker" "rm" "-f" "ac057a119d1f2bf01371a3007f0ecd794f0c859b77ba439ba2218b877ad7686d"` [INFO] [stdout] ac057a119d1f2bf01371a3007f0ecd794f0c859b77ba439ba2218b877ad7686d