[INFO] cloning repository https://github.com/thatliuser/canban [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thatliuser/canban" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthatliuser%2Fcanban", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthatliuser%2Fcanban'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 401e36f9745787d8d88a1ca0163b591f22ad4d62 [INFO] testing thatliuser/canban against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthatliuser%2Fcanban" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thatliuser/canban on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thatliuser/canban [INFO] finished tweaking git repo https://github.com/thatliuser/canban [INFO] tweaked toml for git repo https://github.com/thatliuser/canban written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/thatliuser/canban already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96d1ef2029d7b504a96a82f5fd57a1ea02edc53958958b197ad6a24ce40da226 [INFO] running `Command { std: "docker" "start" "-a" "96d1ef2029d7b504a96a82f5fd57a1ea02edc53958958b197ad6a24ce40da226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96d1ef2029d7b504a96a82f5fd57a1ea02edc53958958b197ad6a24ce40da226", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96d1ef2029d7b504a96a82f5fd57a1ea02edc53958958b197ad6a24ce40da226", kill_on_drop: false }` [INFO] [stdout] 96d1ef2029d7b504a96a82f5fd57a1ea02edc53958958b197ad6a24ce40da226 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45a8f0fea2e03dda3782e21780889f3cf2768f7e27965b50eae1139790e5e822 [INFO] running `Command { std: "docker" "start" "-a" "45a8f0fea2e03dda3782e21780889f3cf2768f7e27965b50eae1139790e5e822", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling once_cell v1.20.1 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling cc v1.1.24 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling unicode-bidi v0.3.17 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling rustls-pki-types v1.9.0 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling reqwest v0.12.8 [INFO] [stderr] Compiling canban v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `IntoUrl` [INFO] [stdout] --> src/notion.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | IntoUrl, Url, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `enrollment_term_id` is never read [INFO] [stdout] --> src/canvas.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Course { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 25 | pub enrollment_term_id: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Course` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `workflow_state` are never read [INFO] [stdout] --> src/canvas.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct Submission { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 30 | pub id: u32, [INFO] [stdout] | ^^ [INFO] [stdout] 31 | pub workflow_state: WorkflowState, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Submission` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `html_url` and `submission` are never read [INFO] [stdout] --> src/canvas.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct Assignment { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 39 | pub html_url: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 40 | pub submission: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Assignment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id`, `name`, `color`, and `description` are never read [INFO] [stdout] --> src/notion.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct PropOption { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 13 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 14 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 15 | pub color: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 16 | pub description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PropOption` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `options` is never read [INFO] [stdout] --> src/notion.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | Select { options: Vec }, [INFO] [stdout] | ------ ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `PropertyTypeInner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `options` is never read [INFO] [stdout] --> src/notion.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | Status { options: Vec }, [INFO] [stdout] | ------ ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `PropertyTypeInner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id`, `name`, and `inner` are never read [INFO] [stdout] --> src/notion.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct PropertyType { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 47 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 48 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 49 | #[serde(flatten)] [INFO] [stdout] 50 | pub inner: PropertyTypeInner, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PropertyType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `properties` is never read [INFO] [stdout] --> src/notion.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub struct Database { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 55 | pub id: String, [INFO] [stdout] 56 | pub properties: HashMap, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Database` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `plain_text` is never read [INFO] [stdout] --> src/notion.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct TitleValue { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 75 | pub plain_text: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TitleValue` 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: fields `id` and `color` are never read [INFO] [stdout] --> src/notion.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct StatusSelectValue { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 93 | #[serde(skip_serializing)] [INFO] [stdout] 94 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 97 | pub color: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `StatusSelectValue` 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: multiple variants are never constructed [INFO] [stdout] --> src/notion.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 157 | pub enum FilterMatch { [INFO] [stdout] | ----------- variants in this enum [INFO] [stdout] 158 | // Most of these are not properly implemented because I'm lazy [INFO] [stdout] 159 | Checkbox {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 160 | Date { equals: NaiveDate }, [INFO] [stdout] | ^^^^ [INFO] [stdout] 161 | Files {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 162 | Formula {}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 163 | MultiSelect {}, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 164 | Number {}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 165 | People {}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 166 | PhoneNumber {}, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 167 | Relation {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 168 | RichText {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 169 | Select { equals: String }, [INFO] [stdout] 170 | Status {}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 171 | Timestamp {}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 172 | ID {}, [INFO] [stdout] | ^^ [INFO] [stdout] 173 | Title { equals: String }, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FilterMatch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `And` and `Or` are never constructed [INFO] [stdout] --> src/notion.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 178 | pub enum FilterJoin { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] 179 | And(Vec), [INFO] [stdout] | ^^^ [INFO] [stdout] 180 | Or(Vec), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `FilterJoin` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Join` is never constructed [INFO] [stdout] --> src/notion.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 185 | pub enum Filter { [INFO] [stdout] | ------ variant in this enum [INFO] [stdout] 186 | Join(FilterJoin), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Filter` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `next_cursor` is never read [INFO] [stdout] --> src/notion.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 245 | struct QueryResponse { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 246 | results: Vec, [INFO] [stdout] 247 | next_cursor: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `QueryResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "45a8f0fea2e03dda3782e21780889f3cf2768f7e27965b50eae1139790e5e822", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45a8f0fea2e03dda3782e21780889f3cf2768f7e27965b50eae1139790e5e822", kill_on_drop: false }` [INFO] [stdout] 45a8f0fea2e03dda3782e21780889f3cf2768f7e27965b50eae1139790e5e822 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b9e275d78e4d6c98a2659c7de6de176e47f30b246113a588a33d0ff7bb4fb16 [INFO] running `Command { std: "docker" "start" "-a" "7b9e275d78e4d6c98a2659c7de6de176e47f30b246113a588a33d0ff7bb4fb16", kill_on_drop: false }` [INFO] [stderr] Compiling canban v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `IntoUrl` [INFO] [stdout] --> src/notion.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | IntoUrl, Url, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `enrollment_term_id` is never read [INFO] [stdout] --> src/canvas.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Course { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 25 | pub enrollment_term_id: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Course` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `workflow_state` are never read [INFO] [stdout] --> src/canvas.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct Submission { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 30 | pub id: u32, [INFO] [stdout] | ^^ [INFO] [stdout] 31 | pub workflow_state: WorkflowState, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Submission` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `html_url` and `submission` are never read [INFO] [stdout] --> src/canvas.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct Assignment { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 39 | pub html_url: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 40 | pub submission: Option, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Assignment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id`, `name`, `color`, and `description` are never read [INFO] [stdout] --> src/notion.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct PropOption { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 13 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 14 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 15 | pub color: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 16 | pub description: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PropOption` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `options` is never read [INFO] [stdout] --> src/notion.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | Select { options: Vec }, [INFO] [stdout] | ------ ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `PropertyTypeInner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `options` is never read [INFO] [stdout] --> src/notion.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | Status { options: Vec }, [INFO] [stdout] | ------ ^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `PropertyTypeInner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id`, `name`, and `inner` are never read [INFO] [stdout] --> src/notion.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct PropertyType { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 47 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 48 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 49 | #[serde(flatten)] [INFO] [stdout] 50 | pub inner: PropertyTypeInner, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PropertyType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `properties` is never read [INFO] [stdout] --> src/notion.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 54 | pub struct Database { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 55 | pub id: String, [INFO] [stdout] 56 | pub properties: HashMap, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Database` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `plain_text` is never read [INFO] [stdout] --> src/notion.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct TitleValue { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 75 | pub plain_text: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TitleValue` 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: fields `id` and `color` are never read [INFO] [stdout] --> src/notion.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct StatusSelectValue { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 93 | #[serde(skip_serializing)] [INFO] [stdout] 94 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 97 | pub color: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `StatusSelectValue` 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: multiple variants are never constructed [INFO] [stdout] --> src/notion.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 157 | pub enum FilterMatch { [INFO] [stdout] | ----------- variants in this enum [INFO] [stdout] 158 | // Most of these are not properly implemented because I'm lazy [INFO] [stdout] 159 | Checkbox {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 160 | Date { equals: NaiveDate }, [INFO] [stdout] | ^^^^ [INFO] [stdout] 161 | Files {}, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 162 | Formula {}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 163 | MultiSelect {}, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 164 | Number {}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 165 | People {}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 166 | PhoneNumber {}, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 167 | Relation {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 168 | RichText {}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 169 | Select { equals: String }, [INFO] [stdout] 170 | Status {}, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 171 | Timestamp {}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 172 | ID {}, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `FilterMatch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Or` is never constructed [INFO] [stdout] --> src/notion.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 178 | pub enum FilterJoin { [INFO] [stdout] | ---------- variant in this enum [INFO] [stdout] 179 | And(Vec), [INFO] [stdout] 180 | Or(Vec), [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `FilterJoin` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `next_cursor` is never read [INFO] [stdout] --> src/notion.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 245 | struct QueryResponse { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 246 | results: Vec, [INFO] [stdout] 247 | next_cursor: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `QueryResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.42s [INFO] running `Command { std: "docker" "inspect" "7b9e275d78e4d6c98a2659c7de6de176e47f30b246113a588a33d0ff7bb4fb16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b9e275d78e4d6c98a2659c7de6de176e47f30b246113a588a33d0ff7bb4fb16", kill_on_drop: false }` [INFO] [stdout] 7b9e275d78e4d6c98a2659c7de6de176e47f30b246113a588a33d0ff7bb4fb16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2bbdd6edb3eedac218862f58d55c8ebe9182b8ae44de8664b7baa43f7c661d3b [INFO] running `Command { std: "docker" "start" "-a" "2bbdd6edb3eedac218862f58d55c8ebe9182b8ae44de8664b7baa43f7c661d3b", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `IntoUrl` [INFO] [stderr] --> src/notion.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | IntoUrl, Url, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `enrollment_term_id` is never read [INFO] [stderr] --> src/canvas.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 20 | pub struct Course { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] ... [INFO] [stderr] 25 | pub enrollment_term_id: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Course` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `id` and `workflow_state` are never read [INFO] [stderr] --> src/canvas.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub struct Submission { [INFO] [stderr] | ---------- fields in this struct [INFO] [stderr] 30 | pub id: u32, [INFO] [stderr] | ^^ [INFO] [stderr] 31 | pub workflow_state: WorkflowState, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Submission` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `html_url` and `submission` are never read [INFO] [stderr] --> src/canvas.rs:39:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub struct Assignment { [INFO] [stderr] | ---------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 39 | pub html_url: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 40 | pub submission: Option, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Assignment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `id`, `name`, `color`, and `description` are never read [INFO] [stderr] --> src/notion.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct PropOption { [INFO] [stderr] | ---------- fields in this struct [INFO] [stderr] 13 | pub id: String, [INFO] [stderr] | ^^ [INFO] [stderr] 14 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 15 | pub color: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 16 | pub description: Option, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `PropOption` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `options` is never read [INFO] [stderr] --> src/notion.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | Select { options: Vec }, [INFO] [stderr] | ------ ^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `PropertyTypeInner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `options` is never read [INFO] [stderr] --> src/notion.rs:40:14 [INFO] [stderr] | [INFO] [stderr] 40 | Status { options: Vec }, [INFO] [stderr] | ------ ^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `PropertyTypeInner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `id`, `name`, and `inner` are never read [INFO] [stderr] --> src/notion.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 46 | pub struct PropertyType { [INFO] [stderr] | ------------ fields in this struct [INFO] [stderr] 47 | pub id: String, [INFO] [stderr] | ^^ [INFO] [stderr] 48 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 49 | #[serde(flatten)] [INFO] [stderr] 50 | pub inner: PropertyTypeInner, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `PropertyType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `properties` is never read [INFO] [stderr] --> src/notion.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 54 | pub struct Database { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] 55 | pub id: String, [INFO] [stderr] 56 | pub properties: HashMap, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Database` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `plain_text` is never read [INFO] [stderr] --> src/notion.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 72 | pub struct TitleValue { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 75 | pub plain_text: String, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `TitleValue` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `id` and `color` are never read [INFO] [stderr] --> src/notion.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct StatusSelectValue { [INFO] [stderr] | ----------------- fields in this struct [INFO] [stderr] 93 | #[serde(skip_serializing)] [INFO] [stderr] 94 | pub id: String, [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 97 | pub color: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `StatusSelectValue` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: multiple variants are never constructed [INFO] [stderr] --> src/notion.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 157 | pub enum FilterMatch { [INFO] [stderr] | ----------- variants in this enum [INFO] [stderr] 158 | // Most of these are not properly implemented because I'm lazy [INFO] [stderr] 159 | Checkbox {}, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 160 | Date { equals: NaiveDate }, [INFO] [stderr] | ^^^^ [INFO] [stderr] 161 | Files {}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 162 | Formula {}, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 163 | MultiSelect {}, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 164 | Number {}, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 165 | People {}, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 166 | PhoneNumber {}, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 167 | Relation {}, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 168 | RichText {}, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 169 | Select { equals: String }, [INFO] [stderr] 170 | Status {}, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 171 | Timestamp {}, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 172 | ID {}, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `FilterMatch` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: variant `Or` is never constructed [INFO] [stderr] --> src/notion.rs:180:5 [INFO] [stderr] | [INFO] [stderr] 178 | pub enum FilterJoin { [INFO] [stderr] | ---------- variant in this enum [INFO] [stderr] 179 | And(Vec), [INFO] [stderr] 180 | Or(Vec), [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `FilterJoin` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `next_cursor` is never read [INFO] [stderr] --> src/notion.rs:247:13 [INFO] [stderr] | [INFO] [stderr] 245 | struct QueryResponse { [INFO] [stderr] | ------------- field in this struct [INFO] [stderr] 246 | results: Vec, [INFO] [stderr] 247 | next_cursor: Option, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `QueryResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `canban` (bin "canban" test) generated 14 warnings (run `cargo fix --bin "canban" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/canban-6b6b0f3e0135098e) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test notion::tests::test_filter_serialize ... ok [INFO] [stdout] test notion::tests::create_page_json ... ok [INFO] [stdout] test notion::tests::query_resp_deser ... ok [INFO] [stdout] test notion::tests::property_ser ... ok [INFO] [stdout] test notion::tests::update_page_json ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2bbdd6edb3eedac218862f58d55c8ebe9182b8ae44de8664b7baa43f7c661d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bbdd6edb3eedac218862f58d55c8ebe9182b8ae44de8664b7baa43f7c661d3b", kill_on_drop: false }` [INFO] [stdout] 2bbdd6edb3eedac218862f58d55c8ebe9182b8ae44de8664b7baa43f7c661d3b