[INFO] cloning repository https://github.com/Austinati/syncstorage-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Austinati/syncstorage-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAustinati%2Fsyncstorage-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAustinati%2Fsyncstorage-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 028d9a7e3ed3222cd2db48553409371e69503347
[INFO] documenting Austinati/syncstorage-rs against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAustinati%2Fsyncstorage-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Austinati/syncstorage-rs
[INFO] finished tweaking git repo https://github.com/Austinati/syncstorage-rs
[INFO] tweaked toml for git repo https://github.com/Austinati/syncstorage-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Austinati/syncstorage-rs on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Austinati/syncstorage-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf72ce8567dddcdc3b3ad96c24d736ba1fd9ecdff3f50e5017e0868574007e52
[INFO] running `Command { std: "docker" "start" "-a" "cf72ce8567dddcdc3b3ad96c24d736ba1fd9ecdff3f50e5017e0868574007e52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf72ce8567dddcdc3b3ad96c24d736ba1fd9ecdff3f50e5017e0868574007e52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf72ce8567dddcdc3b3ad96c24d736ba1fd9ecdff3f50e5017e0868574007e52", kill_on_drop: false }`
[INFO] [stdout] cf72ce8567dddcdc3b3ad96c24d736ba1fd9ecdff3f50e5017e0868574007e52
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a04a649008c4351ef7539dd2c75e3d5cc42c2807bdb331abbbf9af90f5a6a0d0
[INFO] running `Command { std: "docker" "start" "-a" "a04a649008c4351ef7539dd2c75e3d5cc42c2807bdb331abbbf9af90f5a6a0d0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking lock_api v0.4.12
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]     Checking miniz_oxide v0.8.2
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking bytestring v1.4.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking brotli-decompressor v4.0.1
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling sentry-contexts v0.35.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]    Compiling cc v1.2.7
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]    Compiling curl v0.4.47
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling pyo3-build-config v0.22.6
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking uname v0.1.1
[INFO] [stderr]     Checking hostname v0.4.0
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]     Checking tinyvec v1.8.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking brotli v6.0.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling mysqlclient-sys v0.2.5
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]     Checking cadence v1.5.0
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]     Checking rustls-pki-types v1.10.1
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling rustls v0.23.20
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking serde v0.8.23
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling pyo3-ffi v0.22.6
[INFO] [stderr]    Compiling pyo3-macros-backend v0.22.6
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]    Compiling pyo3 v0.22.6
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking webpki-roots v0.26.7
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling libz-sys v1.1.20
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling curl-sys v0.4.78+curl-8.11.0
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking rust-ini v0.13.0
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking serde-hjson v0.9.1
[INFO] [stderr]    Compiling hawk v5.0.1
[INFO] [stderr]    Compiling woothee v0.13.0
[INFO] [stderr]     Checking unindent v0.2.3
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]     Checking env_logger v0.11.6
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling async-trait v0.1.85
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling diesel_derives v1.4.1
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking zstd v0.13.2
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling validator_derive v0.19.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling pyo3-macros v0.22.6
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking diesel v1.4.8
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking deadpool v0.12.1
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking actix-server v2.5.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking hyper v1.5.2
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-rustls v0.26.1
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking docopt v1.1.1
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking slog-scope v4.4.0
[INFO] [stderr]     Checking slog-term v2.9.1
[INFO] [stderr]     Checking slog-stdlog v4.1.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]    Compiling migrations_internals v1.4.1
[INFO] [stderr]     Checking jsonwebtoken v9.3.0
[INFO] [stderr]     Checking config v0.11.0
[INFO] [stderr]     Checking slog-mozlog-json v0.1.0
[INFO] [stderr]     Checking glean v0.17.15 (/opt/rustwide/workdir/glean)
[INFO] [stderr]    Compiling migrations_macros v1.4.2
[INFO] [stderr]     Checking slog-envlogger v2.2.0
[INFO] [stderr]     Checking hyper-rustls v0.27.5
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking sentry-types v0.35.0
[INFO] [stderr]     Checking reqwest v0.12.12
[INFO] [stderr]     Checking validator v0.19.0
[INFO] [stderr]     Checking actix-http v3.9.0
[INFO] [stderr]     Checking sentry-core v0.35.0
[INFO] [stderr]     Checking diesel_logger v0.1.1
[INFO] [stderr]     Checking sentry-debug-images v0.35.0
[INFO] [stderr]     Checking sentry-backtrace v0.35.0
[INFO] [stderr]     Checking diesel_migrations v1.4.0
[INFO] [stderr]     Checking sentry v0.35.0
[INFO] [stderr]     Checking actix-web v4.9.0
[INFO] [stderr]     Checking syncserver-common v0.17.15 (/opt/rustwide/workdir/syncserver-common)
[INFO] [stderr]     Checking actix-cors v0.7.0
[INFO] [stderr]     Checking tokenserver-common v0.17.15 (/opt/rustwide/workdir/tokenserver-common)
[INFO] [stderr]     Checking syncserver-db-common v0.17.15 (/opt/rustwide/workdir/syncserver-db-common)
[INFO] [stderr]     Checking syncstorage-settings v0.17.15 (/opt/rustwide/workdir/syncstorage-settings)
[INFO] [stderr]     Checking tokenserver-settings v0.17.15 (/opt/rustwide/workdir/tokenserver-settings)
[INFO] [stderr]     Checking syncstorage-db-common v0.17.15 (/opt/rustwide/workdir/syncstorage-db-common)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> syncstorage-db-common/src/params.rs:179:33
[INFO] [stdout]     |
[INFO] [stdout] 179 | #[derive(Clone, Debug, Default, Queryable)]
[INFO] [stdout]     |                                 ^--------
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 `Queryable` is not local
[INFO] [stdout]     |                                 move the `impl` block outside of this function `_impl_queryable_for_batch`
[INFO] [stdout] 180 | pub struct Batch {
[INFO] [stdout]     |            ----- `Batch` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-db-common/src/results.rs:47:39
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[derive(Debug, Default, Deserialize, Queryable, QueryableByName, Serialize)]
[INFO] [stdout]    |                                       ^--------
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       `Queryable` is not local
[INFO] [stdout]    |                                       move the `impl` block outside of this function `_impl_queryable_for_getbso`
[INFO] [stdout] 48 | pub struct GetBso {
[INFO] [stdout]    |            ------ `GetBso` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `Queryable` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `Queryable` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `Queryable` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-db-common/src/results.rs:47:50
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[derive(Debug, Default, Deserialize, Queryable, QueryableByName, Serialize)]
[INFO] [stdout]    |                                                  ^--------------
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  `QueryableByName` is not local
[INFO] [stdout]    |                                                  move the `impl` block outside of this function `_impl_queryable_by_name_for_getbso`
[INFO] [stdout] 48 | pub struct GetBso {
[INFO] [stdout]    |            ------ `GetBso` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-db-common/src/util.rs:25:81
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(Copy, Clone, Debug, Eq, PartialEq, PartialOrd, Deserialize, Serialize, FromSqlRow)]
[INFO] [stdout]    |                                                                                 ^---------
[INFO] [stdout]    |                                                                                 |
[INFO] [stdout]    |                                                                                 `FromSqlRow` is not local
[INFO] [stdout]    |                                                                                 move the `impl` block outside of this function `_impl_from_sql_row_for_synctimestamp`
[INFO] [stdout] 26 | pub struct SyncTimestamp(
[INFO] [stdout]    |            ------------- `SyncTimestamp` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-db-common/src/util.rs:25:81
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(Copy, Clone, Debug, Eq, PartialEq, PartialOrd, Deserialize, Serialize, FromSqlRow)]
[INFO] [stdout]    |                                                                                 ^---------
[INFO] [stdout]    |                                                                                 |
[INFO] [stdout]    |                                                                                 `Queryable` is not local
[INFO] [stdout]    |                                                                                 move the `impl` block outside of this function `_impl_from_sql_row_for_synctimestamp`
[INFO] [stdout] 26 | pub struct SyncTimestamp(
[INFO] [stdout]    |            ------------- `SyncTimestamp` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromSqlRow` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromSqlRow` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `FromSqlRow` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking syncstorage-mysql v0.17.15 (/opt/rustwide/workdir/syncstorage-mysql)
[INFO] [stderr]     Checking syncserver-settings v0.17.15 (/opt/rustwide/workdir/syncserver-settings)
[INFO] [stderr]     Checking tokenserver-db v0.17.15 (/opt/rustwide/workdir/tokenserver-db)
[INFO] [stderr]     Checking tokenserver-auth v0.17.15 (/opt/rustwide/workdir/tokenserver-auth)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> tokenserver-db/src/results.rs:8:46
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(Clone, Debug, Default, Deserialize, QueryableByName, Serialize)]
[INFO] [stdout]   |                                              ^--------------
[INFO] [stdout]   |                                              |
[INFO] [stdout]   |                                              `QueryableByName` is not local
[INFO] [stdout]   |                                              move the `impl` block outside of this function `_impl_queryable_by_name_for_getrawuser`
[INFO] [stdout] 9 | pub struct GetRawUser {
[INFO] [stdout]   |            ---------- `GetRawUser` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> tokenserver-db/src/results.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[derive(Default, QueryableByName)]
[INFO] [stdout]    |                   ^--------------
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   `QueryableByName` is not local
[INFO] [stdout]    |                   move the `impl` block outside of this function `_impl_queryable_by_name_for_lastinsertid`
[INFO] [stdout] 53 | pub struct LastInsertId {
[INFO] [stdout]    |            ------------ `LastInsertId` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> tokenserver-db/src/results.rs:63:19
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[derive(Default, QueryableByName)]
[INFO] [stdout]    |                   ^--------------
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   `QueryableByName` is not local
[INFO] [stdout]    |                   move the `impl` block outside of this function `_impl_queryable_by_name_for_getnodeid`
[INFO] [stdout] 64 | pub struct GetNodeId {
[INFO] [stdout]    |            --------- `GetNodeId` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> tokenserver-db/src/results.rs:69:19
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[derive(Default, QueryableByName)]
[INFO] [stdout]    |                   ^--------------
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   `QueryableByName` is not local
[INFO] [stdout]    |                   move the `impl` block outside of this function `_impl_queryable_by_name_for_getbestnode`
[INFO] [stdout] 70 | pub struct GetBestNode {
[INFO] [stdout]    |            ----------- `GetBestNode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> tokenserver-db/src/results.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[derive(Default, QueryableByName)]
[INFO] [stdout]    |                   ^--------------
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   `QueryableByName` is not local
[INFO] [stdout]    |                   move the `impl` block outside of this function `_impl_queryable_by_name_for_getserviceid`
[INFO] [stdout] 80 | pub struct GetServiceId {
[INFO] [stdout]    |            ------------ `GetServiceId` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OnDuplicateKeyUpdate` is never constructed
[INFO] [stdout]   --> syncstorage-mysql/src/diesel_ext.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct OnDuplicateKeyUpdate<T, U, Op, Ret, X>(Box<InsertStatement<T, U, Op, Ret>>, X);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> syncstorage-mysql/src/batch.rs:188:21
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[derive(Debug, QueryableByName)]
[INFO] [stdout]     |                     ^--------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `QueryableByName` is not local
[INFO] [stdout]     |                     move the `impl` block outside of this function `_impl_queryable_by_name_for_existsresult` and up 2 bodies
[INFO] [stdout] 189 |     #[table_name = "batch_upload_items"]
[INFO] [stdout] 190 |     struct ExistsResult {
[INFO] [stdout]     |            ------------ `ExistsResult` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]     = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> syncstorage-mysql/src/batch.rs:195:14
[INFO] [stdout]     |
[INFO] [stdout] 195 |     #[derive(AsChangeset)]
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout]     |              |
[INFO] [stdout]     |              `AsChangeset` is not local
[INFO] [stdout]     |              move the `impl` block outside of this function `_impl_as_changeset_for_updatebatches` and up 2 bodies
[INFO] [stdout] 196 |     #[table_name = "batch_upload_items"]
[INFO] [stdout] 197 |     struct UpdateBatches {
[INFO] [stdout]     |            ------------- `UpdateBatches` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsChangeset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]    --> syncstorage-mysql/src/batch.rs:195:14
[INFO] [stdout]     |
[INFO] [stdout] 195 |     #[derive(AsChangeset)]
[INFO] [stdout]     |              ^----------
[INFO] [stdout]     |              |
[INFO] [stdout]     |              `AsChangeset` is not local
[INFO] [stdout]     |              move the `impl` block outside of this function `_impl_as_changeset_for_updatebatches` and up 2 bodies
[INFO] [stdout] 196 |     #[table_name = "batch_upload_items"]
[INFO] [stdout] 197 |     struct UpdateBatches {
[INFO] [stdout]     |            ------------- `UpdateBatches` is not local
[INFO] [stdout]     |
[INFO] [stdout]     = note: the derive macro `AsChangeset` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]     = note: the derive macro `AsChangeset` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]     = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]     = note: this warning originates in the derive macro `AsChangeset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/diesel_ext.rs:31:30
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(Debug, Clone, Copy, QueryId)]
[INFO] [stdout]    |                              ^------
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              `QueryId` is not local
[INFO] [stdout]    |                              move the `impl` block outside of this function `_impl_query_id_for_lockinsharemode`
[INFO] [stdout] 32 | pub struct LockInShareMode;
[INFO] [stdout]    |            --------------- `LockInShareMode` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]     --> syncstorage-mysql/src/models.rs:1122:17
[INFO] [stdout]      |
[INFO] [stdout] 1122 | #[derive(Debug, QueryableByName)]
[INFO] [stdout]      |                 ^--------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 `QueryableByName` is not local
[INFO] [stdout]      |                 move the `impl` block outside of this function `_impl_queryable_by_name_for_idresult`
[INFO] [stdout] 1123 | struct IdResult {
[INFO] [stdout]      |        -------- `IdResult` is not local
[INFO] [stdout]      |
[INFO] [stdout]      = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]      = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]      = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]      = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]     --> syncstorage-mysql/src/models.rs:1129:17
[INFO] [stdout]      |
[INFO] [stdout] 1129 | #[derive(Debug, QueryableByName)]
[INFO] [stdout]      |                 ^--------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 `QueryableByName` is not local
[INFO] [stdout]      |                 move the `impl` block outside of this function `_impl_queryable_by_name_for_nameresult`
[INFO] [stdout] 1130 | struct NameResult {
[INFO] [stdout]      |        ---------- `NameResult` is not local
[INFO] [stdout]      |
[INFO] [stdout]      = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]      = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]      = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]      = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]     --> syncstorage-mysql/src/models.rs:1135:17
[INFO] [stdout]      |
[INFO] [stdout] 1135 | #[derive(Debug, QueryableByName)]
[INFO] [stdout]      |                 ^--------------
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 `QueryableByName` is not local
[INFO] [stdout]      |                 move the `impl` block outside of this function `_impl_queryable_by_name_for_usercollectionsresult`
[INFO] [stdout] 1136 | struct UserCollectionsResult {
[INFO] [stdout]      |        --------------------- `UserCollectionsResult` is not local
[INFO] [stdout]      |
[INFO] [stdout]      = note: the derive macro `QueryableByName` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]      = note: the derive macro `QueryableByName` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]      = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]      = note: this warning originates in the derive macro `QueryableByName` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / table! {
[INFO] [stdout]  2 | |     batch_uploads (batch_id, user_id) {
[INFO] [stdout]  3 | |         #[sql_name="batch"]
[INFO] [stdout]  4 | |         batch_id -> Bigint,
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / table! {
[INFO] [stdout]  2 | |     batch_uploads (batch_id, user_id) {
[INFO] [stdout]  3 | |         #[sql_name="batch"]
[INFO] [stdout]  4 | |         batch_id -> Bigint,
[INFO] [stdout]    | |         -------- `batch_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_batch_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / table! {
[INFO] [stdout]  2 | |     batch_uploads (batch_id, user_id) {
[INFO] [stdout]  3 | |         #[sql_name="batch"]
[INFO] [stdout]  4 | |         batch_id -> Bigint,
[INFO] [stdout]  5 | |         #[sql_name="userid"]
[INFO] [stdout]  6 | |         user_id -> Bigint,
[INFO] [stdout]    | |         ------- `user_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_user_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / table! {
[INFO] [stdout]  2 | |     batch_uploads (batch_id, user_id) {
[INFO] [stdout]  3 | |         #[sql_name="batch"]
[INFO] [stdout]  4 | |         batch_id -> Bigint,
[INFO] [stdout] ...  |
[INFO] [stdout]  8 | |         collection_id -> Integer,
[INFO] [stdout]    | |         ------------- `collection_id` is not local
[INFO] [stdout]  9 | |     }
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_collection_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     batch_upload_items (batch_id, user_id, id) {
[INFO] [stdout] 14 | |         #[sql_name="batch"]
[INFO] [stdout] 15 | |         batch_id -> Bigint,
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     batch_upload_items (batch_id, user_id, id) {
[INFO] [stdout] 14 | |         #[sql_name="batch"]
[INFO] [stdout] 15 | |         batch_id -> Bigint,
[INFO] [stdout]    | |         -------- `batch_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_batch_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     batch_upload_items (batch_id, user_id, id) {
[INFO] [stdout] 14 | |         #[sql_name="batch"]
[INFO] [stdout] 15 | |         batch_id -> Bigint,
[INFO] [stdout] 16 | |         #[sql_name="userid"]
[INFO] [stdout] 17 | |         user_id -> Bigint,
[INFO] [stdout]    | |         ------- `user_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_user_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     batch_upload_items (batch_id, user_id, id) {
[INFO] [stdout] 14 | |         #[sql_name="batch"]
[INFO] [stdout] 15 | |         batch_id -> Bigint,
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |         id -> Varchar,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     batch_upload_items (batch_id, user_id, id) {
[INFO] [stdout] 14 | |         #[sql_name="batch"]
[INFO] [stdout] 15 | |         batch_id -> Bigint,
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |         sortindex -> Nullable<Integer>,
[INFO] [stdout]    | |         --------- `sortindex` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_sortindex`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     batch_upload_items (batch_id, user_id, id) {
[INFO] [stdout] 14 | |         #[sql_name="batch"]
[INFO] [stdout] 15 | |         batch_id -> Bigint,
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |         payload -> Nullable<Mediumtext>,
[INFO] [stdout]    | |         ------- `payload` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_payload`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     batch_upload_items (batch_id, user_id, id) {
[INFO] [stdout] 14 | |         #[sql_name="batch"]
[INFO] [stdout] 15 | |         batch_id -> Bigint,
[INFO] [stdout] ...  |
[INFO] [stdout] 21 | |         payload_size -> Nullable<Bigint>,
[INFO] [stdout]    | |         ------------ `payload_size` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_payload_size`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / table! {
[INFO] [stdout] 13 | |     batch_upload_items (batch_id, user_id, id) {
[INFO] [stdout] 14 | |         #[sql_name="batch"]
[INFO] [stdout] 15 | |         batch_id -> Bigint,
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |         ttl_offset -> Nullable<Integer>,
[INFO] [stdout]    | |         ---------- `ttl_offset` is not local
[INFO] [stdout] 23 | |     }
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_ttl_offset`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / table! {
[INFO] [stdout] 27 | |     bso (user_id, collection_id, id) {
[INFO] [stdout] 28 | |         #[sql_name="userid"]
[INFO] [stdout] 29 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / table! {
[INFO] [stdout] 27 | |     bso (user_id, collection_id, id) {
[INFO] [stdout] 28 | |         #[sql_name="userid"]
[INFO] [stdout] 29 | |         user_id -> BigInt,
[INFO] [stdout]    | |         ------- `user_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_user_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / table! {
[INFO] [stdout] 27 | |     bso (user_id, collection_id, id) {
[INFO] [stdout] 28 | |         #[sql_name="userid"]
[INFO] [stdout] 29 | |         user_id -> BigInt,
[INFO] [stdout] 30 | |         #[sql_name="collection"]
[INFO] [stdout] 31 | |         collection_id -> Integer,
[INFO] [stdout]    | |         ------------- `collection_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_collection_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / table! {
[INFO] [stdout] 27 | |     bso (user_id, collection_id, id) {
[INFO] [stdout] 28 | |         #[sql_name="userid"]
[INFO] [stdout] 29 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | |         id -> Varchar,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / table! {
[INFO] [stdout] 27 | |     bso (user_id, collection_id, id) {
[INFO] [stdout] 28 | |         #[sql_name="userid"]
[INFO] [stdout] 29 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | |         sortindex -> Nullable<Integer>,
[INFO] [stdout]    | |         --------- `sortindex` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_sortindex`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / table! {
[INFO] [stdout] 27 | |     bso (user_id, collection_id, id) {
[INFO] [stdout] 28 | |         #[sql_name="userid"]
[INFO] [stdout] 29 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |         payload -> Mediumtext,
[INFO] [stdout]    | |         ------- `payload` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_payload`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / table! {
[INFO] [stdout] 27 | |     bso (user_id, collection_id, id) {
[INFO] [stdout] 28 | |         #[sql_name="userid"]
[INFO] [stdout] 29 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |         payload_size -> Bigint,
[INFO] [stdout]    | |         ------------ `payload_size` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_payload_size`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / table! {
[INFO] [stdout] 27 | |     bso (user_id, collection_id, id) {
[INFO] [stdout] 28 | |         #[sql_name="userid"]
[INFO] [stdout] 29 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 37 | |         modified -> Bigint,
[INFO] [stdout]    | |         -------- `modified` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_modified`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / table! {
[INFO] [stdout] 27 | |     bso (user_id, collection_id, id) {
[INFO] [stdout] 28 | |         #[sql_name="userid"]
[INFO] [stdout] 29 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 39 | |         expiry -> Bigint,
[INFO] [stdout]    | |         ------ `expiry` is not local
[INFO] [stdout] 40 | |     }
[INFO] [stdout] 41 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_expiry`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / table! {
[INFO] [stdout] 44 | |     collections (id) {
[INFO] [stdout] 45 | |         id -> Integer,
[INFO] [stdout] 46 | |         name -> Varchar,
[INFO] [stdout] 47 | |     }
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / table! {
[INFO] [stdout] 44 | |     collections (id) {
[INFO] [stdout] 45 | |         id -> Integer,
[INFO] [stdout]    | |         -- `id` is not local
[INFO] [stdout] 46 | |         name -> Varchar,
[INFO] [stdout] 47 | |     }
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | / table! {
[INFO] [stdout] 44 | |     collections (id) {
[INFO] [stdout] 45 | |         id -> Integer,
[INFO] [stdout] 46 | |         name -> Varchar,
[INFO] [stdout]    | |         ---- `name` is not local
[INFO] [stdout] 47 | |     }
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_name`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / table! {
[INFO] [stdout] 51 | |     user_collections (user_id, collection_id) {
[INFO] [stdout] 52 | |         #[sql_name="userid"]
[INFO] [stdout] 53 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | | `table` is not local
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_table`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / table! {
[INFO] [stdout] 51 | |     user_collections (user_id, collection_id) {
[INFO] [stdout] 52 | |         #[sql_name="userid"]
[INFO] [stdout] 53 | |         user_id -> BigInt,
[INFO] [stdout]    | |         ------- `user_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_user_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / table! {
[INFO] [stdout] 51 | |     user_collections (user_id, collection_id) {
[INFO] [stdout] 52 | |         #[sql_name="userid"]
[INFO] [stdout] 53 | |         user_id -> BigInt,
[INFO] [stdout] 54 | |         #[sql_name="collection"]
[INFO] [stdout] 55 | |         collection_id -> Integer,
[INFO] [stdout]    | |         ------------- `collection_id` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_collection_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / table! {
[INFO] [stdout] 51 | |     user_collections (user_id, collection_id) {
[INFO] [stdout] 52 | |         #[sql_name="userid"]
[INFO] [stdout] 53 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | |         modified -> Bigint,
[INFO] [stdout]    | |         -------- `modified` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_modified`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / table! {
[INFO] [stdout] 51 | |     user_collections (user_id, collection_id) {
[INFO] [stdout] 52 | |         #[sql_name="userid"]
[INFO] [stdout] 53 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 59 | |         count -> Integer,
[INFO] [stdout]    | |         ----- `count` is not local
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_count`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> syncstorage-mysql/src/schema.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | / table! {
[INFO] [stdout] 51 | |     user_collections (user_id, collection_id) {
[INFO] [stdout] 52 | |         #[sql_name="userid"]
[INFO] [stdout] 53 | |         user_id -> BigInt,
[INFO] [stdout] ...  |
[INFO] [stdout] 61 | |         total_bytes -> BigInt,
[INFO] [stdout]    | |         ----------- `total_bytes` is not local
[INFO] [stdout] 62 | |     }
[INFO] [stdout] 63 | | }
[INFO] [stdout]    | | ^
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_`QueryId` is not local
[INFO] [stdout]    |   move the `impl` block outside of this function `_impl_query_id_for_total_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `QueryId` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `QueryId` may come from an old version of the `diesel_derives` crate, try updating your dependency with `cargo update -p diesel_derives`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: this warning originates in the derive macro `QueryId` which comes from the expansion of the macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking syncstorage-db v0.17.15 (/opt/rustwide/workdir/syncstorage-db)
[INFO] [stderr]  Documenting syncserver v0.17.15 (/opt/rustwide/workdir/syncserver)
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> syncserver/src/web/extractors.rs:628:15
[INFO] [stdout]     |
[INFO] [stdout] 628 | /// requests: https://mozilla-services.readthedocs.io/en/latest/storage/apis-1.5.html#general-info
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]     |
[INFO] [stdout] 628 | /// requests: <https://mozilla-services.readthedocs.io/en/latest/storage/apis-1.5.html#general-info>
[INFO] [stdout]     |               +                                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `PreConditionHeader`
[INFO] [stdout]     --> syncserver/src/web/extractors.rs:1471:21
[INFO] [stdout]      |
[INFO] [stdout] 1471 | /// Used with Option<PreConditionHeader> to extract a possible PreConditionHeader.
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]      |
[INFO] [stdout] 1471 | /// Used with `Option<PreConditionHeader>` to extract a possible PreConditionHeader.
[INFO] [stdout]      |               +                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> syncserver/src/web/middleware/rejectua.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | /// https://github.com/mozilla-services/syncstorage-rs/issues/293
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 71 | /// <https://github.com/mozilla-services/syncstorage-rs/issues/293>
[INFO] [stdout]    |     +                                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/syncserver/index.html
[INFO] running `Command { std: "docker" "inspect" "a04a649008c4351ef7539dd2c75e3d5cc42c2807bdb331abbbf9af90f5a6a0d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a04a649008c4351ef7539dd2c75e3d5cc42c2807bdb331abbbf9af90f5a6a0d0", kill_on_drop: false }`
[INFO] [stdout] a04a649008c4351ef7539dd2c75e3d5cc42c2807bdb331abbbf9af90f5a6a0d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89c998440e4759e0040ec00b070624febed5b39c5d6474e3b0f531cab902a9f9
[INFO] running `Command { std: "docker" "start" "-a" "89c998440e4759e0040ec00b070624febed5b39c5d6474e3b0f531cab902a9f9", kill_on_drop: false }`
[INFO] [stderr] error: manifest path `/opt/rustwide/workdir/Cargo.toml` is a virtual manifest, but this command requires running against an actual package in this workspace
[INFO] running `Command { std: "docker" "inspect" "89c998440e4759e0040ec00b070624febed5b39c5d6474e3b0f531cab902a9f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89c998440e4759e0040ec00b070624febed5b39c5d6474e3b0f531cab902a9f9", kill_on_drop: false }`
[INFO] [stdout] 89c998440e4759e0040ec00b070624febed5b39c5d6474e3b0f531cab902a9f9
