[INFO] cloning repository https://github.com/prixa-ai/sqlx [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prixa-ai/sqlx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprixa-ai%2Fsqlx", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprixa-ai%2Fsqlx'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac896e3af10317d80edfc4e8c91a12dc5b302c93 [INFO] documenting prixa-ai/sqlx against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprixa-ai%2Fsqlx" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/prixa-ai/sqlx on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/prixa-ai/sqlx [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/prixa-ai/sqlx [INFO] tweaked toml for git repo https://github.com/prixa-ai/sqlx written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/prixa-ai/sqlx already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 88dbf8c9d77cb2df9cee21e1b55ba2f7c0c0ab91b6e113f4b92d6f7091ebd29f [INFO] running `Command { std: "docker" "start" "-a" "88dbf8c9d77cb2df9cee21e1b55ba2f7c0c0ab91b6e113f4b92d6f7091ebd29f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88dbf8c9d77cb2df9cee21e1b55ba2f7c0c0ab91b6e113f4b92d6f7091ebd29f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88dbf8c9d77cb2df9cee21e1b55ba2f7c0c0ab91b6e113f4b92d6f7091ebd29f", kill_on_drop: false }` [INFO] [stdout] 88dbf8c9d77cb2df9cee21e1b55ba2f7c0c0ab91b6e113f4b92d6f7091ebd29f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 599fd16124cb44d5a306f0ad62c40a69a7ada7a6a713ceaaec89e7cef14d5f04 [INFO] running `Command { std: "docker" "start" "-a" "599fd16124cb44d5a306f0ad62c40a69a7ada7a6a713ceaaec89e7cef14d5f04", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.65 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.65 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling waker-fn v1.0.0 [INFO] [stderr] Compiling event-listener v2.2.1 [INFO] [stderr] Compiling parking v1.0.6 [INFO] [stderr] Compiling fastrand v1.3.3 [INFO] [stderr] Compiling tinyvec v0.3.3 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling send_wrapper v0.4.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling smallvec v1.4.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling instant v0.1.6 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling whoami v0.9.0 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling hashbrown v0.8.1 [INFO] [stderr] Compiling generic-array v0.14.3 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling concurrent-queue v1.1.2 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Compiling async-channel v1.1.1 [INFO] [stderr] Checking futures-lite v0.1.9 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking crossbeam-channel v0.4.3 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Checking sqlformat v0.1.0 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Checking blocking v0.4.7 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking openssl-sys v0.9.58 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking sha2 v0.9.1 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Checking openssl v0.10.30 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Checking atoi v0.3.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.65 [INFO] [stderr] Checking native-tls v0.2.4 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.65 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.65 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling pin-project v0.4.22 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Checking js-sys v0.3.42 [INFO] [stderr] Checking web-sys v0.3.42 [INFO] [stderr] Checking smol v0.1.18 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Checking gloo-timers v0.2.1 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Checking async-std v1.6.2 [INFO] [stderr] Checking async-native-tls v0.3.3 [INFO] [stderr] Checking sqlx-rt v0.1.1 (/opt/rustwide/workdir/sqlx-rt) [INFO] [stderr] Checking sqlx-core v0.4.0-beta.1 (/opt/rustwide/workdir/sqlx-core) [INFO] [stdout] warning: unused macro definition: `impl_column_index_for_row` [INFO] [stdout] --> sqlx-core/src/column.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 58 | macro_rules! impl_column_index_for_row { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `impl_column_index_for_statement` [INFO] [stdout] --> sqlx-core/src/column.rs:74:14 [INFO] [stdout] | [INFO] [stdout] 74 | macro_rules! impl_column_index_for_statement { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `impl_statement_query` [INFO] [stdout] --> sqlx-core/src/statement.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | macro_rules! impl_statement_query { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `statement_cache::StatementCache` [INFO] [stdout] --> sqlx-core/src/common/mod.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 3 | pub(crate) use statement_cache::StatementCache; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> sqlx-core/src/pool/inner.rs:104:38 [INFO] [stdout] | [INFO] [stdout] 104 | let new_size = self.size.compare_and_swap(size, size + 1, Ordering::AcqRel); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `impl_column_index_for_row` [INFO] [stdout] --> sqlx-core/src/column.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 58 | macro_rules! impl_column_index_for_row { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `impl_column_index_for_statement` [INFO] [stdout] --> sqlx-core/src/column.rs:74:14 [INFO] [stdout] | [INFO] [stdout] 74 | macro_rules! impl_column_index_for_statement { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `impl_statement_query` [INFO] [stdout] --> sqlx-core/src/statement.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | macro_rules! impl_statement_query { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `statement_cache::StatementCache` [INFO] [stdout] --> sqlx-core/src/common/mod.rs:3:16 [INFO] [stdout] | [INFO] [stdout] 3 | pub(crate) use statement_cache::StatementCache; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::sync::atomic::AtomicU32::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead [INFO] [stdout] --> sqlx-core/src/pool/inner.rs:104:38 [INFO] [stdout] | [INFO] [stdout] 104 | let new_size = self.size.compare_and_swap(size, size + 1, Ordering::AcqRel); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement` [INFO] [stdout] --> sqlx-core/src/query.rs:389:15 [INFO] [stdout] | [INFO] [stdout] 389 | pub(crate) fn query_statement<'q, DB>( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement_with` [INFO] [stdout] --> sqlx-core/src/query.rs:404:15 [INFO] [stdout] | [INFO] [stdout] 404 | pub(crate) fn query_statement_with<'q, DB, A>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inner` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | inner: LruCache, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StatementCache` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(capacity: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mut` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn get_mut(&mut self, k: &str) -> Option<&mut T> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn insert(&mut self, k: &str, v: T) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_lru` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn remove_lru(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_key` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn contains_key(&mut self, k: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `capacity` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn capacity(&self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_enabled` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn is_enabled(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> sqlx-core/src/logger.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) fn new(sql: &'q str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `increment_rows` [INFO] [stdout] --> sqlx-core/src/logger.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | pub(crate) fn increment_rows(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement_as` [INFO] [stdout] --> sqlx-core/src/query_as.rs:184:15 [INFO] [stdout] | [INFO] [stdout] 184 | pub(crate) fn query_statement_as<'q, DB, O>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement_as_with` [INFO] [stdout] --> sqlx-core/src/query_as.rs:198:15 [INFO] [stdout] | [INFO] [stdout] 198 | pub(crate) fn query_statement_as_with<'q, DB, O, A>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement_scalar` [INFO] [stdout] --> sqlx-core/src/query_scalar.rs:173:15 [INFO] [stdout] | [INFO] [stdout] 173 | pub(crate) fn query_statement_scalar<'q, DB, O>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement_scalar_with` [INFO] [stdout] --> sqlx-core/src/query_scalar.rs:186:15 [INFO] [stdout] | [INFO] [stdout] 186 | pub(crate) fn query_statement_scalar_with<'q, DB, O, A>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> sqlx-core/src/net/tls.rs:175:49 [INFO] [stdout] | [INFO] [stdout] 175 | MaybeTlsStream::Upgrading => panic!(io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 175 | MaybeTlsStream::Upgrading => panic!("{}", io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | +++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 175 | MaybeTlsStream::Upgrading => std::panic::panic_any(io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> sqlx-core/src/net/tls.rs:194:49 [INFO] [stdout] | [INFO] [stdout] 194 | MaybeTlsStream::Upgrading => panic!(io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 194 | MaybeTlsStream::Upgrading => panic!("{}", io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | +++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 194 | MaybeTlsStream::Upgrading => std::panic::panic_any(io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement` [INFO] [stdout] --> sqlx-core/src/query.rs:389:15 [INFO] [stdout] | [INFO] [stdout] 389 | pub(crate) fn query_statement<'q, DB>( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement_with` [INFO] [stdout] --> sqlx-core/src/query.rs:404:15 [INFO] [stdout] | [INFO] [stdout] 404 | pub(crate) fn query_statement_with<'q, DB, A>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inner` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | inner: LruCache, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `StatementCache` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn new(capacity: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_mut` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn get_mut(&mut self, k: &str) -> Option<&mut T> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `insert` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn insert(&mut self, k: &str, v: T) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove_lru` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn remove_lru(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_key` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn contains_key(&mut self, k: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `capacity` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn capacity(&self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_enabled` [INFO] [stdout] --> sqlx-core/src/common/statement_cache.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn is_enabled(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> sqlx-core/src/logger.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) fn new(sql: &'q str) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `increment_rows` [INFO] [stdout] --> sqlx-core/src/logger.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | pub(crate) fn increment_rows(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement_as` [INFO] [stdout] --> sqlx-core/src/query_as.rs:184:15 [INFO] [stdout] | [INFO] [stdout] 184 | pub(crate) fn query_statement_as<'q, DB, O>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement_as_with` [INFO] [stdout] --> sqlx-core/src/query_as.rs:198:15 [INFO] [stdout] | [INFO] [stdout] 198 | pub(crate) fn query_statement_as_with<'q, DB, O, A>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement_scalar` [INFO] [stdout] --> sqlx-core/src/query_scalar.rs:173:15 [INFO] [stdout] | [INFO] [stdout] 173 | pub(crate) fn query_statement_scalar<'q, DB, O>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `query_statement_scalar_with` [INFO] [stdout] --> sqlx-core/src/query_scalar.rs:186:15 [INFO] [stdout] | [INFO] [stdout] 186 | pub(crate) fn query_statement_scalar_with<'q, DB, O, A>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> sqlx-core/src/net/tls.rs:175:49 [INFO] [stdout] | [INFO] [stdout] 175 | MaybeTlsStream::Upgrading => panic!(io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 175 | MaybeTlsStream::Upgrading => panic!("{}", io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | +++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 175 | MaybeTlsStream::Upgrading => std::panic::panic_any(io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> sqlx-core/src/net/tls.rs:194:49 [INFO] [stdout] | [INFO] [stdout] 194 | MaybeTlsStream::Upgrading => panic!(io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 194 | MaybeTlsStream::Upgrading => panic!("{}", io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | +++++ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 194 | MaybeTlsStream::Upgrading => std::panic::panic_any(io::Error::from(io::ErrorKind::ConnectionAborted)), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sqlx-macros v0.4.0-beta.1 (/opt/rustwide/workdir/sqlx-macros) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 65 | try_set!(transparent, true, value) [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 79 | _ => fail!(meta, "unexpected value for rename_all"), [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | try_set!(rename_all, val, value) [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 89 | }) if path.is_ident("rename") => try_set!(rename, val.value(), value), [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 91 | u => fail!(u, "unexpected attribute"), [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 93 | u => fail!(u, "unexpected attribute"), [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 99 | fail!(&list.nested, "expected one value") [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 103 | try_set!(repr, p.get_ident().unwrap().clone(), list); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 105 | u => fail!(u, "unexpected value"), [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 138 | }) if path.is_ident("rename") => try_set!(rename, val.value(), value), [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 140 | u => fail!(u, "unexpected attribute"), [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> sqlx-macros/src/derives/attributes.rs:16:52 [INFO] [stdout] | [INFO] [stdout] 16 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 142 | u => fail!(u, "unexpected attribute"), [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Documenting sqlx v0.4.0-beta.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `crate::postgres::types` [INFO] [stdout] --> src/macros.rs:389:22 [INFO] [stdout] | [INFO] [stdout] 389 | /// * Postgres: [crate::postgres::types] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `postgres` in module `sqlx` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::mysql::types` [INFO] [stdout] --> src/macros.rs:390:19 [INFO] [stdout] | [INFO] [stdout] 390 | /// * MySQL: [crate::mysql::types] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `mysql` in module `sqlx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sqlite::types` [INFO] [stdout] --> src/macros.rs:391:20 [INFO] [stdout] | [INFO] [stdout] 391 | /// * SQLite: [crate::sqlite::types] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `sqlite` in module `sqlx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::mssql::types` [INFO] [stdout] --> src/macros.rs:392:19 [INFO] [stdout] | [INFO] [stdout] 392 | /// * MSSQL: [crate::mssql::types] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `mssql` in module `sqlx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/macros.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | /// ```rust,ignore [INFO] [stdout] | _____^ [INFO] [stdout] 222 | | /// # async fn main() { [INFO] [stdout] 223 | | /// # let mut conn = panic!(); [INFO] [stdout] 224 | | /// #[derive(sqlx::Type)] [INFO] [stdout] ... | [INFO] [stdout] 239 | | /// # } [INFO] [stdout] 240 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text [INFO] [stdout] --> src/macros.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | /// ```rust,ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: mismatched closing delimiter: `}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 53s [INFO] running `Command { std: "docker" "inspect" "599fd16124cb44d5a306f0ad62c40a69a7ada7a6a713ceaaec89e7cef14d5f04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "599fd16124cb44d5a306f0ad62c40a69a7ada7a6a713ceaaec89e7cef14d5f04", kill_on_drop: false }` [INFO] [stdout] 599fd16124cb44d5a306f0ad62c40a69a7ada7a6a713ceaaec89e7cef14d5f04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "all" "--frozen" "--message-format=json" "--" "--cfg" "docsrs" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 66c3757d7203f7bae79c31db74cd2b9de3b4bc1bef9013504ba11560fce7e291 [INFO] running `Command { std: "docker" "start" "-a" "66c3757d7203f7bae79c31db74cd2b9de3b4bc1bef9013504ba11560fce7e291", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.65 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling cc v1.0.58 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling wasm-bindgen v0.2.65 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling parking v1.0.6 [INFO] [stderr] Compiling event-listener v2.2.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling tinyvec v0.3.3 [INFO] [stderr] Compiling waker-fn v1.0.0 [INFO] [stderr] Compiling fastrand v1.3.3 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling smallvec v1.4.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling send_wrapper v0.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling encoding_rs v0.8.23 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling instant v0.1.6 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling whoami v0.9.0 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling ipnetwork v0.17.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling generic-array v0.14.3 [INFO] [stderr] Compiling standback v0.2.9 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling hashbrown v0.8.1 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling indexmap v1.5.0 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling concurrent-queue v1.1.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Checking unicode-normalization v0.1.13 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling num-bigint-dig v0.6.0 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libsqlite3-sys v0.18.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling async-channel v1.1.1 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Compiling futures-lite v0.1.9 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking blocking v0.4.7 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Compiling atoi v0.3.2 [INFO] [stderr] Checking crossbeam-channel v0.4.3 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Checking sha2 v0.9.1 [INFO] [stderr] Checking sha-1 v0.9.1 [INFO] [stderr] Checking md-5 v0.9.1 [INFO] [stderr] Checking hmac v0.8.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking pem v0.8.1 [INFO] [stderr] Checking sqlformat v0.1.0 [INFO] [stderr] Checking bigdecimal v0.1.2 [INFO] [stderr] Checking simple_asn1 v0.4.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.65 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.65 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling zeroize_derive v1.0.0 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.65 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling pin-project v0.4.22 [INFO] [stderr] Checking js-sys v0.3.42 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Checking web-sys v0.3.42 [INFO] [stderr] Checking smol v0.1.18 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Checking gloo-timers v0.2.1 [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Checking async-std v1.6.2 [INFO] [stderr] Checking rust_decimal v1.7.0 [INFO] [stderr] Checking rsa v0.3.0 [INFO] [stderr] Checking async-native-tls v0.3.3 [INFO] [stderr] Checking sqlx-rt v0.1.1 (/opt/rustwide/workdir/sqlx-rt) [INFO] [stderr] Checking sqlx-core v0.4.0-beta.1 (/opt/rustwide/workdir/sqlx-core) [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/any/mod.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | impl_executor_for_pool_connection!(Any, AnyConnection, AnyRow); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_pool_connection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/transaction.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/any/mod.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | impl_executor_for_transaction!(Any, AnyRow); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_transaction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/any/connection/mod.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/any/connection/mod.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/postgres/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | impl_executor_for_pool_connection!(Postgres, PgConnection, PgRow); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_pool_connection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/transaction.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/postgres/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | impl_executor_for_transaction!(Postgres, PgRow); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_transaction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/connection/mod.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/connection/mod.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/error.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/error.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/error.rs:183:5 [INFO] [stdout] | [INFO] [stdout] 183 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/listener.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/sqlite/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | impl_executor_for_pool_connection!(Sqlite, SqliteConnection, SqliteRow); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_pool_connection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/transaction.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/sqlite/mod.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | impl_executor_for_transaction!(Sqlite, SqliteRow); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_transaction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/connection/mod.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/connection/mod.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/connection/executor.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/error.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/error.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/error.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> sqlx-core/src/sqlite/statement/worker.rs:8:25 [INFO] [stdout] | [INFO] [stdout] 8 | use std::sync::atomic::{spin_loop_hint, AtomicI32, AtomicPtr, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> sqlx-core/src/sqlite/statement/worker.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | ... spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/mysql/mod.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | impl_executor_for_pool_connection!(MySql, MySqlConnection, MySqlRow); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_pool_connection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/transaction.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/mysql/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | impl_executor_for_transaction!(MySql, MySqlRow); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_transaction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/connection/mod.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/connection/mod.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/connection/executor.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/error.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/error.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/error.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/mssql/mod.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | impl_executor_for_pool_connection!(Mssql, MssqlConnection, MssqlRow); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_pool_connection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/transaction.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/mssql/mod.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | impl_executor_for_transaction!(Mssql, MssqlRow); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_transaction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mssql/connection/mod.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mssql/connection/mod.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mssql/error.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mssql/error.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mssql/error.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NaiveDateTime: types::Type` is not satisfied [INFO] [stdout] --> sqlx-core/src/any/type.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | $ty: crate::any::AnyType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Type` is not implemented for `NaiveDateTime` [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/any/types.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | impl_any_type!(NaiveDateTime); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `types::Type`: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = help: see issue #48214 [INFO] [stdout] = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `impl_any_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NaiveDateTime: types::Type` is not satisfied [INFO] [stdout] --> sqlx-core/src/any/encode.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | $ty: crate::any::AnyEncode<'q>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Type` is not implemented for `NaiveDateTime` [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/any/types.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | impl_any_encode!(NaiveDateTime); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `types::Type`: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = help: see issue #48214 [INFO] [stdout] = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `impl_any_encode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NaiveDateTime: types::Type` is not satisfied [INFO] [stdout] --> sqlx-core/src/any/decode.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | $ty: crate::any::AnyDecode<'r>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Type` is not implemented for `NaiveDateTime` [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/any/types.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | impl_any_decode!(NaiveDateTime); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `types::Type`: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = help: see issue #48214 [INFO] [stdout] = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `impl_any_decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sqlx-core` due to 4 previous errors; 38 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/any/mod.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | impl_executor_for_pool_connection!(Any, AnyConnection, AnyRow); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_pool_connection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/transaction.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/any/mod.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | impl_executor_for_transaction!(Any, AnyRow); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_transaction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/any/connection/mod.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/any/connection/mod.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/postgres/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | impl_executor_for_pool_connection!(Postgres, PgConnection, PgRow); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_pool_connection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/transaction.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/postgres/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | impl_executor_for_transaction!(Postgres, PgRow); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_transaction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/connection/mod.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/connection/mod.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/error.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/error.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/error.rs:183:5 [INFO] [stdout] | [INFO] [stdout] 183 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/postgres/listener.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 299 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/sqlite/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | impl_executor_for_pool_connection!(Sqlite, SqliteConnection, SqliteRow); [INFO] [stdout] | ----------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_pool_connection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/transaction.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/sqlite/mod.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | impl_executor_for_transaction!(Sqlite, SqliteRow); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_transaction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/connection/mod.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/connection/mod.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/connection/executor.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/error.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/error.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/sqlite/error.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> sqlx-core/src/sqlite/statement/worker.rs:8:25 [INFO] [stdout] | [INFO] [stdout] 8 | use std::sync::atomic::{spin_loop_hint, AtomicI32, AtomicPtr, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead [INFO] [stdout] --> sqlx-core/src/sqlite/statement/worker.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | ... spin_loop_hint(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/mysql/mod.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | impl_executor_for_pool_connection!(MySql, MySqlConnection, MySqlRow); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_pool_connection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/transaction.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/mysql/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | impl_executor_for_transaction!(MySql, MySqlRow); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_transaction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/connection/mod.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/connection/mod.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/connection/executor.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/error.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/error.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mysql/error.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/pool/executor.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/mssql/mod.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | impl_executor_for_pool_connection!(Mssql, MssqlConnection, MssqlRow); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_pool_connection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/transaction.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/mssql/mod.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | impl_executor_for_transaction!(Mssql, MssqlRow); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] = note: this warning originates in the macro `impl_executor_for_transaction` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mssql/connection/mod.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mssql/connection/mod.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mssql/error.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mssql/error.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[doc(hidden)]` is ignored on trait impl items [INFO] [stdout] --> sqlx-core/src/mssql/error.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NaiveDateTime: types::Type` is not satisfied [INFO] [stdout] --> sqlx-core/src/any/type.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | $ty: crate::any::AnyType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Type` is not implemented for `NaiveDateTime` [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/any/types.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | impl_any_type!(NaiveDateTime); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `types::Type`: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = help: see issue #48214 [INFO] [stdout] = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `impl_any_type` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NaiveDateTime: types::Type` is not satisfied [INFO] [stdout] --> sqlx-core/src/any/encode.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | $ty: crate::any::AnyEncode<'q>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Type` is not implemented for `NaiveDateTime` [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/any/types.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | impl_any_encode!(NaiveDateTime); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `types::Type`: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = help: see issue #48214 [INFO] [stdout] = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `impl_any_encode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `NaiveDateTime: types::Type` is not satisfied [INFO] [stdout] --> sqlx-core/src/any/decode.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | $ty: crate::any::AnyDecode<'r>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Type` is not implemented for `NaiveDateTime` [INFO] [stdout] | [INFO] [stdout] ::: sqlx-core/src/any/types.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | impl_any_decode!(NaiveDateTime); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `types::Type`: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] = help: see issue #48214 [INFO] [stdout] = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable [INFO] [stdout] = note: this error originates in the macro `impl_any_decode` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 38 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sqlx-core` due to 4 previous errors; 38 warnings emitted [INFO] running `Command { std: "docker" "inspect" "66c3757d7203f7bae79c31db74cd2b9de3b4bc1bef9013504ba11560fce7e291", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66c3757d7203f7bae79c31db74cd2b9de3b4bc1bef9013504ba11560fce7e291", kill_on_drop: false }` [INFO] [stdout] 66c3757d7203f7bae79c31db74cd2b9de3b4bc1bef9013504ba11560fce7e291