[INFO] crate doryen-rs 1.0.1 is already in cache [INFO] extracting crate doryen-rs 1.0.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/doryen-rs/1.0.1 [INFO] extracting crate doryen-rs 1.0.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/doryen-rs/1.0.1 [INFO] validating manifest of doryen-rs-1.0.1 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 doryen-rs-1.0.1 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 doryen-rs-1.0.1 [INFO] finished frobbing doryen-rs-1.0.1 [INFO] frobbed toml for doryen-rs-1.0.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/doryen-rs/1.0.1/Cargo.toml [INFO] started frobbing doryen-rs-1.0.1 [INFO] finished frobbing doryen-rs-1.0.1 [INFO] frobbed toml for doryen-rs-1.0.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/doryen-rs/1.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 doryen-rs-1.0.1 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-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/doryen-rs/1.0.1:/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] 320bfaa633f027ee98f3f106797269b779689fba3f26a620a7bf9e79890ad1c4 [INFO] running `"docker" "start" "-a" "320bfaa633f027ee98f3f106797269b779689fba3f26a620a7bf9e79890ad1c4"` [INFO] [stderr] Compiling downcast-rs v1.0.4 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.20.12 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.6 [INFO] [stderr] Compiling winit v0.16.2 [INFO] [stderr] Compiling uni-gl v0.1.1 [INFO] [stderr] Compiling uni-app v0.1.0 [INFO] [stderr] Compiling doryen-rs v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:26:33 [INFO] [stderr] | [INFO] [stderr] 26 | fn input(&mut self) -> &mut InputApi; [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn InputApi` [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/app.rs:79:33 [INFO] [stderr] | [INFO] [stderr] 79 | fn input(&mut self) -> &mut InputApi { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn InputApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:107:35 [INFO] [stderr] | [INFO] [stderr] 107 | fn init(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:109:36 [INFO] [stderr] | [INFO] [stderr] 109 | fn update(&mut self, api: &mut DoryenApi); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:112:36 [INFO] [stderr] | [INFO] [stderr] 112 | fn render(&mut self, api: &mut DoryenApi); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:114:36 [INFO] [stderr] | [INFO] [stderr] 114 | fn resize(&mut self, api: &mut DoryenApi); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:151:24 [INFO] [stderr] | [INFO] [stderr] 151 | engine: Option>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:216:46 [INFO] [stderr] | [INFO] [stderr] 216 | pub fn set_engine(&mut self, engine: Box) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:251:26 [INFO] [stderr] | [INFO] [stderr] 251 | engine: &mut Box, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/console.rs:497:33 [INFO] [stderr] | [INFO] [stderr] 497 | let mut back = self.back[src_idx]; [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] warning: variable does not need to be mutable [INFO] [stderr] --> src/img.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | let mut offx = if x < 0 { -x } else { 0 }; [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/img.rs:67:17 [INFO] [stderr] | [INFO] [stderr] 67 | let mut offy = if y < 0 { -y } else { 0 }; [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.51s [INFO] running `"docker" "inspect" "320bfaa633f027ee98f3f106797269b779689fba3f26a620a7bf9e79890ad1c4"` [INFO] running `"docker" "rm" "-f" "320bfaa633f027ee98f3f106797269b779689fba3f26a620a7bf9e79890ad1c4"` [INFO] [stdout] 320bfaa633f027ee98f3f106797269b779689fba3f26a620a7bf9e79890ad1c4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/doryen-rs/1.0.1:/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] aa27ae58f5641b1536960f489aced465277e6c973c28dca478b5a21f55690b57 [INFO] running `"docker" "start" "-a" "aa27ae58f5641b1536960f489aced465277e6c973c28dca478b5a21f55690b57"` [INFO] [stderr] Compiling doryen-rs v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/blit.rs:35:35 [INFO] [stderr] | [INFO] [stderr] 35 | fn init(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [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] --> examples/blit.rs:36:37 [INFO] [stderr] | [INFO] [stderr] 36 | fn update(&mut self, _api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/blit.rs:52:36 [INFO] [stderr] | [INFO] [stderr] 52 | fn render(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/blit.rs:94:37 [INFO] [stderr] | [INFO] [stderr] 94 | fn resize(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/resize.rs:11:35 [INFO] [stderr] | [INFO] [stderr] 11 | fn init(&mut self, _api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [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] --> examples/resize.rs:13:37 [INFO] [stderr] | [INFO] [stderr] 13 | fn update(&mut self, _api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/resize.rs:15:36 [INFO] [stderr] | [INFO] [stderr] 15 | fn render(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/resize.rs:44:36 [INFO] [stderr] | [INFO] [stderr] 44 | fn resize(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/fonts.rs:36:35 [INFO] [stderr] | [INFO] [stderr] 36 | fn init(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [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] --> examples/fonts.rs:37:36 [INFO] [stderr] | [INFO] [stderr] 37 | fn update(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/fonts.rs:54:36 [INFO] [stderr] | [INFO] [stderr] 54 | fn render(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/fonts.rs:110:37 [INFO] [stderr] | [INFO] [stderr] 110 | fn resize(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/basic.rs:13:34 [INFO] [stderr] | [INFO] [stderr] 13 | fn init(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [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] --> examples/basic.rs:18:36 [INFO] [stderr] | [INFO] [stderr] 18 | fn update(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/basic.rs:31:36 [INFO] [stderr] | [INFO] [stderr] 31 | fn render(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/basic.rs:68:37 [INFO] [stderr] | [INFO] [stderr] 68 | fn resize(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:26:33 [INFO] [stderr] | [INFO] [stderr] 26 | fn input(&mut self) -> &mut InputApi; [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn InputApi` [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/app.rs:79:33 [INFO] [stderr] | [INFO] [stderr] 79 | fn input(&mut self) -> &mut InputApi { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn InputApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:107:35 [INFO] [stderr] | [INFO] [stderr] 107 | fn init(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:109:36 [INFO] [stderr] | [INFO] [stderr] 109 | fn update(&mut self, api: &mut DoryenApi); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:112:36 [INFO] [stderr] | [INFO] [stderr] 112 | fn render(&mut self, api: &mut DoryenApi); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:114:36 [INFO] [stderr] | [INFO] [stderr] 114 | fn resize(&mut self, api: &mut DoryenApi); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:151:24 [INFO] [stderr] | [INFO] [stderr] 151 | engine: Option>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:216:46 [INFO] [stderr] | [INFO] [stderr] 216 | pub fn set_engine(&mut self, engine: Box) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/app.rs:251:26 [INFO] [stderr] | [INFO] [stderr] 251 | engine: &mut Box, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Engine` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/unicode.rs:11:35 [INFO] [stderr] | [INFO] [stderr] 11 | fn init(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [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] --> examples/unicode.rs:12:37 [INFO] [stderr] | [INFO] [stderr] 12 | fn update(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/unicode.rs:13:36 [INFO] [stderr] | [INFO] [stderr] 13 | fn render(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/unicode.rs:27:37 [INFO] [stderr] | [INFO] [stderr] 27 | fn resize(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/subcell.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | fn init(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [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] --> examples/subcell.rs:14:37 [INFO] [stderr] | [INFO] [stderr] 14 | fn update(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/subcell.rs:15:36 [INFO] [stderr] | [INFO] [stderr] 15 | fn render(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/subcell.rs:28:37 [INFO] [stderr] | [INFO] [stderr] 28 | fn resize(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/perf.rs:13:35 [INFO] [stderr] | [INFO] [stderr] 13 | fn init(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [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] --> examples/perf.rs:14:37 [INFO] [stderr] | [INFO] [stderr] 14 | fn update(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/perf.rs:15:36 [INFO] [stderr] | [INFO] [stderr] 15 | fn render(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/perf.rs:64:36 [INFO] [stderr] | [INFO] [stderr] 64 | fn resize(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/console.rs:497:33 [INFO] [stderr] | [INFO] [stderr] 497 | let mut back = self.back[src_idx]; [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] warning: variable does not need to be mutable [INFO] [stderr] --> src/img.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | let mut offx = if x < 0 { -x } else { 0 }; [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/img.rs:67:17 [INFO] [stderr] | [INFO] [stderr] 67 | let mut offy = if y < 0 { -y } else { 0 }; [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/image.rs:15:35 [INFO] [stderr] | [INFO] [stderr] 15 | fn init(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [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] --> examples/image.rs:16:37 [INFO] [stderr] | [INFO] [stderr] 16 | fn update(&mut self, _api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/image.rs:20:36 [INFO] [stderr] | [INFO] [stderr] 20 | fn render(&mut self, api: &mut DoryenApi) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/image.rs:34:37 [INFO] [stderr] | [INFO] [stderr] 34 | fn resize(&mut self, _api: &mut DoryenApi) {} [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn DoryenApi` [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/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.fonts.3eakuqas-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0" "/opt/crater/target/debug/examples/fonts-9f160f70b57813c0.5brayr4kt57q410g.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-a7885328ec94489c/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/libdoryen_rs-61de6a3459cfa9f8.rlib" "/opt/crater/target/debug/deps/libuni_gl-b36ae8c42df86271.rlib" "/opt/crater/target/debug/deps/libgl-2aea6e0c0d0c44b2.rlib" "/opt/crater/target/debug/deps/libuni_app-983566e27005fdf0.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libglutin-5e4d1bef85746f82.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2309cbf7a73bb857.rlib" "/opt/crater/target/debug/deps/libwinit-9bf71ed177ddf55b.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-906541f96cb0f50c.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-dfbc9d1f390cd556.rlib" "/opt/crater/target/debug/deps/libwayland_client-c77ae0b08c250003.rlib" "/opt/crater/target/debug/deps/libwayland_commons-0c27364f8af7902f.rlib" "/opt/crater/target/debug/deps/libwayland_sys-4e315355e646a280.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-6ac72f8e2287e42d.rlib" "/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libmemmap-6bee26a92935da45.rlib" "/opt/crater/target/debug/deps/libdlib-c1861c240330de72.rlib" "/opt/crater/target/debug/deps/liblibloading-18549b2914766cf1.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libparking_lot-258b2ec505be47d6.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-8e16aecb40ca8523.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-cb5af28286ce0b15.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-90d213521f6bd9d5.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libshared_library-e715ec3127461678.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libimage-98530df0f1f43f9e.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libnum_rational-20811c851a7595f4.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.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: Cannot allocate memory [INFO] [stderr] collect2: error: ld returned 1 exit status [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/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/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.basic.2vgu76m2-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a" "/opt/crater/target/debug/examples/basic-ef5f76534b10300a.5dshdygkldkanpc4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-a7885328ec94489c/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/libdoryen_rs-61de6a3459cfa9f8.rlib" "/opt/crater/target/debug/deps/libuni_gl-b36ae8c42df86271.rlib" "/opt/crater/target/debug/deps/libgl-2aea6e0c0d0c44b2.rlib" "/opt/crater/target/debug/deps/libuni_app-983566e27005fdf0.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libglutin-5e4d1bef85746f82.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2309cbf7a73bb857.rlib" "/opt/crater/target/debug/deps/libwinit-9bf71ed177ddf55b.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-906541f96cb0f50c.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-dfbc9d1f390cd556.rlib" "/opt/crater/target/debug/deps/libwayland_client-c77ae0b08c250003.rlib" "/opt/crater/target/debug/deps/libwayland_commons-0c27364f8af7902f.rlib" "/opt/crater/target/debug/deps/libwayland_sys-4e315355e646a280.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-6ac72f8e2287e42d.rlib" "/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libmemmap-6bee26a92935da45.rlib" "/opt/crater/target/debug/deps/libdlib-c1861c240330de72.rlib" "/opt/crater/target/debug/deps/liblibloading-18549b2914766cf1.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libparking_lot-258b2ec505be47d6.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-8e16aecb40ca8523.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-cb5af28286ce0b15.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-90d213521f6bd9d5.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libshared_library-e715ec3127461678.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libimage-98530df0f1f43f9e.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libnum_rational-20811c851a7595f4.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.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: [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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `doryen-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `doryen-rs`. [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/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.blit.agfzfza5-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d" "/opt/crater/target/debug/examples/blit-cb1face75f3e1c4d.2ou88xfh4you2gbp.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-a7885328ec94489c/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/libdoryen_rs-61de6a3459cfa9f8.rlib" "/opt/crater/target/debug/deps/libuni_gl-b36ae8c42df86271.rlib" "/opt/crater/target/debug/deps/libgl-2aea6e0c0d0c44b2.rlib" "/opt/crater/target/debug/deps/libuni_app-983566e27005fdf0.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libglutin-5e4d1bef85746f82.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2309cbf7a73bb857.rlib" "/opt/crater/target/debug/deps/libwinit-9bf71ed177ddf55b.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-906541f96cb0f50c.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-dfbc9d1f390cd556.rlib" "/opt/crater/target/debug/deps/libwayland_client-c77ae0b08c250003.rlib" "/opt/crater/target/debug/deps/libwayland_commons-0c27364f8af7902f.rlib" "/opt/crater/target/debug/deps/libwayland_sys-4e315355e646a280.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-6ac72f8e2287e42d.rlib" "/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libmemmap-6bee26a92935da45.rlib" "/opt/crater/target/debug/deps/libdlib-c1861c240330de72.rlib" "/opt/crater/target/debug/deps/liblibloading-18549b2914766cf1.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libparking_lot-258b2ec505be47d6.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-8e16aecb40ca8523.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-cb5af28286ce0b15.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-90d213521f6bd9d5.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libshared_library-e715ec3127461678.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libimage-98530df0f1f43f9e.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libnum_rational-20811c851a7595f4.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.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: [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `doryen-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "aa27ae58f5641b1536960f489aced465277e6c973c28dca478b5a21f55690b57"` [INFO] running `"docker" "rm" "-f" "aa27ae58f5641b1536960f489aced465277e6c973c28dca478b5a21f55690b57"` [INFO] [stdout] aa27ae58f5641b1536960f489aced465277e6c973c28dca478b5a21f55690b57