[INFO] cloning repository https://github.com/ekisu/tpp_rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ekisu/tpp_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekisu%2Ftpp_rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekisu%2Ftpp_rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6bb3ab47004df77d6c2f22152fda642ca99d1122 [INFO] testing ekisu/tpp_rs against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekisu%2Ftpp_rs" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ekisu/tpp_rs on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ekisu/tpp_rs [INFO] finished tweaking git repo https://github.com/ekisu/tpp_rs [INFO] tweaked toml for git repo https://github.com/ekisu/tpp_rs written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/ekisu/tpp_rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded borrow-bag v1.0.0 [INFO] [stderr] Downloaded streaming-stats v0.2.2 [INFO] [stderr] Downloaded tempfile v3.0.6 [INFO] [stderr] Downloaded serde_derive v1.0.88 [INFO] [stderr] Downloaded gotham v0.3.0 [INFO] [stderr] Downloaded error-chain v0.12.0 [INFO] [stderr] Downloaded enigo v0.0.12 [INFO] [stderr] Downloaded gotham_derive v0.3.0 [INFO] [stderr] Downloaded bincode v1.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77a0b84d337fee85bce0b215d94cd0cf7a168d9e044fb964a075d3b632d0a770 [INFO] running `Command { std: "docker" "start" "-a" "77a0b84d337fee85bce0b215d94cd0cf7a168d9e044fb964a075d3b632d0a770", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77a0b84d337fee85bce0b215d94cd0cf7a168d9e044fb964a075d3b632d0a770", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77a0b84d337fee85bce0b215d94cd0cf7a168d9e044fb964a075d3b632d0a770", kill_on_drop: false }` [INFO] [stdout] 77a0b84d337fee85bce0b215d94cd0cf7a168d9e044fb964a075d3b632d0a770 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ece4a277c5a27bd09c3e444e5969e454aed97ee69b0dd4e18336499d5f4ca37f [INFO] running `Command { std: "docker" "start" "-a" "ece4a277c5a27bd09c3e444e5969e454aed97ee69b0dd4e18336499d5f4ca37f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling tokio-sync v0.1.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling bincode v1.1.2 [INFO] [stderr] Compiling enigo v0.0.12 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling nom v4.2.0 [INFO] [stderr] Compiling streaming-stats v0.2.2 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling tokio-mockstream v1.1.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling yaml-rust v0.4.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.88 [INFO] [stderr] Compiling gotham_derive v0.3.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling config v0.9.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling borrow-bag v1.0.0 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-fs v0.1.5 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling irc v0.13.6 [INFO] [stderr] Compiling gotham v0.3.0 [INFO] [stderr] Compiling tpp_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Button` [INFO] [stdout] --> src/command_input/twitch_input.rs:2:22 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::command::{Button, Command}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CommandInput` [INFO] [stdout] --> src/main.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | use command_input::{CommandInput, TwitchInput}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `gotham::handler::IntoResponse` [INFO] [stdout] --> src/renderer/http.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use gotham::handler::IntoResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::mpsc::channel` [INFO] [stdout] --> src/vote_system/democracy.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::sync::mpsc::channel; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde::Serialize` [INFO] [stdout] --> src/mediator.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use serde::Serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Button` [INFO] [stdout] --> src/mediator.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::command::{Button, Command}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AtomicUsize`, `Ordering` [INFO] [stdout] --> src/mediator.rs:11:25 [INFO] [stdout] | [INFO] [stdout] 11 | use std::sync::atomic::{AtomicUsize, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MediatorUpdate` [INFO] [stdout] --> src/control.rs:4:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::mediator::{MediatedDecision, MediatorUpdate, MediatorUpdateReceiver}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vote_system/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | pub type VoteFunction = Box; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - pub type VoteFunction = Box; [INFO] [stdout] 11 + pub type VoteFunction = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vote_system/mod.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn creator(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 38 - pub fn creator(&self) -> Box { [INFO] [stdout] 38 + pub fn creator(&self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `VoteSystemCreator` [INFO] [stdout] --> src/mediator.rs:7:31 [INFO] [stdout] | [INFO] [stdout] 7 | VoteFunction, VoteSystem, VoteSystemCreator, VoteSystemUpdateReceiver, VoteSystemUpdateSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `irc::client::prelude` [INFO] [stdout] --> src/main.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | use irc::client::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `user` [INFO] [stdout] --> src/mediator.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | let Input(cmd, user) = input; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_user` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vote_system` [INFO] [stdout] --> src/renderer/console.rs:25:35 [INFO] [stdout] | [INFO] [stdout] 25 | fn new_vote_system(&mut self, vote_system: VoteSystem) {} [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vote_system` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pct` [INFO] [stdout] --> src/renderer/console.rs:26:46 [INFO] [stdout] | [INFO] [stdout] 26 | fn new_vote_system_percentage(&mut self, pct: Option) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_pct` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/renderer/console.rs:27:61 [INFO] [stdout] | [INFO] [stdout] 27 | fn new_vote_system_democracy_partial_results(&mut self, t: u64, results: Frequencies) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `results` [INFO] [stdout] --> src/renderer/console.rs:27:69 [INFO] [stdout] | [INFO] [stdout] 27 | fn new_vote_system_democracy_partial_results(&mut self, t: u64, results: Frequencies) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_results` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/renderer/console.rs:29:57 [INFO] [stdout] | [INFO] [stdout] 29 | fn new_vote_system_change_secs_remaining(&mut self, t: u64) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cmd` [INFO] [stdout] --> src/renderer/http.rs:153:31 [INFO] [stdout] | [INFO] [stdout] 153 | fn new_command(&mut self, cmd: Command) {} [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cmd` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `percentage` [INFO] [stdout] --> src/vote_counter.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn percentage(&self, key: T) -> f64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/renderer/console.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/control.rs:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | unreachable!(format!( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 38 | | "on_decision: decision should always be a Command, but it was {:?}", [INFO] [stdout] 39 | | x [INFO] [stdout] 40 | | )); [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of unreachable!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the unreachable!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 37 ~ unreachable!( [INFO] [stdout] 38 | "on_decision: decision should always be a Command, but it was {:?}", [INFO] [stdout] 39 | x [INFO] [stdout] 40 ~ ); [INFO] [stdout] | [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/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.tpp_rs.1dbb81ff-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da.3fofd2eb91iewg6j.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-83864389933c2648/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libconfig-bcb0c8a7dae2be84.rlib" "/opt/rustwide/target/debug/deps/libini-0b1d916e8de39918.rlib" "/opt/rustwide/target/debug/deps/libserde_hjson-4a808e68bc5a2a39.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e9b23534c4cad8fb.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-43c789be3539f1f1.rlib" "/opt/rustwide/target/debug/deps/libserde-5a7e52bf66fde6b4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-e7857b9bcc96adbb.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-73479cff2f40aa0f.rlib" "/opt/rustwide/target/debug/deps/libnom-2c3dc40244c87fea.rlib" "/opt/rustwide/target/debug/deps/libstats-7f66a61ed7ee56e5.rlib" "/opt/rustwide/target/debug/deps/libenigo-629bfea75f292595.rlib" "/opt/rustwide/target/debug/deps/libirc-5106bd214ddf9273.rlib" "/opt/rustwide/target/debug/deps/libtoml-171836eabdf635f6.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-0b3625de03e1b98a.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-24f9896af2ed65be.rlib" "/opt/rustwide/target/debug/deps/libslab-f93403e3ff82002f.rlib" "/opt/rustwide/target/debug/deps/libtokio_mockstream-87048c6020ebdf7b.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-4ae2c777a09d5077.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-71b994545d683b7a.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-78b918ec55bcc49e.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-fa58122470da78f0.rlib" "/opt/rustwide/target/debug/deps/libopenssl-927467396cf7ecca.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-c3afd1bc5e0bf6f5.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-df0e58a4f0a4cf2f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-a92bffa6dfc6160f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0987f7eb4066015f.rlib" "/opt/rustwide/target/debug/deps/libencoding-d62f5814b047f5ee.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-a3be7ac62dff3fdb.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-b993a7e8f3caa2b6.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-287d72fe156784ab.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-6fcbf12c6911f6ea.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-1b5647622df09678.rlib" "/opt/rustwide/target/debug/deps/libbufstream-98270e9a27dd3ef8.rlib" "/opt/rustwide/target/debug/deps/libserde_json-3add3ee8c9bfb8e3.rlib" "/opt/rustwide/target/debug/deps/libryu-60de7040588ce18e.rlib" "/opt/rustwide/target/debug/deps/libgotham-ae26c89700266274.rlib" "/opt/rustwide/target/debug/deps/libuuid-253231fba3ee7eba.rlib" "/opt/rustwide/target/debug/deps/liburl-f24405692ca316cf.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-5467954df82172e2.rlib" "/opt/rustwide/target/debug/deps/libidna-5b5629fe40f06d28.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-800469835ac1430d.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-502fc641a5064811.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec882efcf894febd.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-67c49e7dee63bf37.rlib" "/opt/rustwide/target/debug/deps/libregex-b9db992612f1f29b.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-816ebe3e42c7b558.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-854d5df1838d2771.rlib" "/opt/rustwide/target/debug/deps/libucd_util-a4979d015fb59822.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b65346b7e6f98ecd.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a7d889a2a023c1b8.rlib" "/opt/rustwide/target/debug/deps/libmemchr-bef04848b0a1c72c.rlib" "/opt/rustwide/target/debug/deps/librand-f90b16878bb02b2c.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-5c9abe33ac78cbcd.rlib" "/opt/rustwide/target/debug/deps/libphf-8193e2c752e4047e.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-42565d63e8df4f74.rlib" "/opt/rustwide/target/debug/deps/libunicase-70f799d8df47a763.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-fdc5ac9da9ea0e56.rlib" "/opt/rustwide/target/debug/deps/libmime-7ec5aa2388c824de.rlib" "/opt/rustwide/target/debug/deps/libunicase-bf7ac874aca30853.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-4e7db579a314f028.rlib" "/opt/rustwide/target/debug/deps/libhyper-e5217e02eed2e7ed.rlib" "/opt/rustwide/target/debug/deps/libwant-41262bccf7d15da7.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-609761686bbedd51.rlib" "/opt/rustwide/target/debug/deps/libtokio-aa0934a9f4d19cda.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-3b3d70e6ec46a45c.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-4e415559e9f5b371.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-094746d6930cb821.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-0ddf3a4e06bb6236.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-ec6d1c101adadc11.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-c9fe0bbb882dc2ff.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-396b4b650cd0817f.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-09f90c8c4422b0fd.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-47b27fd45c48bf1d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-bfd2b069e7231363.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-af973ba4227de663.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-ad86eb8a1e09dabe.rlib" "/opt/rustwide/target/debug/deps/librand-572c4ace7672bd9b.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-49016d9e5e5bdd9c.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-3d5df2ea3b1a67af.rlib" "/opt/rustwide/target/debug/deps/librand_hc-5cbcccc555d8069f.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-a406c86910e7170e.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-d4e36e1b6c135f78.rlib" "/opt/rustwide/target/debug/deps/librand_core-3845a6d381590cbe.rlib" "/opt/rustwide/target/debug/deps/librand_os-d0ecb8f5fb8c2751.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-3ed2cd9c9b8a2a4d.rlib" "/opt/rustwide/target/debug/deps/librand_core-691700391421dfa9.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c7e220839ce6544b.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-1214d213485c2326.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-751ec9cd00fbe7b3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-18538ce8cf297acc.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-ad1aec9ec0a64e32.rlib" "/opt/rustwide/target/debug/deps/libunreachable-d55ec9544426391e.rlib" "/opt/rustwide/target/debug/deps/libvoid-933ae127f8f6cffe.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-0c8f614d290af912.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-04f57a7adf35fca5.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-701b7c561205ac6c.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-97e0a08cef1ea439.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-d769eb5ff9868689.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-763df906cd82567b.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-a1eb9dad110e0b72.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-f49b5f3324a2bdb8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-97af55f3b5425004.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4499033725c42a49.rlib" "/opt/rustwide/target/debug/deps/libmio-7d8f35929a97e8a7.rlib" "/opt/rustwide/target/debug/deps/liblazycell-bf4afccc2b1cfa72.rlib" "/opt/rustwide/target/debug/deps/libnet2-07247355662fb2e0.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2ee177e246000396.rlib" "/opt/rustwide/target/debug/deps/libh2-edc3c376cd903eb8.rlib" "/opt/rustwide/target/debug/deps/libindexmap-22b8bc15385edb84.rlib" "/opt/rustwide/target/debug/deps/libstring-a1bf2b347d40ee27.rlib" "/opt/rustwide/target/debug/deps/libslab-47832e98c319689d.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-5267dcf29159696a.rlib" "/opt/rustwide/target/debug/deps/liblog-ceb8c7c7055f979e.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-2ba8fb4b50b2268b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-861e90c9737ad654.rlib" "/opt/rustwide/target/debug/deps/libhttp-8ff480dc8d1d613f.rlib" "/opt/rustwide/target/debug/deps/libitoa-3ef0afce6033b448.rlib" "/opt/rustwide/target/debug/deps/libfnv-75a549072e1c1e97.rlib" "/opt/rustwide/target/debug/deps/libfutures-1afb029c5e9862f6.rlib" "/opt/rustwide/target/debug/deps/libfailure-28ab8e96f5c1bc60.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-14b4e7f43dd427b3.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-ec48580730caeb20.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-4504423a9f74be95.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ba39efabcb0a90d1.rlib" "/opt/rustwide/target/debug/deps/libcookie-df637af594fe3b7e.rlib" "/opt/rustwide/target/debug/deps/libchrono-f225a70ed59de12e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9d0664a01dc2fcf0.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-08c9d1039bf60e3d.rlib" "/opt/rustwide/target/debug/deps/libtime-b43b4b56e6c591e6.rlib" "/opt/rustwide/target/debug/deps/libbytes-83f2522cbfd9dc18.rlib" "/opt/rustwide/target/debug/deps/libiovec-cf90b4f3ff61306b.rlib" "/opt/rustwide/target/debug/deps/liblibc-3eea13af8bb86f4b.rlib" "/opt/rustwide/target/debug/deps/libborrow_bag-863724b098557cb3.rlib" "/opt/rustwide/target/debug/deps/libbincode-3842a123ebdb0306.rlib" "/opt/rustwide/target/debug/deps/libserde-ec15a94b17722a45.rlib" "/opt/rustwide/target/debug/deps/libbase64-af4f6d29ed43dff2.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-ac0fca417c216564.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lxdo" "-ldl" "-lssl" "-lcrypto" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tpp_rs-55850b13492237da" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lxdo [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tpp_rs` due to 2 previous errors; 22 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ece4a277c5a27bd09c3e444e5969e454aed97ee69b0dd4e18336499d5f4ca37f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ece4a277c5a27bd09c3e444e5969e454aed97ee69b0dd4e18336499d5f4ca37f", kill_on_drop: false }` [INFO] [stdout] ece4a277c5a27bd09c3e444e5969e454aed97ee69b0dd4e18336499d5f4ca37f