[INFO] cloning repository https://github.com/kryton/eosio-shipper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kryton/eosio-shipper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkryton%2Feosio-shipper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkryton%2Feosio-shipper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 91cfbf454dab77e8df0be8690b450c756e686a53 [INFO] testing kryton/eosio-shipper against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkryton%2Feosio-shipper" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kryton/eosio-shipper on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kryton/eosio-shipper [INFO] finished tweaking git repo https://github.com/kryton/eosio-shipper [INFO] tweaked toml for git repo https://github.com/kryton/eosio-shipper written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/kryton/eosio-shipper already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a221798b19935b462338c820e848066539cbff88389dfd4b6d495dc317594433 [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" "a221798b19935b462338c820e848066539cbff88389dfd4b6d495dc317594433", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a221798b19935b462338c820e848066539cbff88389dfd4b6d495dc317594433", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a221798b19935b462338c820e848066539cbff88389dfd4b6d495dc317594433", kill_on_drop: false }` [INFO] [stdout] a221798b19935b462338c820e848066539cbff88389dfd4b6d495dc317594433 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9ec211ecbddbd51ca78ad096f16e37fdb939bacece78982c1c73fd691f51ac1f [INFO] running `Command { std: "docker" "start" "-a" "9ec211ecbddbd51ca78ad096f16e37fdb939bacece78982c1c73fd691f51ac1f", 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] Compiling libc v0.2.79 [INFO] [stderr] Compiling syn v1.0.45 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling regex-syntax v0.6.20 [INFO] [stderr] Compiling rustc-demangle v0.1.17 [INFO] [stderr] Compiling object v0.21.1 [INFO] [stderr] Compiling futures-sink v0.3.6 [INFO] [stderr] Compiling utf-8 v0.7.5 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling input_buffer v0.3.1 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling rust-embed-utils v5.0.0 [INFO] [stderr] Compiling aho-corasick v0.7.14 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libabieos-sys v0.3.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling flate2 v1.0.18 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling regex v1.4.1 [INFO] [stderr] Compiling backtrace v0.3.53 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling tungstenite v0.11.1 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling rust-embed-impl v5.6.0 [INFO] [stderr] Compiling rust-embed v5.6.0 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling tokio-native-tls v0.1.0 [INFO] [stderr] Compiling tokio-tungstenite v0.11.0 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling base64-serde v0.5.1 [INFO] [stderr] Compiling eosio-shipper v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 31s [INFO] running `Command { std: "docker" "inspect" "9ec211ecbddbd51ca78ad096f16e37fdb939bacece78982c1c73fd691f51ac1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ec211ecbddbd51ca78ad096f16e37fdb939bacece78982c1c73fd691f51ac1f", kill_on_drop: false }` [INFO] [stdout] 9ec211ecbddbd51ca78ad096f16e37fdb939bacece78982c1c73fd691f51ac1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b65fe0b6334653e4cdad614834fbe6ffabb97e7236f91f1ebdad36ce934ee1ef [INFO] running `Command { std: "docker" "start" "-a" "b65fe0b6334653e4cdad614834fbe6ffabb97e7236f91f1ebdad36ce934ee1ef", kill_on_drop: false }` [INFO] [stderr] Compiling eosio-shipper v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/ship-serv.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Error` [INFO] [stdout] --> examples/ship-serv.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | use eosio_shipper::errors::{Error, Result}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `AbiFiles` [INFO] [stdout] --> examples/ship-serv.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | use libabieos_sys::{AbiFiles, ABIEOS}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `TransactionReceiptV0`, `TransactionReceiptV1` [INFO] [stdout] --> examples/ship-dumper.rs:18:36 [INFO] [stdout] | [INFO] [stdout] 18 | use eosio_shipper::shipper_types::{TransactionReceiptV0, TransactionReceiptV1}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `EOSIO_SYSTEM` [INFO] [stdout] --> examples/ship-dumper.rs:19:38 [INFO] [stdout] | [INFO] [stdout] 19 | use eosio_shipper::{get_sink_stream, EOSIO_SYSTEM}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `futures_channel::mpsc` [INFO] [stdout] --> examples/ship-dumper.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use futures_channel::mpsc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SinkExt` [INFO] [stdout] --> examples/ship-dumper.rs:22:37 [INFO] [stdout] | [INFO] [stdout] 22 | use futures_util::{future, pin_mut, SinkExt, StreamExt}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libabieos_sys::ABIEOS` [INFO] [stdout] --> examples/ship-dumper.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use libabieos_sys::ABIEOS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `send_block` [INFO] [stdout] --> examples/ship-serv.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | send_block: bool, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_send_block` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `send_delta` [INFO] [stdout] --> examples/ship-serv.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | send_delta: bool, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_send_delta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `send_trace` [INFO] [stdout] --> examples/ship-serv.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | send_trace: bool, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_send_trace` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `current_block` is never read [INFO] [stdout] --> examples/ship-serv.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | let mut current_block: u32 = 0; [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: value assigned to `end_block` is never read [INFO] [stdout] --> examples/ship-serv.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | let mut end_block: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `window_end` is never read [INFO] [stdout] --> examples/ship-serv.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | let mut window_end: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `window_size` is never read [INFO] [stdout] --> examples/ship-serv.rs:152:9 [INFO] [stdout] | [INFO] [stdout] 152 | let mut window_size: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `send_block` is never read [INFO] [stdout] --> examples/ship-serv.rs:153:9 [INFO] [stdout] | [INFO] [stdout] 153 | let mut send_block = false; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `send_delta` is never read [INFO] [stdout] --> examples/ship-serv.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | let mut send_delta = false; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `send_trace` is never read [INFO] [stdout] --> examples/ship-serv.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | let mut send_trace = false; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/ship-dumper.rs:365:18 [INFO] [stdout] | [INFO] [stdout] 365 | let (mut req_s, req_r) = unbounded::(); [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 `std::result::Result` that must be used [INFO] [stdout] --> examples/ship-dumper.rs:371:17 [INFO] [stdout] | [INFO] [stdout] 371 | get_sink_stream(&host, req_r, res_s).await; [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 `std::result::Result` that must be used [INFO] [stdout] --> examples/ship-dumper.rs:381:21 [INFO] [stdout] | [INFO] [stdout] 381 | f.write_all(format!("type,block#,first-action,#actions,cpu,net\n").as_bytes()); [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 `std::result::Result` that must be used [INFO] [stdout] --> examples/ship-dumper.rs:385:17 [INFO] [stdout] | [INFO] [stdout] 385 | req_s.unbounded_send(ShipRequests::get_status_request_v0(GetStatusRequestV0 {})); [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.ship_serv.b6dkckhr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a" "/opt/rustwide/target/debug/examples/ship_serv-40ca9f2cafbc671a.2geho3fqfmi6en8j.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libabieos-sys-51fe56770daa63c3/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-a84563260a3714e7.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-10443558f0cae77f.rlib" "/opt/rustwide/target/debug/deps/libatty-d15c321545c4ad60.rlib" "/opt/rustwide/target/debug/deps/libhumantime-ba33ab49bc09a22b.rlib" "/opt/rustwide/target/debug/deps/libquick_error-dac6356ab0901515.rlib" "/opt/rustwide/target/debug/deps/libregex-4bb3adf8331db325.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b1b857567b38aff1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0a3c800ea2752104.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-8e6410b54aa1ade2.rlib" "/opt/rustwide/target/debug/deps/libeosio_shipper-6f19a46179687792.rlib" "/opt/rustwide/target/debug/deps/libserde_json-c7745fd249768f69.rlib" "/opt/rustwide/target/debug/deps/libryu-bc3a68e8fbaa57e5.rlib" "/opt/rustwide/target/debug/deps/liblibabieos_sys-f60f11ba948fc1c3.rlib" "/opt/rustwide/target/debug/deps/libflate2-e7e4859f9abc4c5f.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-516f19d8f84806f9.rlib" "/opt/rustwide/target/debug/deps/libchrono-302f48547af37c05.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3ac6efe2c0d88e0c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-0c79b228ed4f1b22.rlib" "/opt/rustwide/target/debug/deps/libtime-36d55951fc826d4c.rlib" "/opt/rustwide/target/debug/deps/libserde-78b1e2ba3beb5973.rlib" "/opt/rustwide/target/debug/deps/libtokio_tungstenite-667a082768246a72.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-0b6d5a314a4f4809.rlib" "/opt/rustwide/target/debug/deps/libtokio-974b51a050624a02.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-7ce5946f7cdabb72.rlib" "/opt/rustwide/target/debug/deps/libmemchr-bb23920ec89494b5.rlib" "/opt/rustwide/target/debug/deps/libmio-841a03d0537f0eba.rlib" "/opt/rustwide/target/debug/deps/libiovec-095691ad7cfad770.rlib" "/opt/rustwide/target/debug/deps/libnet2-fd3afe4e1ef2da13.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-60a70e83dfdea844.rlib" "/opt/rustwide/target/debug/deps/libtungstenite-933fe7d41737b48a.rlib" "/opt/rustwide/target/debug/deps/librand-937d5d353b97012e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-c7cf1c4985bde94c.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-50c01c6eb817c44f.rlib" "/opt/rustwide/target/debug/deps/librand_core-d130230f50bbe81e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-cbf12e21bcf4ff48.rlib" "/opt/rustwide/target/debug/deps/libutf8-98d072dceae2e9d6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-dd535ee656aacf25.rlib" "/opt/rustwide/target/debug/deps/libsha1-a5bc8d645facd688.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-e255b5a7231feb45.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-77e420fc3482a298.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-caf4b97596e41512.rlib" "/opt/rustwide/target/debug/deps/libdigest-7e71f0ad8b1ffbde.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-7f8194a3e1f6f23b.rlib" "/opt/rustwide/target/debug/deps/libtypenum-f33bb6ebae8da122.rlib" "/opt/rustwide/target/debug/deps/libbase64-9ff2df79e9c73874.rlib" "/opt/rustwide/target/debug/deps/libinput_buffer-5786997c4d8d14dd.rlib" "/opt/rustwide/target/debug/deps/libhttparse-aea89943359d8b2e.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-9af1926e1710f436.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-6cc62d531bc4cbab.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-3d872f7fad0c77c8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liburl-76cbdd9b38ab4f4c.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-bae4c6d884296e4c.rlib" "/opt/rustwide/target/debug/deps/libidna-d4882a0609eed303.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-f346497dc499314a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-430266b21fdd8ad3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-00687fdf7952a949.rlib" "/opt/rustwide/target/debug/deps/libmatches-b31feef5c3ce1062.rlib" "/opt/rustwide/target/debug/deps/libhttp-b1660af27f6d5ebd.rlib" "/opt/rustwide/target/debug/deps/libitoa-19a6eacaf66e8b09.rlib" "/opt/rustwide/target/debug/deps/libbytes-3cc78889b255363f.rlib" "/opt/rustwide/target/debug/deps/libfnv-eef866999c50c67e.rlib" "/opt/rustwide/target/debug/deps/librust_embed-1dd81dd087e2bdaa.rlib" "/opt/rustwide/target/debug/deps/librust_embed_utils-1ba0452bb07648f9.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-5a6ad040f0c41c30.rlib" "/opt/rustwide/target/debug/deps/libsame_file-8bd8ac94a4a06b38.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-2e98f4bc38b55b6f.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libpin_project-5b65568d9bb1d630.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-9aef34e9efcb1fc3.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-7bc29a47321687b2.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-ac9700ced36961d4.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-20f290c37612163f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-b998d62007882560.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-960c3405408fca67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/liblog-4bf1047162af990b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-6011832f641c7273.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-733f8e5f085866ef.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-ff0e19ca06b205c8.rlib" "/opt/rustwide/target/debug/deps/libadler-11fd58e8b682d48a.rlib" "/opt/rustwide/target/debug/deps/libobject-d984cb4d370bedc9.rlib" "/opt/rustwide/target/debug/deps/liblibc-88ad8a8d336037a6.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-8610dc42af1aa894.rlib" "/opt/rustwide/target/debug/deps/libgimli-c25675479fe73f09.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-2909e55669d95bfc.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-816cadf7de675403.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lc++" "-labieos" "-lstdc++" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lc++ [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `eosio-shipper` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.ship_dumper.6gyp8472-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195" "/opt/rustwide/target/debug/examples/ship_dumper-8b47a1027b36a195.5dce3wmcui4qdj34.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libabieos-sys-51fe56770daa63c3/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-a84563260a3714e7.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-10443558f0cae77f.rlib" "/opt/rustwide/target/debug/deps/libatty-d15c321545c4ad60.rlib" "/opt/rustwide/target/debug/deps/libhumantime-ba33ab49bc09a22b.rlib" "/opt/rustwide/target/debug/deps/libquick_error-dac6356ab0901515.rlib" "/opt/rustwide/target/debug/deps/libregex-4bb3adf8331db325.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b1b857567b38aff1.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0a3c800ea2752104.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-8e6410b54aa1ade2.rlib" "/opt/rustwide/target/debug/deps/libeosio_shipper-6f19a46179687792.rlib" "/opt/rustwide/target/debug/deps/libserde_json-c7745fd249768f69.rlib" "/opt/rustwide/target/debug/deps/libryu-bc3a68e8fbaa57e5.rlib" "/opt/rustwide/target/debug/deps/liblibabieos_sys-f60f11ba948fc1c3.rlib" "/opt/rustwide/target/debug/deps/libflate2-e7e4859f9abc4c5f.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-516f19d8f84806f9.rlib" "/opt/rustwide/target/debug/deps/libchrono-302f48547af37c05.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3ac6efe2c0d88e0c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-0c79b228ed4f1b22.rlib" "/opt/rustwide/target/debug/deps/libtime-36d55951fc826d4c.rlib" "/opt/rustwide/target/debug/deps/libserde-78b1e2ba3beb5973.rlib" "/opt/rustwide/target/debug/deps/libtokio_tungstenite-667a082768246a72.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-0b6d5a314a4f4809.rlib" "/opt/rustwide/target/debug/deps/libtokio-974b51a050624a02.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-7ce5946f7cdabb72.rlib" "/opt/rustwide/target/debug/deps/libmemchr-bb23920ec89494b5.rlib" "/opt/rustwide/target/debug/deps/libmio-841a03d0537f0eba.rlib" "/opt/rustwide/target/debug/deps/libiovec-095691ad7cfad770.rlib" "/opt/rustwide/target/debug/deps/libnet2-fd3afe4e1ef2da13.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-60a70e83dfdea844.rlib" "/opt/rustwide/target/debug/deps/libtungstenite-933fe7d41737b48a.rlib" "/opt/rustwide/target/debug/deps/librand-937d5d353b97012e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-c7cf1c4985bde94c.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-50c01c6eb817c44f.rlib" "/opt/rustwide/target/debug/deps/librand_core-d130230f50bbe81e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-cbf12e21bcf4ff48.rlib" "/opt/rustwide/target/debug/deps/libutf8-98d072dceae2e9d6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-dd535ee656aacf25.rlib" "/opt/rustwide/target/debug/deps/libsha1-a5bc8d645facd688.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-e255b5a7231feb45.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-77e420fc3482a298.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-caf4b97596e41512.rlib" "/opt/rustwide/target/debug/deps/libdigest-7e71f0ad8b1ffbde.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-7f8194a3e1f6f23b.rlib" "/opt/rustwide/target/debug/deps/libtypenum-f33bb6ebae8da122.rlib" "/opt/rustwide/target/debug/deps/libbase64-9ff2df79e9c73874.rlib" "/opt/rustwide/target/debug/deps/libinput_buffer-5786997c4d8d14dd.rlib" "/opt/rustwide/target/debug/deps/libhttparse-aea89943359d8b2e.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-9af1926e1710f436.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-6cc62d531bc4cbab.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-3d872f7fad0c77c8.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liburl-76cbdd9b38ab4f4c.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-bae4c6d884296e4c.rlib" "/opt/rustwide/target/debug/deps/libidna-d4882a0609eed303.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-f346497dc499314a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-430266b21fdd8ad3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-00687fdf7952a949.rlib" "/opt/rustwide/target/debug/deps/libmatches-b31feef5c3ce1062.rlib" "/opt/rustwide/target/debug/deps/libhttp-b1660af27f6d5ebd.rlib" "/opt/rustwide/target/debug/deps/libitoa-19a6eacaf66e8b09.rlib" "/opt/rustwide/target/debug/deps/libbytes-3cc78889b255363f.rlib" "/opt/rustwide/target/debug/deps/libfnv-eef866999c50c67e.rlib" "/opt/rustwide/target/debug/deps/librust_embed-1dd81dd087e2bdaa.rlib" "/opt/rustwide/target/debug/deps/librust_embed_utils-1ba0452bb07648f9.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-5a6ad040f0c41c30.rlib" "/opt/rustwide/target/debug/deps/libsame_file-8bd8ac94a4a06b38.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-2e98f4bc38b55b6f.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libpin_project-5b65568d9bb1d630.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-9aef34e9efcb1fc3.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-7bc29a47321687b2.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-ac9700ced36961d4.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-20f290c37612163f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-b998d62007882560.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-960c3405408fca67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "/opt/rustwide/target/debug/deps/liblog-4bf1047162af990b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-6011832f641c7273.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-733f8e5f085866ef.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-ff0e19ca06b205c8.rlib" "/opt/rustwide/target/debug/deps/libadler-11fd58e8b682d48a.rlib" "/opt/rustwide/target/debug/deps/libobject-d984cb4d370bedc9.rlib" "/opt/rustwide/target/debug/deps/liblibc-88ad8a8d336037a6.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-8610dc42af1aa894.rlib" "/opt/rustwide/target/debug/deps/libgimli-c25675479fe73f09.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-2909e55669d95bfc.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-816cadf7de675403.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lc++" "-labieos" "-lstdc++" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lc++ [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.eosio_shipper.63s5zzgf-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd" "/opt/rustwide/target/debug/deps/eosio_shipper-9e9998749be861cd.5gur7xnz1n4bl7ok.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libabieos-sys-51fe56770daa63c3/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libserde_json-c7745fd249768f69.rlib" "/opt/rustwide/target/debug/deps/libryu-bc3a68e8fbaa57e5.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e400a06feeddb41f.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8ca745aec409b30d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dddd49119eca10c7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-3f84b2ca2f59187b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-53983bcf89dbd6ef.rlib" "/opt/rustwide/target/debug/deps/liblibabieos_sys-f60f11ba948fc1c3.rlib" "/opt/rustwide/target/debug/deps/libflate2-e7e4859f9abc4c5f.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-516f19d8f84806f9.rlib" "/opt/rustwide/target/debug/deps/libchrono-302f48547af37c05.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-3ac6efe2c0d88e0c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-0c79b228ed4f1b22.rlib" "/opt/rustwide/target/debug/deps/libtime-36d55951fc826d4c.rlib" "/opt/rustwide/target/debug/deps/libserde-78b1e2ba3beb5973.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-6011832f641c7273.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-733f8e5f085866ef.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-ff0e19ca06b205c8.rlib" "/opt/rustwide/target/debug/deps/libadler-11fd58e8b682d48a.rlib" "/opt/rustwide/target/debug/deps/libobject-d984cb4d370bedc9.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-8610dc42af1aa894.rlib" "/opt/rustwide/target/debug/deps/libgimli-c25675479fe73f09.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-2909e55669d95bfc.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-816cadf7de675403.rlib" "/opt/rustwide/target/debug/deps/libtokio_tungstenite-667a082768246a72.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-0b6d5a314a4f4809.rlib" "/opt/rustwide/target/debug/deps/libtokio-974b51a050624a02.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-7ce5946f7cdabb72.rlib" "/opt/rustwide/target/debug/deps/libmemchr-bb23920ec89494b5.rlib" "/opt/rustwide/target/debug/deps/libmio-841a03d0537f0eba.rlib" "/opt/rustwide/target/debug/deps/libiovec-095691ad7cfad770.rlib" "/opt/rustwide/target/debug/deps/libnet2-fd3afe4e1ef2da13.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-60a70e83dfdea844.rlib" "/opt/rustwide/target/debug/deps/libtungstenite-933fe7d41737b48a.rlib" "/opt/rustwide/target/debug/deps/librand-937d5d353b97012e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-c7cf1c4985bde94c.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-50c01c6eb817c44f.rlib" "/opt/rustwide/target/debug/deps/librand_core-d130230f50bbe81e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-cbf12e21bcf4ff48.rlib" "/opt/rustwide/target/debug/deps/libutf8-98d072dceae2e9d6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-dd535ee656aacf25.rlib" "/opt/rustwide/target/debug/deps/libsha1-a5bc8d645facd688.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-e255b5a7231feb45.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-77e420fc3482a298.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-caf4b97596e41512.rlib" "/opt/rustwide/target/debug/deps/libdigest-7e71f0ad8b1ffbde.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-7f8194a3e1f6f23b.rlib" "/opt/rustwide/target/debug/deps/libtypenum-f33bb6ebae8da122.rlib" "/opt/rustwide/target/debug/deps/libbase64-9ff2df79e9c73874.rlib" "/opt/rustwide/target/debug/deps/libinput_buffer-5786997c4d8d14dd.rlib" "/opt/rustwide/target/debug/deps/libhttparse-aea89943359d8b2e.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-9af1926e1710f436.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-3fc17c5c1d53a384.rlib" "/opt/rustwide/target/debug/deps/libopenssl-6cc62d531bc4cbab.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-3d872f7fad0c77c8.rlib" "/opt/rustwide/target/debug/deps/liblibc-88ad8a8d336037a6.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-f70576c32fbfaf7f.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-c71078ab8c7eadf1.rlib" "/opt/rustwide/target/debug/deps/libbitflags-df474a8ca45884a8.rlib" "/opt/rustwide/target/debug/deps/liburl-76cbdd9b38ab4f4c.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-bae4c6d884296e4c.rlib" "/opt/rustwide/target/debug/deps/libidna-d4882a0609eed303.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-f346497dc499314a.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-430266b21fdd8ad3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-00687fdf7952a949.rlib" "/opt/rustwide/target/debug/deps/libmatches-b31feef5c3ce1062.rlib" "/opt/rustwide/target/debug/deps/liblog-4bf1047162af990b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4c6be1962c556cf0.rlib" "/opt/rustwide/target/debug/deps/libhttp-b1660af27f6d5ebd.rlib" "/opt/rustwide/target/debug/deps/libitoa-19a6eacaf66e8b09.rlib" "/opt/rustwide/target/debug/deps/libbytes-3cc78889b255363f.rlib" "/opt/rustwide/target/debug/deps/libfnv-eef866999c50c67e.rlib" "/opt/rustwide/target/debug/deps/librust_embed-1dd81dd087e2bdaa.rlib" "/opt/rustwide/target/debug/deps/librust_embed_utils-1ba0452bb07648f9.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-5a6ad040f0c41c30.rlib" "/opt/rustwide/target/debug/deps/libsame_file-8bd8ac94a4a06b38.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-2e98f4bc38b55b6f.rlib" "/opt/rustwide/target/debug/deps/libslab-e1009ebac76bd4cc.rlib" "/opt/rustwide/target/debug/deps/libpin_project-5b65568d9bb1d630.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-9aef34e9efcb1fc3.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-7bc29a47321687b2.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-ac9700ced36961d4.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-20f290c37612163f.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-b998d62007882560.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-960c3405408fca67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-cd2401a06b1676f6.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5d5ff84130da0d74c6ece368dbe821d8f83fa526/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lc++" "-labieos" "-lstdc++" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lc++ [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b65fe0b6334653e4cdad614834fbe6ffabb97e7236f91f1ebdad36ce934ee1ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b65fe0b6334653e4cdad614834fbe6ffabb97e7236f91f1ebdad36ce934ee1ef", kill_on_drop: false }` [INFO] [stdout] b65fe0b6334653e4cdad614834fbe6ffabb97e7236f91f1ebdad36ce934ee1ef