[INFO] cloning repository https://github.com/cdknight/launchnix [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cdknight/launchnix" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcdknight%2Flaunchnix", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcdknight%2Flaunchnix'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 18585d3d4f22ff80b243c1ac1e2bcf31a4f94b7a [INFO] testing cdknight/launchnix against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcdknight%2Flaunchnix" "/workspace/builds/worker-97/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-97/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cdknight/launchnix on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cdknight/launchnix [INFO] finished tweaking git repo https://github.com/cdknight/launchnix [INFO] tweaked toml for git repo https://github.com/cdknight/launchnix written to /workspace/builds/worker-97/source/Cargo.toml [INFO] crate git repo https://github.com/cdknight/launchnix already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded stfu8 v0.2.4 [INFO] [stderr] Downloaded std_prelude v0.2.12 [INFO] [stderr] Downloaded shellexpand v1.1.1 [INFO] [stderr] Downloaded ssh2 v0.9.1 [INFO] [stderr] Downloaded tera v1.7.0 [INFO] [stderr] Downloaded path_abs v0.4.1 [INFO] [stderr] Downloaded ergo_fs v0.2.0 [INFO] [stderr] Downloaded amxml v0.5.3 [INFO] [stderr] Downloaded format_xml v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8291aece731aea021097b43a2d402f759cf8b01849a73c9b32149549f40e099 [INFO] running `Command { std: "docker" "start" "-a" "a8291aece731aea021097b43a2d402f759cf8b01849a73c9b32149549f40e099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8291aece731aea021097b43a2d402f759cf8b01849a73c9b32149549f40e099", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8291aece731aea021097b43a2d402f759cf8b01849a73c9b32149549f40e099", kill_on_drop: false }` [INFO] [stdout] a8291aece731aea021097b43a2d402f759cf8b01849a73c9b32149549f40e099 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b4f97f26f733dafd67cbdbe973de039c7f5df835aa54f3fbc0a3956e3ac4cd4 [INFO] running `Command { std: "docker" "start" "-a" "2b4f97f26f733dafd67cbdbe973de039c7f5df835aa54f3fbc0a3956e3ac4cd4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling serde_json v1.0.62 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling std_prelude v0.2.12 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling format_xml v0.2.0 [INFO] [stderr] Compiling amxml v0.5.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling libssh2-sys v0.2.21 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling virt v0.2.11 (https://gitlab.com/libvirt/libvirt-rust/#5d0ef243) [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling tar v0.4.33 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling shellexpand v1.1.1 [INFO] [stderr] Compiling globset v0.4.6 [INFO] [stderr] Compiling stfu8 v0.2.4 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling ssh2 v0.9.1 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling ignore v0.4.17 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling path_abs v0.4.1 [INFO] [stderr] Compiling ergo_fs v0.2.0 [INFO] [stderr] Compiling tera v1.7.0 [INFO] [stderr] Compiling launchnix v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::io::Error` [INFO] [stdout] --> src/nix_image.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/nix_image.rs:17:76 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn build_image(ssh_pubkey: &str, disk_size: u64) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::distributions::Alphanumeric` [INFO] [stdout] --> src/morph.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rand::distributions::Alphanumeric; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Rng`, `thread_rng` [INFO] [stdout] --> src/morph.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | use rand::{thread_rng, Rng}; [INFO] [stdout] | ^^^^^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> src/morph.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Deserialize` [INFO] [stdout] --> src/nix.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use serde::{Deserialize, de::DeserializeOwned}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:207:75 [INFO] [stdout] | [INFO] [stdout] 207 | fn deployment_image_path(&self, conn: &Connect) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:223:60 [INFO] [stdout] | [INFO] [stdout] 223 | fn dom_uuid(&self, dom: &Domain) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:235:68 [INFO] [stdout] | [INFO] [stdout] 235 | fn dom_deployment_hash(&self, dom: &Domain) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:345:62 [INFO] [stdout] | [INFO] [stdout] 345 | pub fn dom_ip(&self, dom: &Domain) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vm.rs:391:47 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn apply(&mut self) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error + 'static` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `action_result` [INFO] [stdout] --> src/main.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 67 | let action_result = match opt.action { [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_action_result` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `status` [INFO] [stdout] --> src/nix_image.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | let status = build.wait(); [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/nix.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | ... .map_err(|e| "Launchnix failed to read your deployment file correctly. Check your file for syntax errors/see if it has the 'deploym... [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/nix.rs:20:59 [INFO] [stdout] | [INFO] [stdout] 20 | serde_json::from_slice(&op_json_exec.stdout).map_err(|e| "Launchnix failed to parse your configuration file. The format of your deplo... [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `sship` is never read [INFO] [stdout] --> src/vm.rs:393:17 [INFO] [stdout] | [INFO] [stdout] 393 | let mut sship = String::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/qcow2.rs:17:19 [INFO] [stdout] | [INFO] [stdout] 17 | .map_err(|e| lazy_error_message)?; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/qcow2.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | .map_err(|e| lazy_error_message)?; [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/vm.rs:402:26 [INFO] [stdout] | [INFO] [stdout] 402 | } else if let Ok(mut dom_unw) = domlookup { [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: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | vm.dom_ip(&dom); [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] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 87 | vm.reboot(&get_dom()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | vm.shutdown(&dom); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:101:21 [INFO] [stdout] | [INFO] [stdout] 101 | vm.ssh(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/vm.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | self.shutdown(&dom); // We don't care if this fails. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/vm.rs:350:13 [INFO] [stdout] | [INFO] [stdout] 350 | dom.create(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [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/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.launchnix.65d071b9-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27.41iylmxeni79jf91.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libssh2-sys-722431423802dec1/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstructopt-d7ec8103fe12bb67.rlib" "/opt/rustwide/target/debug/deps/libclap-76716cf7f3aedef9.rlib" "/opt/rustwide/target/debug/deps/libvec_map-5f104c2ee05f26e6.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-349506f3b2349b3f.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-05a4b639dec6224c.rlib" "/opt/rustwide/target/debug/deps/libstrsim-0fc606efc91e3789.rlib" "/opt/rustwide/target/debug/deps/libatty-8ef5f725481ee5a0.rlib" "/opt/rustwide/target/debug/deps/libansi_term-329dab68dba20daf.rlib" "/opt/rustwide/target/debug/deps/libvirt-6914c82b0c3de80f.rlib" "/opt/rustwide/target/debug/deps/libformat_xml-f7e0131907aa5610.rlib" "/opt/rustwide/target/debug/deps/libamxml-65d5f4fd5a7d6e0e.rlib" "/opt/rustwide/target/debug/deps/libtera-bca6e99514bd1f91.rlib" "/opt/rustwide/target/debug/deps/libglobwalk-75dd27d26749a249.rlib" "/opt/rustwide/target/debug/deps/libbitflags-117d41ac256572da.rlib" "/opt/rustwide/target/debug/deps/libignore-8a514fcfc5f922e6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-9f0c347387619d26.rlib" "/opt/rustwide/target/debug/deps/libglobset-2a889059a1128f02.rlib" "/opt/rustwide/target/debug/deps/liblog-5adcf922eb1fa2ac.rlib" "/opt/rustwide/target/debug/deps/libfnv-d1dc8bedb5ffcb44.rlib" "/opt/rustwide/target/debug/deps/libbstr-867cd7dffdcc67c2.rlib" "/opt/rustwide/target/debug/deps/libpest-637f526392de7828.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-27ef4007e04b7a56.rlib" "/opt/rustwide/target/debug/deps/libserde_json-b34ac19694dab5e2.rlib" "/opt/rustwide/target/debug/deps/libryu-739207766fb1644f.rlib" "/opt/rustwide/target/debug/deps/libitoa-13ead38c9c534969.rlib" "/opt/rustwide/target/debug/deps/libtempfile-ca0e32913968e52a.rlib" "/opt/rustwide/target/debug/deps/librand-bf5c3748768c1c0c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-627838b97cf7efd8.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-069634687179693a.rlib" "/opt/rustwide/target/debug/deps/librand_core-996e4527f5445ff4.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-9c3e18b8c9fa1d37.rlib" "/opt/rustwide/target/debug/deps/libergo_fs-150f7081b56de259.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-1c63563fd104183e.rlib" "/opt/rustwide/target/debug/deps/libsame_file-36dfff0ef8311abf.rlib" "/opt/rustwide/target/debug/deps/libtempdir-293ad5927bde9cb1.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-b2c8a73c8198091a.rlib" "/opt/rustwide/target/debug/deps/librand-0f5a5417cc2e5923.rlib" "/opt/rustwide/target/debug/deps/libtar-50ac3c945267074c.rlib" "/opt/rustwide/target/debug/deps/libxattr-b99778b9d6f9ac3c.rlib" "/opt/rustwide/target/debug/deps/libfiletime-141be95f122dd276.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/libshellexpand-8c8cbf50be0e6187.rlib" "/opt/rustwide/target/debug/deps/libdirs-f1db2cf4239918a2.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-3aa12515c09e83e1.rlib" "/opt/rustwide/target/debug/deps/liblibc-be72690315b5ab3e.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "/opt/rustwide/target/debug/deps/libpath_abs-4085ace099b116ab.rlib" "/opt/rustwide/target/debug/deps/libstfu8-4806f050c4002f4a.rlib" "/opt/rustwide/target/debug/deps/libregex-b2b306bf135b5163.rlib" "/opt/rustwide/target/debug/deps/libthread_local-45f9de0482e26ceb.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-696113341221cfe0.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c228ad19d6b5e9a4.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-d27d7eb66b249b58.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e16668cc5a7251cd.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libstd_prelude-db480402ce93a572.rlib" "/opt/rustwide/target/debug/deps/libserde-c33ee427a3182ca6.rlib" "/opt/rustwide/target/debug/deps/libglob-4a5eb0f1d146b153.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lvirt" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/launchnix-4b24a8ef8c3ddf27" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lvirt [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `launchnix` due to 2 previous errors; 25 warnings emitted [INFO] running `Command { std: "docker" "inspect" "2b4f97f26f733dafd67cbdbe973de039c7f5df835aa54f3fbc0a3956e3ac4cd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b4f97f26f733dafd67cbdbe973de039c7f5df835aa54f3fbc0a3956e3ac4cd4", kill_on_drop: false }` [INFO] [stdout] 2b4f97f26f733dafd67cbdbe973de039c7f5df835aa54f3fbc0a3956e3ac4cd4