[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 master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcdknight%2Flaunchnix" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cdknight/launchnix on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-1/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" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c3efb891ff21badb00d8fd930af67d0973b3b7dd18275d259d579bb6cc16cd3 [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" "0c3efb891ff21badb00d8fd930af67d0973b3b7dd18275d259d579bb6cc16cd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c3efb891ff21badb00d8fd930af67d0973b3b7dd18275d259d579bb6cc16cd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c3efb891ff21badb00d8fd930af67d0973b3b7dd18275d259d579bb6cc16cd3", kill_on_drop: false }` [INFO] [stdout] 0c3efb891ff21badb00d8fd930af67d0973b3b7dd18275d259d579bb6cc16cd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f48e1727509058ceb091682fa9fc07ba74ffb74a70b6986c4941d5fe8b4f8b4b [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" "f48e1727509058ceb091682fa9fc07ba74ffb74a70b6986c4941d5fe8b4f8b4b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling std_prelude v0.2.12 [INFO] [stderr] Compiling format_xml v0.2.0 [INFO] [stderr] Compiling amxml v0.5.3 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling libssh2-sys v0.2.21 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.2 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling virt v0.2.11 (https://gitlab.com/libvirt/libvirt-rust/#5d0ef243) [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling tar v0.4.33 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling shellexpand v1.1.1 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling globset v0.4.6 [INFO] [stderr] Compiling stfu8 v0.2.4 [INFO] [stderr] Compiling ignore v0.4.17 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling ssh2 v0.9.1 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling serde_json v1.0.62 [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.launchnix.e6bn0amq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43" "/opt/rustwide/target/debug/deps/launchnix-00d6b1f136047d43.1tcnrzqmjb6dfob6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libssh2-sys-d1a859480de605c6/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstructopt-dd66881fe049ceb8.rlib" "/opt/rustwide/target/debug/deps/libclap-9c27f587a4fa052d.rlib" "/opt/rustwide/target/debug/deps/libvec_map-6ca2ab92fd8f89b6.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-72726d2ca165c499.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-9ab5865733e9acc9.rlib" "/opt/rustwide/target/debug/deps/libstrsim-66e58bd8aecd9c6e.rlib" "/opt/rustwide/target/debug/deps/libatty-a9c07b8499073692.rlib" "/opt/rustwide/target/debug/deps/libansi_term-b7c7e94976e9eae7.rlib" "/opt/rustwide/target/debug/deps/libvirt-6700f2060d5a1cab.rlib" "/opt/rustwide/target/debug/deps/libformat_xml-3d7844ce5e953fc2.rlib" "/opt/rustwide/target/debug/deps/libamxml-7c60e7d983402c25.rlib" "/opt/rustwide/target/debug/deps/libtera-e3de639953b8ce20.rlib" "/opt/rustwide/target/debug/deps/libglobwalk-7a3d64bd2a7021f8.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7f78c1de5599d643.rlib" "/opt/rustwide/target/debug/deps/libignore-90ee0033542b36d3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-7b104907c076f514.rlib" "/opt/rustwide/target/debug/deps/libglobset-decf8154160d2554.rlib" "/opt/rustwide/target/debug/deps/liblog-106a529cec7317ee.rlib" "/opt/rustwide/target/debug/deps/libfnv-03632dd09ca25027.rlib" "/opt/rustwide/target/debug/deps/libbstr-4ba7b480e5f73f69.rlib" "/opt/rustwide/target/debug/deps/libpest-66f3ef6f2d0e1dc8.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-1facfc098c06075d.rlib" "/opt/rustwide/target/debug/deps/libserde_json-b10be435b577247a.rlib" "/opt/rustwide/target/debug/deps/libryu-8dbd57cf09aa6df6.rlib" "/opt/rustwide/target/debug/deps/libitoa-5e84521dbbfb6b5b.rlib" "/opt/rustwide/target/debug/deps/libtempfile-677540eda6e20095.rlib" "/opt/rustwide/target/debug/deps/librand-fe1ce088c1e25537.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-6eacca0971119b34.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-004417b0d118bdf5.rlib" "/opt/rustwide/target/debug/deps/librand_core-4c57535095c954a0.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-cc4e248e64666836.rlib" "/opt/rustwide/target/debug/deps/libergo_fs-de7a1c80fc94d9e2.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-cf81b69d08d8207e.rlib" "/opt/rustwide/target/debug/deps/libsame_file-2c4a4aad0db934de.rlib" "/opt/rustwide/target/debug/deps/libtempdir-4890cf94aa7876b0.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-d90f9d182fec7eb2.rlib" "/opt/rustwide/target/debug/deps/librand-4533b8adf484502a.rlib" "/opt/rustwide/target/debug/deps/libtar-ed29bafa806379a5.rlib" "/opt/rustwide/target/debug/deps/libxattr-78ce500916e0f1be.rlib" "/opt/rustwide/target/debug/deps/libfiletime-7de5c3bbc9fd5b3a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-755744d3ca57570c.rlib" "/opt/rustwide/target/debug/deps/libshellexpand-05705505fdfedd45.rlib" "/opt/rustwide/target/debug/deps/libdirs-10b1cb4edcadc7d0.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys-fdda43e2a3d53f72.rlib" "/opt/rustwide/target/debug/deps/liblibc-9b32a3ca9bb560b6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c4f6196cf7d68209.rlib" "/opt/rustwide/target/debug/deps/libpath_abs-b353d9df1e2a006c.rlib" "/opt/rustwide/target/debug/deps/libstfu8-9a7b8ac7c1cb28b7.rlib" "/opt/rustwide/target/debug/deps/libregex-2e4a3a2289c7ca04.rlib" "/opt/rustwide/target/debug/deps/libthread_local-c17cc503abbc5029.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-2ff0a733fefde467.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-9e9531b190d3ae50.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-ab40b2e2ca15b714.rlib" "/opt/rustwide/target/debug/deps/libmemchr-3ae94b7d04edf574.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-ff2d4c059a61c830.rlib" "/opt/rustwide/target/debug/deps/libstd_prelude-3ce0c62c7b0746de.rlib" "/opt/rustwide/target/debug/deps/libserde-0b927886f95df4e7.rlib" "/opt/rustwide/target/debug/deps/libglob-5f5c0622b1679015.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/99e3aef02079e9c10583638520cd0c134dc3a01d/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lvirt" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "f48e1727509058ceb091682fa9fc07ba74ffb74a70b6986c4941d5fe8b4f8b4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f48e1727509058ceb091682fa9fc07ba74ffb74a70b6986c4941d5fe8b4f8b4b", kill_on_drop: false }` [INFO] [stdout] f48e1727509058ceb091682fa9fc07ba74ffb74a70b6986c4941d5fe8b4f8b4b