[INFO] cloning repository https://github.com/arlyon/linear-motion [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arlyon/linear-motion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farlyon%2Flinear-motion", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farlyon%2Flinear-motion'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d63ac6f69623d5de2e1a8e58031e35f0eba42343 [INFO] checking arlyon/linear-motion against try#e19b5cc0f024358aaaecf2776a5291fa5a95b623 for pr-147185-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farlyon%2Flinear-motion" "/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/arlyon/linear-motion [INFO] finished tweaking git repo https://github.com/arlyon/linear-motion [INFO] tweaked toml for git repo https://github.com/arlyon/linear-motion written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/arlyon/linear-motion on toolchain e19b5cc0f024358aaaecf2776a5291fa5a95b623 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e19b5cc0f024358aaaecf2776a5291fa5a95b623" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/arlyon/linear-motion 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" "+e19b5cc0f024358aaaecf2776a5291fa5a95b623" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+e19b5cc0f024358aaaecf2776a5291fa5a95b623" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 457b69b06ce491d7e50ed463c3f6d1e126065f818fbd0eb10b8e146e938da529 [INFO] running `Command { std: "docker" "start" "-a" "457b69b06ce491d7e50ed463c3f6d1e126065f818fbd0eb10b8e146e938da529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "457b69b06ce491d7e50ed463c3f6d1e126065f818fbd0eb10b8e146e938da529", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "457b69b06ce491d7e50ed463c3f6d1e126065f818fbd0eb10b8e146e938da529", kill_on_drop: false }` [INFO] [stdout] 457b69b06ce491d7e50ed463c3f6d1e126065f818fbd0eb10b8e146e938da529 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+e19b5cc0f024358aaaecf2776a5291fa5a95b623" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 022c940a4e92516e1eef22c2f060ca0791474c17efe5b8d52be7ce31d43e8eff [INFO] running `Command { std: "docker" "start" "-a" "022c940a4e92516e1eef22c2f060ca0791474c17efe5b8d52be7ce31d43e8eff", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Checking cfg-if v1.0.3 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking bytes v1.10.1 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking slab v0.4.11 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.1 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking indexmap v2.11.0 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling cc v1.2.36 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking signal-hook-registry v1.4.6 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking socket2 v0.6.0 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking writeable v0.6.1 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Checking litemap v0.8.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Checking openssl-probe v0.1.6 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking ipnet v2.11.0 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Checking path-dedot v3.1.1 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling anyhow v1.0.99 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking iri-string v0.7.8 [INFO] [stderr] Checking compare v0.0.6 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Checking interval-heap v0.0.5 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking path-absolutize v3.1.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking anstyle-query v1.1.4 [INFO] [stderr] Checking regex-syntax v0.8.6 [INFO] [stderr] Checking anstyle v1.0.11 [INFO] [stderr] Checking winnow v0.7.13 [INFO] [stderr] Checking xxhash-rust v0.8.15 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Checking varint-rs v2.2.0 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking byteview v0.6.1 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking regex-automata v0.4.10 [INFO] [stderr] Checking anstream v0.6.20 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking crossbeam-skiplist v0.1.3 [INFO] [stderr] Checking ordered-multimap v0.7.3 [INFO] [stderr] Checking hashlink v0.8.4 [INFO] [stderr] Checking quick_cache v0.6.16 [INFO] [stderr] Checking self_cell v1.2.0 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking guardian v1.3.0 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking arraydeque v0.5.1 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking lz4_flex v0.11.3 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Checking double-ended-peekable v0.1.0 [INFO] [stderr] Checking clap_builder v4.5.47 [INFO] [stderr] Checking yaml-rust2 v0.8.1 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking rust-ini v0.20.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.3 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Compiling pest v2.8.1 [INFO] [stderr] Compiling graphql-parser v0.4.1 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Compiling pest_meta v2.8.1 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking retry-policies v0.4.0 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking h2 v0.3.27 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Compiling pest_generator v2.8.1 [INFO] [stderr] Checking dashmap v6.1.0 [INFO] [stderr] Checking bitflags v2.9.4 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Compiling graphql-introspection-query v0.2.0 [INFO] [stderr] Checking tower-http v0.6.6 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Compiling pest_derive v2.8.1 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking raw-cpuid v11.6.0 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Checking hyper v0.14.32 [INFO] [stderr] Checking ron v0.8.1 [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Compiling graphql_client_codegen v0.14.0 [INFO] [stderr] Checking tempfile v3.21.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking spinning_top v0.3.0 [INFO] [stderr] Checking value-log v1.9.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Checking lsm-tree v2.10.3 [INFO] [stderr] Checking half v1.8.3 [INFO] [stderr] Checking hyper-util v0.1.16 [INFO] [stderr] Checking quanta v0.12.6 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking no-std-compat v0.4.1 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking std-semaphore v0.1.0 [INFO] [stderr] Checking nu-ansi-term v0.50.1 [INFO] [stderr] Checking nonzero_ext v0.3.0 [INFO] [stderr] Checking governor v0.6.3 [INFO] [stderr] Checking tracing-subscriber v0.3.20 [INFO] [stderr] Checking config v0.14.1 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking serde_cbor v0.11.2 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking clap v4.5.47 [INFO] [stderr] Checking uuid v1.18.1 [INFO] [stderr] Checking serde_path_to_error v0.1.17 [INFO] [stderr] Checking reqwest v0.11.27 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking reqwest v0.12.23 [INFO] [stderr] Checking fjall v2.11.2 [INFO] [stderr] Checking directories v6.0.0 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking tokio-test v0.4.4 [INFO] [stderr] Checking reqwest-middleware v0.4.2 [INFO] [stderr] Compiling graphql_query_derive v0.14.0 [INFO] [stderr] Checking reqwest-retry v0.7.0 [INFO] [stderr] Checking graphql_client v0.14.0 [INFO] [stderr] Checking linear-motion v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/clients/linear.rs:10:29 [INFO] [stdout] | [INFO] [stdout] 10 | use tracing::{debug, error, info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/db/mapping.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | use tracing::{debug, info}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `warn` [INFO] [stdout] --> src/sync/orchestrator.rs:10:35 [INFO] [stdout] | [INFO] [stdout] 10 | use tracing::{debug, error, info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/clients/linear.rs:10:29 [INFO] [stdout] | [INFO] [stdout] 10 | use tracing::{debug, error, info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> src/db/mapping.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | use tracing::{debug, info}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `warn` [INFO] [stdout] --> src/sync/orchestrator.rs:10:35 [INFO] [stdout] | [INFO] [stdout] 10 | use tracing::{debug, error, info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `task` [INFO] [stdout] --> src/clients/motion.rs:690:13 [INFO] [stdout] | [INFO] [stdout] 690 | let task: MotionTask = serde_path_to_error::deserialize(jd).unwrap(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_task` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `api_key` is never read [INFO] [stdout] --> src/clients/linear.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct LinearClient { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 14 | client: Client, [INFO] [stdout] 15 | api_key: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LinearClient` 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] [INFO] [stdout] [INFO] [stdout] warning: fields `locations` and `path` are never read [INFO] [stdout] --> src/clients/linear.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 87 | struct GraphQLError { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 88 | message: String, [INFO] [stdout] 89 | locations: Option>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 90 | path: Option>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphQLError` 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 `line` and `column` are never read [INFO] [stdout] --> src/clients/linear.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 94 | struct GraphQLLocation { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 95 | line: u32, [INFO] [stdout] | ^^^^ [INFO] [stdout] 96 | column: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphQLLocation` 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 `api_key` is never read [INFO] [stdout] --> src/clients/motion.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 75 | pub struct MotionClient { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 76 | client: ClientWithMiddleware, [INFO] [stdout] 77 | api_key: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MotionClient` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MotionResponse` is never constructed [INFO] [stdout] --> src/clients/motion.rs:210:8 [INFO] [stdout] | [INFO] [stdout] 210 | struct MotionResponse { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `next_cursor` and `page_size` are never read [INFO] [stdout] --> src/clients/motion.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 217 | struct MotionMeta { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 218 | #[serde(rename = "nextCursor")] [INFO] [stdout] 219 | next_cursor: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 220 | #[serde(rename = "pageSize")] [INFO] [stdout] 221 | page_size: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MotionMeta` 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 `meta` is never read [INFO] [stdout] --> src/clients/motion.rs:227:5 [INFO] [stdout] | [INFO] [stdout] 225 | struct TaskListResponse { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 226 | tasks: Vec, [INFO] [stdout] 227 | meta: MotionMeta, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TaskListResponse` 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 `meta` is never read [INFO] [stdout] --> src/clients/motion.rs:233:5 [INFO] [stdout] | [INFO] [stdout] 231 | struct WorkspaceListResponse { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] 232 | workspaces: Vec, [INFO] [stdout] 233 | meta: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `WorkspaceListResponse` 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 `meta` is never read [INFO] [stdout] --> src/clients/motion.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 237 | struct LabelListResponse { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 238 | labels: Vec, [INFO] [stdout] 239 | meta: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LabelListResponse` 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 `api_key` is never read [INFO] [stdout] --> src/clients/linear.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct LinearClient { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 14 | client: Client, [INFO] [stdout] 15 | api_key: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LinearClient` 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] [INFO] [stdout] [INFO] [stdout] warning: fields `locations` and `path` are never read [INFO] [stdout] --> src/clients/linear.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 87 | struct GraphQLError { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 88 | message: String, [INFO] [stdout] 89 | locations: Option>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 90 | path: Option>, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphQLError` 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 `line` and `column` are never read [INFO] [stdout] --> src/clients/linear.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 94 | struct GraphQLLocation { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 95 | line: u32, [INFO] [stdout] | ^^^^ [INFO] [stdout] 96 | column: u32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GraphQLLocation` 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 `api_key` is never read [INFO] [stdout] --> src/clients/motion.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 75 | pub struct MotionClient { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 76 | client: ClientWithMiddleware, [INFO] [stdout] 77 | api_key: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MotionClient` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MotionResponse` is never constructed [INFO] [stdout] --> src/clients/motion.rs:210:8 [INFO] [stdout] | [INFO] [stdout] 210 | struct MotionResponse { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `next_cursor` and `page_size` are never read [INFO] [stdout] --> src/clients/motion.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 217 | struct MotionMeta { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] 218 | #[serde(rename = "nextCursor")] [INFO] [stdout] 219 | next_cursor: Option, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 220 | #[serde(rename = "pageSize")] [INFO] [stdout] 221 | page_size: Option, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `MotionMeta` 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 `meta` is never read [INFO] [stdout] --> src/clients/motion.rs:227:5 [INFO] [stdout] | [INFO] [stdout] 225 | struct TaskListResponse { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 226 | tasks: Vec, [INFO] [stdout] 227 | meta: MotionMeta, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TaskListResponse` 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 `meta` is never read [INFO] [stdout] --> src/clients/motion.rs:233:5 [INFO] [stdout] | [INFO] [stdout] 231 | struct WorkspaceListResponse { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] 232 | workspaces: Vec, [INFO] [stdout] 233 | meta: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `WorkspaceListResponse` 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 `meta` is never read [INFO] [stdout] --> src/clients/motion.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 237 | struct LabelListResponse { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 238 | labels: Vec, [INFO] [stdout] 239 | meta: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LabelListResponse` 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 2m 34s [INFO] running `Command { std: "docker" "inspect" "022c940a4e92516e1eef22c2f060ca0791474c17efe5b8d52be7ce31d43e8eff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "022c940a4e92516e1eef22c2f060ca0791474c17efe5b8d52be7ce31d43e8eff", kill_on_drop: false }` [INFO] [stdout] 022c940a4e92516e1eef22c2f060ca0791474c17efe5b8d52be7ce31d43e8eff