[INFO] cloning repository https://github.com/illumination-k/notion-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/illumination-k/notion-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillumination-k%2Fnotion-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillumination-k%2Fnotion-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2c4d9241915069a3feea73b56b4b5b7475904103
[INFO] checking illumination-k/notion-rs against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillumination-k%2Fnotion-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/illumination-k/notion-rs
[INFO] finished tweaking git repo https://github.com/illumination-k/notion-rs
[INFO] tweaked toml for git repo https://github.com/illumination-k/notion-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/illumination-k/notion-rs on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/illumination-k/notion-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f0d3e496389f326ee0554d629c48578195a871327149601121fb676850043d65
[INFO] running `Command { std: "docker" "start" "-a" "f0d3e496389f326ee0554d629c48578195a871327149601121fb676850043d65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0d3e496389f326ee0554d629c48578195a871327149601121fb676850043d65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0d3e496389f326ee0554d629c48578195a871327149601121fb676850043d65", kill_on_drop: false }`
[INFO] [stdout] f0d3e496389f326ee0554d629c48578195a871327149601121fb676850043d65
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84cda26d223ff9951834fe7492b1509f09e7d8338959f5fa1f1612bc4bbf4af6
[INFO] running `Command { std: "docker" "start" "-a" "84cda26d223ff9951834fe7492b1509f09e7d8338959f5fa1f1612bc4bbf4af6", kill_on_drop: false }`
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]     Checking tokio v1.16.1
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]     Checking serde v1.0.136
[INFO] [stderr]     Checking tokio-util v0.6.9
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.3.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.78
[INFO] [stderr]     Checking hyper v0.14.16
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.9
[INFO] [stderr]     Checking notion-rs v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api_endpoint/databases.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let path = format!("databases/{}", database_id);
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parent` is never read
[INFO] [stdout]   --> src/api_endpoint/mod.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |             parent: std::sync::Arc<crate::client::BaseClient>,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/api_endpoint/blocks.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout]  5 | build_endpoint!(BlocksChildrenEndpoint);
[INFO] [stdout]    | ---------------------------------------
[INFO] [stdout]    | |               |
[INFO] [stdout]    | |               field in this struct
[INFO] [stdout]    | in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BlocksChildrenEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `build_endpoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parent` is never read
[INFO] [stdout]  --> src/api_endpoint/blocks.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct BlocksEndpoint {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] 8 |     parent: Arc<BaseClient>,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api_endpoint/databases.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let path = format!("databases/{}", database_id);
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parent` is never read
[INFO] [stdout]   --> src/api_endpoint/mod.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |             parent: std::sync::Arc<crate::client::BaseClient>,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/api_endpoint/blocks.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout]  5 | build_endpoint!(BlocksChildrenEndpoint);
[INFO] [stdout]    | ---------------------------------------
[INFO] [stdout]    | |               |
[INFO] [stdout]    | |               field in this struct
[INFO] [stdout]    | in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BlocksChildrenEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `build_endpoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parent` is never read
[INFO] [stdout]  --> src/api_endpoint/blocks.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct BlocksEndpoint {
[INFO] [stdout]   |            -------------- field in this struct
[INFO] [stdout] 8 |     parent: Arc<BaseClient>,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api_endpoint/databases.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let path = format!("databases/{}", database_id);
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parent` is never read
[INFO] [stdout]   --> src/api_endpoint/mod.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |             parent: std::sync::Arc<crate::client::BaseClient>,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/api_endpoint/blocks.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout]  5 | build_endpoint!(BlocksChildrenEndpoint);
[INFO] [stdout]    | ---------------------------------------
[INFO] [stdout]    | |               |
[INFO] [stdout]    | |               field in this struct
[INFO] [stdout]    | in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BlocksChildrenEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `build_endpoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `parent` and `children` are never read
[INFO] [stdout]  --> src/api_endpoint/blocks.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct BlocksEndpoint {
[INFO] [stdout]   |            -------------- fields in this struct
[INFO] [stdout] 8 |     parent: Arc<BaseClient>,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 9 |     pub children: BlocksChildrenEndpoint,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `query`, `create`, and `update` are never used
[INFO] [stdout]   --> src/api_endpoint/databases.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl DatabasesEndpoint {
[INFO] [stdout]    | ---------------------- methods in this implementation
[INFO] [stdout]  8 |     pub fn query<B>(
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn create<B>(&self, params: Option<B>) -> Result<RequestBuilder, reqwest::Error>
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn update<B>(
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parent` is never read
[INFO] [stdout]   --> src/api_endpoint/mod.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |             parent: std::sync::Arc<crate::client::BaseClient>,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/api_endpoint/pages.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | build_endpoint!(PagesPropertiesEndpoint);
[INFO] [stdout]    | ----------------------------------------
[INFO] [stdout]    | |               |
[INFO] [stdout]    | |               field in this struct
[INFO] [stdout]    | in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PagesPropertiesEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `build_endpoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `retrive` is never used
[INFO] [stdout]   --> src/api_endpoint/pages.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl PagesPropertiesEndpoint {
[INFO] [stdout]    | ---------------------------- method in this implementation
[INFO] [stdout] 12 |     pub fn retrive(
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `parent` and `properties` are never read
[INFO] [stdout]   --> src/api_endpoint/pages.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct PagesEndpoint {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 24 |     parent: Arc<BaseClient>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     pub properties: PagesPropertiesEndpoint,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PagesEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `retrive` and `create` are never used
[INFO] [stdout]   --> src/api_endpoint/pages.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl PagesEndpoint {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn retrive(&self, page_id: &str) -> Result<RequestBuilder, reqwest::Error> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub fn create<B>(&self, params: Option<B>) -> Result<RequestBuilder, reqwest::Error>
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_query` and `with_sort` are never used
[INFO] [stdout]   --> src/api_endpoint/params/search.rs:85:12
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl Params {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn with_query<S>(mut self, query: S) -> Self
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub fn with_sort(mut self, sort: Sort) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ListParams` is never constructed
[INFO] [stdout]  --> src/api_endpoint/users.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ListParams {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `retrive` and `me` are never used
[INFO] [stdout]   --> src/api_endpoint/users.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl UsersEndpoint {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn retrive(&self, user_id: &str) -> Result<RequestBuilder, reqwest::Error> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn me(&self) -> Result<RequestBuilder, reqwest::Error> {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pages` and `blocks` are never read
[INFO] [stdout]   --> src/client.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct NotionClient {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub pages: PagesEndpoint,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 16 |     pub blocks: BlocksEndpoint,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `create` and `update` are never used
[INFO] [stdout]    --> src/client.rs:120:12
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl BaseClient {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn create<B>(&self, path: &str, body: Option<B>) -> Result<RequestBuilder, reqwest::Error>
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn update<B>(&self, path: &str, body: Option<B>) -> Result<RequestBuilder, reqwest::Error>
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/api_endpoint/databases.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let path = format!("databases/{}", database_id);
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parent` is never read
[INFO] [stdout]   --> src/api_endpoint/mod.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |             parent: std::sync::Arc<crate::client::BaseClient>,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/api_endpoint/blocks.rs:5:17
[INFO] [stdout]    |
[INFO] [stdout]  5 | build_endpoint!(BlocksChildrenEndpoint);
[INFO] [stdout]    | ---------------------------------------
[INFO] [stdout]    | |               |
[INFO] [stdout]    | |               field in this struct
[INFO] [stdout]    | in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BlocksChildrenEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `build_endpoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.91s
[INFO] [stdout] warning: fields `parent` and `children` are never read
[INFO] [stdout]  --> src/api_endpoint/blocks.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct BlocksEndpoint {
[INFO] [stdout]   |            -------------- fields in this struct
[INFO] [stdout] 8 |     parent: Arc<BaseClient>,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 9 |     pub children: BlocksChildrenEndpoint,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `query`, `create`, and `update` are never used
[INFO] [stdout]   --> src/api_endpoint/databases.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl DatabasesEndpoint {
[INFO] [stdout]    | ---------------------- methods in this implementation
[INFO] [stdout]  8 |     pub fn query<B>(
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     pub fn create<B>(&self, params: Option<B>) -> Result<RequestBuilder, reqwest::Error>
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub fn update<B>(
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `parent` is never read
[INFO] [stdout]   --> src/api_endpoint/mod.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |             parent: std::sync::Arc<crate::client::BaseClient>,
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/api_endpoint/pages.rs:9:17
[INFO] [stdout]    |
[INFO] [stdout]  9 | build_endpoint!(PagesPropertiesEndpoint);
[INFO] [stdout]    | ----------------------------------------
[INFO] [stdout]    | |               |
[INFO] [stdout]    | |               field in this struct
[INFO] [stdout]    | in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PagesPropertiesEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `build_endpoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `retrive` is never used
[INFO] [stdout]   --> src/api_endpoint/pages.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl PagesPropertiesEndpoint {
[INFO] [stdout]    | ---------------------------- method in this implementation
[INFO] [stdout] 12 |     pub fn retrive(
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `parent` and `properties` are never read
[INFO] [stdout]   --> src/api_endpoint/pages.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct PagesEndpoint {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 24 |     parent: Arc<BaseClient>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     pub properties: PagesPropertiesEndpoint,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PagesEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `retrive` and `create` are never used
[INFO] [stdout]   --> src/api_endpoint/pages.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl PagesEndpoint {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn retrive(&self, page_id: &str) -> Result<RequestBuilder, reqwest::Error> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub fn create<B>(&self, params: Option<B>) -> Result<RequestBuilder, reqwest::Error>
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with_query` and `with_sort` are never used
[INFO] [stdout]   --> src/api_endpoint/params/search.rs:85:12
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl Params {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn with_query<S>(mut self, query: S) -> Self
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 98 |     pub fn with_sort(mut self, sort: Sort) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ListParams` is never constructed
[INFO] [stdout]  --> src/api_endpoint/users.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ListParams {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `retrive` and `me` are never used
[INFO] [stdout]   --> src/api_endpoint/users.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl UsersEndpoint {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn retrive(&self, user_id: &str) -> Result<RequestBuilder, reqwest::Error> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn me(&self) -> Result<RequestBuilder, reqwest::Error> {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pages` and `blocks` are never read
[INFO] [stdout]   --> src/client.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct NotionClient {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub pages: PagesEndpoint,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 16 |     pub blocks: BlocksEndpoint,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `create` and `update` are never used
[INFO] [stdout]    --> src/client.rs:120:12
[INFO] [stdout]     |
[INFO] [stdout]  56 | impl BaseClient {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn create<B>(&self, path: &str, body: Option<B>) -> Result<RequestBuilder, reqwest::Error>
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 127 |     pub fn update<B>(&self, path: &str, body: Option<B>) -> Result<RequestBuilder, reqwest::Error>
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "84cda26d223ff9951834fe7492b1509f09e7d8338959f5fa1f1612bc4bbf4af6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84cda26d223ff9951834fe7492b1509f09e7d8338959f5fa1f1612bc4bbf4af6", kill_on_drop: false }`
[INFO] [stdout] 84cda26d223ff9951834fe7492b1509f09e7d8338959f5fa1f1612bc4bbf4af6
