[INFO] cloning repository https://github.com/sabahtalateh/hello_actix [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sabahtalateh/hello_actix" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsabahtalateh%2Fhello_actix", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsabahtalateh%2Fhello_actix'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3f36db20942abf31731de68430c83476501f40a7 [INFO] testing sabahtalateh/hello_actix against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsabahtalateh%2Fhello_actix" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sabahtalateh/hello_actix on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sabahtalateh/hello_actix [INFO] finished tweaking git repo https://github.com/sabahtalateh/hello_actix [INFO] tweaked toml for git repo https://github.com/sabahtalateh/hello_actix written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/sabahtalateh/hello_actix already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8cda7d4c3bd41b6cd28bcd9e50958389ed87328897e424cf2b841d28b07e872 [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" "a8cda7d4c3bd41b6cd28bcd9e50958389ed87328897e424cf2b841d28b07e872", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8cda7d4c3bd41b6cd28bcd9e50958389ed87328897e424cf2b841d28b07e872", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8cda7d4c3bd41b6cd28bcd9e50958389ed87328897e424cf2b841d28b07e872", kill_on_drop: false }` [INFO] [stdout] a8cda7d4c3bd41b6cd28bcd9e50958389ed87328897e424cf2b841d28b07e872 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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] e2e1c3b9d4012e610c73249a2b337b6efecb81282cb81fe783e790554d2f4a9c [INFO] running `Command { std: "docker" "start" "-a" "e2e1c3b9d4012e610c73249a2b337b6efecb81282cb81fe783e790554d2f4a9c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling futures v0.1.28 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling cc v1.0.40 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling getrandom v0.1.10 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling encoding_rs v0.8.17 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling unicase v2.4.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling tokio-sync v0.1.6 [INFO] [stderr] Compiling actix-service v0.4.1 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling actix-codec v0.1.2 [INFO] [stderr] Compiling backtrace v0.3.34 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling actix-utils v0.4.5 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling actix-server-config v0.1.2 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling actix_derive v0.4.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling actix-threadpool v0.1.2 [INFO] [stderr] Compiling actix-rt v0.2.4 [INFO] [stderr] Compiling actix-connect v0.2.3 [INFO] [stderr] Compiling actix-http v0.2.9 [INFO] [stderr] Compiling actix v0.8.3 [INFO] [stderr] Compiling hello_actix v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 08s [INFO] running `Command { std: "docker" "inspect" "e2e1c3b9d4012e610c73249a2b337b6efecb81282cb81fe783e790554d2f4a9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2e1c3b9d4012e610c73249a2b337b6efecb81282cb81fe783e790554d2f4a9c", kill_on_drop: false }` [INFO] [stdout] e2e1c3b9d4012e610c73249a2b337b6efecb81282cb81fe783e790554d2f4a9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ebb6e56a2eab3a6dfdc57d319e229266575ecb88e7fcc90f417c8124ece8576 [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" "8ebb6e56a2eab3a6dfdc57d319e229266575ecb88e7fcc90f417c8124ece8576", kill_on_drop: false }` [INFO] [stderr] Compiling hello_actix v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> examples/actor_lifecycle.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 17 | fn started(&mut self, ctx: &mut Self::Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> examples/actor_lifecycle.rs:21:27 [INFO] [stdout] | [INFO] [stdout] 21 | fn stopped(&mut self, ctx: &mut Self::Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `msg` [INFO] [stdout] --> examples/actor_lifecycle.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | fn handle(&mut self, msg: Ping, ctx: &mut Self::Context) -> Self::Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_msg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> examples/actor_lifecycle.rs:29:37 [INFO] [stdout] | [INFO] [stdout] 29 | fn handle(&mut self, msg: Ping, ctx: &mut Self::Context) -> Self::Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> examples/actor_lifecycle.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | sys.run(); [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 variable: `ctx` [INFO] [stdout] --> examples/message_response.rs:19:44 [INFO] [stdout] | [INFO] [stdout] 19 | fn handle>(self, ctx: &mut ::Context, tx: Option) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> examples/message_response.rs:35:27 [INFO] [stdout] | [INFO] [stdout] 35 | fn started(&mut self, ctx: &mut Self::Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> examples/message_response.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | fn stopped(&mut self, ctx: &mut Self::Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> examples/message_response.rs:47:36 [INFO] [stdout] | [INFO] [stdout] 47 | fn handle(&mut self, msg: Msg, ctx: &mut Self::Context) -> Self::Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> examples/arbiter.rs:18:38 [INFO] [stdout] | [INFO] [stdout] 18 | fn handle(&mut self, msg: Value, ctx: &mut Self::Context) -> Self::Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> examples/arbiter.rs:38:40 [INFO] [stdout] | [INFO] [stdout] 38 | fn handle(&mut self, msg: Display, ctx: &mut Self::Context) -> Self::Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> examples/message_response.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | sys.run(); [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 variable: `ctx` [INFO] [stdout] --> examples/ping.rs:20:37 [INFO] [stdout] | [INFO] [stdout] 20 | fn handle(&mut self, msg: Ping, ctx: &mut Self::Context) -> Self::Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `res` [INFO] [stdout] --> examples/stopping_ping.rs:51:23 [INFO] [stdout] | [INFO] [stdout] 51 | res.map(move |res| { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_res` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> examples/stopping_ping.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | fn started(&mut self, ctx: &mut Self::Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> examples/stopping_ping.rs:14:27 [INFO] [stdout] | [INFO] [stdout] 14 | fn stopped(&mut self, ctx: &mut Self::Context) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_ctx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> examples/arbiter.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | system.run(); [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 variable: `msg` [INFO] [stdout] --> examples/context_actor_address.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 24 | fn handle(&mut self, msg: WhoAmI, ctx: &mut Self::Context) -> Self::Result { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_msg` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> examples/context_actor_address.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | sys.run(); [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] error[E0308]: mismatched types [INFO] [stdout] --> examples/recipient.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | subscribers: recipients, [INFO] [stdout] | ^^^^^^^^^^ expected struct `Signal`, found struct `Subscribe` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Vec<_impl_act_signal::actix::Recipient>` [INFO] [stdout] found struct `Vec<_impl_act_signal::actix::Recipient>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hello_actix` 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/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.message_response.1704fbe0-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f.2lp5vlpgpl3wahhx.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f10b563956f6daf2/out" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libactix-3d1e75fea801e3f7.rlib" "/opt/rustwide/target/debug/deps/libactix_http-9b55ae08a8e0581c.rlib" "/opt/rustwide/target/debug/deps/libsha1-b913d53b1b7c425f.rlib" "/opt/rustwide/target/debug/deps/libbase64-8d62c2691af399e6.rlib" "/opt/rustwide/target/debug/deps/librand-4cfd9954f0c01e6c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-1e85ac94f28ab134.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-2df5d520349bfdd5.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-f718162676277fd2.rlib" "/opt/rustwide/target/debug/deps/librand_core-f9e9d3cfcb4a066a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-07643a24d453777a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-694e18ca765c76da.rlib" "/opt/rustwide/target/debug/deps/liburl-011747b5973832ed.rlib" "/opt/rustwide/target/debug/deps/libidna-66b6920acb3e3385.rlib" "/opt/rustwide/target/debug/deps/libdtoa-79721131ab1dea5c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libchrono-f44efcc2b321269b.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1c6a3c7eed329320.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b13db5bb36e630d4.rlib" "/opt/rustwide/target/debug/deps/libserde_json-99805bd77843f462.rlib" "/opt/rustwide/target/debug/deps/libryu-5dfde68e89dcfceb.rlib" "/opt/rustwide/target/debug/deps/libserde-fc8b4bb30fb07115.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-dfefd331f35847a7.rlib" "/opt/rustwide/target/debug/deps/libregex-cb434b34d335695e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd660b6f18c51031.rlib" "/opt/rustwide/target/debug/deps/libthread_local-0bf60bf4cdf1b7ba.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a4be1312f2ebb2b2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5c5ff3709cffc05b.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2657e2513e136c93.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libmime-704b73279af35593.rlib" "/opt/rustwide/target/debug/deps/libunicase-2f88bb568dd0c751.rlib" "/opt/rustwide/target/debug/deps/libtime-f17d862f8cd2041c.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-9e2029e9ec56e1ee.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-11f4014cb70a9cbe.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-e02a80368e36512a.rlib" "/opt/rustwide/target/debug/deps/libeither-148ea9f628139a35.rlib" "/opt/rustwide/target/debug/deps/libh2-59d28fef6542e03a.rlib" "/opt/rustwide/target/debug/deps/libindexmap-f2724af625df818e.rlib" "/opt/rustwide/target/debug/deps/libstring-dbd11f5058eebec4.rlib" "/opt/rustwide/target/debug/deps/libhttp-f289ea624552b003.rlib" "/opt/rustwide/target/debug/deps/libitoa-41332e73027fcf32.rlib" "/opt/rustwide/target/debug/deps/libactix_service-a6008451bae52164.rlib" "/opt/rustwide/target/debug/deps/libactix_server_config-10cffde7397002e6.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-e2b792b3b11532c3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5147dfddf165d805.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-1645674e10a850eb.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-710d3002bdf8ae41.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-3f92e85c140d93c9.rlib" "/opt/rustwide/target/debug/deps/liburl-0dd7acca880ae4cf.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-240c068dd9a8427a.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-65e1cb4cb4e4997f.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-6f77a28d7c7201d8.rlib" "/opt/rustwide/target/debug/deps/libsocket2-602a7ad31a1638fb.rlib" "/opt/rustwide/target/debug/deps/libidna-067e4f180313cc98.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-b47854d5a1b515b5.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-1186c837a9f5b632.rlib" "/opt/rustwide/target/debug/deps/libmatches-4395ae20fe1f12ba.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-82d9e2b90530ca43.rlib" "/opt/rustwide/target/debug/deps/libhostname-7036bd0a4c3447bf.rlib" "/opt/rustwide/target/debug/deps/libquick_error-63d061bf0c7acb92.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-7f3450f38b9e289a.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8ac6dcb1f6e5a1f9.rlib" "/opt/rustwide/target/debug/deps/libfailure-d1d5da7cbd4a3515.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-263f672fa66c59dc.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-1f46b098fa54d939.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-304061a6c0164c58.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-8b3c277000b11068.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d023e082ce02c2f3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9c7f89eab5c4a25a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c15b8ab9eaa35939.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b1e820d41a28c6d6.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-27c55b5fe53f6c43.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-2b126978d7275d07.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-79769fec15375f10.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-98d3785a18dcb3c9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-5e5bf946abd54cea.rlib" "/opt/rustwide/target/debug/deps/liblock_api-dd9049dae62fb4b9.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-b0d6578ff8168bec.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-c2240868c83559cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-9c09fc751239f6f3.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-8b9d9290cc76180c.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-3881c25ca5697091.rlib" "/opt/rustwide/target/debug/deps/libbytes-702902b8cfa610ad.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b62235b9cfe9991c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-5c79f74fdb50a53f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-fbb9ea011c4e378e.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-508deca869599664.rlib" "/opt/rustwide/target/debug/deps/librand-68cfe4ac9575538a.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-7471cadbc336a1e6.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-9b1411a9770ca5dc.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7d82f4601a805bf2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ac9b0c3c41f69a43.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-9a57256bab0accff.rlib" "/opt/rustwide/target/debug/deps/librand_core-78a41ab4e441eb16.rlib" "/opt/rustwide/target/debug/deps/librand_os-c9a91bd85bd498ba.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-f85db5560f5e9cc3.rlib" "/opt/rustwide/target/debug/deps/librand_core-7af04c7ffb9ea391.rlib" "/opt/rustwide/target/debug/deps/liblock_api-9bf2d28427c12acf.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-ec1a30b5a9c8afc6.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eea17b0cf09b3ccf.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d1d942d3990dad6b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-80af65872938319a.rlib" "/opt/rustwide/target/debug/deps/libmio-c8b4f2864eff070c.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libiovec-45be31ce9476f677.rlib" "/opt/rustwide/target/debug/deps/libnet2-03a29cf82473fcd0.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c69249c522556a4.rlib" "/opt/rustwide/target/debug/deps/liblog-dec72dde218d07ba.rlib" "/opt/rustwide/target/debug/deps/libcopyless-cc360bbcf1f4eb80.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-fc4d3892f07525fe.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2818a9de68230206.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-81c9944e9caae9dd.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-deaeff8e79132040.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-074917369cef59f5.rlib" "/opt/rustwide/target/debug/deps/libfutures-48026e8dcee60bba.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/message_response-928a9598c08a981f" "-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; 5 warnings emitted [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/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.actor_lifecycle.15a0a638-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41.40ueu955neuod66b.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f10b563956f6daf2/out" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libactix-3d1e75fea801e3f7.rlib" "/opt/rustwide/target/debug/deps/libactix_http-9b55ae08a8e0581c.rlib" "/opt/rustwide/target/debug/deps/libsha1-b913d53b1b7c425f.rlib" "/opt/rustwide/target/debug/deps/libbase64-8d62c2691af399e6.rlib" "/opt/rustwide/target/debug/deps/librand-4cfd9954f0c01e6c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-1e85ac94f28ab134.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-2df5d520349bfdd5.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-f718162676277fd2.rlib" "/opt/rustwide/target/debug/deps/librand_core-f9e9d3cfcb4a066a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-07643a24d453777a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-694e18ca765c76da.rlib" "/opt/rustwide/target/debug/deps/liburl-011747b5973832ed.rlib" "/opt/rustwide/target/debug/deps/libidna-66b6920acb3e3385.rlib" "/opt/rustwide/target/debug/deps/libdtoa-79721131ab1dea5c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libchrono-f44efcc2b321269b.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1c6a3c7eed329320.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b13db5bb36e630d4.rlib" "/opt/rustwide/target/debug/deps/libserde_json-99805bd77843f462.rlib" "/opt/rustwide/target/debug/deps/libryu-5dfde68e89dcfceb.rlib" "/opt/rustwide/target/debug/deps/libserde-fc8b4bb30fb07115.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-dfefd331f35847a7.rlib" "/opt/rustwide/target/debug/deps/libregex-cb434b34d335695e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd660b6f18c51031.rlib" "/opt/rustwide/target/debug/deps/libthread_local-0bf60bf4cdf1b7ba.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a4be1312f2ebb2b2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5c5ff3709cffc05b.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2657e2513e136c93.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libmime-704b73279af35593.rlib" "/opt/rustwide/target/debug/deps/libunicase-2f88bb568dd0c751.rlib" "/opt/rustwide/target/debug/deps/libtime-f17d862f8cd2041c.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-9e2029e9ec56e1ee.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-11f4014cb70a9cbe.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-e02a80368e36512a.rlib" "/opt/rustwide/target/debug/deps/libeither-148ea9f628139a35.rlib" "/opt/rustwide/target/debug/deps/libh2-59d28fef6542e03a.rlib" "/opt/rustwide/target/debug/deps/libindexmap-f2724af625df818e.rlib" "/opt/rustwide/target/debug/deps/libstring-dbd11f5058eebec4.rlib" "/opt/rustwide/target/debug/deps/libhttp-f289ea624552b003.rlib" "/opt/rustwide/target/debug/deps/libitoa-41332e73027fcf32.rlib" "/opt/rustwide/target/debug/deps/libactix_service-a6008451bae52164.rlib" "/opt/rustwide/target/debug/deps/libactix_server_config-10cffde7397002e6.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-e2b792b3b11532c3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5147dfddf165d805.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-1645674e10a850eb.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-710d3002bdf8ae41.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-3f92e85c140d93c9.rlib" "/opt/rustwide/target/debug/deps/liburl-0dd7acca880ae4cf.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-240c068dd9a8427a.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-65e1cb4cb4e4997f.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-6f77a28d7c7201d8.rlib" "/opt/rustwide/target/debug/deps/libsocket2-602a7ad31a1638fb.rlib" "/opt/rustwide/target/debug/deps/libidna-067e4f180313cc98.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-b47854d5a1b515b5.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-1186c837a9f5b632.rlib" "/opt/rustwide/target/debug/deps/libmatches-4395ae20fe1f12ba.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-82d9e2b90530ca43.rlib" "/opt/rustwide/target/debug/deps/libhostname-7036bd0a4c3447bf.rlib" "/opt/rustwide/target/debug/deps/libquick_error-63d061bf0c7acb92.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-7f3450f38b9e289a.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8ac6dcb1f6e5a1f9.rlib" "/opt/rustwide/target/debug/deps/libfailure-d1d5da7cbd4a3515.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-263f672fa66c59dc.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-1f46b098fa54d939.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-304061a6c0164c58.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-8b3c277000b11068.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d023e082ce02c2f3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9c7f89eab5c4a25a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c15b8ab9eaa35939.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b1e820d41a28c6d6.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-27c55b5fe53f6c43.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-2b126978d7275d07.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-79769fec15375f10.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-98d3785a18dcb3c9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-5e5bf946abd54cea.rlib" "/opt/rustwide/target/debug/deps/liblock_api-dd9049dae62fb4b9.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-b0d6578ff8168bec.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-c2240868c83559cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-9c09fc751239f6f3.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-8b9d9290cc76180c.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-3881c25ca5697091.rlib" "/opt/rustwide/target/debug/deps/libbytes-702902b8cfa610ad.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b62235b9cfe9991c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-5c79f74fdb50a53f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-fbb9ea011c4e378e.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-508deca869599664.rlib" "/opt/rustwide/target/debug/deps/librand-68cfe4ac9575538a.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-7471cadbc336a1e6.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-9b1411a9770ca5dc.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7d82f4601a805bf2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ac9b0c3c41f69a43.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-9a57256bab0accff.rlib" "/opt/rustwide/target/debug/deps/librand_core-78a41ab4e441eb16.rlib" "/opt/rustwide/target/debug/deps/librand_os-c9a91bd85bd498ba.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-f85db5560f5e9cc3.rlib" "/opt/rustwide/target/debug/deps/librand_core-7af04c7ffb9ea391.rlib" "/opt/rustwide/target/debug/deps/liblock_api-9bf2d28427c12acf.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-ec1a30b5a9c8afc6.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eea17b0cf09b3ccf.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d1d942d3990dad6b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-80af65872938319a.rlib" "/opt/rustwide/target/debug/deps/libmio-c8b4f2864eff070c.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libiovec-45be31ce9476f677.rlib" "/opt/rustwide/target/debug/deps/libnet2-03a29cf82473fcd0.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c69249c522556a4.rlib" "/opt/rustwide/target/debug/deps/liblog-dec72dde218d07ba.rlib" "/opt/rustwide/target/debug/deps/libcopyless-cc360bbcf1f4eb80.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-fc4d3892f07525fe.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2818a9de68230206.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-81c9944e9caae9dd.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-deaeff8e79132040.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-074917369cef59f5.rlib" "/opt/rustwide/target/debug/deps/libfutures-48026e8dcee60bba.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/actor_lifecycle-c61b3e6d03e3da41" "-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; 5 warnings emitted [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/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.stopping_ping.b721b599-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb.4chqtwt3wrv748mj.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-f10b563956f6daf2/out" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libactix-3d1e75fea801e3f7.rlib" "/opt/rustwide/target/debug/deps/libactix_http-9b55ae08a8e0581c.rlib" "/opt/rustwide/target/debug/deps/libsha1-b913d53b1b7c425f.rlib" "/opt/rustwide/target/debug/deps/libbase64-8d62c2691af399e6.rlib" "/opt/rustwide/target/debug/deps/librand-4cfd9954f0c01e6c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-1e85ac94f28ab134.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-2df5d520349bfdd5.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-f718162676277fd2.rlib" "/opt/rustwide/target/debug/deps/librand_core-f9e9d3cfcb4a066a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-07643a24d453777a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-694e18ca765c76da.rlib" "/opt/rustwide/target/debug/deps/liburl-011747b5973832ed.rlib" "/opt/rustwide/target/debug/deps/libidna-66b6920acb3e3385.rlib" "/opt/rustwide/target/debug/deps/libdtoa-79721131ab1dea5c.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libchrono-f44efcc2b321269b.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1c6a3c7eed329320.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b13db5bb36e630d4.rlib" "/opt/rustwide/target/debug/deps/libserde_json-99805bd77843f462.rlib" "/opt/rustwide/target/debug/deps/libryu-5dfde68e89dcfceb.rlib" "/opt/rustwide/target/debug/deps/libserde-fc8b4bb30fb07115.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-dfefd331f35847a7.rlib" "/opt/rustwide/target/debug/deps/libregex-cb434b34d335695e.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd660b6f18c51031.rlib" "/opt/rustwide/target/debug/deps/libthread_local-0bf60bf4cdf1b7ba.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-a4be1312f2ebb2b2.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5c5ff3709cffc05b.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2657e2513e136c93.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib" "/opt/rustwide/target/debug/deps/libmime-704b73279af35593.rlib" "/opt/rustwide/target/debug/deps/libunicase-2f88bb568dd0c751.rlib" "/opt/rustwide/target/debug/deps/libtime-f17d862f8cd2041c.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-9e2029e9ec56e1ee.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-11f4014cb70a9cbe.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-e02a80368e36512a.rlib" "/opt/rustwide/target/debug/deps/libeither-148ea9f628139a35.rlib" "/opt/rustwide/target/debug/deps/libh2-59d28fef6542e03a.rlib" "/opt/rustwide/target/debug/deps/libindexmap-f2724af625df818e.rlib" "/opt/rustwide/target/debug/deps/libstring-dbd11f5058eebec4.rlib" "/opt/rustwide/target/debug/deps/libhttp-f289ea624552b003.rlib" "/opt/rustwide/target/debug/deps/libitoa-41332e73027fcf32.rlib" "/opt/rustwide/target/debug/deps/libactix_service-a6008451bae52164.rlib" "/opt/rustwide/target/debug/deps/libactix_server_config-10cffde7397002e6.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-e2b792b3b11532c3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-5147dfddf165d805.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-1645674e10a850eb.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-710d3002bdf8ae41.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-3f92e85c140d93c9.rlib" "/opt/rustwide/target/debug/deps/liburl-0dd7acca880ae4cf.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-240c068dd9a8427a.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-65e1cb4cb4e4997f.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-6f77a28d7c7201d8.rlib" "/opt/rustwide/target/debug/deps/libsocket2-602a7ad31a1638fb.rlib" "/opt/rustwide/target/debug/deps/libidna-067e4f180313cc98.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-b47854d5a1b515b5.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-1186c837a9f5b632.rlib" "/opt/rustwide/target/debug/deps/libmatches-4395ae20fe1f12ba.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-82d9e2b90530ca43.rlib" "/opt/rustwide/target/debug/deps/libhostname-7036bd0a4c3447bf.rlib" "/opt/rustwide/target/debug/deps/libquick_error-63d061bf0c7acb92.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-7f3450f38b9e289a.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8ac6dcb1f6e5a1f9.rlib" "/opt/rustwide/target/debug/deps/libfailure-d1d5da7cbd4a3515.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-263f672fa66c59dc.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-1f46b098fa54d939.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-304061a6c0164c58.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-8b3c277000b11068.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-d023e082ce02c2f3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-9c7f89eab5c4a25a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-c15b8ab9eaa35939.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b1e820d41a28c6d6.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-27c55b5fe53f6c43.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-2b126978d7275d07.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-79769fec15375f10.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-98d3785a18dcb3c9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-5e5bf946abd54cea.rlib" "/opt/rustwide/target/debug/deps/liblock_api-dd9049dae62fb4b9.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-b0d6578ff8168bec.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-c2240868c83559cd.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-9c09fc751239f6f3.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-8b9d9290cc76180c.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-3881c25ca5697091.rlib" "/opt/rustwide/target/debug/deps/libbytes-702902b8cfa610ad.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b62235b9cfe9991c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-5c79f74fdb50a53f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-fbb9ea011c4e378e.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-508deca869599664.rlib" "/opt/rustwide/target/debug/deps/librand-68cfe4ac9575538a.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-7471cadbc336a1e6.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-9b1411a9770ca5dc.rlib" "/opt/rustwide/target/debug/deps/librand_hc-7d82f4601a805bf2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-ac9b0c3c41f69a43.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-9a57256bab0accff.rlib" "/opt/rustwide/target/debug/deps/librand_core-78a41ab4e441eb16.rlib" "/opt/rustwide/target/debug/deps/librand_os-c9a91bd85bd498ba.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-f85db5560f5e9cc3.rlib" "/opt/rustwide/target/debug/deps/librand_core-7af04c7ffb9ea391.rlib" "/opt/rustwide/target/debug/deps/liblock_api-9bf2d28427c12acf.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-ec1a30b5a9c8afc6.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eea17b0cf09b3ccf.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d1d942d3990dad6b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-80af65872938319a.rlib" "/opt/rustwide/target/debug/deps/libmio-c8b4f2864eff070c.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libiovec-45be31ce9476f677.rlib" "/opt/rustwide/target/debug/deps/libnet2-03a29cf82473fcd0.rlib" "/opt/rustwide/target/debug/deps/liblibc-6c69249c522556a4.rlib" "/opt/rustwide/target/debug/deps/liblog-dec72dde218d07ba.rlib" "/opt/rustwide/target/debug/deps/libcopyless-cc360bbcf1f4eb80.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-fc4d3892f07525fe.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-2818a9de68230206.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-81c9944e9caae9dd.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-deaeff8e79132040.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-074917369cef59f5.rlib" "/opt/rustwide/target/debug/deps/libfutures-48026e8dcee60bba.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/722e1797249a965b6335aebd65d777f917e498f1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/stopping_ping-a89a6fad7e8fdcfb" "-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; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8ebb6e56a2eab3a6dfdc57d319e229266575ecb88e7fcc90f417c8124ece8576", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ebb6e56a2eab3a6dfdc57d319e229266575ecb88e7fcc90f417c8124ece8576", kill_on_drop: false }` [INFO] [stdout] 8ebb6e56a2eab3a6dfdc57d319e229266575ecb88e7fcc90f417c8124ece8576