[INFO] cloning repository https://github.com/mattyoung101/edtear
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mattyoung101/edtear" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattyoung101%2Fedtear", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattyoung101%2Fedtear'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cd8f249f97763de47cf6e10f13c6dc8f2634e251
[INFO] testing mattyoung101/edtear against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmattyoung101%2Fedtear" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mattyoung101/edtear
[INFO] finished tweaking git repo https://github.com/mattyoung101/edtear
[INFO] tweaked toml for git repo https://github.com/mattyoung101/edtear written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mattyoung101/edtear on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mattyoung101/edtear 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 158447639dfd112657ad28edf1d72bb75347a05b53be59379cfc35310a8ab167
[INFO] running `Command { std: "docker" "start" "158447639dfd112657ad28edf1d72bb75347a05b53be59379cfc35310a8ab167", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "158447639dfd112657ad28edf1d72bb75347a05b53be59379cfc35310a8ab167", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "158447639dfd112657ad28edf1d72bb75347a05b53be59379cfc35310a8ab167" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "158447639dfd112657ad28edf1d72bb75347a05b53be59379cfc35310a8ab167", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "158447639dfd112657ad28edf1d72bb75347a05b53be59379cfc35310a8ab167" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling toml v0.2.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling error-chain v0.10.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling metadeps v1.1.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling zmq-sys v0.11.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling geozero v0.9.9
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling zmq v0.9.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling geo-types v0.7.16
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling num2english v0.1.0 (https://github.com/trvswgnr/num2english?branch=main#2a26d4bf)
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling variant_count v1.2.0
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling wkt v0.10.3
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling comfy-table v7.1.4
[INFO] [stderr]    Compiling geojson v0.24.2
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling edsm-dumps-model v0.9.4
[INFO] [stderr]    Compiling elite_journal v0.1.0
[INFO] [stderr]    Compiling eddn v0.1.0
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling edtear v1.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/eddn.rs:20:18
[INFO] [stdout]    |
[INFO] [stdout] 20 |       let result = sqlx::query!(
[INFO] [stdout]    |  __________________^
[INFO] [stdout] 21 | |         r#"
[INFO] [stdout] 22 | |         SELECT * FROM listings
[INFO] [stdout] 23 | |         WHERE market_id = $1
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |         market_id
[INFO] [stdout] 28 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/eddn.rs:85:38
[INFO] [stdout]     |
[INFO] [stdout]  85 |                           let result = sqlx::query!(
[INFO] [stdout]     |  ______________________________________^
[INFO] [stdout]  86 | |                             r#"
[INFO] [stdout]  87 | |                             INSERT INTO listings (
[INFO] [stdout]  88 | |                                 market_id,
[INFO] [stdout] ...   |
[INFO] [stdout] 111 | |                             time
[INFO] [stdout] 112 | |                         )
[INFO] [stdout]     | |_________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/edsm.rs:31:30
[INFO] [stdout]    |
[INFO] [stdout] 31 |                   let result = sqlx::query!(
[INFO] [stdout]    |  ______________________________^
[INFO] [stdout] 32 | |                     r#"
[INFO] [stdout] 33 | |                         INSERT INTO systems (
[INFO] [stdout] 34 | |                             id, name, date, coords
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | |                     system.coords.z as f64
[INFO] [stdout] 45 | |                 )
[INFO] [stdout]    | |_________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/edsm.rs:90:30
[INFO] [stdout]     |
[INFO] [stdout]  90 |                   let result = sqlx::query!(
[INFO] [stdout]     |  ______________________________^
[INFO] [stdout]  91 | |                     r#"
[INFO] [stdout]  92 | |                     INSERT INTO stations (
[INFO] [stdout]  93 | |                         id, distance_to_arrival, name, market_id, system_id, landing_pad
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |                     station.system_id.map(|v| v as i64),
[INFO] [stdout] 103 | |                 )
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/spansh.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |                     sqlx::query!("SELECT id FROM systems WHERE name = $1;", system.name)
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/spansh.rs:71:38
[INFO] [stdout]    |
[INFO] [stdout] 71 |                           let result = sqlx::query!(
[INFO] [stdout]    |  ______________________________________^
[INFO] [stdout] 72 | |                             r#"
[INFO] [stdout] 73 | |                             UPDATE stations SET landing_pad = $1
[INFO] [stdout] 74 | |                             WHERE name = $2 AND system_id = $3;
[INFO] [stdout] ...  |
[INFO] [stdout] 78 | |                             system_id.id
[INFO] [stdout] 79 | |                         )
[INFO] [stdout]    | |_________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/stats.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let num_systems_future = sqlx::query!("SELECT COUNT(*) FROM systems;").fetch_one(&pool);
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/stats.rs:40:31
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let num_stations_future = sqlx::query!("SELECT COUNT(*) FROM stations;").fetch_one(&pool);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/stats.rs:41:31
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let num_listings_future = sqlx::query!("SELECT COUNT(*) FROM listings;").fetch_one(&pool);
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/stats.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         sqlx::query!("SELECT COUNT(DISTINCT market_id) FROM listings;").fetch_one(&pool);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/stats.rs:44:34
[INFO] [stdout]    |
[INFO] [stdout] 44 |       let latest_listings_future = sqlx::query!(
[INFO] [stdout]    |  __________________________________^
[INFO] [stdout] 45 | |         r#"
[INFO] [stdout] 46 | |         WITH latest_listings AS (
[INFO] [stdout] 47 | |             SELECT
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | |     "#
[INFO] [stdout] 78 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]   --> src/stats.rs:80:33
[INFO] [stdout]    |
[INFO] [stdout] 80 |       let most_expensive_future = sqlx::query!(
[INFO] [stdout]    |  _________________________________^
[INFO] [stdout] 81 | |         r#"
[INFO] [stdout] 82 | |         SELECT stat.name as station_name, sys.name as sys_name, list.buy_price as buy_price,
[INFO] [stdout] 83 | |             list.stock as stock, list.name as commodity_name, list.listed_at as listed_at
[INFO] [stdout] ...  |
[INFO] [stdout] 90 | |     "#
[INFO] [stdout] 91 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/stats.rs:93:32
[INFO] [stdout]     |
[INFO] [stdout]  93 |       let most_numerous_future = sqlx::query!(
[INFO] [stdout]     |  ________________________________^
[INFO] [stdout]  94 | |         r#"
[INFO] [stdout]  95 | |         SELECT stat.name as station_name, sys.name as sys_name, list.buy_price as buy_price,
[INFO] [stdout]  96 | |             list.stock as stock, list.name as commodity_name
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     "#
[INFO] [stdout] 103 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/stats.rs:105:36
[INFO] [stdout]     |
[INFO] [stdout] 105 |       let listings_last_24h_future = sqlx::query!(
[INFO] [stdout]     |  ____________________________________^
[INFO] [stdout] 106 | |         r#"
[INFO] [stdout] 107 | |         SELECT COUNT(*)
[INFO] [stdout] 108 | |         FROM listings
[INFO] [stdout] 109 | |         WHERE listed_at >= NOW() - INTERVAL '24 hours';
[INFO] [stdout] 110 | |     "#
[INFO] [stdout] 111 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error communicating with database: Connection refused (os error 111)
[INFO] [stdout]    --> src/stats.rs:113:39
[INFO] [stdout]     |
[INFO] [stdout] 113 |       let stations_updated_24h_future = sqlx::query!(
[INFO] [stdout]     |  _______________________________________^
[INFO] [stdout] 114 | |         r#"
[INFO] [stdout] 115 | |         SELECT COUNT(DISTINCT s.id) AS unique_stations
[INFO] [stdout] 116 | |         FROM listings l
[INFO] [stdout] ...   |
[INFO] [stdout] 119 | |         "#
[INFO] [stdout] 120 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/main.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(duration_constructors_lite)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `atomic::AtomicU32`
[INFO] [stdout]  --> src/eddn.rs:2:27
[INFO] [stdout]   |
[INFO] [stdout] 2 |     process::exit, sync::{atomic::AtomicU32, Arc, Mutex}, thread, time::Duration
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::watch`
[INFO] [stdout]  --> src/eddn.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tokio::sync::watch;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `duration_constructors_lite` has been stable since 1.91.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(duration_constructors_lite)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `edtear` (bin "edtear") due to 16 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "158447639dfd112657ad28edf1d72bb75347a05b53be59379cfc35310a8ab167", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "158447639dfd112657ad28edf1d72bb75347a05b53be59379cfc35310a8ab167", kill_on_drop: false }`
[INFO] [stdout] 158447639dfd112657ad28edf1d72bb75347a05b53be59379cfc35310a8ab167
