[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 master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekisu%2Ftpp_rs" "/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/ekisu/tpp_rs on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", 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-7/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" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af121c05075ad0b713e90a7d4bd244708c10e2b0e81c1c9a47b90ef422bb10f3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "af121c05075ad0b713e90a7d4bd244708c10e2b0e81c1c9a47b90ef422bb10f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af121c05075ad0b713e90a7d4bd244708c10e2b0e81c1c9a47b90ef422bb10f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af121c05075ad0b713e90a7d4bd244708c10e2b0e81c1c9a47b90ef422bb10f3", kill_on_drop: false }` [INFO] [stdout] af121c05075ad0b713e90a7d4bd244708c10e2b0e81c1c9a47b90ef422bb10f3 [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=forbid" "-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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bde10f7850b4f8f1df822239142aba2722c5cd62dd8c57d85612126b94134838 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bde10f7850b4f8f1df822239142aba2722c5cd62dd8c57d85612126b94134838", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling yaml-rust v0.4.2 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling bincode v1.1.2 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling streaming-stats v0.2.2 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling nom v4.2.0 [INFO] [stderr] Compiling enigo v0.0.12 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling tokio-sync v0.1.1 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling tokio-timer v0.1.2 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.15 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-mockstream v1.1.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling tokio-tls v0.2.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 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 mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling borrow-bag v1.0.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp 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: 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] | ^^^^ help: use `dyn`: `dyn Vote` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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: 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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn VoteSystemCreator` [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: 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: `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] = note: `#[warn(unused_variables)]` on by default [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: 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] [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] = note: `#[warn(dead_code)]` on by default [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] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.tpp_rs.7q2121wv-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5" "/opt/rustwide/target/debug/deps/tpp_rs-d05a7b50c2be8da5.1e81f32ljj885rjc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-81741c952e467b2b/out" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libconfig-5f5fc98405fecb55.rlib" "/opt/rustwide/target/debug/deps/libini-688642110b428b2c.rlib" "/opt/rustwide/target/debug/deps/libserde_hjson-ce43aaaa8d257e15.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8f7e80c347038dd.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-19601a153bfd046a.rlib" "/opt/rustwide/target/debug/deps/libserde-a34126d6c2e86187.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-79520e0e29712984.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-bbf390fb39613039.rlib" "/opt/rustwide/target/debug/deps/libnom-81436ca9dd27f64a.rlib" "/opt/rustwide/target/debug/deps/libstats-bb6fe80ebdb0ca47.rlib" "/opt/rustwide/target/debug/deps/libenigo-57de874a0b4eb018.rlib" "/opt/rustwide/target/debug/deps/libirc-7d4848396943e128.rlib" "/opt/rustwide/target/debug/deps/libtoml-6b800185b7b2704a.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-8fb5b51a642d759c.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-f87fac623c6728a3.rlib" "/opt/rustwide/target/debug/deps/libslab-95ac3721ffea2451.rlib" "/opt/rustwide/target/debug/deps/libtokio_mockstream-fad7aae6647cd5e8.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-a7cf63965aaeeae2.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-e79a74565fa65c2e.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-03a4f7423e72ec8a.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-72c163bb770c3130.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-dad93f82130d22f7.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bc3933a0c5f4996c.rlib" "/opt/rustwide/target/debug/deps/libencoding-78256f290bff46f2.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-263f0a767e761df0.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-aca95187c86cf1dd.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-a2300af342155c6c.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-52c71da10f0ca7de.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-ad5b3d8866fc801a.rlib" "/opt/rustwide/target/debug/deps/libbufstream-d987beaeced32c33.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fa78c903d9404a3d.rlib" "/opt/rustwide/target/debug/deps/libryu-14e2d52982707843.rlib" "/opt/rustwide/target/debug/deps/libgotham-f94fd14cd20bff3c.rlib" "/opt/rustwide/target/debug/deps/libuuid-6d12fb62c7b7a369.rlib" "/opt/rustwide/target/debug/deps/liburl-deba96f64c4acacb.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-37403a81b788f0c6.rlib" "/opt/rustwide/target/debug/deps/libidna-e7184aa66fe15382.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-50d67e628c01a4b5.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-00687fdf7952a949.rlib" "/opt/rustwide/target/debug/deps/libmatches-b31feef5c3ce1062.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-01ab21b354f2752c.rlib" "/opt/rustwide/target/debug/deps/libregex-5add77f12efad2a4.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-5285e964cc677567.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-707211b6c09c4742.rlib" "/opt/rustwide/target/debug/deps/libucd_util-f629a7a8dd9e2767.rlib" "/opt/rustwide/target/debug/deps/libthread_local-3603e13f7ae9fc5d.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e2195a96985ceb89.rlib" "/opt/rustwide/target/debug/deps/libmemchr-fae6b156014e0d2a.rlib" "/opt/rustwide/target/debug/deps/librand-296920a7500c4456.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-8ffbfe937758b07f.rlib" "/opt/rustwide/target/debug/deps/libphf-f24190a193a6218c.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-9bb06f6defbe7f36.rlib" "/opt/rustwide/target/debug/deps/libunicase-87e76b15564a1b59.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-6ef7992e23c9184a.rlib" "/opt/rustwide/target/debug/deps/libmime-53b56974257db2bd.rlib" "/opt/rustwide/target/debug/deps/libunicase-5caad08f1c05515d.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-81865d5ab058e196.rlib" "/opt/rustwide/target/debug/deps/libhyper-27667b04fe739cd7.rlib" "/opt/rustwide/target/debug/deps/libwant-9c42b8068f1c07cb.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-ddc28f2142bfa48a.rlib" "/opt/rustwide/target/debug/deps/libtokio-99ff5a77e022e7f9.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-39c3f4fb8e3a74ec.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-47535ad5c0234d9e.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-84253a385a61f111.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-448709669ef674c7.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-1b399ada31b49fab.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-7e0c0ad1981df139.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-e2fd0aeb40ea000f.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-9d9e393aedccc530.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-bf73708fa4f7f5ef.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-bd7e2eefea500de8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-cf0d7417534e61a1.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-c2d8d662f2b18f15.rlib" "/opt/rustwide/target/debug/deps/librand-1a66efe996259595.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-d3d0c2d7b2a92278.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-2023cd1a0f36ad5b.rlib" "/opt/rustwide/target/debug/deps/librand_hc-cd514f1ad02952cd.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-b0209d9df7a5c7d8.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-fce50814dfc84974.rlib" "/opt/rustwide/target/debug/deps/librand_core-2433b81970daa9c7.rlib" "/opt/rustwide/target/debug/deps/librand_os-d7fa2644a7766f4b.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-c76871338b428e1a.rlib" "/opt/rustwide/target/debug/deps/librand_core-75c2ae28f500bcd9.rlib" "/opt/rustwide/target/debug/deps/liblock_api-abca3da484639fa2.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-9b3f8442e756604f.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-b18e47f5add2de08.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-92486f08028a3f83.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-b2534e37ef598117.rlib" "/opt/rustwide/target/debug/deps/libunreachable-3a54f8fa86481e73.rlib" "/opt/rustwide/target/debug/deps/libvoid-ed59fa4be0570cad.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-407ff726ef0ee3f4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-dd3495d65fd7615b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-14384d5d0823cd1f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b6fd67ae54c0ffbc.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-50d253e7fd4237e8.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-634c9edd9c10bcd9.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-e8b7ed88e0f9e704.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-336f1e3ddba5b27f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-7862bace206b9a17.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c4c82cf767cb8e45.rlib" "/opt/rustwide/target/debug/deps/libmio-8e986397adc64923.rlib" "/opt/rustwide/target/debug/deps/liblazycell-13e71b09752696d8.rlib" "/opt/rustwide/target/debug/deps/libnet2-a7c41d717895dffa.rlib" "/opt/rustwide/target/debug/deps/libhttparse-ee2453abb2a325d5.rlib" "/opt/rustwide/target/debug/deps/libh2-fb53764f90e56394.rlib" "/opt/rustwide/target/debug/deps/libindexmap-614f8001b89f6de2.rlib" "/opt/rustwide/target/debug/deps/libstring-961cda8d93664e72.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-47df045e0dbdae88.rlib" "/opt/rustwide/target/debug/deps/liblog-c4b63cbd3a66ca4b.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-0cba2d3c079ada43.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f4d232dccda1ecc1.rlib" "/opt/rustwide/target/debug/deps/libhttp-de3b4476507deb0a.rlib" "/opt/rustwide/target/debug/deps/libitoa-112bb79833734ba1.rlib" "/opt/rustwide/target/debug/deps/libfnv-efbf2f9463bbe447.rlib" "/opt/rustwide/target/debug/deps/libfutures-a18d4bab83d0d4cc.rlib" "/opt/rustwide/target/debug/deps/libfailure-2388f53ab9de6dfa.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3f90f4dfc9a0e12b.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-8f6a44fc0298283c.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-36cc9dbcba597ab4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e786250ece7cb8e6.rlib" "/opt/rustwide/target/debug/deps/libcookie-a829f67bb4735fda.rlib" "/opt/rustwide/target/debug/deps/libchrono-f6b9740cf540a1e8.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-01c285674c67c845.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-a227ce9cd1263fb5.rlib" "/opt/rustwide/target/debug/deps/libtime-b7b784cb14f0fa85.rlib" "/opt/rustwide/target/debug/deps/libbytes-1a06dc113be561c5.rlib" "/opt/rustwide/target/debug/deps/libiovec-7784c02f237b4f79.rlib" "/opt/rustwide/target/debug/deps/liblibc-d8dbdbe4dd7501b9.rlib" "/opt/rustwide/target/debug/deps/libborrow_bag-638cbe37bf4167d9.rlib" "/opt/rustwide/target/debug/deps/libbincode-56d155192843038c.rlib" "/opt/rustwide/target/debug/deps/libserde-d96873aca14ceef2.rlib" "/opt/rustwide/target/debug/deps/libbase64-8c135e4308ca42b8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-a97126581b28b633.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lxdo" "-ldl" "-lssl" "-lcrypto" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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; 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tpp_rs` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "bde10f7850b4f8f1df822239142aba2722c5cd62dd8c57d85612126b94134838", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bde10f7850b4f8f1df822239142aba2722c5cd62dd8c57d85612126b94134838", kill_on_drop: false }` [INFO] [stdout] bde10f7850b4f8f1df822239142aba2722c5cd62dd8c57d85612126b94134838