[INFO] cloning repository https://github.com/dignifiedquire/dreamer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dignifiedquire/dreamer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdignifiedquire%2Fdreamer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdignifiedquire%2Fdreamer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 90d4169f4093aa5519742d33a9517899356cd3fb [INFO] checking dignifiedquire/dreamer against try#a0cd57eba5d417638d3351ba13fc414ad1a24bec for pr-134688 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdignifiedquire%2Fdreamer" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dignifiedquire/dreamer on toolchain a0cd57eba5d417638d3351ba13fc414ad1a24bec [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a0cd57eba5d417638d3351ba13fc414ad1a24bec" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain [INFO] started tweaking git repo https://github.com/dignifiedquire/dreamer [INFO] finished tweaking git repo https://github.com/dignifiedquire/dreamer [INFO] tweaked toml for git repo https://github.com/dignifiedquire/dreamer written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dignifiedquire/dreamer 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" "+a0cd57eba5d417638d3351ba13fc414ad1a24bec" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+a0cd57eba5d417638d3351ba13fc414ad1a24bec" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc01a2afe431b420a7b1fbdeb002d9af51b7f8ff7bc70e644359eda2d436fc90 [INFO] running `Command { std: "docker" "start" "-a" "cc01a2afe431b420a7b1fbdeb002d9af51b7f8ff7bc70e644359eda2d436fc90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc01a2afe431b420a7b1fbdeb002d9af51b7f8ff7bc70e644359eda2d436fc90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc01a2afe431b420a7b1fbdeb002d9af51b7f8ff7bc70e644359eda2d436fc90", kill_on_drop: false }` [INFO] [stdout] cc01a2afe431b420a7b1fbdeb002d9af51b7f8ff7bc70e644359eda2d436fc90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+a0cd57eba5d417638d3351ba13fc414ad1a24bec" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb3484db545b6660a8fbbcf08cdbba3bd4da00dbf7158febce75b160fd16543a [INFO] running `Command { std: "docker" "start" "-a" "eb3484db545b6660a8fbbcf08cdbba3bd4da00dbf7158febce75b160fd16543a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.82 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.201 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling cc v1.0.97 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling thiserror v1.0.60 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking zerocopy v0.7.34 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking libloading v0.8.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Compiling syn v2.0.61 [INFO] [stderr] Compiling wayland-sys v0.31.1 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking event-listener v5.3.0 [INFO] [stderr] Compiling openssl-src v300.1.6+3.1.4 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Compiling wayland-backend v0.3.3 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.2 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Checking event-listener v4.0.3 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Checking async-channel v2.2.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Checking waker-fn v1.1.1 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking event-listener-strategy v0.4.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling wayland-scanner v0.31.1 [INFO] [stderr] Checking ttf-parser v0.20.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Checking async-lock v3.3.0 [INFO] [stderr] Checking piper v0.2.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Checking async-lock v2.8.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling async-fs v1.6.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking blocking v1.6.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling xml-rs v0.8.20 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking owned_ttf_parser v0.20.0 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking ab_glyph v0.2.25 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking flate2 v1.0.30 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Compiling zvariant_utils v1.0.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking async-executor v1.11.0 [INFO] [stderr] Checking ff v0.13.0 [INFO] [stderr] Checking xdg-home v1.1.0 [INFO] [stderr] Checking async-broadcast v0.5.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Compiling smithay-client-toolkit v0.18.1 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking cursor-icon v1.1.0 [INFO] [stderr] Checking xkeysym v0.2.0 [INFO] [stderr] Checking xcursor v0.3.5 [INFO] [stderr] Checking http v1.1.0 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Checking memmap2 v0.9.4 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Checking gimli v0.28.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking object v0.32.2 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Compiling platforms v3.4.0 [INFO] [stderr] Checking as-raw-xcb-connection v1.0.1 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking x11rb-protocol v0.13.1 [INFO] [stderr] Compiling anyhow v1.0.83 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling zvariant_derive v3.15.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling der_derive v0.6.1 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Compiling serde_derive v1.0.201 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.60 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling bytemuck_derive v1.6.0 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Checking zeroize v1.7.0 [INFO] [stderr] Checking tokio v1.37.0 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking der v0.7.9 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling enumflags2_derive v0.7.9 [INFO] [stderr] Checking bytemuck v1.15.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Compiling zbus_macros v3.15.2 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling async-recursion v1.1.1 [INFO] [stderr] Compiling enumn v0.1.13 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking addr2line v0.21.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Checking spki v0.7.3 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking der v0.6.1 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Checking pkcs8 v0.10.2 [INFO] [stderr] Compiling displaydoc v0.2.4 [INFO] [stderr] Compiling asn1-rs-derive v0.4.0 [INFO] [stderr] Compiling asn1-rs-impl v0.1.0 [INFO] [stderr] Compiling curve25519-dalek v4.1.2 [INFO] [stderr] Checking sec1 v0.7.3 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking flume v0.11.0 [INFO] [stderr] Compiling num-bigint v0.4.5 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking http-body v1.0.0 [INFO] [stderr] Checking rusticata-macros v4.1.0 [INFO] [stderr] Compiling winit v0.29.15 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Checking weezl v0.1.8 [INFO] [stderr] Checking data-encoding v2.6.0 [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Checking raw-window-handle v0.5.2 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking spki v0.6.0 [INFO] [stderr] Checking rustls-native-certs v0.6.3 [INFO] [stderr] Checking asn1-rs v0.5.2 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking elliptic-curve v0.13.8 [INFO] [stderr] Checking charset v0.1.3 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling glutin_egl_sys v0.6.0 [INFO] [stderr] Compiling glutin_glx_sys v0.5.0 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Compiling libsqlite3-sys v0.28.0 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Compiling blake3 v1.5.1 [INFO] [stderr] Checking ecdsa v0.16.9 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Checking match_cfg v0.1.0 [INFO] [stderr] Compiling oid-registry v0.6.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Checking signature v1.6.4 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking either v1.11.0 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking smol_str v0.2.1 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking raw-window-handle v0.6.1 [INFO] [stderr] Checking png v0.17.13 [INFO] [stderr] Checking gif v0.13.1 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking sha2 v0.9.9 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking tokio-util v0.7.11 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tokio-stream v0.1.15 [INFO] [stderr] Checking primeorder v0.13.6 [INFO] [stderr] Compiling enum-ordinalize v3.1.15 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Checking pkcs8 v0.9.0 [INFO] [stderr] Checking curve25519-dalek v3.2.0 [INFO] [stderr] Checking quinn-udp v0.4.1 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling educe v0.4.23 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling const_format_proc_macros v0.2.32 [INFO] [stderr] Compiling glutin v0.31.3 [INFO] [stderr] Checking pem-rfc7468 v0.6.0 [INFO] [stderr] Checking quinn-proto v0.10.6 [INFO] [stderr] Compiling email v0.0.20 (https://github.com/deltachat/rust-email?branch=master#5179cd68) [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling rustversion v1.0.16 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Checking ascii_utils v0.9.3 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking alloc-no-stdlib v2.0.4 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking async-once-cell v0.5.3 [INFO] [stderr] Checking base16ct v0.1.1 [INFO] [stderr] Checking constant_time_eq v0.3.0 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Compiling crc24 v0.1.6 [INFO] [stderr] Checking sec1 v0.3.0 [INFO] [stderr] Checking encoded-words v0.2.0 (https://github.com/async-email/encoded-words?branch=master#d55366b3) [INFO] [stderr] Checking const_format v0.2.32 [INFO] [stderr] Checking alloc-stdlib v0.2.2 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Checking fast_chemail v0.9.6 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking der-parser v8.2.0 [INFO] [stderr] Checking ssh-encoding v0.1.0 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Compiling mime_guess2 v2.0.5 [INFO] [stderr] Compiling enum-as-inner v0.6.0 [INFO] [stderr] Checking http-body-util v0.1.1 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking pkcs1 v0.7.5 [INFO] [stderr] Checking ed25519 v2.2.3 [INFO] [stderr] Compiling postcard-derive v0.1.1 [INFO] [stderr] Checking yasna v0.5.2 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Checking pem v1.1.1 [INFO] [stderr] Compiling glutin-winit v0.4.2 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Checking winnow v0.6.8 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking enumflags2 v0.7.9 [INFO] [stderr] Checking accesskit v0.12.3 [INFO] [stderr] Checking ecolor v0.27.2 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking emath v0.27.2 [INFO] [stderr] Checking serde_bytes v0.11.14 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking zvariant v3.15.2 [INFO] [stderr] Checking ed25519 v1.5.3 [INFO] [stderr] Checking ron v0.8.1 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking epaint v0.27.2 [INFO] [stderr] Checking ed25519-dalek v1.0.1 [INFO] [stderr] Checking tokio-serde v0.8.0 [INFO] [stderr] Compiling num_enum_derive v0.7.2 [INFO] [stderr] Checking serde_spanned v0.6.5 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking base64 v0.11.0 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking quinn v0.10.2 [INFO] [stderr] Checking zune-core v0.4.12 [INFO] [stderr] Checking rustls-pki-types v1.7.0 [INFO] [stderr] Checking accesskit_consumer v0.16.1 [INFO] [stderr] Checking hashlink v0.9.0 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking embedded-io v0.4.0 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking postcard v1.0.8 [INFO] [stderr] Checking parking_lot_core v0.7.3 [INFO] [stderr] Checking rustls-pemfile v2.1.2 [INFO] [stderr] Checking resolv-conf v0.7.0 [INFO] [stderr] Checking exr v1.72.0 [INFO] [stderr] Checking dsa v0.6.3 [INFO] [stderr] Checking rsa v0.9.6 [INFO] [stderr] Checking zune-jpeg v0.4.11 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Checking image-webp v0.1.2 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking webbrowser v0.8.15 [INFO] [stderr] Checking ssh-key v0.5.1 [INFO] [stderr] Checking zbus_names v2.6.1 [INFO] [stderr] Checking num_enum v0.7.2 [INFO] [stderr] Checking quic-rpc v0.6.3 [INFO] [stderr] Checking lru-cache v0.1.2 [INFO] [stderr] Checking h2 v0.4.4 [INFO] [stderr] Checking toml_edit v0.22.12 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking uuid v1.8.0 [INFO] [stderr] Checking zbus v3.15.2 [INFO] [stderr] Checking serde-error v0.1.2 [INFO] [stderr] Checking hickory-proto v0.24.1 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking stop-token v0.7.0 [INFO] [stderr] Checking rcgen v0.10.0 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking x509-parser v0.14.0 [INFO] [stderr] Checking ed25519-dalek v2.1.1 [INFO] [stderr] Checking derive_builder v0.12.0 [INFO] [stderr] Checking lettre v0.9.2 (https://github.com/deltachat/lettre?branch=master#2ffdb534) [INFO] [stderr] Checking brotli-decompressor v4.0.0 [INFO] [stderr] Checking abao v0.2.0 [INFO] [stderr] Checking x25519-dalek v2.0.1 [INFO] [stderr] Checking p384 v0.13.0 [INFO] [stderr] Checking p256 v0.13.2 [INFO] [stderr] Checking async-compression v0.3.15 [INFO] [stderr] Checking k256 v0.13.3 [INFO] [stderr] Checking egui v0.27.2 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking twofish v0.7.1 [INFO] [stderr] Checking blowfish v0.9.1 [INFO] [stderr] Checking cast5 v0.11.1 [INFO] [stderr] Checking idea v0.5.1 [INFO] [stderr] Checking cfb-mode v0.8.2 [INFO] [stderr] Checking des v0.8.1 [INFO] [stderr] Checking camellia v0.1.0 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking ripemd v0.1.3 [INFO] [stderr] Checking md-5 v0.10.6 [INFO] [stderr] Checking block-padding v0.3.3 [INFO] [stderr] Compiling enum-map-derive v0.17.0 [INFO] [stderr] Checking imap-proto v0.16.5 [INFO] [stderr] Checking filetime v0.2.23 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking default-net v0.14.1 [INFO] [stderr] Checking bstr v1.9.1 [INFO] [stderr] Checking buffer-redux v1.0.1 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking self_cell v1.0.4 [INFO] [stderr] Checking quoted_printable v0.5.0 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Checking bitfield v0.14.0 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Checking entities v1.0.1 [INFO] [stderr] Checking mutate_once v0.1.1 [INFO] [stderr] Checking web-time v0.2.4 [INFO] [stderr] Checking iter-read v1.0.1 [INFO] [stderr] Checking unicode-width v0.1.12 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking glow v0.13.1 [INFO] [stderr] Checking escaper v0.1.1 [INFO] [stderr] Checking kamadak-exif v0.5.5 [INFO] [stderr] Checking textwrap v0.16.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking mailparse v0.15.0 [INFO] [stderr] Checking enum-map v2.7.3 [INFO] [stderr] Checking hickory-resolver v0.24.1 [INFO] [stderr] Checking brotli v5.0.0 [INFO] [stderr] Checking lettre_email v0.9.2 (https://github.com/deltachat/lettre?branch=master#2ffdb534) [INFO] [stderr] Checking pgp v0.11.0 [INFO] [stderr] Checking image v0.24.9 [INFO] [stderr] Compiling document-features v0.2.8 [INFO] [stderr] Compiling strum_macros v0.26.2 [INFO] [stderr] Checking async_zip v0.0.12 [INFO] [stderr] Checking async-imap v0.9.7 [INFO] [stderr] Checking toml v0.8.12 [INFO] [stderr] Checking polling v3.7.0 [INFO] [stderr] Checking x11rb v0.13.1 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking fd-lock v4.0.2 [INFO] [stderr] Checking iroh v0.4.2 [INFO] [stderr] Checking image v0.25.1 [INFO] [stderr] Checking tokio-tar v0.3.1 [INFO] [stderr] Checking calloop v0.12.4 [INFO] [stderr] Checking fast-socks5 v0.9.6 [INFO] [stderr] Checking tokio-io-timeout v1.2.0 [INFO] [stderr] Checking async-smtp v0.9.1 [INFO] [stderr] Checking sha-1 v0.10.1 [INFO] [stderr] Checking sanitize-filename v0.5.0 [INFO] [stderr] Checking wayland-client v0.31.2 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking hyper v1.3.1 [INFO] [stderr] Compiling deltachat_derive v2.0.0 (http://github.com/deltachat/deltachat-core-rust?branch=main#8a4dff22) [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking async-broadcast v0.7.0 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking crossbeam-channel v0.5.12 [INFO] [stderr] Checking atspi-common v0.3.0 [INFO] [stderr] Checking qrcodegen v1.8.0 [INFO] [stderr] Checking rust-hsluv v0.1.4 [INFO] [stderr] Checking tagger v4.3.5 [INFO] [stderr] Checking hyper-util v0.1.3 [INFO] [stderr] Checking strum v0.26.2 [INFO] [stderr] Checking deltachat-time v1.0.0 (http://github.com/deltachat/deltachat-core-rust?branch=main#8a4dff22) [INFO] [stderr] Checking format-flowed v1.0.0 (http://github.com/deltachat/deltachat-core-rust?branch=main#8a4dff22) [INFO] [stderr] Checking ratelimit v1.0.0 (http://github.com/deltachat/deltachat-core-rust?branch=main#8a4dff22) [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking broadcaster v1.0.0 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Checking glob v0.3.1 [INFO] [stderr] Checking wayland-protocols v0.31.2 [INFO] [stderr] Checking calloop-wayland-source v0.2.0 [INFO] [stderr] Checking wayland-cursor v0.31.1 [INFO] [stderr] Checking arboard v3.4.0 [INFO] [stderr] Checking egui_glow v0.27.2 [INFO] [stderr] Checking egui_extras v0.27.2 [INFO] [stderr] Checking atspi-proxies v0.3.0 [INFO] [stderr] Checking wayland-protocols-wlr v0.2.0 [INFO] [stderr] Checking wayland-protocols-plasma v0.2.0 [INFO] [stderr] Checking atspi-connection v0.3.0 [INFO] [stderr] Checking atspi v0.19.0 [INFO] [stderr] Checking accesskit_unix v0.6.2 [INFO] [stderr] Checking sctk-adwaita v0.8.1 [INFO] [stderr] Checking smithay-clipboard v0.7.1 [INFO] [stderr] Checking accesskit_winit v0.16.1 [INFO] [stderr] Checking egui-winit v0.27.2 [INFO] [stderr] Checking eframe v0.27.2 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking async-native-tls v0.5.0 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking reqwest v0.12.4 [INFO] [stderr] Checking rusqlite v0.31.0 [INFO] [stderr] Checking deltachat-contact-tools v0.0.0 (http://github.com/deltachat/deltachat-core-rust?branch=main#8a4dff22) [INFO] [stderr] Checking deltachat v1.137.4 (http://github.com/deltachat/deltachat-core-rust?branch=main#8a4dff22) [INFO] [stderr] Checking dreamer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead [INFO] [stdout] --> src/dc/account.rs:323:32 [INFO] [stdout] | [INFO] [stdout] 323 | let naive = NaiveDateTime::from_timestamp_opt(ts, 0)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead [INFO] [stdout] --> src/dc/account.rs:324:20 [INFO] [stdout] | [INFO] [stdout] 324 | Some(DateTime::from_utc(naive, Utc)) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead [INFO] [stdout] --> src/dc/account.rs:323:32 [INFO] [stdout] | [INFO] [stdout] 323 | let naive = NaiveDateTime::from_timestamp_opt(ts, 0)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead [INFO] [stdout] --> src/dc/account.rs:324:20 [INFO] [stdout] | [INFO] [stdout] 324 | Some(DateTime::from_utc(naive, Utc)) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/dc/account.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 51 | impl Account { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 64 | pub async fn logged_in(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | pub async fn import(&self, context: &Context, path: &Path) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | pub async fn login(&self, context: &Context, email: &str, password: &str) -> Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | pub async fn configure(&self, context: &Context) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 196 | pub async fn pin_chat(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | pub async fn unpin_chat(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 216 | pub async fn archive_chat(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 226 | pub async fn unarchive_chat(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | pub async fn send_file_message( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 304 | pub async fn accept_contact_request(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | pub async fn block_contact(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/dc/state.rs:201:18 [INFO] [stdout] | [INFO] [stdout] 34 | impl LocalState { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 201 | pub async fn add_account(&self) -> Result<(u32, Context)> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | pub async fn login(&self, id: u32, ctx: &Context, email: &str, password: &str) -> Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 232 | pub async fn send_account_details( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | pub async fn import(&self, ctx: &Context, id: u32, path: &Path) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 313 | pub async fn pin_chat(&self, account_id: u32, chat_id: u32) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 333 | pub async fn unpin_chat(&self, account_id: u32, chat_id: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 353 | pub async fn archive_chat(&self, account_id: u32, chat_id: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 373 | pub async fn unarchive_chat(&self, account_id: u32, chat_id: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 393 | pub async fn accept_contact_request(&self, account_id: u32, chat_id: u32) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 406 | pub async fn block_contact(&self, account_id: u32, chat_id: u32) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | pub async fn send_file_message( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | pub async fn maybe_network(&self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Message` is never used [INFO] [stdout] --> src/dc/types.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Message {} [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Response` is never used [INFO] [stdout] --> src/dc/types.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum Response { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Response` 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 `State` is never constructed [INFO] [stdout] --> src/dc/types.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 91 | pub struct State { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `State` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Request` is never used [INFO] [stdout] --> src/dc/types.rs:196:10 [INFO] [stdout] | [INFO] [stdout] 196 | pub enum Request { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Request` 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 `margin` is never read [INFO] [stdout] --> src/widgets/avatar.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct Avatar { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | margin: Margin, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `margin` is never used [INFO] [stdout] --> src/widgets/avatar.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl Avatar { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn margin(mut self, margin: Margin) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dc/types.rs:255:45 [INFO] [stdout] | [INFO] [stdout] 255 | #[derive(Debug, Clone, Copy, PartialEq, Eq, FromPrimitive, ToPrimitive)] [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Viewtype` [INFO] [stdout] 256 | #[repr(i32)] [INFO] [stdout] 257 | pub enum Viewtype { [INFO] [stdout] | -------- `Viewtype` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dc/types.rs:255:60 [INFO] [stdout] | [INFO] [stdout] 255 | #[derive(Debug, Clone, Copy, PartialEq, Eq, FromPrimitive, ToPrimitive)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `ToPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Viewtype` [INFO] [stdout] 256 | #[repr(i32)] [INFO] [stdout] 257 | pub enum Viewtype { [INFO] [stdout] | -------- `Viewtype` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/dc/account.rs:64:18 [INFO] [stdout] | [INFO] [stdout] 51 | impl Account { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 64 | pub async fn logged_in(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 68 | pub async fn import(&self, context: &Context, path: &Path) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 92 | pub async fn login(&self, context: &Context, email: &str, password: &str) -> Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | pub async fn configure(&self, context: &Context) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 196 | pub async fn pin_chat(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | pub async fn unpin_chat(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 216 | pub async fn archive_chat(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 226 | pub async fn unarchive_chat(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 279 | pub async fn send_file_message( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 304 | pub async fn accept_contact_request(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 309 | pub async fn block_contact(&self, context: &Context, chat_id: ChatId) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/dc/state.rs:201:18 [INFO] [stdout] | [INFO] [stdout] 34 | impl LocalState { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 201 | pub async fn add_account(&self) -> Result<(u32, Context)> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | pub async fn login(&self, id: u32, ctx: &Context, email: &str, password: &str) -> Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 232 | pub async fn send_account_details( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | pub async fn import(&self, ctx: &Context, id: u32, path: &Path) -> Result<()> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 313 | pub async fn pin_chat(&self, account_id: u32, chat_id: u32) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 333 | pub async fn unpin_chat(&self, account_id: u32, chat_id: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 353 | pub async fn archive_chat(&self, account_id: u32, chat_id: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 373 | pub async fn unarchive_chat(&self, account_id: u32, chat_id: u32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 393 | pub async fn accept_contact_request(&self, account_id: u32, chat_id: u32) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 406 | pub async fn block_contact(&self, account_id: u32, chat_id: u32) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 482 | pub async fn send_file_message( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | pub async fn maybe_network(&self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Message` is never used [INFO] [stdout] --> src/dc/types.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Message {} [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Response` is never used [INFO] [stdout] --> src/dc/types.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum Response { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Response` 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 `State` is never constructed [INFO] [stdout] --> src/dc/types.rs:91:12 [INFO] [stdout] | [INFO] [stdout] 91 | pub struct State { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `State` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Request` is never used [INFO] [stdout] --> src/dc/types.rs:196:10 [INFO] [stdout] | [INFO] [stdout] 196 | pub enum Request { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Request` 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 `margin` is never read [INFO] [stdout] --> src/widgets/avatar.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct Avatar { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | margin: Margin, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `margin` is never used [INFO] [stdout] --> src/widgets/avatar.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl Avatar { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn margin(mut self, margin: Margin) -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dc/types.rs:255:45 [INFO] [stdout] | [INFO] [stdout] 255 | #[derive(Debug, Clone, Copy, PartialEq, Eq, FromPrimitive, ToPrimitive)] [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | `FromPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Viewtype` [INFO] [stdout] 256 | #[repr(i32)] [INFO] [stdout] 257 | pub enum Viewtype { [INFO] [stdout] | -------- `Viewtype` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/dc/types.rs:255:60 [INFO] [stdout] | [INFO] [stdout] 255 | #[derive(Debug, Clone, Copy, PartialEq, Eq, FromPrimitive, ToPrimitive)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `ToPrimitive` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Viewtype` [INFO] [stdout] 256 | #[repr(i32)] [INFO] [stdout] 257 | pub enum Viewtype { [INFO] [stdout] | -------- `Viewtype` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `ToPrimitive` (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 3m 21s [INFO] running `Command { std: "docker" "inspect" "eb3484db545b6660a8fbbcf08cdbba3bd4da00dbf7158febce75b160fd16543a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb3484db545b6660a8fbbcf08cdbba3bd4da00dbf7158febce75b160fd16543a", kill_on_drop: false }` [INFO] [stdout] eb3484db545b6660a8fbbcf08cdbba3bd4da00dbf7158febce75b160fd16543a