[INFO] cloning repository https://github.com/egol/RustCal [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/egol/RustCal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegol%2FRustCal", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegol%2FRustCal'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8dae85e734b0934a3d17c7c10244bd127237052 [INFO] testing egol/RustCal against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegol%2FRustCal" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/egol/RustCal on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/egol/RustCal [INFO] finished tweaking git repo https://github.com/egol/RustCal [INFO] tweaked toml for git repo https://github.com/egol/RustCal written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/egol/RustCal already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf93820cf37bd20d74948086920b3833d9698a85691d79b589400083668bfa18 [INFO] running `Command { std: "docker" "start" "-a" "cf93820cf37bd20d74948086920b3833d9698a85691d79b589400083668bfa18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf93820cf37bd20d74948086920b3833d9698a85691d79b589400083668bfa18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf93820cf37bd20d74948086920b3833d9698a85691d79b589400083668bfa18", kill_on_drop: false }` [INFO] [stdout] cf93820cf37bd20d74948086920b3833d9698a85691d79b589400083668bfa18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 778f14aa9fe8f27c6cefb252c7aebc144e6092eaf1085662e4551c36b6d2e862 [INFO] running `Command { std: "docker" "start" "-a" "778f14aa9fe8f27c6cefb252c7aebc144e6092eaf1085662e4551c36b6d2e862", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling arc-swap v0.4.5 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling array-macro v1.0.4 [INFO] [stderr] Compiling xi-unicode v0.2.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling owning_ref v0.4.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling bear-lib-terminal-sys v1.3.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling bear-lib-terminal v2.0.0 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling signal-hook v0.1.13 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling enum-map-derive v0.4.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling enum-map v0.6.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling enumset_derive v0.4.4 [INFO] [stderr] Compiling enumset v0.4.5 [INFO] [stderr] Compiling cursive v0.14.0 [INFO] [stderr] Compiling cursive_calendar_view v0.6.0 [INFO] [stderr] Compiling gui v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `RefMut` [INFO] [stdout] --> src/main.rs:17:26 [INFO] [stdout] | [INFO] [stdout] 17 | use std::cell::{RefCell, RefMut}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde_json::json` [INFO] [stdout] --> src/main.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | use serde_json::json; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `NaiveDate`, `NaiveTime` [INFO] [stdout] --> src/util/weather.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | use chrono::{NaiveDate, NaiveTime}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str::FromStr` [INFO] [stdout] --> src/util/weather.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::str::FromStr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hyper::status::StatusCode` [INFO] [stdout] --> src/util/weather.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use hyper::status::StatusCode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::error::Error` [INFO] [stdout] --> src/util/weather.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::time::Duration` [INFO] [stdout] --> src/main.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | use std::time::Duration; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event` [INFO] [stdout] --> src/main.rs:333:28 [INFO] [stdout] | [INFO] [stdout] 333 | fn on_event(&mut self, event: Event) -> EventResult { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `counter` [INFO] [stdout] --> src/main.rs:505:17 [INFO] [stdout] | [INFO] [stdout] 505 | let mut counter = 0; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_counter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/util/weather.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | let mut weather = Weather { [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:505:13 [INFO] [stdout] | [INFO] [stdout] 505 | let mut counter = 0; [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:1388:9 [INFO] [stdout] | [INFO] [stdout] 1388 | let mut theme = siv.current_theme().clone(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/main.rs:1393:10 [INFO] [stdout] | [INFO] [stdout] 1393 | fn write(mut s: &HashMap>) { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_weather` [INFO] [stdout] --> src/util/weather.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn get_weather>(location: L) -> Weather { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_raw_data` [INFO] [stdout] --> src/util/weather.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | fn get_raw_data>(location: L) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `ndays_in_month` [INFO] [stdout] --> src/main.rs:85:4 [INFO] [stdout] | [INFO] [stdout] 85 | fn ndays_in_month(year: i32, month: u32) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `num_to_string` [INFO] [stdout] --> src/main.rs:112:4 [INFO] [stdout] | [INFO] [stdout] 112 | fn num_to_string(num : i32) -> String{ [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `changed` [INFO] [stdout] --> src/main.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | changed: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cell_to_day` [INFO] [stdout] --> src/main.rs:1297:4 [INFO] [stdout] | [INFO] [stdout] 1297 | fn cell_to_day(cell : cursive::XY) -> u32{ [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:1501:13 [INFO] [stdout] | [INFO] [stdout] 1501 | sink.send(Box::new(|s: &mut Cursive| s.refresh())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.gui.9bbd5e2e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77.470styj1rnsv8pco.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libhyper-2aa0eae1fe8485b5.rlib" "/opt/rustwide/target/debug/deps/libmime-e699d815dfa66f5e.rlib" "/opt/rustwide/target/debug/deps/liblog-d8076ebab115f906.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-37f7d17139cd9425.rlib" "/opt/rustwide/target/debug/deps/libtypeable-d3a84a67a7ffe8fc.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-42e9b07b4448e262.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e3d383f8f3ccf0c2.rlib" "/opt/rustwide/target/debug/deps/libhttparse-33207b296810ef8b.rlib" "/opt/rustwide/target/debug/deps/libunicase-45fc40b99a4467f9.rlib" "/opt/rustwide/target/debug/deps/liburl-4e033c897ead5509.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-a5414215aa73ce68.rlib" "/opt/rustwide/target/debug/deps/libidna-5b0bc50901fddeed.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-01d45e4bb6d5d94c.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-c93226a030174c16.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-fbe957e6f985f3bf.rlib" "/opt/rustwide/target/debug/deps/libmatches-794dc2bc143388e6.rlib" "/opt/rustwide/target/debug/deps/libbase64-e558fb3f6e200d2f.rlib" "/opt/rustwide/target/debug/deps/libsafemem-a46c2200436dbeb2.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-195565e85f6c1ed0.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cdccc6c7693083a9.rlib" "/opt/rustwide/target/debug/deps/libryu-2d7eccfd2031d80e.rlib" "/opt/rustwide/target/debug/deps/libitoa-34a2faae92b6be45.rlib" "/opt/rustwide/target/debug/deps/libcursive_calendar_view-59051d8ca98cca78.rlib" "/opt/rustwide/target/debug/deps/libcursive-2d3185d515c22ffb.rlib" "/opt/rustwide/target/debug/deps/libahash-61c03865907cee90.rlib" "/opt/rustwide/target/debug/deps/libconst_random-cc0ec3a4f9b2f258.rlib" "/opt/rustwide/target/debug/deps/libbear_lib_terminal-f9ac3eef504d55b1.rlib" "/opt/rustwide/target/debug/deps/libbear_lib_terminal_sys-4d39a6cf9673c1da.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-b40e92d88c2b6fab.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-037e65e28d1b70df.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-88451f64bea5bbfe.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5ac1d4189dbed124.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6966cf89fb86060e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-011ed21887195bc3.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-69ca8dbf26a1f5e7.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-bcd7e61987b13e66.rlib" "/opt/rustwide/target/debug/deps/liblog-48bf6b66dbf092f6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "/opt/rustwide/target/debug/deps/libnum-1858518e412d7d5c.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-243f9aa961200136.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-77a61a5671b14b46.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-e18d592a5224d835.rlib" "/opt/rustwide/target/debug/deps/libenum_map-0bbf64a49ef346fc.rlib" "/opt/rustwide/target/debug/deps/libarray_macro-6ddf444badce731d.rlib" "/opt/rustwide/target/debug/deps/libenumset-9750f67a07c862b2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libxi_unicode-762dc18ffce8cd48.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-39c5586bd6fcbca1.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-3c342d079e71184b.rlib" "/opt/rustwide/target/debug/deps/libchrono-25b1d97454fe61aa.rlib" "/opt/rustwide/target/debug/deps/libserde-6f282076f6d31a33.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-cbda050a705224a9.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-366e7273f3f3457d.rlib" "/opt/rustwide/target/debug/deps/libtime-9efb4ec732edf51e.rlib" "/opt/rustwide/target/debug/deps/liblibc-447062c7ebe8aa94.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lBearLibTerminal" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/gui-6c01c262f4a2dd77" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lBearLibTerminal [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gui` due to 2 previous errors; 20 warnings emitted [INFO] running `Command { std: "docker" "inspect" "778f14aa9fe8f27c6cefb252c7aebc144e6092eaf1085662e4551c36b6d2e862", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "778f14aa9fe8f27c6cefb252c7aebc144e6092eaf1085662e4551c36b6d2e862", kill_on_drop: false }` [INFO] [stdout] 778f14aa9fe8f27c6cefb252c7aebc144e6092eaf1085662e4551c36b6d2e862