[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 master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsabahtalateh%2Fhello_actix" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sabahtalateh/hello_actix on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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-20/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded actix-http v0.2.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a897ae39e6a460157edfc02a05aa8dbefe9090bbc6fa900accd3fb87270b0c9f [INFO] running `Command { std: "docker" "start" "-a" "a897ae39e6a460157edfc02a05aa8dbefe9090bbc6fa900accd3fb87270b0c9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a897ae39e6a460157edfc02a05aa8dbefe9090bbc6fa900accd3fb87270b0c9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a897ae39e6a460157edfc02a05aa8dbefe9090bbc6fa900accd3fb87270b0c9f", kill_on_drop: false }` [INFO] [stdout] a897ae39e6a460157edfc02a05aa8dbefe9090bbc6fa900accd3fb87270b0c9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1cf74853880dea941214cf3c8f8a3e96fbbcedd0b2ad36e45a2c8d212abe9a5 [INFO] running `Command { std: "docker" "start" "-a" "d1cf74853880dea941214cf3c8f8a3e96fbbcedd0b2ad36e45a2c8d212abe9a5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling futures v0.1.28 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling getrandom v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling encoding_rs v0.8.17 [INFO] [stderr] Compiling dtoa v0.4.4 [INFO] [stderr] Compiling copyless v0.1.4 [INFO] [stderr] Compiling hashbrown v0.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling unicase v2.4.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling actix_derive v0.4.0 [INFO] [stderr] Compiling lock_api v0.1.5 [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 mime v0.3.13 [INFO] [stderr] Compiling aho-corasick v0.7.6 [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 backtrace-sys v0.1.31 [INFO] [stderr] Compiling socket2 v0.3.11 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling backtrace v0.3.34 [INFO] [stderr] Compiling resolv-conf v0.6.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling threadpool v1.7.1 [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 mio v0.6.19 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling rand_core v0.5.0 [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 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 tokio-codec v0.1.1 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling actix-codec v0.1.2 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling actix-utils v0.4.5 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [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 regex v1.2.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling trust-dns-proto v0.7.4 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling actix-threadpool v0.1.2 [INFO] [stderr] Compiling actix-connect v0.2.3 [INFO] [stderr] Compiling actix-rt v0.2.4 [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 11s [INFO] running `Command { std: "docker" "inspect" "d1cf74853880dea941214cf3c8f8a3e96fbbcedd0b2ad36e45a2c8d212abe9a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1cf74853880dea941214cf3c8f8a3e96fbbcedd0b2ad36e45a2c8d212abe9a5", kill_on_drop: false }` [INFO] [stdout] d1cf74853880dea941214cf3c8f8a3e96fbbcedd0b2ad36e45a2c8d212abe9a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06c40acd0e8a14f56114bda208e43805f78e17ab08c41e935bbced54f84e52ba [INFO] running `Command { std: "docker" "start" "-a" "06c40acd0e8a14f56114bda208e43805f78e17ab08c41e935bbced54f84e52ba", kill_on_drop: false }` [INFO] [stderr] Compiling hello_actix v0.1.0 (/opt/rustwide/workdir) [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 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 `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/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/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: `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: `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-747808fe888902d5.message_response.b1e3f2b4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.message_response.b1e3f2b4-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5.57l6gy1sydwkf8zh.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-e4b2d7cfd1ed77c8/out" "-L" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libactix-ec3bdb79671f41a6.rlib" "/opt/rustwide/target/debug/deps/libactix_http-bdb94022ab9da805.rlib" "/opt/rustwide/target/debug/deps/libsha1-2bc42c9c0a5b16a2.rlib" "/opt/rustwide/target/debug/deps/libbase64-48f9cfaeed7c0e03.rlib" "/opt/rustwide/target/debug/deps/librand-06bcbae61d70fffb.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-47c6001cdc171485.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-69969dbc427fe6fc.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-2a5eab3a540db3c7.rlib" "/opt/rustwide/target/debug/deps/librand_core-94b4a64b892cbfeb.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-3683d00f6ad7e48a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-31ef0677102d5767.rlib" "/opt/rustwide/target/debug/deps/liburl-86d6689647f5b1d5.rlib" "/opt/rustwide/target/debug/deps/libidna-adb2c52d8b431702.rlib" "/opt/rustwide/target/debug/deps/libdtoa-3788305efb48e61d.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libchrono-a5711ab24e921c35.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-25d61150d7f18769.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-16d9606aa0af200f.rlib" "/opt/rustwide/target/debug/deps/libserde_json-812e79db6fd31dfd.rlib" "/opt/rustwide/target/debug/deps/libryu-ecba551cbb1694bc.rlib" "/opt/rustwide/target/debug/deps/libserde-93ad174dba6387ec.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-263abd720a319b57.rlib" "/opt/rustwide/target/debug/deps/libregex-5c0176dd1d416e79.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd4561908f0a6917.rlib" "/opt/rustwide/target/debug/deps/libthread_local-2721487484a3f1c6.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-248b6f5b7bdb17c8.rlib" "/opt/rustwide/target/debug/deps/libmemchr-10808b3704594d32.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-ef4b8b002da7e23f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libmime-e997c144c23fc1e8.rlib" "/opt/rustwide/target/debug/deps/libunicase-adf66efadef6fa8c.rlib" "/opt/rustwide/target/debug/deps/libtime-aa6b9207ecb005f0.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-60bd5d8d06ca0355.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-cee37692e81d8e73.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-c7523b81d711e17f.rlib" "/opt/rustwide/target/debug/deps/libeither-4a030595c891bf58.rlib" "/opt/rustwide/target/debug/deps/libh2-d7a183f155632953.rlib" "/opt/rustwide/target/debug/deps/libindexmap-f5a2d86971d15110.rlib" "/opt/rustwide/target/debug/deps/libstring-3ecf39b49134801f.rlib" "/opt/rustwide/target/debug/deps/libhttp-d1779e233967b9ff.rlib" "/opt/rustwide/target/debug/deps/libitoa-17b710834fb0317a.rlib" "/opt/rustwide/target/debug/deps/libactix_service-18c94f65f54f51c7.rlib" "/opt/rustwide/target/debug/deps/libactix_server_config-090fb0197fbb6a03.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-883a6edad6465378.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-babd799b4ff73508.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c8b025ced04be008.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-28d0e66205d37336.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-c0e79a6c1eee11aa.rlib" "/opt/rustwide/target/debug/deps/liburl-c8a0afaed95fa0bb.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f51489b4440e4fe1.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-06bf64534a40fe1e.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-0f15b4103456cda0.rlib" "/opt/rustwide/target/debug/deps/libsocket2-b57487a0214c6fd5.rlib" "/opt/rustwide/target/debug/deps/libidna-a4d286cfdbc8208f.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-be478efb84b8998b.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-1c83dee6a0ddd3eb.rlib" "/opt/rustwide/target/debug/deps/libhostname-b0e6d54d37c3bb7c.rlib" "/opt/rustwide/target/debug/deps/libquick_error-7c7cd5b552241ac9.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-f24211f8b0d11511.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-da807eb3ab38819b.rlib" "/opt/rustwide/target/debug/deps/libfailure-4144aaebdd5c308e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-a0687d25f60f0a42.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-6eb8c56a5c5d0df6.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-24e6fa42a2f56832.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-63ab962044d5490c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f5c461e5c3851e1e.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-aa3fcfcb0c81670d.rlib" "/opt/rustwide/target/debug/deps/liblock_api-50fef7bf89894c83.rlib" "/opt/rustwide/target/debug/deps/libbitflags-20c5c28231f4058e.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-f05a57a6cd75766f.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-e818da6be28e7d90.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-9b3db747f470a9ae.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-374514ac9b4f40b4.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-dd0306aeeaafa01a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-bf1d8fdfdef16830.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-3e3dbc88c0ab67a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-e521794e8404ee63.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-36548af503dd62c4.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-23e10eabb19ea520.rlib" "/opt/rustwide/target/debug/deps/libfnv-e4c6ba56d659bb77.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-4c25637db29ae41c.rlib" "/opt/rustwide/target/debug/deps/libbytes-746df94b6e88d0de.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-16d863000652add8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-efb35677dde258d3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-44491dfa245bf1cc.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-dbb414485207823a.rlib" "/opt/rustwide/target/debug/deps/librand-203742870a233aa7.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ab505d75aae818f3.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-03c38b0874181799.rlib" "/opt/rustwide/target/debug/deps/librand_hc-a0a75dd4af812220.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-cf192e0a2a9b34d9.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-13a854f61f415c86.rlib" "/opt/rustwide/target/debug/deps/librand_core-a03f340c157b8ac6.rlib" "/opt/rustwide/target/debug/deps/librand_os-0575cb99ab70671b.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-60352e5bd5110e26.rlib" "/opt/rustwide/target/debug/deps/librand_core-3a46beeb136e9cca.rlib" "/opt/rustwide/target/debug/deps/liblock_api-e424f46b4782fbae.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-8cff29ee0505c79c.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-db39897a29b4285a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-9cc4133a3ee3d26a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1aa39781e1f30533.rlib" "/opt/rustwide/target/debug/deps/libmio-52b7305b075dbbc3.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libiovec-a30aab5b75a42b87.rlib" "/opt/rustwide/target/debug/deps/libnet2-0b8cab8847221d27.rlib" "/opt/rustwide/target/debug/deps/liblibc-0c04a04da529974f.rlib" "/opt/rustwide/target/debug/deps/liblog-ba10faa6b4081947.rlib" "/opt/rustwide/target/debug/deps/libcopyless-526b1472a3112d48.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-a2f203ad4c350845.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-e50fdb5bb0931179.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-bca1aa6eb3184a5b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-48ae5990e2528ae1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ff15ca4418a0fa04.rlib" "/opt/rustwide/target/debug/deps/libfutures-00fd122bff9913a5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9c44f1fe63de3edb.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5dfdbb680ac299a1.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-353beaf877db2fdf.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd4abd33332d2d3f.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3b908b5b50ddd80c.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9cafd3521b5532d3.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7b0935832903a9ac.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-8a349b13d67c76e3.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-9d41e7cb09eafd8e.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-095194fedb4c0ec4.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-968cf83f088269ec.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e63bbb95a6beff5c.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9f216e67c2916fa5.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-4688b763605c6a0e.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a9b2dc3244289321.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-003d83a588984e1f.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/message_response-747808fe888902d5" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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-75499693241af468.actor_lifecycle.a46013b5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.actor_lifecycle.a46013b5-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468.5fzkhwtmbfgfjzrs.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-e4b2d7cfd1ed77c8/out" "-L" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libactix-ec3bdb79671f41a6.rlib" "/opt/rustwide/target/debug/deps/libactix_http-bdb94022ab9da805.rlib" "/opt/rustwide/target/debug/deps/libsha1-2bc42c9c0a5b16a2.rlib" "/opt/rustwide/target/debug/deps/libbase64-48f9cfaeed7c0e03.rlib" "/opt/rustwide/target/debug/deps/librand-06bcbae61d70fffb.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-47c6001cdc171485.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-69969dbc427fe6fc.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-2a5eab3a540db3c7.rlib" "/opt/rustwide/target/debug/deps/librand_core-94b4a64b892cbfeb.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-3683d00f6ad7e48a.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-31ef0677102d5767.rlib" "/opt/rustwide/target/debug/deps/liburl-86d6689647f5b1d5.rlib" "/opt/rustwide/target/debug/deps/libidna-adb2c52d8b431702.rlib" "/opt/rustwide/target/debug/deps/libdtoa-3788305efb48e61d.rlib" "/opt/rustwide/target/debug/deps/libhttparse-29961d12da07d37e.rlib" "/opt/rustwide/target/debug/deps/libchrono-a5711ab24e921c35.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-25d61150d7f18769.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-16d9606aa0af200f.rlib" "/opt/rustwide/target/debug/deps/libserde_json-812e79db6fd31dfd.rlib" "/opt/rustwide/target/debug/deps/libryu-ecba551cbb1694bc.rlib" "/opt/rustwide/target/debug/deps/libserde-93ad174dba6387ec.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-263abd720a319b57.rlib" "/opt/rustwide/target/debug/deps/libregex-5c0176dd1d416e79.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-fd4561908f0a6917.rlib" "/opt/rustwide/target/debug/deps/libthread_local-2721487484a3f1c6.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-248b6f5b7bdb17c8.rlib" "/opt/rustwide/target/debug/deps/libmemchr-10808b3704594d32.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-ef4b8b002da7e23f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-98a88b5b53b82a03.rlib" "/opt/rustwide/target/debug/deps/libmime-e997c144c23fc1e8.rlib" "/opt/rustwide/target/debug/deps/libunicase-adf66efadef6fa8c.rlib" "/opt/rustwide/target/debug/deps/libtime-aa6b9207ecb005f0.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-60bd5d8d06ca0355.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-cee37692e81d8e73.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-c7523b81d711e17f.rlib" "/opt/rustwide/target/debug/deps/libeither-4a030595c891bf58.rlib" "/opt/rustwide/target/debug/deps/libh2-d7a183f155632953.rlib" "/opt/rustwide/target/debug/deps/libindexmap-f5a2d86971d15110.rlib" "/opt/rustwide/target/debug/deps/libstring-3ecf39b49134801f.rlib" "/opt/rustwide/target/debug/deps/libhttp-d1779e233967b9ff.rlib" "/opt/rustwide/target/debug/deps/libitoa-17b710834fb0317a.rlib" "/opt/rustwide/target/debug/deps/libactix_service-18c94f65f54f51c7.rlib" "/opt/rustwide/target/debug/deps/libactix_server_config-090fb0197fbb6a03.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-883a6edad6465378.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-babd799b4ff73508.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c8b025ced04be008.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-28d0e66205d37336.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-c0e79a6c1eee11aa.rlib" "/opt/rustwide/target/debug/deps/liburl-c8a0afaed95fa0bb.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-f51489b4440e4fe1.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-06bf64534a40fe1e.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-0f15b4103456cda0.rlib" "/opt/rustwide/target/debug/deps/libsocket2-b57487a0214c6fd5.rlib" "/opt/rustwide/target/debug/deps/libidna-a4d286cfdbc8208f.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-be478efb84b8998b.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-266979db193bd1bb.rlib" "/opt/rustwide/target/debug/deps/libmatches-ec803435b0d6dbd5.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-1c83dee6a0ddd3eb.rlib" "/opt/rustwide/target/debug/deps/libhostname-b0e6d54d37c3bb7c.rlib" "/opt/rustwide/target/debug/deps/libquick_error-7c7cd5b552241ac9.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-f24211f8b0d11511.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-da807eb3ab38819b.rlib" "/opt/rustwide/target/debug/deps/libfailure-4144aaebdd5c308e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-a0687d25f60f0a42.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-6eb8c56a5c5d0df6.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-24e6fa42a2f56832.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-63ab962044d5490c.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f5c461e5c3851e1e.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-aa3fcfcb0c81670d.rlib" "/opt/rustwide/target/debug/deps/liblock_api-50fef7bf89894c83.rlib" "/opt/rustwide/target/debug/deps/libbitflags-20c5c28231f4058e.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-f05a57a6cd75766f.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-e818da6be28e7d90.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-9b3db747f470a9ae.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-374514ac9b4f40b4.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-dd0306aeeaafa01a.rlib" "/opt/rustwide/target/debug/deps/liblock_api-bf1d8fdfdef16830.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-3e3dbc88c0ab67a3.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-e521794e8404ee63.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-36548af503dd62c4.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-23e10eabb19ea520.rlib" "/opt/rustwide/target/debug/deps/libfnv-e4c6ba56d659bb77.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-4c25637db29ae41c.rlib" "/opt/rustwide/target/debug/deps/libbytes-746df94b6e88d0de.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-16d863000652add8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-efb35677dde258d3.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-44491dfa245bf1cc.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-dbb414485207823a.rlib" "/opt/rustwide/target/debug/deps/librand-203742870a233aa7.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-ab505d75aae818f3.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-03c38b0874181799.rlib" "/opt/rustwide/target/debug/deps/librand_hc-a0a75dd4af812220.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-cf192e0a2a9b34d9.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-13a854f61f415c86.rlib" "/opt/rustwide/target/debug/deps/librand_core-a03f340c157b8ac6.rlib" "/opt/rustwide/target/debug/deps/librand_os-0575cb99ab70671b.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-60352e5bd5110e26.rlib" "/opt/rustwide/target/debug/deps/librand_core-3a46beeb136e9cca.rlib" "/opt/rustwide/target/debug/deps/liblock_api-e424f46b4782fbae.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-8cff29ee0505c79c.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-db39897a29b4285a.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-9cc4133a3ee3d26a.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1aa39781e1f30533.rlib" "/opt/rustwide/target/debug/deps/libmio-52b7305b075dbbc3.rlib" "/opt/rustwide/target/debug/deps/libslab-342d21e1f5505122.rlib" "/opt/rustwide/target/debug/deps/libiovec-a30aab5b75a42b87.rlib" "/opt/rustwide/target/debug/deps/libnet2-0b8cab8847221d27.rlib" "/opt/rustwide/target/debug/deps/liblibc-0c04a04da529974f.rlib" "/opt/rustwide/target/debug/deps/liblog-ba10faa6b4081947.rlib" "/opt/rustwide/target/debug/deps/libcopyless-526b1472a3112d48.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-a2f203ad4c350845.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-e50fdb5bb0931179.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-bca1aa6eb3184a5b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-48ae5990e2528ae1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ff15ca4418a0fa04.rlib" "/opt/rustwide/target/debug/deps/libfutures-00fd122bff9913a5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9c44f1fe63de3edb.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5dfdbb680ac299a1.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-353beaf877db2fdf.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd4abd33332d2d3f.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3b908b5b50ddd80c.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9cafd3521b5532d3.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7b0935832903a9ac.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-8a349b13d67c76e3.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-9d41e7cb09eafd8e.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-095194fedb4c0ec4.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-968cf83f088269ec.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e63bbb95a6beff5c.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9f216e67c2916fa5.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-4688b763605c6a0e.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a9b2dc3244289321.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-003d83a588984e1f.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/actor_lifecycle-75499693241af468" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "06c40acd0e8a14f56114bda208e43805f78e17ab08c41e935bbced54f84e52ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06c40acd0e8a14f56114bda208e43805f78e17ab08c41e935bbced54f84e52ba", kill_on_drop: false }` [INFO] [stdout] 06c40acd0e8a14f56114bda208e43805f78e17ab08c41e935bbced54f84e52ba