[INFO] cloning repository https://github.com/K0R0VA/actor-examples [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/K0R0VA/actor-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK0R0VA%2Factor-examples", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK0R0VA%2Factor-examples'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7a784e4f7dcba80fee009d5a029df26ec953e1eb [INFO] testing K0R0VA/actor-examples against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK0R0VA%2Factor-examples" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/K0R0VA/actor-examples [INFO] finished tweaking git repo https://github.com/K0R0VA/actor-examples [INFO] tweaked toml for git repo https://github.com/K0R0VA/actor-examples written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/K0R0VA/actor-examples on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/K0R0VA/actor-examples already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95102301767ad5296cc97762ed929fb343b41d328ee94fe8e76d1dc42da84018 [INFO] running `Command { std: "docker" "start" "-a" "95102301767ad5296cc97762ed929fb343b41d328ee94fe8e76d1dc42da84018", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95102301767ad5296cc97762ed929fb343b41d328ee94fe8e76d1dc42da84018", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95102301767ad5296cc97762ed929fb343b41d328ee94fe8e76d1dc42da84018", kill_on_drop: false }` [INFO] [stdout] 95102301767ad5296cc97762ed929fb343b41d328ee94fe8e76d1dc42da84018 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] b58d6109c18493fe301cded55908421d30e6a14f03e385e7f4577a6683b244e4 [INFO] running `Command { std: "docker" "start" "-a" "b58d6109c18493fe301cded55908421d30e6a14f03e385e7f4577a6683b244e4", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling tokio v1.5.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling local-waker v0.1.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling const_fn v0.4.6 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling time v0.2.26 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling cpufeatures v0.1.4 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling actix-utils v3.0.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling ahash v0.7.2 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling httparse v1.3.6 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling siphasher v0.3.5 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling actix-service v2.0.0 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling postgres-protocol v0.6.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling cookie v0.15.0 [INFO] [stderr] Compiling bytestring v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling sha-1 v0.9.4 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling postgres-types v0.2.1 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling tokio-util v0.6.6 [INFO] [stderr] Compiling actix-codec v0.4.0-beta.1 [INFO] [stderr] Compiling actix-macros v0.2.0 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.0.6 [INFO] [stderr] Compiling derive_more v0.99.13 [INFO] [stderr] Compiling actix-web-codegen v0.5.0-beta.2 [INFO] [stderr] Compiling actix_derive v0.6.0 [INFO] [stderr] Compiling actix-rt v2.2.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling actix-server v2.0.0-beta.4 [INFO] [stderr] Compiling pin-project v1.0.6 [INFO] [stderr] Compiling actix-tls v3.0.0-beta.5 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling local-channel v0.1.2 [INFO] [stderr] Compiling h2 v0.3.2 [INFO] [stderr] Compiling actix v0.12.0 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-postgres v0.7.2 [INFO] [stderr] Compiling config v0.11.0 [INFO] [stderr] Compiling actix-router v0.2.7 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling actix-http v3.0.0-beta.6 [INFO] [stderr] Compiling deadpool v0.8.0 [INFO] [stderr] Compiling deadpool-postgres v0.9.0 [INFO] [stderr] Compiling actix-web v4.0.0-beta.6 (https://github.com/actix/actix-web.git#5a162932) [INFO] [stderr] Compiling actor-examples v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::models::Event` [INFO] [stdout] --> src/box_office.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::models::Event; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::future::Future` [INFO] [stdout] --> src/box_office.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::future::Future; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::pin::Pin` [INFO] [stdout] --> src/box_office.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::pin::Pin; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::task::Poll` [INFO] [stdout] --> src/box_office.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::task::Poll; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::models::Event` [INFO] [stdout] --> src/box_office.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | use crate::models::Event; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Response` [INFO] [stdout] --> src/box_office.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | use actix::{Message, MailboxError, Response}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Buy` [INFO] [stdout] --> src/box_office.rs:28:51 [INFO] [stdout] | [INFO] [stdout] 28 | use crate::ticket_seller::messages::{Tickets, Buy}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix::dev::Request` [INFO] [stdout] --> src/box_office.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | use actix::dev::Request; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::ticket_seller::TicketSeller` [INFO] [stdout] --> src/box_office.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | use crate::ticket_seller::TicketSeller; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Addr` [INFO] [stdout] --> src/box_office.rs:78:66 [INFO] [stdout] | [INFO] [stdout] 78 | use actix::{Handler, Actor, Context, MailboxError, Response, Addr}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix::dev::MessageResponse` [INFO] [stdout] --> src/box_office.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | use actix::dev::MessageResponse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::box_office::BoxOffice` [INFO] [stdout] --> src/rest_api.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::box_office::BoxOffice; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Actor` and `System` [INFO] [stdout] --> src/rest_api.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use actix::{Actor, System}; [INFO] [stdout] | ^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/rest_api.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::ticket_seller::messages::Tickets` [INFO] [stdout] --> src/rest_api.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | use crate::ticket_seller::messages::Tickets; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MailboxError` [INFO] [stdout] --> src/rest_api.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | use actix::{Addr, MailboxError}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix_web::http::StatusCode` [INFO] [stdout] --> src/rest_api.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | use actix_web::http::StatusCode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Path` [INFO] [stdout] --> src/rest_api.rs:24:38 [INFO] [stdout] | [INFO] [stdout] 24 | use actix_web::web::{Data, Json, Path}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde::Serialize` [INFO] [stdout] --> src/rest_api.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | use serde::Serialize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Event` [INFO] [stdout] --> src/ticket_seller.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::models::{Event, Ticket}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exist` [INFO] [stdout] --> src/rest_api.rs:44:21 [INFO] [stdout] | [INFO] [stdout] 44 | Err(exist) => HttpResponse::BadRequest().body("Event already exist"), [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_exist` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/rest_api.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | Err(err) => HttpResponse::InternalServerError().finish(), [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/box_office.rs:89:59 [INFO] [stdout] | [INFO] [stdout] 89 | let event_tickets = TicketSeller::create(|ctx: &mut 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] --> src/box_office.rs:103:47 [INFO] [stdout] | [INFO] [stdout] 103 | fn handle(&mut self, msg: GetTickets, 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] --> src/database.rs:26:27 [INFO] [stdout] | [INFO] [stdout] 26 | 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: variable does not need to be mutable [INFO] [stdout] --> src/maybe.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | fn poll(mut self: Pin<&mut Self>, cx: &mut Context) -> Poll { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/maybe.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | let mut this = self.get_unchecked_mut(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/maybe.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | 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] [INFO] [stdout] warning: unused variable: `ctx` [INFO] [stdout] --> src/ticket_seller.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | 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] [INFO] [stdout] warning: unused variable: `msg` [INFO] [stdout] --> src/ticket_seller.rs:91:30 [INFO] [stdout] | [INFO] [stdout] 91 | fn handle(&mut self, msg: GetEvent, 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] --> src/ticket_seller.rs:91:45 [INFO] [stdout] | [INFO] [stdout] 91 | fn handle(&mut self, msg: GetEvent, 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: struct `GetEvents` is never constructed [INFO] [stdout] --> src/box_office.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 55 | pub struct GetEvents; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CancelEvent` is never constructed [INFO] [stdout] --> src/box_office.rs:67:16 [INFO] [stdout] | [INFO] [stdout] 67 | pub struct CancelEvent { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `unwrap` is never used [INFO] [stdout] --> src/maybe.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 47 | impl Maybe { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] 48 | pub fn unwrap(self) -> T { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Event` is never constructed [INFO] [stdout] --> src/models.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct Event { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Event` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Cancel` is never constructed [INFO] [stdout] --> src/ticket_seller.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 55 | pub struct Cancel; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/maybe.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | tx.send(self.await); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 41 | let _ = tx.send(self.await); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/ticket_seller.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | tx.send(self); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 44 | let _ = tx.send(self); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustc0Z5zqV/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libactix_web-9cd22f00da72418e.rlib,libeither-4c8c1e39a99655ac.rlib,libactix_server-39700b909cb1b47b.rlib,libcookie-77b4c7d131a8a6f5.rlib,liburl-dc4df97fbaca6802.rlib,libidna-14e3e0eecf477e84.rlib,libserde_urlencoded-9dadca99d2687482.rlib,libform_urlencoded-c7ca260acdafb077.rlib,libserde_json-abe60bf4274076ea.rlib,libactix_router-0acfb177596e3692.rlib,libregex-1dd04dc89a87042d.rlib,libregex_syntax-5f8b0070023a51bd.rlib,libaho_corasick-b254e07826576682.rlib,libactix_http-355eb3d739be30f9.rlib,libhttparse-d58a861c2b184f48.rlib,libsha1-9bdfdf2183c2c226.rlib,libcpuid_bool-f14a20ba81419679.rlib,liblocal_channel-37c45ba944a24496.rlib,libbytestring-e37657fb6895ac6e.rlib,libencoding_rs-078442d79d5a0b72.rlib,liblanguage_tags-158ba6cd45e642ae.rlib,libmime-2517c84452183460.rlib,libflate2-3ad6734b64d833b8.rlib,libminiz_oxide-16b4b8547a6b52b2.rlib,libadler-b32dea79b2f05ffd.rlib,libcrc32fast-73831421cab1f53a.rlib,libbrotli2-2b6af2b65f45ac19.rlib,libbrotli_sys-7d0bdefe016fcf2a.rlib,libtime-cbd51e377592378b.rlib,libtime_macros-e5d205e7c05a8825.rlib,libstandback-83e254465ab0b238.rlib,libahash-b28b2f5ae1ceea8a.rlib,libactix_tls-4a205d7be4549ea2.rlib,libh2-d6d41f48d34b133d.rlib,libtracing-5fa2e4d0d03b084c.rlib,libtracing_core-a852a6f7fd6e2f1f.rlib,libindexmap-8b71b58fbaa3a2a2.rlib,libhashbrown-aed633c8184090a0.rlib,libhttp-f8332ffec2c8f9a1.rlib,libitoa-99e7082793cfaa64.rlib,libfnv-81596130b397d5c3.rlib,libactix_service-b9ab434b09ee2699.rlib,libactix_codec-b9dc30fa3a8cc4f8.rlib,libpin_project-3d3d3c2cff8710d3.rlib,libactix_utils-4a3e444c98fe7dfe.rlib,liblocal_waker-d4c2e72550cc527e.rlib,libdeadpool_postgres-dd1d3023fa088fb4.rlib,libconfig-50617a30d5b5bc52.rlib,libnom-1b3c6eaf4e7ddfde.rlib,liblexical_core-53a0523aa2c5c0c0.rlib,libryu-af883cd9b444a782.rlib,libstatic_assertions-df27c3b343cf637f.rlib,libarrayvec-fd19332b40a1becd.rlib,libdeadpool-d6119131ad1ea2fe.rlib,libnum_cpus-1c03fdee0ed10574.rlib,libtokio_postgres-cdaec16216f90f72.rlib,libphf-24f8188bdfb792cc.rlib,libphf_shared-9a0e4c520cac37f7.rlib,libsiphasher-340ef969b14d0bbf.rlib,libpercent_encoding-3f452dc5e318e927.rlib,libsocket2-b22a16f88952ee60.rlib,libpostgres_types-5e77c002b4874251.rlib,libpostgres_protocol-68c44348f8eb284e.rlib,libbase64-1447dfff012d42f8.rlib,libstringprep-529c7da5cf9a9bd0.rlib,libunicode_normalization-8179c059019c0ed4.rlib,libtinyvec-f85e4e0caa5b9d82.rlib,libtinyvec_macros-c54c30cfa88e68f0.rlib,libunicode_bidi-fba63ab404db077b.rlib,libmatches-d7125afe50072f5c.rlib,libsha2-df2aa8243de3d46c.rlib,libcpufeatures-22d8f1dedb653ca1.rlib,librand-4315c43eaaaeb794.rlib,librand_chacha-1de48f3290abc09d.rlib,libppv_lite86-5a92c3ab26105205.rlib,librand_core-029c36903059b37f.rlib,libgetrandom-1672cb81de3168c2.rlib,libhmac-535751d8024b1ec5.rlib,libcrypto_mac-8ed2614cf479c33c.rlib,libsubtle-b30874e4b7c2301d.rlib,libmd5-5f6624ce44fe575a.rlib,libopaque_debug-bfd86111b0908dde.rlib,libblock_buffer-bb73cade331d8c0a.rlib,libdigest-392b0119d713202e.rlib,libgeneric_array-b8f324177b2c2b8f.rlib,libtypenum-b0ea879750aa85fb.rlib,libfallible_iterator-da18290346318e11.rlib,libbyteorder-c7092f68299ac016.rlib,libfutures-2fadf95a7c5fe35d.rlib,libfutures_executor-f0f5cd59ec8256ee.rlib,libserde-e16a771e093e4382.rlib,libactix-cde0db41d99f52ef.rlib,libcrossbeam_channel-f1efb9c49b052c49.rlib,libcrossbeam_utils-c59af58696e91bfb.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libtokio_util-4cf3355df086a7bb.rlib,libfutures_util-9cf8bdf441a64c62.rlib,libfutures_io-d2e168d7a38f858c.rlib,libslab-7c577fd9ceb1ab41.rlib,libfutures_channel-d7d2b5a1fab2fed0.rlib,libfutures_sink-a45f562d8650455c.rlib,libfutures_task-745d6cc0eb00d6e5.rlib,libpin_utils-b08f1197f0cdae19.rlib,libbitflags-561a4f1321538a32.rlib,libactix_rt-911d4d9a3b39ab8f.rlib,libfutures_core-891d760f6cde94e5.rlib,libtokio-14715ee866e4de5f.rlib,libsignal_hook_registry-711657d690d613bb.rlib,libmemchr-73e1d28ab8a2c4a0.rlib,libonce_cell-d5a6170be02b4e2e.rlib,libbytes-f5f6908afbf67346.rlib,libpin_project_lite-4390088538166d84.rlib,libmio-54e60030f4028152.rlib,liblog-2fa663e3959e676f.rlib,libparking_lot-d9dfb4b6f842c78e.rlib,libparking_lot_core-3afd670e9b61bc27.rlib,liblibc-44174801f35fcea5.rlib,libsmallvec-a0b9fe2bb61c7c93.rlib,liblock_api-96b38419b92836ef.rlib,libscopeguard-73056285f12cb829.rlib,libinstant-96e83b871cb6a3bd.rlib,libcfg_if-66d55f6b302e88c8.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustc0Z5zqV/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/brotli-sys-447f1e59d9208c84/out" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/actor_examples-94a84213698a9fe1" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgetrandom-1672cb81de3168c2.rlib(getrandom-1672cb81de3168c2.getrandom.a17c024ad9f10239-cgu.0.rcgu.o): in function `getrandom::util_libc::open_readonly': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.2/src/util_libc.rs:110:(.text._ZN9getrandom9util_libc13open_readonly17h96d4204a9aaac5baE+0xb6): undefined reference to `open64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `actor-examples` (bin "actor-examples") due to 1 previous error; 38 warnings emitted [INFO] running `Command { std: "docker" "inspect" "b58d6109c18493fe301cded55908421d30e6a14f03e385e7f4577a6683b244e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b58d6109c18493fe301cded55908421d30e6a14f03e385e7f4577a6683b244e4", kill_on_drop: false }` [INFO] [stdout] b58d6109c18493fe301cded55908421d30e6a14f03e385e7f4577a6683b244e4