[INFO] fetching crate flutter-engine 0.2.1... [INFO] extracting crate flutter-engine 0.2.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/flutter-engine/0.2.1 [INFO] extracting crate flutter-engine 0.2.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/flutter-engine/0.2.1 [INFO] validating manifest of flutter-engine-0.2.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 flutter-engine-0.2.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 flutter-engine-0.2.1 [INFO] finished frobbing flutter-engine-0.2.1 [INFO] frobbed toml for flutter-engine-0.2.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/flutter-engine/0.2.1/Cargo.toml [INFO] started frobbing flutter-engine-0.2.1 [INFO] finished frobbing flutter-engine-0.2.1 [INFO] frobbed toml for flutter-engine-0.2.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/flutter-engine/0.2.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] testing flutter-engine-0.2.1 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/flutter-engine/0.2.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] 94fed157d637e5b1479f7caaeb0af62aa4e494ba6c9921272419c568973031f6 [INFO] running `"docker" "start" "-a" "94fed157d637e5b1479f7caaeb0af62aa4e494ba6c9921272419c568973031f6"` [INFO] [stderr] Compiling tinyfiledialogs v3.3.5 [INFO] [stderr] Compiling glfw v0.25.1 [INFO] [stderr] Compiling flutter-engine v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/ffi.rs:3:43 [INFO] [stderr] | [INFO] [stderr] 3 | use libc::{c_int, size_t, c_char, c_void, uint8_t}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/ffi.rs:55:38 [INFO] [stderr] | [INFO] [stderr] 55 | libc::int64_t /* texture identifier */, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/ffi.rs:210:22 [INFO] [stderr] | [INFO] [stderr] 210 | data: *const uint8_t, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/ffi.rs:118:25 [INFO] [stderr] | [INFO] [stderr] 118 | pub message: *const uint8_t, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:747:105 [INFO] [stderr] | [INFO] [stderr] 747 | fn with_plugin)>(window_ptr: *mut glfw::ffi::GLFWwindow, channel: &str, mut cbk: F) { [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: method is never used: `type_id` [INFO] [stderr] --> src/codec/standard_codec.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | fn type_id(&self) -> u8 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `write_buf` [INFO] [stderr] --> src/codec/standard_codec.rs:459:5 [INFO] [stderr] | [INFO] [stderr] 459 | fn write_buf(&mut self, list: &[u8]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.85s [INFO] running `"docker" "inspect" "94fed157d637e5b1479f7caaeb0af62aa4e494ba6c9921272419c568973031f6"` [INFO] running `"docker" "rm" "-f" "94fed157d637e5b1479f7caaeb0af62aa4e494ba6c9921272419c568973031f6"` [INFO] [stdout] 94fed157d637e5b1479f7caaeb0af62aa4e494ba6c9921272419c568973031f6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/flutter-engine/0.2.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] 181ba8a47b7a4f729087633135aa284b51851466d930548b8a5abf1ccd9a89c1 [INFO] running `"docker" "start" "-a" "181ba8a47b7a4f729087633135aa284b51851466d930548b8a5abf1ccd9a89c1"` [INFO] [stderr] Compiling flutter-engine v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/ffi.rs:3:43 [INFO] [stderr] | [INFO] [stderr] 3 | use libc::{c_int, size_t, c_char, c_void, uint8_t}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::int64_t': Use i64 instead. [INFO] [stderr] --> src/ffi.rs:55:38 [INFO] [stderr] | [INFO] [stderr] 55 | libc::int64_t /* texture identifier */, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/ffi.rs:210:22 [INFO] [stderr] | [INFO] [stderr] 210 | data: *const uint8_t, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::uint8_t': Use u8 instead. [INFO] [stderr] --> src/ffi.rs:118:25 [INFO] [stderr] | [INFO] [stderr] 118 | pub message: *const uint8_t, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/lib.rs:747:105 [INFO] [stderr] | [INFO] [stderr] 747 | fn with_plugin)>(window_ptr: *mut glfw::ffi::GLFWwindow, channel: &str, mut cbk: F) { [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: method is never used: `type_id` [INFO] [stderr] --> src/codec/standard_codec.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | fn type_id(&self) -> u8 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `write_buf` [INFO] [stderr] --> src/codec/standard_codec.rs:459:5 [INFO] [stderr] | [INFO] [stderr] 459 | fn write_buf(&mut self, list: &[u8]) { [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.flutter_engine.72mv0gfz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5" "/opt/crater/target/debug/deps/flutter_engine-a0026574426d8bd5.2tks58q8hupdrltl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/glfw-sys-8ab1e9d0fd679769/out/lib" "-L" "/opt/crater/target/debug/build/tinyfiledialogs-0c87c0d980a0e259/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lflutter_engine" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-663ecae12a465161.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-acba595a0b25d09b.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b618c2997fe9241e.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-4755c7b1004b2bec.rlib" "/opt/crater/target/debug/deps/libgl-574786d3935709d8.rlib" "/opt/crater/target/debug/deps/libtinyfiledialogs-5ac236c1582d6b71.rlib" "/opt/crater/target/debug/deps/libtokio-20b51461ca1d9e7e.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-969dc633b66bf074.rlib" "/opt/crater/target/debug/deps/libmio_uds-36c84fa0b99c21d8.rlib" "/opt/crater/target/debug/deps/libtokio_udp-2b77b45bbe74b95f.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-1f2d484eacff4ffa.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-4a8c787c41a87734.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.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/libtokio_fs-daab17e1cfa4e3fa.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-cb18e29576d9ace0.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-799535963676307a.rlib" "/opt/crater/target/debug/deps/libtokio_io-561368d82f0d9a71.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libmio-10fce45ccd3bf7b5.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libbytes-4fe7c615bfe6227f.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libglfw-b3c5005fa762d058.rlib" "/opt/crater/target/debug/deps/libnum-88826ec24dbcd609.rlib" "/opt/crater/target/debug/deps/libnum_rational-ddbe2ff4995cded0.rlib" "/opt/crater/target/debug/deps/libnum_iter-bc04f5a4f1e5d060.rlib" "/opt/crater/target/debug/deps/libnum_complex-1b4571ad760a4de7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-157bdd8edc806b41.rlib" "/opt/crater/target/debug/deps/libnum_integer-2d1d5f209c0b4293.rlib" "/opt/crater/target/debug/deps/libenum_primitive-7ed5127a8c8427a2.rlib" "/opt/crater/target/debug/deps/libnum_traits-64fe8fa3b620ad9a.rlib" "/opt/crater/target/debug/deps/libnum_traits-e412f35869a97c27.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/liblog-1a7ce054c2b9d5f0.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libsemver-49d0ecb612184cf3.rlib" "/opt/crater/target/debug/deps/libnom-4b2debe0186023e2.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" "-lX11" "-lGL" "-lXxf86vm" "-lXrandr" "-lXi" "-lXcursor" "-lXinerama" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lflutter_engine [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 `flutter-engine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "181ba8a47b7a4f729087633135aa284b51851466d930548b8a5abf1ccd9a89c1"` [INFO] running `"docker" "rm" "-f" "181ba8a47b7a4f729087633135aa284b51851466d930548b8a5abf1ccd9a89c1"` [INFO] [stdout] 181ba8a47b7a4f729087633135aa284b51851466d930548b8a5abf1ccd9a89c1