[INFO] cloning repository https://github.com/Aaron1011/skytable [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aaron1011/skytable" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaron1011%2Fskytable", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaron1011%2Fskytable'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8fb8d60b4f06925ca21a4340973bbdaf4f5611ee [INFO] testing Aaron1011/skytable against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaron1011%2Fskytable" "/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/Aaron1011/skytable on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Aaron1011/skytable [INFO] finished tweaking git repo https://github.com/Aaron1011/skytable [INFO] tweaked toml for git repo https://github.com/Aaron1011/skytable written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Aaron1011/skytable already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 948436d0f50a41f1d4f4acb5bef5cc53e282fa48c3e1abd5de2703c3b8d5ca99 [INFO] running `Command { std: "docker" "start" "-a" "948436d0f50a41f1d4f4acb5bef5cc53e282fa48c3e1abd5de2703c3b8d5ca99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "948436d0f50a41f1d4f4acb5bef5cc53e282fa48c3e1abd5de2703c3b8d5ca99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "948436d0f50a41f1d4f4acb5bef5cc53e282fa48c3e1abd5de2703c3b8d5ca99", kill_on_drop: false }` [INFO] [stdout] 948436d0f50a41f1d4f4acb5bef5cc53e282fa48c3e1abd5de2703c3b8d5ca99 [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=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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c082d5d6219626cbc35cfdcf9746c4e055937ba7af37abaff37b5dbfe682680d [INFO] running `Command { std: "docker" "start" "-a" "c082d5d6219626cbc35cfdcf9746c4e055937ba7af37abaff37b5dbfe682680d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling openssl v0.10.35 [INFO] [stderr] Compiling tokio-openssl v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling sysinfo v0.19.2 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling devtimer v4.0.1 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling tokio v1.9.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling openssl-src v111.15.0+1.1.1k [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling openssl-sys v0.9.65 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Compiling skyd v0.7.0 (/opt/rustwide/workdir/server) [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling fd-lock v2.0.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling crossterm v0.20.0 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rustyline v8.2.0 [INFO] [stderr] Compiling libstress v0.1.0 (/opt/rustwide/workdir/libstress) [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling sky_macros v0.7.0 (/opt/rustwide/workdir/sky-macros) [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling skytable v0.4.0 (https://github.com/skytable/client-rust?branch=next#69677c1c) [INFO] [stderr] Compiling libsky v0.7.0 (/opt/rustwide/workdir/libsky) [INFO] [stderr] Compiling stress-test v0.1.0 (/opt/rustwide/workdir/stress-test) [INFO] [stderr] Compiling sky-bench v0.7.0 (/opt/rustwide/workdir/sky-bench) [INFO] [stderr] Compiling skysh v0.7.0 (/opt/rustwide/workdir/cli) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | println!("\"{}\"", $st); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 144 | Element::String(st) => write_string!(st), [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:73:29 [INFO] [stdout] | [INFO] [stdout] 73 | println!("{}", $int); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 147 | Element::UnsignedInt(int) => write_int!(int), [INFO] [stdout] | --------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_int` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:119:45 [INFO] [stdout] | [INFO] [stdout] 119 | .expect("Failed to write to stdout"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | RespCode::Okay => write_okay!(), [INFO] [stdout] | ------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_okay` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | .expect("Failed to write to stdout"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 172 | RespCode::ActionError => write_err!(idx, "Action Error"), [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:92:45 [INFO] [stdout] | [INFO] [stdout] 92 | .expect("Failed to write to stdout"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 173 | RespCode::ErrorString(st) => write_err!(idx, st), [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | .expect("Failed to write to stdout"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 174 | RespCode::OtherError => write_err!(idx, "Other Error"), [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | .expect("Failed to write to stdout"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 175 | RespCode::NotFound => write_err!(idx, "Not Found"), [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | .expect("Failed to write to stdout"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 176 | RespCode::OverwriteError => write_err!(idx, "Overwrite Error"), [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | .expect("Failed to write to stdout"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 177 | RespCode::PacketError => write_err!(idx, "Packet Error"), [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | .expect("Failed to write to stdout"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 178 | RespCode::ServerError => write_err!(idx, "Server Error"), [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:107:45 [INFO] [stdout] | [INFO] [stdout] 107 | .expect("Failed to write to stdout"); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 179 | _ => write_err!(idx, "Unknown Error"), [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:67:43 [INFO] [stdout] | [INFO] [stdout] 67 | println!("({}) \"{}\"", $idx, $st); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 186 | write_string!(idx, item) [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `write_string` [INFO] [stdout] = note: this warning originates in the macro `write_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:67:43 [INFO] [stdout] | [INFO] [stdout] 67 | println!("({}) \"{}\"", $idx, $st); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 193 | Element::String(st) => write_string!(idx, st), [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_string` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> cli/src/runner.rs:76:43 [INFO] [stdout] | [INFO] [stdout] 76 | println!("({}) \"{}\"", $idx, $st); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 195 | Element::UnsignedInt(int) => write_int!(idx, int), [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `write_int` (in Nightly builds, run with -Z macro-backtrace for more info) [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/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.sky_bench.643c6ba3-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135.48urki669r1ir59g.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/openssl-sys-6268d36e554ba26d/out/openssl-build/install/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_json-cf4bc7951d124b94.rlib" "/opt/rustwide/target/debug/deps/libryu-9e35d986fcbafb23.rlib" "/opt/rustwide/target/debug/deps/libitoa-7c14328d9548cc59.rlib" "/opt/rustwide/target/debug/deps/liblibsky-3ff2dbc5d6b36990.rlib" "/opt/rustwide/target/debug/deps/libregex-bb2eb99988a4f3fa.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-57261455c72e3e09.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd0c3ba7c22fa1f4.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b126e2ab944ff130.rlib" "/opt/rustwide/target/debug/deps/libclap-c2fb8722d158eec8.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-7229d66066c949e4.rlib" "/opt/rustwide/target/debug/deps/libvec_map-18b27ee44a5c9049.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-dcd1981df6974b46.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-b35e561241f87659.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c9e2592dde3c5431.rlib" "/opt/rustwide/target/debug/deps/libatty-038b51e710704f7f.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7b95e091c56f4f65.rlib" "/opt/rustwide/target/debug/deps/libdevtimer-fac3aed02dac844b.rlib" "/opt/rustwide/target/debug/deps/libskytable-adde20696d1141fe.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-f868d67aeb99f30a.rlib" "/opt/rustwide/target/debug/deps/libopenssl-c5ba456bbfd58cc2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-2076e0e18d48f026.rlib" "/opt/rustwide/target/debug/deps/libfutures-806d83b68c869174.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-607d6c820777def8.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-7c1443ece3fb58db.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-5815263ef222b6be.rlib" "/opt/rustwide/target/debug/deps/libslab-cbaf1199efcec976.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-6f6f1ec9ec383210.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-fcdf50aa4799c5e8.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fa9386671a4e8e23.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-e0876b39464315c9.rlib" "/opt/rustwide/target/debug/deps/libtokio-2818e065a1fcfa9f.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-4d27b02e4122d294.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c0c2ed8e96932ec2.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib" "/opt/rustwide/target/debug/deps/libmio-aca01b19cf3ab0b9.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-cd107537ca905c26.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-964563b2abf4c1c6.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-169144c7d51d7690.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib" "/opt/rustwide/target/debug/deps/liblock_api-00e8f879d394ce8a.rlib" "/opt/rustwide/target/debug/deps/libinstant-19d5109d95e62e31.rlib" "/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rlib" "/opt/rustwide/target/debug/deps/libserde-26c23d0c0b053f2d.rlib" "/opt/rustwide/target/debug/deps/liblibstress-dee089a1001d05ce.rlib" "/opt/rustwide/target/debug/deps/liblog-ba3200a69ea295c7.rlib" "/opt/rustwide/target/debug/deps/librand-7a2c41d7aa5ac50a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-74de91e74834c637.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-5582517faef240b3.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-64dadda15380abf5.rlib" "/opt/rustwide/target/debug/deps/librayon-f5aaae13873dbc30.rlib" "/opt/rustwide/target/debug/deps/librayon_core-bfb1fdb2723c9ab2.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-65b6a7e39ca46d42.rlib" "/opt/rustwide/target/debug/deps/liblibc-d734fc7c279567cd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-1e1c629e70fd36fe.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-75a72fa1fdede20a.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-57ac68445a84688d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6a679df820ab4928.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-c93230d2c8eb1bc7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c079f7c57dd512a6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/sky_bench-4347644801aeb135" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sky-bench` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.skysh.93413cf0-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d.2y70sifeqtqypdgi.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/openssl-sys-6268d36e554ba26d/out/openssl-build/install/lib" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librustyline-3cd89b82f8ab02bd.rlib" "/opt/rustwide/target/debug/deps/libutf8parse-017335d074087321.rlib" "/opt/rustwide/target/debug/deps/libnix-ae519e885505b0ec.rlib" "/opt/rustwide/target/debug/deps/libfd_lock-6675bf3ff0ff85d4.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-93f3a57063ffb48f.rlib" "/opt/rustwide/target/debug/deps/libdirs_next-f2ce78bee97a75d8.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys_next-5348ee2ef149f70b.rlib" "/opt/rustwide/target/debug/deps/libradix_trie-ea9e5c04a2c50d4a.rlib" "/opt/rustwide/target/debug/deps/libnibble_vec-3e06e4d0b361da9a.rlib" "/opt/rustwide/target/debug/deps/libendian_type-3e82273a5a1c18f4.rlib" "/opt/rustwide/target/debug/deps/liblibsky-3ff2dbc5d6b36990.rlib" "/opt/rustwide/target/debug/deps/libregex-bb2eb99988a4f3fa.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-57261455c72e3e09.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd0c3ba7c22fa1f4.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libskytable-adde20696d1141fe.rlib" "/opt/rustwide/target/debug/deps/libtokio_openssl-f868d67aeb99f30a.rlib" "/opt/rustwide/target/debug/deps/libopenssl-c5ba456bbfd58cc2.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-3138d685ddde873e.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-1df85ef0ce08cbc3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-2076e0e18d48f026.rlib" "/opt/rustwide/target/debug/deps/libfutures-806d83b68c869174.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-607d6c820777def8.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-7c1443ece3fb58db.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-5815263ef222b6be.rlib" "/opt/rustwide/target/debug/deps/libslab-cbaf1199efcec976.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-6f6f1ec9ec383210.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-fcdf50aa4799c5e8.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fa9386671a4e8e23.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-501725f4e360d46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-e0876b39464315c9.rlib" "/opt/rustwide/target/debug/deps/libtokio-2818e065a1fcfa9f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-65b6a7e39ca46d42.rlib" "/opt/rustwide/target/debug/deps/libmemchr-c0c2ed8e96932ec2.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-cd107537ca905c26.rlib" "/opt/rustwide/target/debug/deps/libbytes-5cd672cac86e9454.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-b126e2ab944ff130.rlib" "/opt/rustwide/target/debug/deps/libcrossterm-9f9c506060a6f39b.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_mio-7fcb405c166d29d1.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-38a58475436dac6d.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-4d27b02e4122d294.rlib" "/opt/rustwide/target/debug/deps/libmio-aca01b19cf3ab0b9.rlib" "/opt/rustwide/target/debug/deps/liblog-ba3200a69ea295c7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-964563b2abf4c1c6.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-169144c7d51d7690.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib" "/opt/rustwide/target/debug/deps/liblock_api-00e8f879d394ce8a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6a679df820ab4928.rlib" "/opt/rustwide/target/debug/deps/libinstant-19d5109d95e62e31.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libclap-c2fb8722d158eec8.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-7229d66066c949e4.rlib" "/opt/rustwide/target/debug/deps/libvec_map-18b27ee44a5c9049.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-dcd1981df6974b46.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-b35e561241f87659.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c9e2592dde3c5431.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libatty-038b51e710704f7f.rlib" "/opt/rustwide/target/debug/deps/liblibc-d734fc7c279567cd.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7b95e091c56f4f65.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/skysh-bbe0ce0a3a52251d" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `skysh` due to 2 previous errors; 14 warnings emitted [INFO] running `Command { std: "docker" "inspect" "c082d5d6219626cbc35cfdcf9746c4e055937ba7af37abaff37b5dbfe682680d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c082d5d6219626cbc35cfdcf9746c4e055937ba7af37abaff37b5dbfe682680d", kill_on_drop: false }` [INFO] [stdout] c082d5d6219626cbc35cfdcf9746c4e055937ba7af37abaff37b5dbfe682680d