[INFO] fetching crate doryen-rs 1.0.1... [INFO] extracting crate doryen-rs 1.0.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/doryen-rs/1.0.1 [INFO] extracting crate doryen-rs 1.0.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/doryen-rs/1.0.1 [INFO] validating manifest of doryen-rs-1.0.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of doryen-rs-1.0.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/doryen-rs/1.0.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] building doryen-rs-1.0.1 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] a9e60fac981278cbaa58edc9ac5d20bef791f024d88083ba78ece78d5e11222d [INFO] running `"docker" "start" "-a" "a9e60fac981278cbaa58edc9ac5d20bef791f024d88083ba78ece78d5e11222d"` [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling uni-app v0.1.0 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling uni-gl v0.1.1 [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 18.35s [INFO] running `"docker" "inspect" "a9e60fac981278cbaa58edc9ac5d20bef791f024d88083ba78ece78d5e11222d"` [INFO] running `"docker" "rm" "-f" "a9e60fac981278cbaa58edc9ac5d20bef791f024d88083ba78ece78d5e11222d"` [INFO] [stdout] a9e60fac981278cbaa58edc9ac5d20bef791f024d88083ba78ece78d5e11222d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 42aeb696a69c45c8d5ed2907cb97096cd7b23fea2bfb6859246c8190b63586fa [INFO] running `"docker" "start" "-a" "42aeb696a69c45c8d5ed2907cb97096cd7b23fea2bfb6859246c8190b63586fa"` [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/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] 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/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/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/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/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: 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/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] 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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.image.hw6b0zk6-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/image-13e8146bb881b20a" "/opt/crater/target/debug/examples/image-13e8146bb881b20a.35sywp6wqz8lv6mg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-482e48f0016d07d1/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdoryen_rs-f8366b857a342b26.rlib" "/opt/crater/target/debug/deps/libuni_gl-81a0e7899bb1e41e.rlib" "/opt/crater/target/debug/deps/libgl-acf30fe2045b654e.rlib" "/opt/crater/target/debug/deps/libuni_app-32affdeffbc9b785.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libglutin-20e962d552b94f82.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-a9b63d6e11a1d673.rlib" "/opt/crater/target/debug/deps/libwinit-f700251ddd752adf.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-c1c1e7e8fed82194.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-55b7a069063ff1a6.rlib" "/opt/crater/target/debug/deps/libwayland_client-98fb0b163690c127.rlib" "/opt/crater/target/debug/deps/libwayland_commons-da9bca3e1ffefacc.rlib" "/opt/crater/target/debug/deps/libwayland_sys-5bb7b966d7d5cf8a.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-a8b9f8236ccf9be2.rlib" "/opt/crater/target/debug/deps/libtempfile-c2d42533af2777c9.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-7762fc4290229646.rlib" "/opt/crater/target/debug/deps/librand-b197efa7da4505df.rlib" "/opt/crater/target/debug/deps/librand_xorshift-f084f711b92c39c1.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-918e9b1d46af991f.rlib" "/opt/crater/target/debug/deps/librand_chacha-f54cdb59bf8e46e7.rlib" "/opt/crater/target/debug/deps/librand_isaac-eba5cc24f761d358.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/libnix-9a9e6c575241442a.rlib" "/opt/crater/target/debug/deps/libvoid-4ffe1dd99c0eb293.rlib" "/opt/crater/target/debug/deps/libmemmap-79c75a0d6931c420.rlib" "/opt/crater/target/debug/deps/libdlib-4761fe25714d393f.rlib" "/opt/crater/target/debug/deps/liblibloading-aa9b3fb5db83a52c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libparking_lot-58b6dce75d4cff20.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-d6b9bc779b9b10ef.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/librand-6a0d1acfb1c82f28.rlib" "/opt/crater/target/debug/deps/librand_core-1d860b4e848ceb7b.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libx11_dl-1e92cbf20bc99e01.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libshared_library-1acc43773092c134.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libimage-20445cdd39b1db98.rlib" "/opt/crater/target/debug/deps/libpng-00f9dae33d88490d.rlib" "/opt/crater/target/debug/deps/libdeflate-0336331807bd9314.rlib" "/opt/crater/target/debug/deps/libinflate-7d99f1e2c2f73d5b.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/liblzw-d72769a44ab4462c.rlib" "/opt/crater/target/debug/deps/libnum_rational-c4c67b657135b812.rlib" "/opt/crater/target/debug/deps/libnum_iter-528a9a14ce68dc5d.rlib" "/opt/crater/target/debug/deps/libnum_integer-2d1d5f209c0b4293.rlib" "/opt/crater/target/debug/deps/libnum_traits-e412f35869a97c27.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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 `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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.resize.eeqqwypu-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e" "/opt/crater/target/debug/examples/resize-1f82e687e72e954e.szknr23df1uppd8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-482e48f0016d07d1/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdoryen_rs-f8366b857a342b26.rlib" "/opt/crater/target/debug/deps/libuni_gl-81a0e7899bb1e41e.rlib" "/opt/crater/target/debug/deps/libgl-acf30fe2045b654e.rlib" "/opt/crater/target/debug/deps/libuni_app-32affdeffbc9b785.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libglutin-20e962d552b94f82.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-a9b63d6e11a1d673.rlib" "/opt/crater/target/debug/deps/libwinit-f700251ddd752adf.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-c1c1e7e8fed82194.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-55b7a069063ff1a6.rlib" "/opt/crater/target/debug/deps/libwayland_client-98fb0b163690c127.rlib" "/opt/crater/target/debug/deps/libwayland_commons-da9bca3e1ffefacc.rlib" "/opt/crater/target/debug/deps/libwayland_sys-5bb7b966d7d5cf8a.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-a8b9f8236ccf9be2.rlib" "/opt/crater/target/debug/deps/libtempfile-c2d42533af2777c9.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-7762fc4290229646.rlib" "/opt/crater/target/debug/deps/librand-b197efa7da4505df.rlib" "/opt/crater/target/debug/deps/librand_xorshift-f084f711b92c39c1.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-918e9b1d46af991f.rlib" "/opt/crater/target/debug/deps/librand_chacha-f54cdb59bf8e46e7.rlib" "/opt/crater/target/debug/deps/librand_isaac-eba5cc24f761d358.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/libnix-9a9e6c575241442a.rlib" "/opt/crater/target/debug/deps/libvoid-4ffe1dd99c0eb293.rlib" "/opt/crater/target/debug/deps/libmemmap-79c75a0d6931c420.rlib" "/opt/crater/target/debug/deps/libdlib-4761fe25714d393f.rlib" "/opt/crater/target/debug/deps/liblibloading-aa9b3fb5db83a52c.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libparking_lot-58b6dce75d4cff20.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-d6b9bc779b9b10ef.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/librand-6a0d1acfb1c82f28.rlib" "/opt/crater/target/debug/deps/librand_core-1d860b4e848ceb7b.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libx11_dl-1e92cbf20bc99e01.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libshared_library-1acc43773092c134.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libimage-20445cdd39b1db98.rlib" "/opt/crater/target/debug/deps/libpng-00f9dae33d88490d.rlib" "/opt/crater/target/debug/deps/libdeflate-0336331807bd9314.rlib" "/opt/crater/target/debug/deps/libinflate-7d99f1e2c2f73d5b.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/liblzw-d72769a44ab4462c.rlib" "/opt/crater/target/debug/deps/libnum_rational-c4c67b657135b812.rlib" "/opt/crater/target/debug/deps/libnum_iter-528a9a14ce68dc5d.rlib" "/opt/crater/target/debug/deps/libnum_integer-2d1d5f209c0b4293.rlib" "/opt/crater/target/debug/deps/libnum_traits-e412f35869a97c27.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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" "42aeb696a69c45c8d5ed2907cb97096cd7b23fea2bfb6859246c8190b63586fa"` [INFO] running `"docker" "rm" "-f" "42aeb696a69c45c8d5ed2907cb97096cd7b23fea2bfb6859246c8190b63586fa"` [INFO] [stdout] 42aeb696a69c45c8d5ed2907cb97096cd7b23fea2bfb6859246c8190b63586fa