[INFO] cloning repository https://github.com/timokoesters/conduit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/timokoesters/conduit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimokoesters%2Fconduit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimokoesters%2Fconduit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f0beffb0a9d9538bd94950030aba9aeb16d0d56b [INFO] checking timokoesters/conduit against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimokoesters%2Fconduit" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/timokoesters/conduit on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/timokoesters/conduit [INFO] finished tweaking git repo https://github.com/timokoesters/conduit [INFO] tweaked toml for git repo https://github.com/timokoesters/conduit written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/timokoesters/conduit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/timokoesters/Rocket.git` [INFO] [stderr] Updating git repository `https://github.com/timokoesters/ruma` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8e901317b282d5721b21eef688f8de76f474bd88af2c010df7ddc925855203c4 [INFO] running `Command { std: "docker" "start" "-a" "8e901317b282d5721b21eef688f8de76f474bd88af2c010df7ddc925855203c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e901317b282d5721b21eef688f8de76f474bd88af2c010df7ddc925855203c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e901317b282d5721b21eef688f8de76f474bd88af2c010df7ddc925855203c4", kill_on_drop: false }` [INFO] [stdout] 8e901317b282d5721b21eef688f8de76f474bd88af2c010df7ddc925855203c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 82fe68fce8802a1593f3826b05bfece2a7e60839874c1af092c54b118ed98bc4 [INFO] running `Command { std: "docker" "start" "-a" "82fe68fce8802a1593f3826b05bfece2a7e60839874c1af092c54b118ed98bc4", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling cc v1.0.59 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Checking once_cell v1.4.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking arc-swap v0.4.7 [INFO] [stderr] Checking pin-project-lite v0.1.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking tower-service v0.3.0 [INFO] [stderr] Checking tinyvec v0.3.4 [INFO] [stderr] Checking cpuid-bool v0.1.2 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling inlinable_string v0.1.11 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking instant v0.1.6 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking dtoa v0.4.6 [INFO] [stderr] Checking assign v1.1.0 [INFO] [stderr] Checking array-init v0.1.1 [INFO] [stderr] Checking ipnet v2.3.0 [INFO] [stderr] Checking bytemuck v1.3.1 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Checking tracing-core v0.1.15 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking form_urlencoded v1.0.0 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling standback v0.2.10 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.1.0 (https://github.com/SergioBenitez/proc-macro2-diagnostics.git?rev=13fbb43#13fbb43d) [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rocket v0.5.0-dev (https://github.com/timokoesters/Rocket.git?branch=empty_parameters#f6d40ecd) [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking miniz_oxide v0.4.1 [INFO] [stderr] Checking blake2b_simd v0.5.10 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Checking unicode-normalization v0.1.13 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking crossbeam-utils v0.7.2 [INFO] [stderr] Checking tracing v0.1.19 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking signal-hook-registry v1.2.1 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking dirs-sys v0.3.5 [INFO] [stderr] Checking backtrace v0.3.50 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking jpeg-decoder v0.1.20 [INFO] [stderr] Checking rust-argon2 v0.8.2 [INFO] [stderr] Checking crossbeam-epoch v0.8.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Checking directories v2.0.2 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking png v0.16.7 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking sled v0.32.1 [INFO] [stderr] Checking block-cipher v0.7.1 [INFO] [stderr] Checking universal-hash v0.4.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stderr] Checking aead v0.3.2 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking polyval v0.4.0 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Checking aes-soft v0.4.0 [INFO] [stderr] Checking hmac v0.8.1 [INFO] [stderr] Checking image v0.23.8 [INFO] [stderr] Checking sha2 v0.9.1 [INFO] [stderr] Checking ghash v0.3.0 [INFO] [stderr] Checking hkdf v0.9.0 [INFO] [stderr] Checking aes v0.4.0 [INFO] [stderr] Checking webpki v0.21.3 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking aes-gcm v0.6.0 [INFO] [stderr] Checking rustls v0.18.1 [INFO] [stderr] Compiling devise_core v0.3.0 (https://github.com/SergioBenitez/Devise.git?rev=1e42a2691#1e42a269) [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling strum_macros v0.19.2 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling ref-cast-impl v1.0.2 [INFO] [stderr] Compiling pear_codegen v0.2.0-dev (https://github.com/SergioBenitez/Pear.git?rev=4b68055#4b680556) [INFO] [stderr] Compiling devise_codegen v0.3.0 (https://github.com/SergioBenitez/Devise.git?rev=1e42a2691#1e42a269) [INFO] [stderr] Compiling async-trait v0.1.38 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling ref-cast v1.0.2 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Compiling devise v0.3.0 (https://github.com/SergioBenitez/Devise.git?rev=1e42a2691#1e42a269) [INFO] [stderr] Compiling pear v0.2.0-dev (https://github.com/SergioBenitez/Pear.git?rev=4b68055#4b680556) [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Compiling strum v0.19.2 [INFO] [stderr] Checking pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tls v0.3.1 [INFO] [stderr] Checking tokio-rustls v0.14.0 [INFO] [stderr] Checking h2 v0.2.6 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking hyper v0.13.7 [INFO] [stderr] Compiling js_int v0.1.9 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling ruma-serde v0.2.3 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Checking ruma-signatures v0.6.0-dev.1 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Compiling ruma-api-macros v0.17.0-alpha.1 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Compiling ruma-events-macros v0.22.0-alpha.1 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Compiling ruma-identifiers-validation v0.1.1 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Compiling ruma-identifiers-macros v0.17.4 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Checking rocket_http v0.5.0-dev (https://github.com/timokoesters/Rocket.git?branch=empty_parameters#f6d40ecd) [INFO] [stderr] Checking hyper-tls v0.4.3 [INFO] [stderr] Checking ruma-identifiers v0.17.4 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Checking reqwest v0.10.8 [INFO] [stderr] Checking ruma-common v0.2.0 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Checking ruma-api v0.17.0-alpha.1 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Checking ruma-events v0.22.0-alpha.1 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Compiling rocket_codegen v0.5.0-dev (https://github.com/timokoesters/Rocket.git?branch=empty_parameters#f6d40ecd) [INFO] [stderr] Checking ruma-client-api v0.10.0-alpha.1 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Checking ruma-federation-api v0.0.3 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Checking ruma v0.0.1 (https://github.com/timokoesters/ruma?branch=timo-old-fixes#195b15be) [INFO] [stderr] Checking conduit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/account.rs:32:50 [INFO] [stdout] | [INFO] [stdout] 32 | get("/_matrix/client/r0/register/available", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/account.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | get("/_matrix/client/r0/register/available", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/account.rs:284:46 [INFO] [stdout] | [INFO] [stdout] 284 | get("/_matrix/client/r0/account/whoami", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/account.rs:284:7 [INFO] [stdout] | [INFO] [stdout] 284 | get("/_matrix/client/r0/account/whoami", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/account.rs:32:50 [INFO] [stdout] | [INFO] [stdout] 32 | get("/_matrix/client/r0/register/available", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/account.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | get("/_matrix/client/r0/register/available", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/alias.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | get("/_matrix/client/r0/directory/room/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/alias.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | get("/_matrix/client/r0/directory/room/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:49:55 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/unstable/room_keys/version", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/unstable/room_keys/version", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:76:59 [INFO] [stdout] | [INFO] [stdout] 76 | get("/_matrix/client/unstable/room_keys/version/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | get("/_matrix/client/unstable/room_keys/version/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/account.rs:284:46 [INFO] [stdout] | [INFO] [stdout] 284 | get("/_matrix/client/r0/account/whoami", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/account.rs:284:7 [INFO] [stdout] | [INFO] [stdout] 284 | get("/_matrix/client/r0/account/whoami", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:204:52 [INFO] [stdout] | [INFO] [stdout] 204 | get("/_matrix/client/unstable/room_keys/keys", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:204:7 [INFO] [stdout] | [INFO] [stdout] 204 | get("/_matrix/client/unstable/room_keys/keys", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:219:56 [INFO] [stdout] | [INFO] [stdout] 219 | get("/_matrix/client/unstable/room_keys/keys/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:219:7 [INFO] [stdout] | [INFO] [stdout] 219 | get("/_matrix/client/unstable/room_keys/keys/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:236:60 [INFO] [stdout] | [INFO] [stdout] 236 | get("/_matrix/client/unstable/room_keys/keys/<_>/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:236:7 [INFO] [stdout] | [INFO] [stdout] 236 | get("/_matrix/client/unstable/room_keys/keys/<_>/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/alias.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | get("/_matrix/client/r0/directory/room/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/alias.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | get("/_matrix/client/r0/directory/room/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:49:55 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/unstable/room_keys/version", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/unstable/room_keys/version", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/config.rs:49:57 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/r0/user/<_>/account_data/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/config.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/r0/user/<_>/account_data/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:76:59 [INFO] [stdout] | [INFO] [stdout] 76 | get("/_matrix/client/unstable/room_keys/version/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | get("/_matrix/client/unstable/room_keys/version/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/context.rs:11:53 [INFO] [stdout] | [INFO] [stdout] 11 | get("/_matrix/client/r0/rooms/<_>/context/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/context.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | get("/_matrix/client/r0/rooms/<_>/context/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/device.rs:17:39 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/devices", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/device.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/devices", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/device.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | get("/_matrix/client/r0/devices/<_device_id>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/device.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | get("/_matrix/client/r0/devices/<_device_id>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:204:52 [INFO] [stdout] | [INFO] [stdout] 204 | get("/_matrix/client/unstable/room_keys/keys", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:204:7 [INFO] [stdout] | [INFO] [stdout] 204 | get("/_matrix/client/unstable/room_keys/keys", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:219:56 [INFO] [stdout] | [INFO] [stdout] 219 | get("/_matrix/client/unstable/room_keys/keys/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:219:7 [INFO] [stdout] | [INFO] [stdout] 219 | get("/_matrix/client/unstable/room_keys/keys/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:236:60 [INFO] [stdout] | [INFO] [stdout] 236 | get("/_matrix/client/unstable/room_keys/keys/<_>/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:236:7 [INFO] [stdout] | [INFO] [stdout] 236 | get("/_matrix/client/unstable/room_keys/keys/<_>/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/directory.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | get("/_matrix/client/r0/publicRooms", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/directory.rs:246:7 [INFO] [stdout] | [INFO] [stdout] 246 | get("/_matrix/client/r0/publicRooms", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/directory.rs:314:55 [INFO] [stdout] | [INFO] [stdout] 314 | get("/_matrix/client/r0/directory/list/room/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/directory.rs:314:7 [INFO] [stdout] | [INFO] [stdout] 314 | get("/_matrix/client/r0/directory/list/room/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/config.rs:49:57 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/r0/user/<_>/account_data/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/config.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/r0/user/<_>/account_data/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/context.rs:11:53 [INFO] [stdout] | [INFO] [stdout] 11 | get("/_matrix/client/r0/rooms/<_>/context/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/context.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | get("/_matrix/client/r0/rooms/<_>/context/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/device.rs:17:39 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/devices", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/device.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/devices", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/device.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | get("/_matrix/client/r0/devices/<_device_id>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/device.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | get("/_matrix/client/r0/devices/<_device_id>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/keys.rs:279:44 [INFO] [stdout] | [INFO] [stdout] 279 | get("/_matrix/client/r0/keys/changes", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/keys.rs:279:7 [INFO] [stdout] | [INFO] [stdout] 279 | get("/_matrix/client/r0/keys/changes", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/media.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | data = "" [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/media.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get( [INFO] [stdout] | _______^ [INFO] [stdout] 50 | | "/_matrix/media/r0/download/<_server_name>/<_media_id>", [INFO] [stdout] | |_ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/media.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | data = "" [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/media.rs:81:7 [INFO] [stdout] | [INFO] [stdout] 81 | get( [INFO] [stdout] | _______^ [INFO] [stdout] 82 | | "/_matrix/media/r0/thumbnail/<_server_name>/<_media_id>", [INFO] [stdout] | |_ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/directory.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | get("/_matrix/client/r0/publicRooms", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/directory.rs:246:7 [INFO] [stdout] | [INFO] [stdout] 246 | get("/_matrix/client/r0/publicRooms", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/directory.rs:314:55 [INFO] [stdout] | [INFO] [stdout] 314 | get("/_matrix/client/r0/directory/list/room/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/directory.rs:314:7 [INFO] [stdout] | [INFO] [stdout] 314 | get("/_matrix/client/r0/directory/list/room/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:428:44 [INFO] [stdout] | [INFO] [stdout] 428 | get("/_matrix/client/r0/joined_rooms", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:428:7 [INFO] [stdout] | [INFO] [stdout] 428 | get("/_matrix/client/r0/joined_rooms", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:448:49 [INFO] [stdout] | [INFO] [stdout] 448 | get("/_matrix/client/r0/rooms/<_>/members", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | get("/_matrix/client/r0/rooms/<_>/members", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:476:56 [INFO] [stdout] | [INFO] [stdout] 476 | get("/_matrix/client/r0/rooms/<_>/joined_members", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:476:7 [INFO] [stdout] | [INFO] [stdout] 476 | get("/_matrix/client/r0/rooms/<_>/joined_members", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/message.rs:78:50 [INFO] [stdout] | [INFO] [stdout] 78 | get("/_matrix/client/r0/rooms/<_>/messages", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/message.rs:78:7 [INFO] [stdout] | [INFO] [stdout] 78 | get("/_matrix/client/r0/rooms/<_>/messages", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/keys.rs:279:44 [INFO] [stdout] | [INFO] [stdout] 279 | get("/_matrix/client/r0/keys/changes", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/keys.rs:279:7 [INFO] [stdout] | [INFO] [stdout] 279 | get("/_matrix/client/r0/keys/changes", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/media.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | data = "" [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/media.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get( [INFO] [stdout] | _______^ [INFO] [stdout] 50 | | "/_matrix/media/r0/download/<_server_name>/<_media_id>", [INFO] [stdout] | |_ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:97:55 [INFO] [stdout] | [INFO] [stdout] 97 | get("/_matrix/client/r0/profile/<_>/displayname", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:97:7 [INFO] [stdout] | [INFO] [stdout] 97 | get("/_matrix/client/r0/profile/<_>/displayname", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/media.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | data = "" [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/media.rs:81:7 [INFO] [stdout] | [INFO] [stdout] 81 | get( [INFO] [stdout] | _______^ [INFO] [stdout] 82 | | "/_matrix/media/r0/thumbnail/<_server_name>/<_media_id>", [INFO] [stdout] | |_ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:200:54 [INFO] [stdout] | [INFO] [stdout] 200 | get("/_matrix/client/r0/profile/<_>/avatar_url", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:200:7 [INFO] [stdout] | [INFO] [stdout] 200 | get("/_matrix/client/r0/profile/<_>/avatar_url", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:214:43 [INFO] [stdout] | [INFO] [stdout] 214 | get("/_matrix/client/r0/profile/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:214:7 [INFO] [stdout] | [INFO] [stdout] 214 | get("/_matrix/client/r0/profile/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/push.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/pushrules", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/push.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/pushrules", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/room.rs:323:51 [INFO] [stdout] | [INFO] [stdout] 323 | get("/_matrix/client/r0/rooms/<_>/event/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/room.rs:323:7 [INFO] [stdout] | [INFO] [stdout] 323 | get("/_matrix/client/r0/rooms/<_>/event/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:428:44 [INFO] [stdout] | [INFO] [stdout] 428 | get("/_matrix/client/r0/joined_rooms", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:428:7 [INFO] [stdout] | [INFO] [stdout] 428 | get("/_matrix/client/r0/joined_rooms", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:448:49 [INFO] [stdout] | [INFO] [stdout] 448 | get("/_matrix/client/r0/rooms/<_>/members", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | get("/_matrix/client/r0/rooms/<_>/members", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:476:56 [INFO] [stdout] | [INFO] [stdout] 476 | get("/_matrix/client/r0/rooms/<_>/joined_members", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:476:7 [INFO] [stdout] | [INFO] [stdout] 476 | get("/_matrix/client/r0/rooms/<_>/joined_members", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:128:47 [INFO] [stdout] | [INFO] [stdout] 128 | get("/_matrix/client/r0/rooms/<_>/state", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:128:7 [INFO] [stdout] | [INFO] [stdout] 128 | get("/_matrix/client/r0/rooms/<_>/state", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/message.rs:78:50 [INFO] [stdout] | [INFO] [stdout] 78 | get("/_matrix/client/r0/rooms/<_>/messages", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/message.rs:78:7 [INFO] [stdout] | [INFO] [stdout] 78 | get("/_matrix/client/r0/rooms/<_>/messages", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:156:55 [INFO] [stdout] | [INFO] [stdout] 156 | get("/_matrix/client/r0/rooms/<_>/state/<_>/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | get("/_matrix/client/r0/rooms/<_>/state/<_>/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:188:51 [INFO] [stdout] | [INFO] [stdout] 188 | get("/_matrix/client/r0/rooms/<_>/state/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:188:7 [INFO] [stdout] | [INFO] [stdout] 188 | get("/_matrix/client/r0/rooms/<_>/state/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:97:55 [INFO] [stdout] | [INFO] [stdout] 97 | get("/_matrix/client/r0/profile/<_>/displayname", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:97:7 [INFO] [stdout] | [INFO] [stdout] 97 | get("/_matrix/client/r0/profile/<_>/displayname", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:200:54 [INFO] [stdout] | [INFO] [stdout] 200 | get("/_matrix/client/r0/profile/<_>/avatar_url", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:200:7 [INFO] [stdout] | [INFO] [stdout] 200 | get("/_matrix/client/r0/profile/<_>/avatar_url", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:214:43 [INFO] [stdout] | [INFO] [stdout] 214 | get("/_matrix/client/r0/profile/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:214:7 [INFO] [stdout] | [INFO] [stdout] 214 | get("/_matrix/client/r0/profile/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/push.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/pushrules", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/push.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/pushrules", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/sync.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | get("/_matrix/client/r0/sync", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/sync.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | get("/_matrix/client/r0/sync", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/tag.rs:79:55 [INFO] [stdout] | [INFO] [stdout] 79 | get("/_matrix/client/r0/user/<_>/rooms/<_>/tags", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/tag.rs:79:7 [INFO] [stdout] | [INFO] [stdout] 79 | get("/_matrix/client/r0/user/<_>/rooms/<_>/tags", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/room.rs:323:51 [INFO] [stdout] | [INFO] [stdout] 323 | get("/_matrix/client/r0/rooms/<_>/event/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/room.rs:323:7 [INFO] [stdout] | [INFO] [stdout] 323 | get("/_matrix/client/r0/rooms/<_>/event/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:128:47 [INFO] [stdout] | [INFO] [stdout] 128 | get("/_matrix/client/r0/rooms/<_>/state", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:128:7 [INFO] [stdout] | [INFO] [stdout] 128 | get("/_matrix/client/r0/rooms/<_>/state", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:156:55 [INFO] [stdout] | [INFO] [stdout] 156 | get("/_matrix/client/r0/rooms/<_>/state/<_>/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | get("/_matrix/client/r0/rooms/<_>/state/<_>/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:188:51 [INFO] [stdout] | [INFO] [stdout] 188 | get("/_matrix/client/r0/rooms/<_>/state/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:188:7 [INFO] [stdout] | [INFO] [stdout] 188 | get("/_matrix/client/r0/rooms/<_>/state/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/sync.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | get("/_matrix/client/r0/sync", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/sync.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | get("/_matrix/client/r0/sync", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/tag.rs:79:55 [INFO] [stdout] | [INFO] [stdout] 79 | get("/_matrix/client/r0/user/<_>/rooms/<_>/tags", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/tag.rs:79:7 [INFO] [stdout] | [INFO] [stdout] 79 | get("/_matrix/client/r0/user/<_>/rooms/<_>/tags", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `db` [INFO] [stdout] --> src/server_server.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | db: State<'_, Database>, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_db` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `db` [INFO] [stdout] --> src/server_server.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | db: State<'_, Database>, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_db` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/account.rs:32:50 [INFO] [stdout] | [INFO] [stdout] 32 | get("/_matrix/client/r0/register/available", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/account.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | get("/_matrix/client/r0/register/available", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/account.rs:284:46 [INFO] [stdout] | [INFO] [stdout] 284 | get("/_matrix/client/r0/account/whoami", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/account.rs:284:7 [INFO] [stdout] | [INFO] [stdout] 284 | get("/_matrix/client/r0/account/whoami", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/alias.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | get("/_matrix/client/r0/directory/room/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/alias.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | get("/_matrix/client/r0/directory/room/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:49:55 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/unstable/room_keys/version", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/unstable/room_keys/version", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:76:59 [INFO] [stdout] | [INFO] [stdout] 76 | get("/_matrix/client/unstable/room_keys/version/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | get("/_matrix/client/unstable/room_keys/version/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/account.rs:32:50 [INFO] [stdout] | [INFO] [stdout] 32 | get("/_matrix/client/r0/register/available", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/account.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | get("/_matrix/client/r0/register/available", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:204:52 [INFO] [stdout] | [INFO] [stdout] 204 | get("/_matrix/client/unstable/room_keys/keys", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:204:7 [INFO] [stdout] | [INFO] [stdout] 204 | get("/_matrix/client/unstable/room_keys/keys", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:219:56 [INFO] [stdout] | [INFO] [stdout] 219 | get("/_matrix/client/unstable/room_keys/keys/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:219:7 [INFO] [stdout] | [INFO] [stdout] 219 | get("/_matrix/client/unstable/room_keys/keys/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:236:60 [INFO] [stdout] | [INFO] [stdout] 236 | get("/_matrix/client/unstable/room_keys/keys/<_>/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:236:7 [INFO] [stdout] | [INFO] [stdout] 236 | get("/_matrix/client/unstable/room_keys/keys/<_>/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/account.rs:284:46 [INFO] [stdout] | [INFO] [stdout] 284 | get("/_matrix/client/r0/account/whoami", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/account.rs:284:7 [INFO] [stdout] | [INFO] [stdout] 284 | get("/_matrix/client/r0/account/whoami", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/config.rs:49:57 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/r0/user/<_>/account_data/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/config.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/r0/user/<_>/account_data/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/context.rs:11:53 [INFO] [stdout] | [INFO] [stdout] 11 | get("/_matrix/client/r0/rooms/<_>/context/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/context.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | get("/_matrix/client/r0/rooms/<_>/context/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/alias.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | get("/_matrix/client/r0/directory/room/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/alias.rs:47:7 [INFO] [stdout] | [INFO] [stdout] 47 | get("/_matrix/client/r0/directory/room/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/device.rs:17:39 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/devices", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/device.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/devices", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/device.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | get("/_matrix/client/r0/devices/<_device_id>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/device.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | get("/_matrix/client/r0/devices/<_device_id>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:49:55 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/unstable/room_keys/version", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/unstable/room_keys/version", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:76:59 [INFO] [stdout] | [INFO] [stdout] 76 | get("/_matrix/client/unstable/room_keys/version/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:76:7 [INFO] [stdout] | [INFO] [stdout] 76 | get("/_matrix/client/unstable/room_keys/version/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:204:52 [INFO] [stdout] | [INFO] [stdout] 204 | get("/_matrix/client/unstable/room_keys/keys", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:204:7 [INFO] [stdout] | [INFO] [stdout] 204 | get("/_matrix/client/unstable/room_keys/keys", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:219:56 [INFO] [stdout] | [INFO] [stdout] 219 | get("/_matrix/client/unstable/room_keys/keys/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:219:7 [INFO] [stdout] | [INFO] [stdout] 219 | get("/_matrix/client/unstable/room_keys/keys/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/backup.rs:236:60 [INFO] [stdout] | [INFO] [stdout] 236 | get("/_matrix/client/unstable/room_keys/keys/<_>/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/backup.rs:236:7 [INFO] [stdout] | [INFO] [stdout] 236 | get("/_matrix/client/unstable/room_keys/keys/<_>/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/directory.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | get("/_matrix/client/r0/publicRooms", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/directory.rs:246:7 [INFO] [stdout] | [INFO] [stdout] 246 | get("/_matrix/client/r0/publicRooms", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/directory.rs:314:55 [INFO] [stdout] | [INFO] [stdout] 314 | get("/_matrix/client/r0/directory/list/room/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/directory.rs:314:7 [INFO] [stdout] | [INFO] [stdout] 314 | get("/_matrix/client/r0/directory/list/room/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/config.rs:49:57 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/r0/user/<_>/account_data/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/config.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get("/_matrix/client/r0/user/<_>/account_data/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/context.rs:11:53 [INFO] [stdout] | [INFO] [stdout] 11 | get("/_matrix/client/r0/rooms/<_>/context/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/context.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | get("/_matrix/client/r0/rooms/<_>/context/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/device.rs:17:39 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/devices", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/device.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/devices", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/device.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | get("/_matrix/client/r0/devices/<_device_id>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/device.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | get("/_matrix/client/r0/devices/<_device_id>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/keys.rs:279:44 [INFO] [stdout] | [INFO] [stdout] 279 | get("/_matrix/client/r0/keys/changes", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/keys.rs:279:7 [INFO] [stdout] | [INFO] [stdout] 279 | get("/_matrix/client/r0/keys/changes", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/media.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | data = "" [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/media.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get( [INFO] [stdout] | _______^ [INFO] [stdout] 50 | | "/_matrix/media/r0/download/<_server_name>/<_media_id>", [INFO] [stdout] | |_ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/media.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | data = "" [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/media.rs:81:7 [INFO] [stdout] | [INFO] [stdout] 81 | get( [INFO] [stdout] | _______^ [INFO] [stdout] 82 | | "/_matrix/media/r0/thumbnail/<_server_name>/<_media_id>", [INFO] [stdout] | |_ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/directory.rs:246:43 [INFO] [stdout] | [INFO] [stdout] 246 | get("/_matrix/client/r0/publicRooms", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/directory.rs:246:7 [INFO] [stdout] | [INFO] [stdout] 246 | get("/_matrix/client/r0/publicRooms", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/directory.rs:314:55 [INFO] [stdout] | [INFO] [stdout] 314 | get("/_matrix/client/r0/directory/list/room/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/directory.rs:314:7 [INFO] [stdout] | [INFO] [stdout] 314 | get("/_matrix/client/r0/directory/list/room/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:428:44 [INFO] [stdout] | [INFO] [stdout] 428 | get("/_matrix/client/r0/joined_rooms", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:428:7 [INFO] [stdout] | [INFO] [stdout] 428 | get("/_matrix/client/r0/joined_rooms", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:448:49 [INFO] [stdout] | [INFO] [stdout] 448 | get("/_matrix/client/r0/rooms/<_>/members", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | get("/_matrix/client/r0/rooms/<_>/members", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:476:56 [INFO] [stdout] | [INFO] [stdout] 476 | get("/_matrix/client/r0/rooms/<_>/joined_members", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:476:7 [INFO] [stdout] | [INFO] [stdout] 476 | get("/_matrix/client/r0/rooms/<_>/joined_members", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/message.rs:78:50 [INFO] [stdout] | [INFO] [stdout] 78 | get("/_matrix/client/r0/rooms/<_>/messages", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/message.rs:78:7 [INFO] [stdout] | [INFO] [stdout] 78 | get("/_matrix/client/r0/rooms/<_>/messages", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/keys.rs:279:44 [INFO] [stdout] | [INFO] [stdout] 279 | get("/_matrix/client/r0/keys/changes", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/keys.rs:279:7 [INFO] [stdout] | [INFO] [stdout] 279 | get("/_matrix/client/r0/keys/changes", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/media.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | data = "" [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/media.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | get( [INFO] [stdout] | _______^ [INFO] [stdout] 50 | | "/_matrix/media/r0/download/<_server_name>/<_media_id>", [INFO] [stdout] | |_ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:97:55 [INFO] [stdout] | [INFO] [stdout] 97 | get("/_matrix/client/r0/profile/<_>/displayname", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:97:7 [INFO] [stdout] | [INFO] [stdout] 97 | get("/_matrix/client/r0/profile/<_>/displayname", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/media.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | data = "" [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/media.rs:81:7 [INFO] [stdout] | [INFO] [stdout] 81 | get( [INFO] [stdout] | _______^ [INFO] [stdout] 82 | | "/_matrix/media/r0/thumbnail/<_server_name>/<_media_id>", [INFO] [stdout] | |_ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:200:54 [INFO] [stdout] | [INFO] [stdout] 200 | get("/_matrix/client/r0/profile/<_>/avatar_url", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:200:7 [INFO] [stdout] | [INFO] [stdout] 200 | get("/_matrix/client/r0/profile/<_>/avatar_url", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:214:43 [INFO] [stdout] | [INFO] [stdout] 214 | get("/_matrix/client/r0/profile/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:214:7 [INFO] [stdout] | [INFO] [stdout] 214 | get("/_matrix/client/r0/profile/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/push.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/pushrules", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/push.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/pushrules", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/room.rs:323:51 [INFO] [stdout] | [INFO] [stdout] 323 | get("/_matrix/client/r0/rooms/<_>/event/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/room.rs:323:7 [INFO] [stdout] | [INFO] [stdout] 323 | get("/_matrix/client/r0/rooms/<_>/event/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:428:44 [INFO] [stdout] | [INFO] [stdout] 428 | get("/_matrix/client/r0/joined_rooms", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:428:7 [INFO] [stdout] | [INFO] [stdout] 428 | get("/_matrix/client/r0/joined_rooms", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:448:49 [INFO] [stdout] | [INFO] [stdout] 448 | get("/_matrix/client/r0/rooms/<_>/members", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | get("/_matrix/client/r0/rooms/<_>/members", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/membership.rs:476:56 [INFO] [stdout] | [INFO] [stdout] 476 | get("/_matrix/client/r0/rooms/<_>/joined_members", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/membership.rs:476:7 [INFO] [stdout] | [INFO] [stdout] 476 | get("/_matrix/client/r0/rooms/<_>/joined_members", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/message.rs:78:50 [INFO] [stdout] | [INFO] [stdout] 78 | get("/_matrix/client/r0/rooms/<_>/messages", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/message.rs:78:7 [INFO] [stdout] | [INFO] [stdout] 78 | get("/_matrix/client/r0/rooms/<_>/messages", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:97:55 [INFO] [stdout] | [INFO] [stdout] 97 | get("/_matrix/client/r0/profile/<_>/displayname", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:97:7 [INFO] [stdout] | [INFO] [stdout] 97 | get("/_matrix/client/r0/profile/<_>/displayname", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:200:54 [INFO] [stdout] | [INFO] [stdout] 200 | get("/_matrix/client/r0/profile/<_>/avatar_url", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:200:7 [INFO] [stdout] | [INFO] [stdout] 200 | get("/_matrix/client/r0/profile/<_>/avatar_url", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/profile.rs:214:43 [INFO] [stdout] | [INFO] [stdout] 214 | get("/_matrix/client/r0/profile/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/profile.rs:214:7 [INFO] [stdout] | [INFO] [stdout] 214 | get("/_matrix/client/r0/profile/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:128:47 [INFO] [stdout] | [INFO] [stdout] 128 | get("/_matrix/client/r0/rooms/<_>/state", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:128:7 [INFO] [stdout] | [INFO] [stdout] 128 | get("/_matrix/client/r0/rooms/<_>/state", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/push.rs:17:41 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/pushrules", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/push.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | get("/_matrix/client/r0/pushrules", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:156:55 [INFO] [stdout] | [INFO] [stdout] 156 | get("/_matrix/client/r0/rooms/<_>/state/<_>/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | get("/_matrix/client/r0/rooms/<_>/state/<_>/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:188:51 [INFO] [stdout] | [INFO] [stdout] 188 | get("/_matrix/client/r0/rooms/<_>/state/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:188:7 [INFO] [stdout] | [INFO] [stdout] 188 | get("/_matrix/client/r0/rooms/<_>/state/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/room.rs:323:51 [INFO] [stdout] | [INFO] [stdout] 323 | get("/_matrix/client/r0/rooms/<_>/event/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/room.rs:323:7 [INFO] [stdout] | [INFO] [stdout] 323 | get("/_matrix/client/r0/rooms/<_>/event/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/sync.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | get("/_matrix/client/r0/sync", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/sync.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | get("/_matrix/client/r0/sync", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/tag.rs:79:55 [INFO] [stdout] | [INFO] [stdout] 79 | get("/_matrix/client/r0/user/<_>/rooms/<_>/tags", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/tag.rs:79:7 [INFO] [stdout] | [INFO] [stdout] 79 | get("/_matrix/client/r0/user/<_>/rooms/<_>/tags", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:128:47 [INFO] [stdout] | [INFO] [stdout] 128 | get("/_matrix/client/r0/rooms/<_>/state", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:128:7 [INFO] [stdout] | [INFO] [stdout] 128 | get("/_matrix/client/r0/rooms/<_>/state", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:156:55 [INFO] [stdout] | [INFO] [stdout] 156 | get("/_matrix/client/r0/rooms/<_>/state/<_>/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:156:7 [INFO] [stdout] | [INFO] [stdout] 156 | get("/_matrix/client/r0/rooms/<_>/state/<_>/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/state.rs:188:51 [INFO] [stdout] | [INFO] [stdout] 188 | get("/_matrix/client/r0/rooms/<_>/state/<_>", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/state.rs:188:7 [INFO] [stdout] | [INFO] [stdout] 188 | get("/_matrix/client/r0/rooms/<_>/state/<_>", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/sync.rs:30:36 [INFO] [stdout] | [INFO] [stdout] 30 | get("/_matrix/client/r0/sync", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/sync.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | get("/_matrix/client/r0/sync", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `data` used with non-payload-supporting method [INFO] [stdout] --> src/client_server/tag.rs:79:55 [INFO] [stdout] | [INFO] [stdout] 79 | get("/_matrix/client/r0/user/<_>/rooms/<_>/tags", data = "") [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: 'GET' does not typically support payloads [INFO] [stdout] --> src/client_server/tag.rs:79:7 [INFO] [stdout] | [INFO] [stdout] 79 | get("/_matrix/client/r0/user/<_>/rooms/<_>/tags", data = "") [INFO] [stdout] | ^^^ [INFO] [stdout] = note: this warning originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `db` [INFO] [stdout] --> src/server_server.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | db: State<'_, Database>, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_db` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `db` [INFO] [stdout] --> src/server_server.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | db: State<'_, Database>, [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_db` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5m 40s [INFO] running `Command { std: "docker" "inspect" "82fe68fce8802a1593f3826b05bfece2a7e60839874c1af092c54b118ed98bc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82fe68fce8802a1593f3826b05bfece2a7e60839874c1af092c54b118ed98bc4", kill_on_drop: false }` [INFO] [stdout] 82fe68fce8802a1593f3826b05bfece2a7e60839874c1af092c54b118ed98bc4