[INFO] cloning repository https://github.com/kerdl/ktmuscrap [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kerdl/ktmuscrap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkerdl%2Fktmuscrap", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkerdl%2Fktmuscrap'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b21af5ca3c5f1afbe61a88a168d6e237ef822419 [INFO] testing kerdl/ktmuscrap against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkerdl%2Fktmuscrap" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kerdl/ktmuscrap on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kerdl/ktmuscrap [INFO] finished tweaking git repo https://github.com/kerdl/ktmuscrap [INFO] tweaked toml for git repo https://github.com/kerdl/ktmuscrap written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/kerdl/ktmuscrap 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" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cxxbridge-flags v1.0.79 [INFO] [stderr] Downloaded ngrammatic v0.3.5 [INFO] [stderr] Downloaded cxxbridge-macro v1.0.79 [INFO] [stderr] Downloaded cxx-build v1.0.79 [INFO] [stderr] Downloaded cxx v1.0.79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b00bd7863d49af02257c73338868b435c2c9793cb91a47a70b20498436421eb5 [INFO] running `Command { std: "docker" "start" "-a" "b00bd7863d49af02257c73338868b435c2c9793cb91a47a70b20498436421eb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b00bd7863d49af02257c73338868b435c2c9793cb91a47a70b20498436421eb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b00bd7863d49af02257c73338868b435c2c9793cb91a47a70b20498436421eb5", kill_on_drop: false }` [INFO] [stdout] b00bd7863d49af02257c73338868b435c2c9793cb91a47a70b20498436421eb5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c5ef94ddd4f01a62637a2c11a57d887fe472d446e2f717aff2e2b7151ab1b03 [INFO] running `Command { std: "docker" "start" "-a" "1c5ef94ddd4f01a62637a2c11a57d887fe472d446e2f717aff2e2b7151ab1b03", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling parking_lot_core v0.9.4 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling jobserver v0.1.25 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling bytestring v1.1.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling openssl v0.10.42 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling paste v1.0.9 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling digest v0.10.5 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling openssl-sys v0.9.77 [INFO] [stderr] Compiling zstd-sys v2.0.1+zstd.1.5.2 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling actix-utils v3.0.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling cookie v0.16.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling base64ct v1.5.3 [INFO] [stderr] Compiling time v0.3.15 [INFO] [stderr] Compiling rustversion v1.0.9 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling password-hash v0.4.2 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.6 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling async-trait v0.1.58 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling pbkdf2 v0.11.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling ipnet v2.5.1 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling iana-time-zone v0.1.51 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling hex-literal v0.3.4 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling ngrammatic v0.3.5 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-web-codegen v4.1.0 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling pest v2.4.0 [INFO] [stderr] Compiling actix_derive v0.6.0 [INFO] [stderr] Compiling async-stream-impl v0.3.3 [INFO] [stderr] Compiling pest_meta v2.4.0 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling async-recursion v1.0.0 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling async-stream v0.3.3 [INFO] [stderr] Compiling derive-new v0.5.9 [INFO] [stderr] Compiling pest_generator v2.4.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling pest_derive v2.4.0 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling actix-rt v2.7.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling actix-server v2.1.1 [INFO] [stderr] Compiling h2 v0.3.14 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling actix v0.13.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling html_parser v0.6.3 [INFO] [stderr] Compiling hyper v0.14.22 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.12 [INFO] [stderr] Compiling zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling actix-http v3.2.2 [INFO] [stderr] Compiling zip v0.6.3 [INFO] [stderr] Compiling actix-web v4.2.1 [INFO] [stderr] Compiling actix-web-actors v4.1.0 [INFO] [stderr] Compiling ktmuscrap v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `HttpResponseBuilder` [INFO] [stdout] --> src/api/error/base.rs:3:35 [INFO] [stdout] | [INFO] [stdout] 3 | use actix_web::{http::StatusCode, HttpResponseBuilder}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/api/error/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/api/schedule/weekly.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post` [INFO] [stdout] --> src/api/schedule/weekly.rs:2:22 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web::{get, delete, post, Responder, web}; [INFO] [stdout] | ^^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/api/schedule/weekly.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HttpRequest`, `delete`, `post` [INFO] [stdout] --> src/api/schedule/daily.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stdout] | ^^^^^^ ^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix_web_actors::ws` [INFO] [stdout] --> src/api/schedule/daily.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web_actors::ws; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/api/schedule/daily.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HttpRequest`, `delete`, `post`, `web` [INFO] [stdout] --> src/api/schedule/raw/ft_daily.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix_web_actors::ws` [INFO] [stdout] --> src/api/schedule/raw/ft_daily.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web_actors::ws; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/api/schedule/raw/ft_daily.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `data::schedule::Type` [INFO] [stdout] --> src/api/schedule/raw/ft_daily.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::{data::schedule::Type, api::Response, DATA}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HttpRequest`, `delete`, `post`, `web` [INFO] [stdout] --> src/api/schedule/raw/ft_weekly.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix_web_actors::ws` [INFO] [stdout] --> src/api/schedule/raw/ft_weekly.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web_actors::ws; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/api/schedule/raw/ft_weekly.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `data::schedule::Type` [INFO] [stdout] --> src/api/schedule/raw/ft_weekly.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::{data::schedule::Type, api::Response, DATA}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HttpRequest`, `delete`, `post`, `web` [INFO] [stdout] --> src/api/schedule/raw/r_weekly.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix_web_actors::ws` [INFO] [stdout] --> src/api/schedule/raw/r_weekly.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web_actors::ws; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/api/schedule/raw/r_weekly.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `data::schedule::Type` [INFO] [stdout] --> src/api/schedule/raw/r_weekly.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::{data::schedule::Type, api::Response, DATA}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Duration` [INFO] [stdout] --> src/api/mod.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | use chrono::{Duration, NaiveDateTime}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `web` [INFO] [stdout] --> src/api/mod.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use actix_web::{web, http::StatusCode, HttpResponse, HttpResponseBuilder}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `compare::schedule as cmp` [INFO] [stdout] --> src/api/mod.rs:10:63 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::{data::schedule::{self as sc, Interactor, Notify}, compare::schedule as cmp}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Kind` [INFO] [stdout] --> src/api/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | use error::base::{ApiError, Kind}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::warn` [INFO] [stdout] --> src/data/json.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use log::warn; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/data/schedule/notify.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Duration`, `NaiveDateTime`, `Utc` [INFO] [stdout] --> src/data/schedule/interactor.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use chrono::{NaiveDateTime, Utc, Duration}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `task::JoinHandle` [INFO] [stdout] --> src/data/schedule/interactor.rs:4:35 [INFO] [stdout] | [INFO] [stdout] 4 | use tokio::{sync::{RwLock, mpsc}, task::JoinHandle}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `time::Instant` [INFO] [stdout] --> src/data/schedule/interactor.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | use std::{time::Instant, sync::Arc, hash::Hash}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SyncResult` [INFO] [stdout] --> src/data/schedule/raw/fulltime/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | SyncResult, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::RwLock` [INFO] [stdout] --> src/data/schedule/raw/remote/html.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use tokio::sync::RwLock; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sync::Arc` [INFO] [stdout] --> src/data/schedule/raw/remote/html.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | use std::{path::PathBuf, sync::Arc, collections::HashMap}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::debug` [INFO] [stdout] --> src/data/schedule/raw/remote/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use log::debug; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sync::Arc` [INFO] [stdout] --> src/parse/fulltime/tables.rs:3:45 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{collections::HashMap, ops::Range, sync::Arc}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SyncResult` [INFO] [stdout] --> src/parse/fulltime/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | SyncResult, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `RangeInclusive`, `collections::HashMap`, `f64::consts::E` [INFO] [stdout] --> src/parse/remote/table.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{collections::HashMap, f64::consts::E, ops::{ControlFlow, Range, RangeInclusive}, sync::Arc}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SyncResult` [INFO] [stdout] --> src/merge/daily.rs:3:54 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{data::schedule::{Page, Group, Day, raw}, SyncResult}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SyncResult` [INFO] [stdout] --> src/merge/weekly.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | SyncResult [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/compare/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::SyncResult` [INFO] [stdout] --> src/fs.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::SyncResult; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::task::JoinHandle` [INFO] [stdout] --> src/fs.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | use tokio::task::JoinHandle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `web` [INFO] [stdout] --> src/main.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | use actix_web::{web, App, HttpServer}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `path::PathBuf`, `str::FromStr`, `time::Duration` [INFO] [stdout] --> src/main.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | use std::{path::PathBuf, sync::Arc, str::FromStr, net::SocketAddr, time::Duration}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `schedule` [INFO] [stdout] --> src/main.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | use data::{schedule, regex}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Loading` [INFO] [stdout] --> src/data/schedule/last.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | Loading, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DirectSaving` [INFO] [stdout] --> src/data/schedule/last.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | DirectSaving, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Loading` [INFO] [stdout] --> src/data/schedule/raw/last.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | Loading, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/parse/remote/table.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 100 | for (index, cell) in self.table.schema.get(1)?.iter().enumerate() { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/parse/remote/table.rs:179:14 [INFO] [stdout] | [INFO] [stdout] 179 | for (index, row) in schema.into_iter().enumerate() { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `current` [INFO] [stdout] --> src/parse/remote/table.rs:308:45 [INFO] [stdout] | [INFO] [stdout] 308 | ... for (index, current) in hits.iter().enumerate() { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_last` [INFO] [stdout] --> src/parse/remote/table.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | let is_last = index == schema_len - 1; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_last` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `first_cell` is never read [INFO] [stdout] --> src/parse/remote/table.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | let mut first_cell = None; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `second_cell` is never read [INFO] [stdout] --> src/parse/remote/table.rs:429:21 [INFO] [stdout] | [INFO] [stdout] 429 | let mut second_cell = None; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `third_cell` is never read [INFO] [stdout] --> src/parse/remote/table.rs:430:21 [INFO] [stdout] | [INFO] [stdout] 430 | let mut third_cell = None; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `is_in_group_rng` is never read [INFO] [stdout] --> src/parse/remote/table.rs:472:17 [INFO] [stdout] | [INFO] [stdout] 472 | is_in_group_rng = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `is_in_numtime_rng` is never read [INFO] [stdout] --> src/parse/remote/table.rs:502:17 [INFO] [stdout] | [INFO] [stdout] 502 | is_in_numtime_rng = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dir` is never read [INFO] [stdout] --> src/data/container.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Schedule { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 33 | dir: PathBuf, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Schedule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `row_for_y` is never used [INFO] [stdout] --> src/parse/remote/table.rs:122:8 [INFO] [stdout] | [INFO] [stdout] 33 | impl Parser { [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 122 | fn row_for_y(y: usize, schema: &Vec>) -> Option<&Vec> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.27s [INFO] running `Command { std: "docker" "inspect" "1c5ef94ddd4f01a62637a2c11a57d887fe472d446e2f717aff2e2b7151ab1b03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c5ef94ddd4f01a62637a2c11a57d887fe472d446e2f717aff2e2b7151ab1b03", kill_on_drop: false }` [INFO] [stdout] 1c5ef94ddd4f01a62637a2c11a57d887fe472d446e2f717aff2e2b7151ab1b03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73ad70c133dcf42a0da27b2003b07e85d819c70e1e65baf1c5b2743a34deecd6 [INFO] running `Command { std: "docker" "start" "-a" "73ad70c133dcf42a0da27b2003b07e85d819c70e1e65baf1c5b2743a34deecd6", kill_on_drop: false }` [INFO] [stderr] Compiling ktmuscrap v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `HttpResponseBuilder` [INFO] [stdout] --> src/api/error/base.rs:3:35 [INFO] [stdout] | [INFO] [stdout] 3 | use actix_web::{http::StatusCode, HttpResponseBuilder}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::PathBuf` [INFO] [stdout] --> src/api/error/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::path::PathBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/api/schedule/weekly.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `delete`, `post` [INFO] [stdout] --> src/api/schedule/weekly.rs:2:22 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web::{get, delete, post, Responder, web}; [INFO] [stdout] | ^^^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/api/schedule/weekly.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HttpRequest`, `delete`, `post` [INFO] [stdout] --> src/api/schedule/daily.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stdout] | ^^^^^^ ^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix_web_actors::ws` [INFO] [stdout] --> src/api/schedule/daily.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web_actors::ws; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/api/schedule/daily.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HttpRequest`, `delete`, `post`, `web` [INFO] [stdout] --> src/api/schedule/raw/ft_daily.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix_web_actors::ws` [INFO] [stdout] --> src/api/schedule/raw/ft_daily.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web_actors::ws; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/api/schedule/raw/ft_daily.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `data::schedule::Type` [INFO] [stdout] --> src/api/schedule/raw/ft_daily.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::{data::schedule::Type, api::Response, DATA}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HttpRequest`, `delete`, `post`, `web` [INFO] [stdout] --> src/api/schedule/raw/ft_weekly.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix_web_actors::ws` [INFO] [stdout] --> src/api/schedule/raw/ft_weekly.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web_actors::ws; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/api/schedule/raw/ft_weekly.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `data::schedule::Type` [INFO] [stdout] --> src/api/schedule/raw/ft_weekly.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::{data::schedule::Type, api::Response, DATA}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `HttpRequest`, `delete`, `post`, `web` [INFO] [stdout] --> src/api/schedule/raw/r_weekly.rs:1:22 [INFO] [stdout] | [INFO] [stdout] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stdout] | ^^^^^^ ^^^^ ^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `actix_web_actors::ws` [INFO] [stdout] --> src/api/schedule/raw/r_weekly.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use actix_web_actors::ws; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/api/schedule/raw/r_weekly.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `data::schedule::Type` [INFO] [stdout] --> src/api/schedule/raw/r_weekly.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::{data::schedule::Type, api::Response, DATA}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Duration` [INFO] [stdout] --> src/api/mod.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | use chrono::{Duration, NaiveDateTime}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `web` [INFO] [stdout] --> src/api/mod.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use actix_web::{web, http::StatusCode, HttpResponse, HttpResponseBuilder}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `compare::schedule as cmp` [INFO] [stdout] --> src/api/mod.rs:10:63 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::{data::schedule::{self as sc, Interactor, Notify}, compare::schedule as cmp}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Kind` [INFO] [stdout] --> src/api/mod.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | use error::base::{ApiError, Kind}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::warn` [INFO] [stdout] --> src/data/json.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use log::warn; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::sync::Arc` [INFO] [stdout] --> src/data/schedule/notify.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::sync::Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Duration`, `NaiveDateTime`, `Utc` [INFO] [stdout] --> src/data/schedule/interactor.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use chrono::{NaiveDateTime, Utc, Duration}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `task::JoinHandle` [INFO] [stdout] --> src/data/schedule/interactor.rs:4:35 [INFO] [stdout] | [INFO] [stdout] 4 | use tokio::{sync::{RwLock, mpsc}, task::JoinHandle}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `time::Instant` [INFO] [stdout] --> src/data/schedule/interactor.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | use std::{time::Instant, sync::Arc, hash::Hash}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SyncResult` [INFO] [stdout] --> src/data/schedule/raw/fulltime/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | SyncResult, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::RwLock` [INFO] [stdout] --> src/data/schedule/raw/remote/html.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use tokio::sync::RwLock; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sync::Arc` [INFO] [stdout] --> src/data/schedule/raw/remote/html.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | use std::{path::PathBuf, sync::Arc, collections::HashMap}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::debug` [INFO] [stdout] --> src/data/schedule/raw/remote/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use log::debug; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sync::Arc` [INFO] [stdout] --> src/parse/fulltime/tables.rs:3:45 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{collections::HashMap, ops::Range, sync::Arc}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SyncResult` [INFO] [stdout] --> src/parse/fulltime/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | SyncResult, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `RangeInclusive`, `collections::HashMap`, `f64::consts::E` [INFO] [stdout] --> src/parse/remote/table.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{collections::HashMap, f64::consts::E, ops::{ControlFlow, Range, RangeInclusive}, sync::Arc}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SyncResult` [INFO] [stdout] --> src/merge/daily.rs:3:54 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{data::schedule::{Page, Group, Day, raw}, SyncResult}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SyncResult` [INFO] [stdout] --> src/merge/weekly.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | SyncResult [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> src/compare/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::SyncResult` [INFO] [stdout] --> src/fs.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::SyncResult; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::task::JoinHandle` [INFO] [stdout] --> src/fs.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | use tokio::task::JoinHandle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `web` [INFO] [stdout] --> src/main.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | use actix_web::{web, App, HttpServer}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `path::PathBuf`, `str::FromStr`, `time::Duration` [INFO] [stdout] --> src/main.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | use std::{path::PathBuf, sync::Arc, str::FromStr, net::SocketAddr, time::Duration}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `schedule` [INFO] [stdout] --> src/main.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | use data::{schedule, regex}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Loading` [INFO] [stdout] --> src/data/schedule/last.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | Loading, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `DirectSaving` [INFO] [stdout] --> src/data/schedule/last.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | DirectSaving, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Loading` [INFO] [stdout] --> src/data/schedule/raw/last.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | Loading, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/parse/remote/table.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 100 | for (index, cell) in self.table.schema.get(1)?.iter().enumerate() { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `index` [INFO] [stdout] --> src/parse/remote/table.rs:179:14 [INFO] [stdout] | [INFO] [stdout] 179 | for (index, row) in schema.into_iter().enumerate() { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `current` [INFO] [stdout] --> src/parse/remote/table.rs:308:45 [INFO] [stdout] | [INFO] [stdout] 308 | ... for (index, current) in hits.iter().enumerate() { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `is_last` [INFO] [stdout] --> src/parse/remote/table.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | let is_last = index == schema_len - 1; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_last` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `first_cell` is never read [INFO] [stdout] --> src/parse/remote/table.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | let mut first_cell = None; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `second_cell` is never read [INFO] [stdout] --> src/parse/remote/table.rs:429:21 [INFO] [stdout] | [INFO] [stdout] 429 | let mut second_cell = None; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `third_cell` is never read [INFO] [stdout] --> src/parse/remote/table.rs:430:21 [INFO] [stdout] | [INFO] [stdout] 430 | let mut third_cell = None; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `is_in_group_rng` is never read [INFO] [stdout] --> src/parse/remote/table.rs:472:17 [INFO] [stdout] | [INFO] [stdout] 472 | is_in_group_rng = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `is_in_numtime_rng` is never read [INFO] [stdout] --> src/parse/remote/table.rs:502:17 [INFO] [stdout] | [INFO] [stdout] 502 | is_in_numtime_rng = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dir` is never read [INFO] [stdout] --> src/data/container.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct Schedule { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 33 | dir: PathBuf, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Schedule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `row_for_y` is never used [INFO] [stdout] --> src/parse/remote/table.rs:122:8 [INFO] [stdout] | [INFO] [stdout] 33 | impl Parser { [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 122 | fn row_for_y(y: usize, schema: &Vec>) -> Option<&Vec> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 58 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.47s [INFO] running `Command { std: "docker" "inspect" "73ad70c133dcf42a0da27b2003b07e85d819c70e1e65baf1c5b2743a34deecd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73ad70c133dcf42a0da27b2003b07e85d819c70e1e65baf1c5b2743a34deecd6", kill_on_drop: false }` [INFO] [stdout] 73ad70c133dcf42a0da27b2003b07e85d819c70e1e65baf1c5b2743a34deecd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8fd337e317d09470f50a19db4b7f3130c635e00573afa5e6c1e4dd9ca7c33b71 [INFO] running `Command { std: "docker" "start" "-a" "8fd337e317d09470f50a19db4b7f3130c635e00573afa5e6c1e4dd9ca7c33b71", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `HttpResponseBuilder` [INFO] [stderr] --> src/api/error/base.rs:3:35 [INFO] [stderr] | [INFO] [stderr] 3 | use actix_web::{http::StatusCode, HttpResponseBuilder}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::PathBuf` [INFO] [stderr] --> src/api/error/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::path::PathBuf; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `log::info` [INFO] [stderr] --> src/api/schedule/weekly.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use log::info; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `delete`, `post` [INFO] [stderr] --> src/api/schedule/weekly.rs:2:22 [INFO] [stderr] | [INFO] [stderr] 2 | use actix_web::{get, delete, post, Responder, web}; [INFO] [stderr] | ^^^^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::sync::Arc` [INFO] [stderr] --> src/api/schedule/weekly.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::sync::Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `HttpRequest`, `delete`, `post` [INFO] [stderr] --> src/api/schedule/daily.rs:1:22 [INFO] [stderr] | [INFO] [stderr] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stderr] | ^^^^^^ ^^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `actix_web_actors::ws` [INFO] [stderr] --> src/api/schedule/daily.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use actix_web_actors::ws; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `log::info` [INFO] [stderr] --> src/api/schedule/daily.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use log::info; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `HttpRequest`, `delete`, `post`, `web` [INFO] [stderr] --> src/api/schedule/raw/ft_daily.rs:1:22 [INFO] [stderr] | [INFO] [stderr] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stderr] | ^^^^^^ ^^^^ ^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `actix_web_actors::ws` [INFO] [stderr] --> src/api/schedule/raw/ft_daily.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use actix_web_actors::ws; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `log::info` [INFO] [stderr] --> src/api/schedule/raw/ft_daily.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use log::info; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `data::schedule::Type` [INFO] [stderr] --> src/api/schedule/raw/ft_daily.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::{data::schedule::Type, api::Response, DATA}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `HttpRequest`, `delete`, `post`, `web` [INFO] [stderr] --> src/api/schedule/raw/ft_weekly.rs:1:22 [INFO] [stderr] | [INFO] [stderr] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stderr] | ^^^^^^ ^^^^ ^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `actix_web_actors::ws` [INFO] [stderr] --> src/api/schedule/raw/ft_weekly.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use actix_web_actors::ws; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `log::info` [INFO] [stderr] --> src/api/schedule/raw/ft_weekly.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use log::info; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `data::schedule::Type` [INFO] [stderr] --> src/api/schedule/raw/ft_weekly.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::{data::schedule::Type, api::Response, DATA}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `HttpRequest`, `delete`, `post`, `web` [INFO] [stderr] --> src/api/schedule/raw/r_weekly.rs:1:22 [INFO] [stderr] | [INFO] [stderr] 1 | use actix_web::{get, delete, post, Responder, web, HttpRequest}; [INFO] [stderr] | ^^^^^^ ^^^^ ^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `actix_web_actors::ws` [INFO] [stderr] --> src/api/schedule/raw/r_weekly.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use actix_web_actors::ws; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `log::info` [INFO] [stderr] --> src/api/schedule/raw/r_weekly.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use log::info; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `data::schedule::Type` [INFO] [stderr] --> src/api/schedule/raw/r_weekly.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::{data::schedule::Type, api::Response, DATA}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Duration` [INFO] [stderr] --> src/api/mod.rs:4:14 [INFO] [stderr] | [INFO] [stderr] 4 | use chrono::{Duration, NaiveDateTime}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `web` [INFO] [stderr] --> src/api/mod.rs:6:17 [INFO] [stderr] | [INFO] [stderr] 6 | use actix_web::{web, http::StatusCode, HttpResponse, HttpResponseBuilder}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `compare::schedule as cmp` [INFO] [stderr] --> src/api/mod.rs:10:63 [INFO] [stderr] | [INFO] [stderr] 10 | use crate::{data::schedule::{self as sc, Interactor, Notify}, compare::schedule as cmp}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Kind` [INFO] [stderr] --> src/api/mod.rs:11:29 [INFO] [stderr] | [INFO] [stderr] 11 | use error::base::{ApiError, Kind}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `log::warn` [INFO] [stderr] --> src/data/json.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use log::warn; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::sync::Arc` [INFO] [stderr] --> src/data/schedule/notify.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::sync::Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Duration`, `NaiveDateTime`, `Utc` [INFO] [stderr] --> src/data/schedule/interactor.rs:2:14 [INFO] [stderr] | [INFO] [stderr] 2 | use chrono::{NaiveDateTime, Utc, Duration}; [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^ ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `task::JoinHandle` [INFO] [stderr] --> src/data/schedule/interactor.rs:4:35 [INFO] [stderr] | [INFO] [stderr] 4 | use tokio::{sync::{RwLock, mpsc}, task::JoinHandle}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `time::Instant` [INFO] [stderr] --> src/data/schedule/interactor.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use std::{time::Instant, sync::Arc, hash::Hash}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `SyncResult` [INFO] [stderr] --> src/data/schedule/raw/fulltime/mod.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | SyncResult, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::sync::RwLock` [INFO] [stderr] --> src/data/schedule/raw/remote/html.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use tokio::sync::RwLock; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sync::Arc` [INFO] [stderr] --> src/data/schedule/raw/remote/html.rs:4:26 [INFO] [stderr] | [INFO] [stderr] 4 | use std::{path::PathBuf, sync::Arc, collections::HashMap}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `log::debug` [INFO] [stderr] --> src/data/schedule/raw/remote/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use log::debug; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `sync::Arc` [INFO] [stderr] --> src/parse/fulltime/tables.rs:3:45 [INFO] [stderr] | [INFO] [stderr] 3 | use std::{collections::HashMap, ops::Range, sync::Arc}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `SyncResult` [INFO] [stderr] --> src/parse/fulltime/mod.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | SyncResult, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `RangeInclusive`, `collections::HashMap`, `f64::consts::E` [INFO] [stderr] --> src/parse/remote/table.rs:3:11 [INFO] [stderr] | [INFO] [stderr] 3 | use std::{collections::HashMap, f64::consts::E, ops::{ControlFlow, Range, RangeInclusive}, sync::Arc}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `SyncResult` [INFO] [stderr] --> src/merge/daily.rs:3:54 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::{data::schedule::{Page, Group, Day, raw}, SyncResult}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `SyncResult` [INFO] [stderr] --> src/merge/weekly.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | SyncResult [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `log::info` [INFO] [stderr] --> src/compare/mod.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use log::info; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::SyncResult` [INFO] [stderr] --> src/fs.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::SyncResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::task::JoinHandle` [INFO] [stderr] --> src/fs.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 53 | use tokio::task::JoinHandle; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `web` [INFO] [stderr] --> src/main.rs:15:17 [INFO] [stderr] | [INFO] [stderr] 15 | use actix_web::{web, App, HttpServer}; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `path::PathBuf`, `str::FromStr`, `time::Duration` [INFO] [stderr] --> src/main.rs:18:11 [INFO] [stderr] | [INFO] [stderr] 18 | use std::{path::PathBuf, sync::Arc, str::FromStr, net::SocketAddr, time::Duration}; [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `schedule` [INFO] [stderr] --> src/main.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | use data::{schedule, regex}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Loading` [INFO] [stderr] --> src/data/schedule/last.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | Loading, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `DirectSaving` [INFO] [stderr] --> src/data/schedule/last.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | DirectSaving, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Loading` [INFO] [stderr] --> src/data/schedule/raw/last.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | Loading, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `index` [INFO] [stderr] --> src/parse/remote/table.rs:100:14 [INFO] [stderr] | [INFO] [stderr] 100 | for (index, cell) in self.table.schema.get(1)?.iter().enumerate() { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `index` [INFO] [stderr] --> src/parse/remote/table.rs:179:14 [INFO] [stderr] | [INFO] [stderr] 179 | for (index, row) in schema.into_iter().enumerate() { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_index` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current` [INFO] [stderr] --> src/parse/remote/table.rs:308:45 [INFO] [stderr] | [INFO] [stderr] 308 | ... for (index, current) in hits.iter().enumerate() { [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `is_last` [INFO] [stderr] --> src/parse/remote/table.rs:423:17 [INFO] [stderr] | [INFO] [stderr] 423 | let is_last = index == schema_len - 1; [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_is_last` [INFO] [stderr] [INFO] [stderr] warning: value assigned to `first_cell` is never read [INFO] [stderr] --> src/parse/remote/table.rs:428:21 [INFO] [stderr] | [INFO] [stderr] 428 | let mut first_cell = None; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `second_cell` is never read [INFO] [stderr] --> src/parse/remote/table.rs:429:21 [INFO] [stderr] | [INFO] [stderr] 429 | let mut second_cell = None; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `third_cell` is never read [INFO] [stderr] --> src/parse/remote/table.rs:430:21 [INFO] [stderr] | [INFO] [stderr] 430 | let mut third_cell = None; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `is_in_group_rng` is never read [INFO] [stderr] --> src/parse/remote/table.rs:472:17 [INFO] [stderr] | [INFO] [stderr] 472 | is_in_group_rng = true; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `is_in_numtime_rng` is never read [INFO] [stderr] --> src/parse/remote/table.rs:502:17 [INFO] [stderr] | [INFO] [stderr] 502 | is_in_numtime_rng = true; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: field `dir` is never read [INFO] [stderr] --> src/data/container.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 32 | pub struct Schedule { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] 33 | dir: PathBuf, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Schedule` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `row_for_y` is never used [INFO] [stderr] --> src/parse/remote/table.rs:122:8 [INFO] [stderr] | [INFO] [stderr] 33 | impl Parser { [INFO] [stderr] | ----------- associated function in this implementation [INFO] [stderr] ... [INFO] [stderr] 122 | fn row_for_y(y: usize, schema: &Vec>) -> Option<&Vec> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `ktmuscrap` (bin "ktmuscrap" test) generated 58 warnings (run `cargo fix --bin "ktmuscrap" --tests` to apply 48 suggestions) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ktmuscrap-c1685a4d40c796a5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8fd337e317d09470f50a19db4b7f3130c635e00573afa5e6c1e4dd9ca7c33b71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fd337e317d09470f50a19db4b7f3130c635e00573afa5e6c1e4dd9ca7c33b71", kill_on_drop: false }` [INFO] [stdout] 8fd337e317d09470f50a19db4b7f3130c635e00573afa5e6c1e4dd9ca7c33b71 [INFO] testing kerdl/ktmuscrap against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkerdl%2Fktmuscrap" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kerdl/ktmuscrap on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kerdl/ktmuscrap [INFO] finished tweaking git repo https://github.com/kerdl/ktmuscrap [INFO] tweaked toml for git repo https://github.com/kerdl/ktmuscrap written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kerdl/ktmuscrap 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" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16a37174ab9881822ecd8155d18808955d8a6e0a19801d1c2de4c6c76c790d4b [INFO] running `Command { std: "docker" "start" "-a" "16a37174ab9881822ecd8155d18808955d8a6e0a19801d1c2de4c6c76c790d4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16a37174ab9881822ecd8155d18808955d8a6e0a19801d1c2de4c6c76c790d4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16a37174ab9881822ecd8155d18808955d8a6e0a19801d1c2de4c6c76c790d4b", kill_on_drop: false }` [INFO] [stdout] 16a37174ab9881822ecd8155d18808955d8a6e0a19801d1c2de4c6c76c790d4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e578117c476ca6fa9cad4784500f8a7e07b40aaf6537c5b8257b073bedfe260 [INFO] running `Command { std: "docker" "start" "-a" "6e578117c476ca6fa9cad4784500f8a7e07b40aaf6537c5b8257b073bedfe260", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling parking_lot_core v0.9.4 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling tokio v1.21.2 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.19 [INFO] [stderr] Compiling jobserver v0.1.25 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling bytestring v1.1.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.42 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling digest v0.10.5 [INFO] [stderr] Compiling paste v1.0.9 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling openssl-sys v0.9.77 [INFO] [stderr] Compiling zstd-sys v2.0.1+zstd.1.5.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling actix-utils v3.0.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling cookie v0.16.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling base64ct v1.5.3 [INFO] [stderr] Compiling rustversion v1.0.9 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling time v0.3.15 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling password-hash v0.4.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling sha2 v0.10.6 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling async-trait v0.1.58 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling pbkdf2 v0.11.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling iana-time-zone v0.1.51 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling ipnet v2.5.1 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling ngrammatic v0.3.5 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling hex-literal v0.3.4 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-web-codegen v4.1.0 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling pest v2.4.0 [INFO] [stderr] Compiling actix_derive v0.6.0 [INFO] [stderr] Compiling async-stream-impl v0.3.3 [INFO] [stderr] error: could not compile `tokio` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.21.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=375cdaa45b30675b -C extra-filename=-375cdaa45b30675b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-f67657259700e1e6.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-76a4ad3d87ad6d04.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-33d05ae5bba76030.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-ea5cdab237f71f94.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-74ea983ab7769ff4.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-5ccd63715e8ac203.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-e8b15c1d45637ce8.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-44eeb12c2da76bc5.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-e7fbcd6074902345.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-711b5f3c5ccc0825.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `brotli` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/brotli-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="ffi-api"' --cfg 'feature="std"' -C metadata=4f4e7475e1f306db -C extra-filename=-4f4e7475e1f306db --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-429cf3419c926494.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-3809969a7931de1f.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-ffcead6967db0414.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "6e578117c476ca6fa9cad4784500f8a7e07b40aaf6537c5b8257b073bedfe260", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e578117c476ca6fa9cad4784500f8a7e07b40aaf6537c5b8257b073bedfe260", kill_on_drop: false }` [INFO] [stdout] 6e578117c476ca6fa9cad4784500f8a7e07b40aaf6537c5b8257b073bedfe260