Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vladislav@vladislav:~$ cargo +nightly build -j -1 -vv --release --no-default-features --bin harbour-whisperfish --features sailfish --manifest-path /home/vladislav/projects/whisperfish/rpm/../Cargo.toml --target=armv7-unknown-linux-gnueabihf -Z build-std=panic_abort,std > sailfish_dbus.txt
- warning: /home/vladislav/projects/whisperfish/fetch-signal-attachment/Cargo.toml: the cargo feature `strip` has been stabilized in the 1.58 release and is no longer necessary to be listed in the manifest
- See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature.
- warning: /home/vladislav/projects/whisperfish/whisperfish/Cargo.toml: the cargo feature `strip` has been stabilized in the 1.58 release and is no longer necessary to be listed in the manifest
- See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature.
- warning: /home/vladislav/projects/whisperfish/harbour-whisperfish/Cargo.toml: the cargo feature `strip` has been stabilized in the 1.58 release and is no longer necessary to be listed in the manifest
- See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature.
- warning: /home/vladislav/projects/whisperfish/whisperfish-migration-dry-run/Cargo.toml: the cargo feature `strip` has been stabilized in the 1.58 release and is no longer necessary to be listed in the manifest
- See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature.
- warning: /home/vladislav/projects/whisperfish/create-store/Cargo.toml: the cargo feature `strip` has been stabilized in the 1.58 release and is no longer necessary to be listed in the manifest
- See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature.
- Fresh core v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
- Fresh unicode-xid v0.2.4
- Fresh rustc-std-workspace-core v1.99.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
- Fresh version_check v0.9.4
- Fresh autocfg v1.1.0
- Fresh compiler_builtins v0.1.91
- Fresh alloc v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
- Fresh rustc-demangle v0.1.21
- Fresh rustc-std-workspace-alloc v1.99.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-alloc)
- Fresh unwind v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
- Fresh panic_abort v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
- Fresh syn v1.0.80
- Fresh gimli v0.26.2
- Fresh object v0.29.0
- Fresh std_detect v0.1.5 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/stdarch/crates/std_detect)
- Fresh miniz_oxide v0.5.3
- Fresh panic_unwind v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
- Fresh hashbrown v0.12.3
- warning: `extern crate` is not idiomatic in the new edition
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs:46:1
- |
- 46 | extern crate alloc;
- | ^^^^^^^^^^^^^^^^^^^
- |
- note: the lint level is defined here
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs:39:9
- |
- 39 | #![warn(rust_2018_idioms)]
- | ^^^^^^^^^^^^^^^^
- = note: `#[warn(unused_extern_crates)]` implied by `#[warn(rust_2018_idioms)]`
- help: convert it to a `use`
- |
- 46 | use alloc;
- | ~~~
- warning: the feature `nonnull_slice_from_raw_parts` has been stable since 1.70.0-nightly and no longer requires an attribute to enable
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs:23:9
- |
- 23 | nonnull_slice_from_raw_parts,
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: `#[warn(stable_features)]` on by default
- Fresh serde_derive v1.0.136
- warning: `hashbrown` (lib) generated 2 warnings
- Fresh addr2line v0.17.0
- Fresh std v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
- Fresh cpp_common v0.5.7
- Fresh thiserror-impl v1.0.37
- Fresh which v4.3.0
- Fresh proc_macro v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/proc_macro)
- Fresh libc v0.2.140
- Fresh cfg-if v1.0.0
- Fresh typenum v1.15.0
- Fresh memchr v2.5.0
- Fresh subtle v2.4.1
- warning: `#[inline]` is ignored on function prototypes
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.4.1/src/lib.rs:260:5
- |
- 260 | #[inline]
- | ^^^^^^^^^
- |
- = note: `#[warn(unused_attributes)]` on by default
- warning: `#[inline]` is ignored on function prototypes
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.4.1/src/lib.rs:383:5
- |
- 383 | #[inline]
- | ^^^^^^^^^
- warning: `#[inline]` is ignored on function prototypes
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.4.1/src/lib.rs:533:5
- |
- 533 | #[inline]
- | ^^^^^^^^^
- Fresh pin-project-lite v0.2.9
- Fresh serde v1.0.136
- Fresh bytes v1.3.0
- Fresh futures-core v0.3.25
- Fresh smallvec v1.10.0
- warning: `subtle` (lib) generated 3 warnings
- Fresh generic-array v0.14.6
- Fresh futures-sink v0.3.25
- Fresh scopeguard v1.1.0
- Fresh parking_lot_core v0.9.4
- warning: unused return value of `Box::<T>::from_raw` that must be used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/src/parking_lot.rs:251:17
- |
- 251 | Box::from_raw(new_table);
- | ^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
- = note: `#[warn(unused_must_use)]` on by default
- help: use `let _ = ...` to ignore the resulting value
- |
- 251 | let _ = Box::from_raw(new_table);
- | +++++++
- Fresh socket2 v0.4.7
- Fresh signal-hook-registry v1.4.0
- warning: `parking_lot_core` (lib) generated 1 warning
- Fresh lock_api v0.4.9
- Fresh mio v0.8.5
- Fresh bitflags v1.3.2
- Fresh futures-task v0.3.25
- Fresh futures-channel v0.3.25
- Fresh getrandom v0.2.8
- Fresh parking_lot v0.12.1
- warning: use of deprecated associated function `core::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.1/src/map.rs:1409:31
- |
- 1409 | std::array::IntoIter::new(arr).collect()
- | ^^^
- |
- = note: `#[warn(deprecated)]` on by default
- warning: use of deprecated associated function `core::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.1/src/set.rs:906:31
- |
- 906 | std::array::IntoIter::new(arr).collect()
- | ^^^
- Fresh slab v0.4.7
- Fresh pin-utils v0.1.0
- Fresh opaque-debug v0.3.0
- Fresh futures-io v0.3.25
- Fresh cpp_build v0.5.7
- Fresh futures-macro v0.3.25
- warning: `indexmap` (lib) generated 2 warnings
- Fresh tokio v1.22.0
- Fresh fixedbitset v0.4.2
- Fresh futures-util v0.3.25
- Fresh getrandom v0.1.16
- Fresh num-traits v0.2.15
- Fresh cipher v0.3.0
- Fresh crypto-common v0.1.6
- Fresh block-buffer v0.10.3
- Fresh petgraph v0.6.2
- warning: field `first_error` is never read
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.2/src/csr.rs:134:5
- |
- 133 | pub struct EdgesNotSorted {
- | -------------- field in this struct
- 134 | first_error: (usize, usize),
- | ^^^^^^^^^^^
- |
- = note: `EdgesNotSorted` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
- = note: `#[warn(dead_code)]` on by default
- Fresh log v0.4.17
- Fresh digest v0.9.0
- Fresh synstructure v0.12.6
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs:625:21
- |
- 625 | "x86_64" => ("win64"),
- | ^ ^
- |
- = note: `#[warn(unused_parens)]` on by default
- help: remove these parentheses
- |
- 625 - "x86_64" => ("win64"),
- 625 + "x86_64" => "win64",
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs:626:18
- |
- 626 | "x86" => ("win32"),
- | ^ ^
- |
- help: remove these parentheses
- |
- 626 - "x86" => ("win32"),
- 626 + "x86" => "win32",
- |
- Fresh multimap v0.8.3
- Fresh rand_core v0.5.1
- warning: `petgraph` (lib) generated 1 warning
- warning: `ring` (build script) generated 2 warnings
- Fresh num-integer v0.1.45
- Fresh zeroize_derive v1.3.2
- Fresh digest v0.10.6
- Fresh ppv-lite86 v0.2.17
- Fresh itoa v1.0.4
- Fresh prost-derive v0.10.1
- Fresh pkg-config v0.3.26
- Fresh spin v0.5.2
- warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/mutex.rs:1:48
- |
- 1 | use core::sync::atomic::{AtomicBool, Ordering, spin_loop_hint as cpu_relax};
- | ^^^^^^^^^^^^^^
- |
- = note: `#[warn(deprecated)]` on by default
- warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/mutex.rs:136:17
- |
- 136 | cpu_relax();
- | ^^^^^^^^^
- warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/rw_lock.rs:8:26
- |
- 8 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering};
- | ^^^^^^^^^^^^^^
- warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/rw_lock.rs:170:25
- |
- 170 | None => cpu_relax(),
- | ^^^^^^^^^
- warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/rw_lock.rs:284:25
- |
- 284 | None => cpu_relax(),
- | ^^^^^^^^^
- warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/rw_lock.rs:320:25
- |
- 320 | None => cpu_relax(),
- | ^^^^^^^^^
- warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/rw_lock.rs:404:13
- |
- 404 | cpu_relax();
- | ^^^^^^^^^
- warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/once.rs:2:49
- |
- 2 | use core::sync::atomic::{AtomicUsize, Ordering, spin_loop_hint as cpu_relax};
- | ^^^^^^^^^^^^^^
- warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/once.rs:125:21
- |
- 125 | cpu_relax();
- | ^^^^^^^^^
- warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/once.rs:149:31
- |
- 149 | RUNNING => cpu_relax(), // We spin
- | ^^^^^^^^^
- warning: use of deprecated method `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/mutex.rs:131:25
- |
- 131 | while self.lock.compare_and_swap(false, true, Ordering::Acquire) != false
- | ^^^^^^^^^^^^^^^^
- warning: use of deprecated method `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/mutex.rs:181:22
- |
- 181 | if self.lock.compare_and_swap(false, true, Ordering::Acquire) == false
- | ^^^^^^^^^^^^^^^^
- warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/once.rs:104:33
- |
- 104 | status = self.state.compare_and_swap(INCOMPLETE,
- | ^^^^^^^^^^^^^^^^
- warning: `spin` (lib) generated 13 warnings
- Fresh zeroize v1.3.0
- Fresh semver v1.0.14
- Fresh fnv v1.0.7
- Fresh ryu v1.0.11
- Fresh untrusted v0.7.1
- Fresh prost-derive v0.9.0
- Fresh unicode-segmentation v1.10.0
- Fresh ring v0.16.20
- warning: unused doc comment
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/aead/chacha.rs:110:9
- |
- 110 | / ... /// XXX: Although this takes an `Iv`, this actually uses it like a
- 111 | | ... /// `Counter`.
- | |____________________^
- 112 | / ... extern "C" {
- 113 | | ... fn GFp_ChaCha20_ctr32(
- 114 | | ... out: *mut u8,
- 115 | | ... in_: *const u8,
- ... |
- 119 | | ... );
- 120 | | ... }
- | |_______- rustdoc does not generate documentation for extern blocks
- |
- = help: use `//` for a plain comment
- = note: `#[warn(unused_doc_comments)]` on by default
- warning: field `cpu_features` is never read
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/digest.rs:49:5
- |
- 38 | pub(crate) struct BlockContext {
- | ------------ field in this struct
- ...
- 49 | cpu_features: cpu::Features,
- | ^^^^^^^^^^^^
- |
- = note: `BlockContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
- = note: `#[warn(dead_code)]` on by default
- Fresh thiserror v1.0.37
- Fresh universal-hash v0.4.1
- Fresh tracing-core v0.1.30
- warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.30/src/lib.rs:132:5
- |
- 132 | const_err,
- | ^^^^^^^^^
- |
- = note: `#[warn(renamed_and_removed_lints)]` on by default
- Fresh crypto-mac v0.11.1
- Fresh lazy_static v1.4.0
- Fresh percent-encoding v2.2.0
- warning: `ring` (lib) generated 2 warnings
- warning: `tracing-core` (lib) generated 1 warning
- Fresh heck v0.3.3
- Fresh tracing v0.1.37
- warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs:914:5
- |
- 914 | const_err,
- | ^^^^^^^^^
- |
- = note: `#[warn(renamed_and_removed_lints)]` on by default
- Fresh polyval v0.5.3
- Fresh prost-types v0.10.1
- Fresh ctr v0.8.0
- warning: `tracing` (lib) generated 1 warning
- Fresh crc32fast v1.3.2
- Fresh rand_core v0.6.4
- Fresh block-buffer v0.9.0
- Fresh linked-hash-map v0.5.6
- warning: unused return value of `Box::<T>::from_raw` that must be used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs:165:13
- |
- 165 | Box::from_raw(cur);
- | ^^^^^^^^^^^^^^^^^^
- |
- = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
- = note: `#[warn(unused_must_use)]` on by default
- help: use `let _ = ...` to ignore the resulting value
- |
- 165 | let _ = Box::from_raw(cur);
- | +++++++
- warning: unused return value of `Box::<T>::from_raw` that must be used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs:1300:17
- |
- 1300 | Box::from_raw(self.tail);
- | ^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
- help: use `let _ = ...` to ignore the resulting value
- |
- 1300 | let _ = Box::from_raw(self.tail);
- | +++++++
- Fresh adler v1.0.2
- Fresh heck v0.4.0
- warning: `linked-hash-map` (lib) generated 2 warnings
- warning: In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractitemmodel.h:43,
- warning: from /usr/include/x86_64-linux-gnu/qt5/QtCore/QModelIndex:1,
- warning: from src/lib.rs:177:
- warning: /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h: In constructor ‘QVariant::QVariant(QVariant&&)’:
- warning: /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:275:25: warning: implicitly-declared ‘QVariant::Private& QVariant::Private::operator=(const QVariant::Private&)’ is deprecated [-Wdeprecated-copy]
- warning: 275 | { other.d = Private(); }
- warning: | ^
- warning: /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:401:16: note: because ‘QVariant::Private’ has user-provided ‘QVariant::Private::Private(const QVariant::Private&)’
- warning: 401 | inline Private(const Private &other) Q_DECL_NOTHROW
- warning: | ^~~~~~~
- warning: cargo:rustc-cdylib-link-arg was specified in the build script of qttypes v0.2.6 (https://github.com/whisperfish/qmetaobject-rs?branch=whisperfork#8cc8e50a), but that package does not contain a cdylib target
- Allowing this was an unintended change in the 1.50 release, and may become an error in the future. For more information, see <https://github.com/rust-lang/cargo/issues/9562>.
- Fresh miniz_oxide v0.6.2
- Fresh prost-build v0.10.4
- Fresh proc-macro-error-attr v1.0.4
- Fresh tokio-util v0.7.4
- Fresh aes v0.7.5
- Fresh prost-types v0.9.0
- Fresh webpki v0.22.0
- Fresh hmac v0.11.0
- Fresh curve25519-dalek v3.2.1 (https://github.com/signalapp/curve25519-dalek?branch=lizard2#4f0aa665)
- Fresh http v0.2.8
- Fresh tokio-util v0.6.10
- Fresh aead v0.4.3
- Fresh time v0.1.45
- Fresh local-waker v0.1.3
- Fresh tinyvec_macros v0.1.0
- Fresh either v1.8.0
- Fresh alloc-no-stdlib v2.0.4
- Fresh iana-time-zone v0.1.53
- Fresh hashbrown v0.11.2
- Fresh mime v0.3.16
- Fresh actix-macros v0.2.3
- Fresh once_cell v1.14.0
- Fresh byteorder v1.4.3
- Fresh vcpkg v0.2.15
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:34:44
- |
- 34 | x @ _ if x <= 0x2e => (from | 1),
- | ^ ^
- |
- = note: `#[warn(unused_parens)]` on by default
- help: remove these parentheses
- |
- 34 - x @ _ if x <= 0x2e => (from | 1),
- 34 + x @ _ if x <= 0x2e => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:36:57
- |
- 36 | x @ _ if 0x32 <= x && x <= 0x36 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 36 - x @ _ if 0x32 <= x && x <= 0x36 => (from | 1),
- 36 + x @ _ if 0x32 <= x && x <= 0x36 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:37:57
- |
- 37 | x @ _ if 0x39 <= x && x <= 0x47 => ((from+1) & !1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 37 - x @ _ if 0x39 <= x && x <= 0x47 => ((from+1) & !1),
- 37 + x @ _ if 0x39 <= x && x <= 0x47 => (from+1) & !1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:39:57
- |
- 39 | x @ _ if 0x4a <= x && x <= 0x76 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 39 - x @ _ if 0x4a <= x && x <= 0x76 => (from | 1),
- 39 + x @ _ if 0x4a <= x && x <= 0x76 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:41:57
- |
- 41 | x @ _ if 0x79 <= x && x <= 0x7d => ((from+1) & !1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 41 - x @ _ if 0x79 <= x && x <= 0x7d => ((from+1) & !1),
- 41 + x @ _ if 0x79 <= x && x <= 0x7d => (from+1) & !1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:44:57
- |
- 44 | x @ _ if 0x82 <= x && x <= 0x84 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 44 - x @ _ if 0x82 <= x && x <= 0x84 => (from | 1),
- 44 + x @ _ if 0x82 <= x && x <= 0x84 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:61:57
- |
- 61 | x @ _ if 0xa0 <= x && x <= 0xa4 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 61 - x @ _ if 0xa0 <= x && x <= 0xa4 => (from | 1),
- 61 + x @ _ if 0xa0 <= x && x <= 0xa4 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:69:57
- |
- 69 | x @ _ if 0xb3 <= x && x <= 0xb5 => ((from+1) & !1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 69 - x @ _ if 0xb3 <= x && x <= 0xb5 => ((from+1) & !1),
- 69 + x @ _ if 0xb3 <= x && x <= 0xb5 => (from+1) & !1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:78:57
- |
- 78 | x @ _ if 0xcb <= x && x <= 0xdb => ((from+1) & !1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 78 - x @ _ if 0xcb <= x && x <= 0xdb => ((from+1) & !1),
- 78 + x @ _ if 0xcb <= x && x <= 0xdb => (from+1) & !1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:79:57
- |
- 79 | x @ _ if 0xde <= x && x <= 0xee => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 79 - x @ _ if 0xde <= x && x <= 0xee => (from | 1),
- 79 + x @ _ if 0xde <= x && x <= 0xee => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:82:57
- |
- 82 | x @ _ if 0xf2 <= x && x <= 0xf4 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 82 - x @ _ if 0xf2 <= x && x <= 0xf4 => (from | 1),
- 82 + x @ _ if 0xf2 <= x && x <= 0xf4 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:85:44
- |
- 85 | x @ _ if 0xf8 <= x => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 85 - x @ _ if 0xf8 <= x => (from | 1),
- 85 + x @ _ if 0xf8 <= x => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:91:44
- |
- 91 | x @ _ if x <= 0x1e => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 91 - x @ _ if x <= 0x1e => (from | 1),
- 91 + x @ _ if x <= 0x1e => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:93:57
- |
- 93 | x @ _ if 0x22 <= x && x <= 0x32 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 93 - x @ _ if 0x22 <= x && x <= 0x32 => (from | 1),
- 93 + x @ _ if 0x22 <= x && x <= 0x32 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:102:57
- |
- 102 | x @ _ if 0x46 <= x && x <= 0x4e => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 102 - x @ _ if 0x46 <= x && x <= 0x4e => (from | 1),
- 102 + x @ _ if 0x46 <= x && x <= 0x4e => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:109:57
- |
- 109 | x @ _ if 0x70 <= x && x <= 0x72 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 109 - x @ _ if 0x70 <= x && x <= 0x72 => (from | 1),
- 109 + x @ _ if 0x70 <= x && x <= 0x72 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:126:57
- |
- 126 | x @ _ if 0xd8 <= x && x <= 0xee => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 126 - x @ _ if 0xd8 <= x && x <= 0xee => (from | 1),
- 126 + x @ _ if 0xd8 <= x && x <= 0xee => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:142:57
- |
- 142 | x @ _ if 0x60 <= x && x <= 0x80 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 142 - x @ _ if 0x60 <= x && x <= 0x80 => (from | 1),
- 142 + x @ _ if 0x60 <= x && x <= 0x80 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:143:57
- |
- 143 | x @ _ if 0x8a <= x && x <= 0xbe => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 143 - x @ _ if 0x8a <= x && x <= 0xbe => (from | 1),
- 143 + x @ _ if 0x8a <= x && x <= 0xbe => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:145:57
- |
- 145 | x @ _ if 0xc1 <= x && x <= 0xcd => ((from+1) & !1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 145 - x @ _ if 0xc1 <= x && x <= 0xcd => ((from+1) & !1),
- 145 + x @ _ if 0xc1 <= x && x <= 0xcd => (from+1) & !1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:146:44
- |
- 146 | x @ _ if 0xd0 <= x => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 146 - x @ _ if 0xd0 <= x => (from | 1),
- 146 + x @ _ if 0xd0 <= x => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:152:44
- |
- 152 | x @ _ if x <= 0x2e => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 152 - x @ _ if x <= 0x2e => (from | 1),
- 152 + x @ _ if x <= 0x2e => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:252:44
- |
- 252 | x @ _ if x <= 0x94 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 252 - x @ _ if x <= 0x94 => (from | 1),
- 252 + x @ _ if x <= 0x94 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:260:57
- |
- 260 | x @ _ if 0xa0 <= x && x <= 0xfe => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 260 - x @ _ if 0xa0 <= x && x <= 0xfe => (from | 1),
- 260 + x @ _ if 0xa0 <= x && x <= 0xfe => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:420:57
- |
- 420 | x @ _ if 0x67 <= x && x <= 0x6b => ((from+1) & !1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 420 - x @ _ if 0x67 <= x && x <= 0x6b => ((from+1) & !1),
- 420 + x @ _ if 0x67 <= x && x <= 0x6b => (from+1) & !1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:428:57
- |
- 428 | x @ _ if 0x80 <= x && x <= 0xe2 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 428 - x @ _ if 0x80 <= x && x <= 0xe2 => (from | 1),
- 428 + x @ _ if 0x80 <= x && x <= 0xe2 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:429:57
- |
- 429 | x @ _ if 0xeb <= x && x <= 0xed => ((from+1) & !1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 429 - x @ _ if 0xeb <= x && x <= 0xed => ((from+1) & !1),
- 429 + x @ _ if 0xeb <= x && x <= 0xed => (from+1) & !1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:439:53
- |
- 439 | x @ _ if 0xa640 <= x && x <= 0xa66c => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 439 - x @ _ if 0xa640 <= x && x <= 0xa66c => (from | 1),
- 439 + x @ _ if 0xa640 <= x && x <= 0xa66c => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:440:53
- |
- 440 | x @ _ if 0xa680 <= x && x <= 0xa69a => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 440 - x @ _ if 0xa680 <= x && x <= 0xa69a => (from | 1),
- 440 + x @ _ if 0xa680 <= x && x <= 0xa69a => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:441:53
- |
- 441 | x @ _ if 0xa722 <= x && x <= 0xa72e => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 441 - x @ _ if 0xa722 <= x && x <= 0xa72e => (from | 1),
- 441 + x @ _ if 0xa722 <= x && x <= 0xa72e => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:442:53
- |
- 442 | x @ _ if 0xa732 <= x && x <= 0xa76e => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 442 - x @ _ if 0xa732 <= x && x <= 0xa76e => (from | 1),
- 442 + x @ _ if 0xa732 <= x && x <= 0xa76e => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:443:53
- |
- 443 | x @ _ if 0xa779 <= x && x <= 0xa77b => ((from+1) & !1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 443 - x @ _ if 0xa779 <= x && x <= 0xa77b => ((from+1) & !1),
- 443 + x @ _ if 0xa779 <= x && x <= 0xa77b => (from+1) & !1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:445:53
- |
- 445 | x @ _ if 0xa77e <= x && x <= 0xa786 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 445 - x @ _ if 0xa77e <= x && x <= 0xa786 => (from | 1),
- 445 + x @ _ if 0xa77e <= x && x <= 0xa786 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:448:53
- |
- 448 | x @ _ if 0xa790 <= x && x <= 0xa792 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 448 - x @ _ if 0xa790 <= x && x <= 0xa792 => (from | 1),
- 448 + x @ _ if 0xa790 <= x && x <= 0xa792 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:449:53
- |
- 449 | x @ _ if 0xa796 <= x && x <= 0xa7a8 => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 449 - x @ _ if 0xa796 <= x && x <= 0xa7a8 => (from | 1),
- 449 + x @ _ if 0xa796 <= x && x <= 0xa7a8 => from | 1,
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:459:53
- |
- 459 | x @ _ if 0xa7b4 <= x && x <= 0xa7be => (from | 1),
- | ^ ^
- |
- help: remove these parentheses
- |
- 459 - x @ _ if 0xa7b4 <= x && x <= 0xa7be => (from | 1),
- 459 + x @ _ if 0xa7b4 <= x && x <= 0xa7be => from | 1,
- |
- warning: `unicase` (lib) generated 36 warnings
- Fresh cpp_macros v0.5.7
- Fresh indexmap v1.8.1
- Fresh proc-macro-crate v1.2.1
- Fresh actix-rt v2.7.0
- Fresh alloc-stdlib v0.2.2
- Fresh chrono v0.4.23
- warning: `indexmap` (lib) generated 2 warnings (2 duplicates)
- Fresh tinyvec v1.6.0
- Fresh prost-build v0.9.0
- Fresh proc-macro-error v1.0.4
- warning: panic message is not a string literal
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs:472:12
- |
- 472 | panic!(AbortNow)
- | ------ ^^^^^^^^
- | |
- | help: use std::panic::panic_any instead: `std::panic::panic_any`
- |
- = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
- = note: `#[warn(non_fmt_panics)]` on by default
- Fresh sha2 v0.9.9
- Fresh zstd-sys v1.6.2+zstd.1.5.1
- Fresh sct v0.7.0
- Fresh form_urlencoded v1.1.0
- Fresh rand_chacha v0.2.2
- Fresh aho-corasick v0.7.20
- Fresh adler32 v1.2.0
- Fresh static_assertions v1.1.0
- warning: `proc-macro-error` (lib) generated 1 warning
- Fresh base64 v0.13.1
- Fresh regex-syntax v0.6.28
- Fresh arrayvec v0.5.2
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.18.1/src/events/attributes.rs:245:20
- |
- 245 | }));
- | ^
- ...
- 262 | None => attr!(self.position..len),
- | ------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `attr`
- = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
- = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.18.1/src/events/attributes.rs:245:20
- |
- 245 | }));
- | ^
- ...
- 290 | None => attr!(start_key..len),
- | --------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `attr`
- = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.18.1/src/events/attributes.rs:245:20
- |
- 245 | }));
- | ^
- ...
- 312 | attr!(start_key..end_key, i + 1..j)
- | ----------------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `attr`
- = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.18.1/src/events/attributes.rs:245:20
- |
- 245 | }));
- | ^
- ...
- 323 | attr!(start_key..end_key, i..j)
- | ------------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `attr`
- = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.18.1/src/events/attributes.rs:245:20
- |
- 245 | }));
- | ^
- ...
- 326 | None => attr!(start_key..end_key),
- | ------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `attr`
- = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: `quick-xml` (lib) generated 5 warnings
- Fresh paste v1.0.9
- Fresh lexical-core v0.7.6
- Fresh regex v1.7.0
- Fresh actix-service v2.0.2
- Fresh zstd-safe v4.1.3+zstd.1.5.1
- Fresh rustls v0.20.6
- Fresh unicode-normalization v0.1.22
- Fresh rand v0.7.3
- Fresh num_enum_derive v0.5.7
- Fresh cpp v0.5.7
- Fresh httparse v1.8.0
- Fresh brotli-decompressor v2.3.2
- warning: unused return value of `Box::<T>::from_raw` that must be used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/brotli-decompressor-2.3.2/src/ffi/alloc_util.rs:217:5
- |
- 217 | Box::from_raw(slice_ref); // free on drop
- | ^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
- = note: `#[warn(unused_must_use)]` on by default
- help: use `let _ = ...` to ignore the resulting value
- |
- 217 | let _ = Box::from_raw(slice_ref); // free on drop
- | +++++++
- Fresh aes-gcm-siv v0.10.3
- Fresh actix-utils v3.0.1
- Fresh rand_chacha v0.3.1
- Fresh lru-cache v0.1.2
- Fresh hmac v0.12.1
- Fresh futures-executor v0.3.25
- Fresh instant v0.1.12
- warning: `brotli-decompressor` (lib) generated 1 warning
- Fresh bincode v1.3.3
- Fresh hex v0.4.3
- Fresh unicode-bidi v0.3.8
- Fresh oncemutex v0.1.1
- warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oncemutex-0.1.1/src/lib.rs:63:26
- |
- 63 | match self.state.compare_and_swap(UNUSED, LOCKED, SeqCst) {
- | ^^^^^^^^^^^^^^^^
- |
- note: the lint level is defined here
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oncemutex-0.1.1/src/lib.rs:1:23
- |
- 1 | #![deny(missing_docs, warnings)]
- | ^^^^^^^^
- = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
- warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oncemutex-0.1.1/src/lib.rs:103:33
- |
- 103 | if LOCKED == self.state.compare_and_swap(UNUSED, FREE, SeqCst) {
- | ^^^^^^^^^^^^^^^^
- warning: unnecessary `unsafe` block
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oncemutex-0.1.1/src/lib.rs:86:9
- |
- 86 | unsafe { self.data.into_inner() }
- | ^^^^^^ unnecessary `unsafe` block
- |
- = note: `#[warn(unused_unsafe)]` implied by `#[warn(warnings)]`
- Fresh itoa v0.4.8
- warning: the type `[u8; 40]` does not permit being left uninitialized
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-0.4.8/src/lib.rs:135:29
- |
- 135 | bytes: unsafe { mem::uninitialized() },
- | ^^^^^^^^^^^^^^^^^^^^
- | |
- | this code causes undefined behavior when executed
- | help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
- |
- = note: integers must be initialized
- = note: `#[warn(invalid_value)]` on by default
- Fresh block-padding v0.2.1
- Fresh displaydoc v0.2.3
- warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/displaydoc-0.2.3/src/lib.rs:84:5
- |
- 84 | const_err,
- | ^^^^^^^^^
- |
- = note: `#[warn(renamed_and_removed_lints)]` on by default
- Fresh time-macros v0.2.3
- warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.3/src/lib.rs:4:5
- |
- 4 | const_err,
- | ^^^^^^^^^
- |
- = note: `#[warn(renamed_and_removed_lints)]` on by default
- warning: `oncemutex` (lib) generated 3 warnings
- warning: `itoa` (lib) generated 1 warning
- warning: `displaydoc` (lib) generated 1 warning
- warning: `time-macros` (lib) generated 1 warning
- Fresh convert_case v0.4.0
- Fresh regex-cache v0.2.1
- Fresh idna v0.3.0
- Fresh time v0.3.5
- warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.5/src/lib.rs:83:5
- |
- 83 | const_err,
- | ^^^^^^^^^
- |
- = note: `#[warn(renamed_and_removed_lints)]` on by default
- Fresh block-modes v0.8.1
- Fresh parking_lot_core v0.8.5
- warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.5/src/spinwait.rs:9:24
- |
- 9 | use std::sync::atomic::spin_loop_hint;
- | ^^^^^^^^^^^^^^
- |
- = note: `#[warn(deprecated)]` on by default
- warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.5/src/spinwait.rs:16:9
- |
- 16 | spin_loop_hint()
- | ^^^^^^^^^^^^^^
- warning: unused return value of `Box::<T>::from_raw` that must be used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.5/src/parking_lot.rs:227:17
- |
- 227 | Box::from_raw(new_table);
- | ^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
- = note: `#[warn(unused_must_use)]` on by default
- help: use `let _ = ...` to ignore the resulting value
- |
- 227 | let _ = Box::from_raw(new_table);
- | +++++++
- Fresh rand v0.8.5
- Fresh futures v0.3.25
- warning: `time` (lib) generated 1 warning
- warning: `parking_lot_core` (lib) generated 3 warnings
- Fresh derive_more v0.99.17
- Fresh unicase v2.6.0
- Fresh brotli v3.3.4
- Fresh zstd v0.9.2+zstd.1.5.1
- Fresh num_enum v0.5.7
- Fresh crossbeam-utils v0.8.14
- Fresh qttypes v0.2.6 (https://github.com/whisperfish/qmetaobject-rs?branch=whisperfork#8cc8e50a)
- Fresh tokio-rustls v0.23.4
- warning: In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:43,
- warning: from /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:46,
- warning: from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
- warning: from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
- warning: from /home/vladislav/.cargo/git/checkouts/qmetaobject-rs-6a955a5e7704520a/8cc8e50/qmetaobject/qmetaobject_rust.hpp:22,
- warning: from src/lib.rs:230:
- warning: /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h: In constructor ‘QVariant::QVariant(QVariant&&)’:
- warning: /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:275:25: warning: implicitly-declared ‘QVariant::Private& QVariant::Private::operator=(const QVariant::Private&)’ is deprecated [-Wdeprecated-copy]
- warning: 275 | { other.d = Private(); }
- warning: | ^
- warning: /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:401:16: note: because ‘QVariant::Private’ has user-provided ‘QVariant::Private::Private(const QVariant::Private&)’
- warning: 401 | inline Private(const Private &other) Q_DECL_NOTHROW
- warning: | ^~~~~~~
- warning: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_build-0.5.7/src/lib.rs: In function ‘void __cpp_closure_7050865636438689406(char* const&, const int&, const int&, char* const&, QObject* const&)’:
- warning: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_build-0.5.7/src/lib.rs:232:54: warning: unused parameter ‘uri_ptr’ [-Wunused-parameter]
- warning: 232 | void {name}({params}) {{
- warning: | ^
- warning: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_build-0.5.7/src/lib.rs:232:74: warning: unused parameter ‘version_major’ [-Wunused-parameter]
- warning: 232 | void {name}({params}) {{
- warning: | ^
- warning: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_build-0.5.7/src/lib.rs:232:100: warning: unused parameter ‘version_minor’ [-Wunused-parameter]
- warning: 232 | void {name}({params}) {{
- warning: | ^
- warning: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_build-0.5.7/src/lib.rs:232:129: warning: unused parameter ‘type_name_ptr’ [-Wunused-parameter]
- warning: 232 | void {name}({params}) {{
- warning: | ^
- warning: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_build-0.5.7/src/lib.rs:232:161: warning: unused parameter ‘obj_ptr’ [-Wunused-parameter]
- warning: 232 | void {name}({params}) {{
- warning: | ^
- warning: `unicase` (lib) generated 36 warnings (36 duplicates)
- Fresh nom v5.1.2
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/branch/macros.rs:520:90
- |
- 520 | permutation_init!(($($parsed),* , $crate::lib::std::option::Option::None), $($rest)*);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/branch/mod.rs:263:1
- |
- 263 | permutation_trait!(FnA A, FnB B, FnC C, FnD D, FnE E, FnF F, FnG G, FnH H, FnI I, FnJ J, FnK K, FnL L, FnM M, FnN N, FnO O, FnP P, FnQ Q, FnR R, FnS S, FnT T, FnU U);
- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
- = note: this warning originates in the macro `permutation_init` which comes from the expansion of the macro `permutation_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/branch/macros.rs:520:90
- |
- 520 | permutation_init!(($($parsed),* , $crate::lib::std::option::Option::None), $($rest)*);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/branch/mod.rs:263:1
- |
- 263 | permutation_trait!(FnA A, FnB B, FnC C, FnD D, FnE E, FnF F, FnG G, FnH H, FnI I, FnJ J, FnK K, FnL L, FnM M, FnN N, FnO O, FnP P, FnQ Q, FnR R, FnS S, FnT T, FnU U);
- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: this warning originates in the macro `permutation_init` which comes from the expansion of the macro `permutation_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:196:3
- |
- 196 | map!(i, be_u8, |x| x as i8)
- | --------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:214:3
- |
- 214 | map!(i, be_u16, |x| x as i16)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:233:3
- |
- 233 | / map!(i, be_u24, |x| if x & 0x80_00_00 != 0 {
- 234 | | (x | 0xff_00_00_00) as i32
- 235 | | } else {
- 236 | | x as i32
- 237 | | })
- | |____- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:255:3
- |
- 255 | map!(i, be_u32, |x| x as i32)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:274:3
- |
- 274 | map!(i, be_u64, |x| x as i64)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:293:3
- |
- 293 | map!(i, be_u128, |x| x as i128)
- | ------------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:480:3
- |
- 480 | map!(i, le_u8, |x| x as i8)
- | --------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:501:3
- |
- 501 | map!(i, le_u16, |x| x as i16)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:523:3
- |
- 523 | / map!(i, le_u24, |x| if x & 0x80_00_00 != 0 {
- 524 | | (x | 0xff_00_00_00) as i32
- 525 | | } else {
- 526 | | x as i32
- 527 | | })
- | |____- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:548:3
- |
- 548 | map!(i, le_u32, |x| x as i32)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:569:3
- |
- 569 | map!(i, le_u64, |x| x as i64)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:591:3
- |
- 591 | map!(i, le_u128, |x| x as i128)
- | ------------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:197:3
- |
- 197 | map!(i, be_u8, |x| x as i8)
- | --------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:217:3
- |
- 217 | map!(i, be_u16, |x| x as i16)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:238:3
- |
- 238 | / map!(i, be_u24, |x| if x & 0x80_00_00 != 0 {
- 239 | | (x | 0xff_00_00_00) as i32
- 240 | | } else {
- 241 | | x as i32
- 242 | | })
- | |____- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:262:3
- |
- 262 | map!(i, be_u32, |x| x as i32)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:282:3
- |
- 282 | map!(i, be_u64, |x| x as i64)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:303:3
- |
- 303 | map!(i, be_u128, |x| x as i128)
- | ------------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:489:3
- |
- 489 | map!(i, le_u8, |x| x as i8)
- | --------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:509:3
- |
- 509 | map!(i, le_u16, |x| x as i16)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:530:3
- |
- 530 | / map!(i, le_u24, |x| if x & 0x80_00_00 != 0 {
- 531 | | (x | 0xff_00_00_00) as i32
- 532 | | } else {
- 533 | | x as i32
- 534 | | })
- | |____- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:554:3
- |
- 554 | map!(i, le_u32, |x| x as i32)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:574:3
- |
- 574 | map!(i, le_u64, |x| x as i64)
- | ----------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- warning: trailing semicolon in macro used in expression position
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
- |
- 509 | map!(__impl $i, call!($f), $g);
- | ^
- |
- ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:595:3
- |
- 595 | map!(i, le_u128, |x| x as i128)
- | ------------------------------- in this macro invocation
- |
- = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
- = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
- = note: macro invocations at the end of a block are treated as expressions
- = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
- = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
- Fresh encoding_rs v0.8.31
- Fresh serde_json v1.0.89
- Fresh ahash v0.7.6
- warning: unused import: `crate::fallback_hash::*`
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/random_state.rs:46:5
- |
- 46 | use crate::fallback_hash::*;
- | ^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: `#[warn(unused_imports)]` on by default
- warning: constant `ROT` is never used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/fallback_hash.rs:10:7
- |
- 10 | const ROT: u32 = 23; //17
- | ^^^
- |
- = note: `#[warn(dead_code)]` on by default
- warning: associated function `default` is never used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/random_state.rs:86:14
- |
- 86 | const fn default() -> DefaultRandomSource {
- | ^^^^^^^
- Fresh async-trait v0.1.52
- Fresh poksho v0.7.0 (https://gitlab.com/whisperfish/libsignal-client?branch=whisperfork#9d652935)
- Fresh miniz_oxide v0.3.7
- Fresh deflate v0.8.6
- warning: panic message is not a string literal
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deflate-0.8.6/src/encoder_state.rs:65:21
- |
- 65 | format!("Code: {:?}, Value: {:?}", code, value)
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
- = note: the `debug_assert!()` macro supports formatting, so there's no need for the `format!()` macro here
- = note: `#[warn(non_fmt_panics)]` on by default
- help: remove the `format!(..)` macro call
- |
- 65 - format!("Code: {:?}, Value: {:?}", code, value)
- 65 + "Code: {:?}, Value: {:?}", code, value
- |
- warning: panic message is not a string literal
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deflate-0.8.6/src/encoder_state.rs:74:21
- |
- 74 | format!("Code: {:?}, Value: {:?}", code, value)
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
- = note: the `debug_assert!()` macro supports formatting, so there's no need for the `format!()` macro here
- help: remove the `format!(..)` macro call
- |
- 74 - format!("Code: {:?}, Value: {:?}", code, value)
- 74 + "Code: {:?}, Value: {:?}", code, value
- |
- Fresh h2 v0.3.15
- Fresh itertools v0.10.5
- warning: `nom` (lib) generated 214 warnings (188 duplicates)
- warning: `ahash` (lib) generated 3 warnings
- warning: `deflate` (lib) generated 2 warnings
- Fresh actix-codec v0.4.2
- Fresh itertools v0.9.0
- warning: unused attribute `inline`
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.9.0/src/rciter_impl.rs:54:5
- |
- 54 | #[inline]
- | ^^^^^^^^^
- |
- note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.9.0/src/rciter_impl.rs:55:5
- |
- 55 | clone_fields!(rciter);
- | ^^^^^^^^^^^^
- = note: `#[warn(unused_attributes)]` on by default
- warning: `#[must_use]` has no effect when applied to a type alias
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.9.0/src/adaptors/mod.rs:497:1
- |
- 497 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- warning: `#[must_use]` has no effect when applied to a type alias
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.9.0/src/kmerge_impl.rs:101:1
- |
- 101 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fresh local-channel v0.1.3
- Fresh webpki-roots v0.22.5
- Fresh actix-codec v0.5.0
- Fresh x25519-dalek v1.2.0
- Fresh hkdf v0.11.0
- Fresh flate2 v1.0.25
- Fresh ghash v0.4.4
- Fresh prost v0.9.0
- warning: `itertools` (lib) generated 3 warnings
- Fresh sha2 v0.10.6
- Fresh sha-1 v0.10.0
- Fresh uuid v1.2.2
- Fresh quick-xml v0.18.1
- Fresh bytestring v1.2.0
- Fresh arrayref v0.3.6
- Fresh language-tags v0.3.2
- Fresh unchecked-index v0.2.2
- Fresh httpdate v1.0.2
- Fresh qmetaobject_impl v0.2.5 (https://github.com/whisperfish/qmetaobject-rs?branch=whisperfork#8cc8e50a)
- warning: `quick-xml` (lib) generated 5 warnings (5 duplicates)
- Fresh pin-project-internal v1.0.12
- Fresh twoway v0.2.2
- warning: anonymous parameters are deprecated and will be removed in the next edition
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:800:18
- |
- 800 | fn rejecting(usize, usize) -> Self::Output;
- | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
- = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
- = note: `#[warn(anonymous_parameters)]` on by default
- warning: anonymous parameters are deprecated and will be removed in the next edition
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:800:25
- |
- 800 | fn rejecting(usize, usize) -> Self::Output;
- | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
- = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
- warning: anonymous parameters are deprecated and will be removed in the next edition
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:801:17
- |
- 801 | fn matching(usize, usize) -> Self::Output;
- | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
- = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
- warning: anonymous parameters are deprecated and will be removed in the next edition
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:801:24
- |
- 801 | fn matching(usize, usize) -> Self::Output;
- | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
- = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
- warning: fields `haystack`, `needle`, and `searcher` are never read
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:156:5
- |
- 155 | pub struct StrSearcher<'a, 'b> {
- | ----------- fields in this struct
- 156 | haystack: &'a str,
- | ^^^^^^^^
- 157 | needle: &'b str,
- | ^^^^^^
- 158 |
- 159 | searcher: StrSearcherImpl,
- | ^^^^^^^^
- |
- = note: `StrSearcher` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
- = note: `#[warn(dead_code)]` on by default
- warning: fields `position`, `end`, `is_match_fw`, and `is_match_bw` are never read
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:170:5
- |
- 169 | struct EmptyNeedle {
- | ----------- fields in this struct
- 170 | position: usize,
- | ^^^^^^^^
- 171 | end: usize,
- | ^^^
- 172 | is_match_fw: bool,
- | ^^^^^^^^^^^
- 173 | is_match_bw: bool,
- | ^^^^^^^^^^^
- |
- = note: `EmptyNeedle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
- Dirty actix-http v3.0.0-beta.19: dependency info changed
- Compiling actix-http v3.0.0-beta.19
- Fresh libsignal-protocol v0.1.0 (https://gitlab.com/whisperfish/libsignal-client?branch=whisperfork#9d652935)
- warning: the feature `vec_extend_from_within` has been stable since 1.53.0 and no longer requires an attribute to enable
- --> /home/vladislav/.cargo/git/checkouts/libsignal-client-ca05ff811c7753df/9d65293/rust/protocol/src/lib.rs:17:46
- |
- 17 | #![cfg_attr(feature = "whisperfork", feature(vec_extend_from_within))]
- | ^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: `#[warn(stable_features)]` on by default
- Fresh phonenumber v0.3.1+8.12.9
- warning: field `preferred_international_prefix` is never read
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phonenumber-0.3.1+8.12.9/src/metadata/metadata.rs:29:13
- |
- 23 | pub struct Metadata {
- | -------- field in this struct
- ...
- 29 | pub(crate) preferred_international_prefix: Option<String>,
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: `Metadata` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
- = note: `#[warn(dead_code)]` on by default
- Fresh qmetaobject v0.2.5 (https://github.com/whisperfish/qmetaobject-rs?branch=whisperfork#8cc8e50a)
- warning: `extern` fn uses type `std::cell::RefCell<dyn QObject>`, which is not FFI-safe
- --> /home/vladislav/.cargo/git/checkouts/qmetaobject-rs-6a955a5e7704520a/8cc8e50/qmetaobject/src/lib.rs:615:51
- |
- 615 | pub unsafe extern "C" fn RustObject_metaObject(p: *mut RefCell<dyn QObject>) -> *const QMetaObject {
- | ^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
- |
- = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
- = note: this struct has unspecified layout
- = note: `#[warn(improper_ctypes_definitions)]` on by default
- warning: `extern` fn uses type `std::cell::RefCell<dyn QObject>`, which is not FFI-safe
- --> /home/vladislav/.cargo/git/checkouts/qmetaobject-rs-6a955a5e7704520a/8cc8e50/qmetaobject/src/lib.rs:621:49
- |
- 621 | pub unsafe extern "C" fn RustObject_destruct(p: *mut RefCell<dyn QObject>) {
- | ^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
- |
- = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
- = note: this struct has unspecified layout
- Fresh io-lifetimes v1.0.9
- Fresh aes-gcm v0.9.4
- Fresh actix-tls v3.0.3
- warning: `twoway` (lib) generated 6 warnings
- warning: `libsignal-protocol` (lib) generated 1 warning
- warning: `phonenumber` (lib) generated 1 warning
- warning: `qmetaobject` (lib) generated 2 warnings
- Fresh anyhow v1.0.66
- Fresh pin-project v1.0.12
- Fresh png v0.16.8
- Fresh zkgroup v0.9.0 (https://gitlab.com/whisperfish/libsignal-client?branch=whisperfork#9d652935)
- warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
- --> /home/vladislav/.cargo/git/checkouts/libsignal-client-ca05ff811c7753df/9d65293/rust/zkgroup/src/common/array_utils.rs:25:47
- |
- 25 | let mut arr: [T; LEN] = std::mem::uninitialized();
- | ^^^^^^^^^^^^^
- |
- = note: `#[warn(deprecated)]` on by default
- warning: the feature `array_map` has been stable since 1.55.0 and no longer requires an attribute to enable
- --> /home/vladislav/.cargo/git/checkouts/libsignal-client-ca05ff811c7753df/9d65293/rust/zkgroup/src/lib.rs:6:46
- |
- 6 | #![cfg_attr(feature = "whisperfork", feature(array_map))]
- | ^^^^^^^^^
- |
- = note: `#[warn(stable_features)]` on by default
- Fresh crossbeam-channel v0.5.6
- Fresh mime_guess v2.0.4
- Fresh url v2.3.1
- Fresh num-iter v0.1.43
- warning: `zkgroup` (lib) generated 2 warnings
- Running `CARGO=/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=actix_http CARGO_MANIFEST_DIR=/home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-http-3.0.0-beta.19 CARGO_PKG_AUTHORS='Nikolay Kim <fafhrd91@gmail.com>:Rob Ede <robjtede@icloud.com>' CARGO_PKG_DESCRIPTION='HTTP primitives for the Actix ecosystem' CARGO_PKG_HOMEPAGE='https://actix.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=actix-http CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/actix/actix-web.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=3.0.0-beta.19 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE=beta.19 LD_LIBRARY_PATH='/home/vladislav/projects/whisperfish/target/release/deps:/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name actix_http --edition=2018 /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/actix-http-3.0.0-beta.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=203 --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="__compress"' --cfg 'feature="brotli"' --cfg 'feature="compress-brotli"' --cfg 'feature="compress-gzip"' --cfg 'feature="compress-zstd"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="zstd"' -C metadata=e844a9b72b974aff -C extra-filename=-e844a9b72b974aff --out-dir /home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -L dependency=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/home/vladislav/projects/whisperfish/target/release/deps --extern actix_codec=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libactix_codec-c2fcc410d815470a.rmeta --extern actix_rt=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libactix_rt-eff5157073887dfe.rmeta --extern actix_service=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libactix_service-c3583c5b14dc2b86.rmeta --extern actix_utils=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libactix_utils-f18f52412647c149.rmeta --extern ahash=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libahash-323661061c515f71.rmeta --extern 'noprelude:alloc=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/liballoc-f8b2ff8002e4500d.rmeta' --extern base64=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libbase64-718154aca8f82014.rmeta --extern bitflags=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libbitflags-f99c2d8ff2238ee6.rmeta --extern brotli=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libbrotli-ddd87dacfd0e8f6f.rmeta --extern bytes=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libbytes-f0276889e81e47cf.rmeta --extern bytestring=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libbytestring-b6b770d21c43ce4b.rmeta --extern 'noprelude:compiler_builtins=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libcompiler_builtins-82cf02ee2d3404e7.rmeta' --extern 'noprelude:core=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libcore-f79abe7c2ac163d2.rmeta' --extern derive_more=/home/vladislav/projects/whisperfish/target/release/deps/libderive_more-0724278e93df3100.so --extern encoding_rs=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libencoding_rs-b0b0c11dc840bdf1.rmeta --extern flate2=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libflate2-f4c77238f147949d.rmeta --extern futures_core=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libfutures_core-c13a7fdf9cbcf2a1.rmeta --extern h2=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libh2-4d28d5ac1371791f.rmeta --extern http=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libhttp-c6801338f221d712.rmeta --extern httparse=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libhttparse-800ad14507fd6d58.rmeta --extern httpdate=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libhttpdate-3374fea08dcfca40.rmeta --extern itoa=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libitoa-56341740883603db.rmeta --extern language_tags=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/liblanguage_tags-89062a120bd9bb70.rmeta --extern local_channel=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/liblocal_channel-1b1d33de394dd7fb.rmeta --extern log=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/liblog-a0e05c8783bb5308.rmeta --extern mime=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libmime-852b0b0a8c6dcee6.rmeta --extern 'noprelude:panic_abort=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libpanic_abort-3e5713b2e5d603b7.rmeta' --extern 'noprelude:panic_unwind=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libpanic_unwind-28272e4a34184863.rmeta' --extern percent_encoding=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libpercent_encoding-966d51759a1ae1ef.rmeta --extern pin_project_lite=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libpin_project_lite-88dac9c537651de2.rmeta --extern 'noprelude:proc_macro=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libproc_macro-fc3834940de29b2b.rmeta' --extern rand=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/librand-c7b1927d9dc0cea1.rmeta --extern sha1=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libsha1-6d32d0b5149d02b7.rmeta --extern smallvec=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libsmallvec-2e45ac7c9aec0bab.rmeta --extern 'noprelude:std=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libstd-6bb1484addcb891f.rmeta' --extern zstd=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libzstd-bf31660274baa3c3.rmeta -Z unstable-options --cap-lints warn -L native=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/build/zstd-sys-76a3db4324632fc5/out`
- Fresh cookie v0.16.1
- Fresh num-rational v0.3.2
- Fresh parking_lot v0.11.2
- Fresh hkdf v0.12.3
- Fresh libsqlite3-sys v0.25.2
- Fresh serde_urlencoded v0.7.1
- warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/ser/mod.rs:80:51
- |
- 80 | Error::Utf8(ref err) => error::Error::description(err),
- | ^^^^^^^^^^^
- |
- = note: `#[warn(deprecated)]` on by default
- Fresh diesel_derives v2.0.1
- Fresh prost v0.10.4
- warning: `serde_urlencoded` (lib) generated 1 warning
- Fresh toml v0.5.9
- Fresh jobserver v0.1.25
- Fresh unicode-ident v1.0.6
- Fresh linux-raw-sys v0.3.0
- Fresh color_quant v1.1.0
- Fresh base64ct v1.0.1
- Fresh gimli v0.27.2
- Fresh bytemuck v1.12.3
- Fresh unicode-width v0.1.10
- Fresh actix_derive v0.6.0
- Fresh migrations_internals v2.0.0
- Fresh textwrap v0.11.0
- Fresh addr2line v0.19.0
- Fresh cc v1.0.77
- Fresh password-hash v0.3.2
- Compiling sailors v0.1.0 (https://gitlab.com/whisperfish/sailo-rs.git#4247d1f1)
- Fresh rustix v0.37.4
- Fresh actix v0.12.0
- Fresh proc-macro2 v1.0.43
- Fresh image v0.23.14
- warning: unused import: `crate::image::ImageEncoder`
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.23.14/./src/dynimage.rs:35:5
- |
- 35 | use crate::image::ImageEncoder;
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: `#[warn(unused_imports)]` on by default
- warning: unused doc comment
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.23.14/./src/lib.rs:380:9
- |
- 380 | #[doc = $content] extern { }
- | ^^^^^^^^^^^^^^^^^ ---------- rustdoc does not generate documentation for extern blocks
- ...
- 385 | insert_as_doc!(include_str!("../README.md"));
- | -------------------------------------------- in this macro invocation
- |
- = help: use `//` for a plain comment
- = note: `#[warn(unused_doc_comments)]` on by default
- = note: this warning originates in the macro `insert_as_doc` (in Nightly builds, run with -Z macro-backtrace for more info)
- Fresh migrations_macros v2.0.0
- Compiling libdbus-sys v0.2.2
- Fresh diesel v2.0.2
- warning: ambiguous glob re-exports
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.0.2/src/lib.rs:263:13
- |
- 263 | pub use crate::helper_types::*;
- | ^^^^^^^^^^^^^^^^^^^^^^ the name `max` in the type namespace is first re-exported here
- ...
- 266 | pub use crate::expression::dsl::*;
- | ------------------------- but the name `max` in the type namespace is also re-exported here
- |
- = note: `#[warn(ambiguous_glob_reexports)]` on by default
- warning: ambiguous glob re-exports
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.0.2/src/lib.rs:263:13
- |
- 263 | pub use crate::helper_types::*;
- | ^^^^^^^^^^^^^^^^^^^^^^ the name `min` in the type namespace is first re-exported here
- ...
- 266 | pub use crate::expression::dsl::*;
- | ------------------------- but the name `min` in the type namespace is also re-exported here
- warning: ambiguous glob re-exports
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.0.2/src/lib.rs:263:13
- |
- 263 | pub use crate::helper_types::*;
- | ^^^^^^^^^^^^^^^^^^^^^^ the name `sum` in the type namespace is first re-exported here
- ...
- 266 | pub use crate::expression::dsl::*;
- | ------------------------- but the name `sum` in the type namespace is also re-exported here
- warning: ambiguous glob re-exports
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.0.2/src/lib.rs:263:13
- |
- 263 | pub use crate::helper_types::*;
- | ^^^^^^^^^^^^^^^^^^^^^^ the name `avg` in the type namespace is first re-exported here
- ...
- 266 | pub use crate::expression::dsl::*;
- | ------------------------- but the name `avg` in the type namespace is also re-exported here
- warning: trait aliases are experimental
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.0.2/src/expression/mod.rs:590:1
- |
- 590 | / pub trait NonAggregate = ValidGrouping<()>
- 591 | | where
- 592 | | <Self as ValidGrouping<()>>::IsAggregate:
- 593 | | MixedAggregates<is_aggregate::No, Output = is_aggregate::No>;
- | |_____________________________________________________________________^
- |
- = note: see issue #41517 <https://github.com/rust-lang/rust/issues/41517> for more information
- = help: add `#![feature(trait_alias)]` to the crate attributes to enable
- = warning: unstable syntax can change at any point in the future, causing a hard error!
- = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860>
- Fresh libsignal-service v0.1.0 (https://github.com/whisperfish/libsignal-service-rs?branch=main#975717c7)
- Running `/home/vladislav/projects/whisperfish/target/release/build/sailors-6a24ac568a539a7c/build-script-build`
- warning: `image` (lib) generated 2 warnings
- Running `/home/vladislav/projects/whisperfish/target/release/build/libdbus-sys-e1eb5e0e18ed915e/build-script-build`
- warning: `diesel` (lib) generated 5 warnings
- Fresh mpart-async v0.5.0
- Fresh memoffset v0.6.5
- Fresh rustls-pemfile v0.3.0
- Fresh yaml-rust v0.4.5
- warning: field `marks` is never read
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yaml-rust-0.4.5/src/parser.rs:70:5
- |
- 66 | pub struct Parser<T> {
- | ------ field in this struct
- ...
- 70 | marks: Vec<Marker>,
- | ^^^^^
- |
- = note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
- = note: `#[warn(dead_code)]` on by default
- Fresh pbkdf2 v0.10.1
- Fresh salsa20 v0.9.0
- Fresh object v0.30.3
- warning: `yaml-rust` (lib) generated 1 warning
- Fresh atty v0.2.14
- Fresh dirs-sys v0.3.7
- Fresh rustc-demangle v0.1.22
- Fresh vec_map v0.8.2
- warning: unnecessary parentheses around type
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs:1010:34
- |
- 1010 | fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
- | ^ ^
- |
- = note: `#[warn(unused_parens)]` on by default
- help: remove these parentheses
- |
- 1010 - fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
- 1010 + fn next(&mut self) -> Option<&'a V> { self.iter.next().map(|e| e.1) }
- |
- warning: unnecessary parentheses around type
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs:1017:39
- |
- 1017 | fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
- | ^ ^
- |
- help: remove these parentheses
- |
- 1017 - fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
- 1017 + fn next_back(&mut self) -> Option<&'a V> { self.iter.next_back().map(|e| e.1) }
- |
- warning: unnecessary parentheses around type
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs:1023:34
- |
- 1023 | fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
- | ^ ^
- |
- help: remove these parentheses
- |
- 1023 - fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
- 1023 + fn next(&mut self) -> Option<&'a mut V> { self.iter_mut.next().map(|e| e.1) }
- |
- Fresh fastrand v1.8.0
- Fresh strsim v0.8.0
- Fresh ansi_term v0.12.1
- warning: associated type `wstr` should have an upper camel case name
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/write.rs:6:10
- |
- 6 | type wstr: ?Sized;
- | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Wstr`
- |
- = note: `#[warn(non_camel_case_types)]` on by default
- warning: trait objects without an explicit `dyn` are deprecated
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/write.rs:15:23
- |
- 15 | impl<'a> AnyWrite for fmt::Write + 'a {
- | ^^^^^^^^^^^^^^^
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
- = note: `#[warn(bare_trait_objects)]` on by default
- help: use `dyn`
- |
- 15 | impl<'a> AnyWrite for dyn fmt::Write + 'a {
- | +++
- help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `fmt::Write + 'a`
- |
- 15 | impl<'a, T: fmt::Write + 'a> AnyWrite for T {
- | ++++++++++++++++++++ ~
- warning: trait objects without an explicit `dyn` are deprecated
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/write.rs:29:23
- |
- 29 | impl<'a> AnyWrite for io::Write + 'a {
- | ^^^^^^^^^^^^^^
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
- help: use `dyn`
- |
- 29 | impl<'a> AnyWrite for dyn io::Write + 'a {
- | +++
- help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `io::Write + 'a`
- |
- 29 | impl<'a, T: io::Write + 'a> AnyWrite for T {
- | +++++++++++++++++++ ~
- warning: trait objects without an explicit `dyn` are deprecated
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/ansi.rs:279:21
- |
- 279 | let f: &mut fmt::Write = f;
- | ^^^^^^^^^^
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
- help: use `dyn`
- |
- 279 | let f: &mut dyn fmt::Write = f;
- | +++
- warning: trait objects without an explicit `dyn` are deprecated
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/ansi.rs:291:29
- |
- 291 | let f: &mut fmt::Write = f;
- | ^^^^^^^^^^
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
- help: use `dyn`
- |
- 291 | let f: &mut dyn fmt::Write = f;
- | +++
- warning: trait objects without an explicit `dyn` are deprecated
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/ansi.rs:295:29
- |
- 295 | let f: &mut fmt::Write = f;
- | ^^^^^^^^^^
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
- help: use `dyn`
- |
- 295 | let f: &mut dyn fmt::Write = f;
- | +++
- warning: trait objects without an explicit `dyn` are deprecated
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/ansi.rs:308:21
- |
- 308 | let f: &mut fmt::Write = f;
- | ^^^^^^^^^^
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
- help: use `dyn`
- |
- 308 | let f: &mut dyn fmt::Write = f;
- | +++
- warning: trait objects without an explicit `dyn` are deprecated
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/display.rs:201:21
- |
- 201 | let w: &mut fmt::Write = f;
- | ^^^^^^^^^^
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
- help: use `dyn`
- |
- 201 | let w: &mut dyn fmt::Write = f;
- | +++
- warning: trait objects without an explicit `dyn` are deprecated
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/display.rs:210:21
- |
- 210 | let w: &mut io::Write = w;
- | ^^^^^^^^^
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
- help: use `dyn`
- |
- 210 | let w: &mut dyn io::Write = w;
- | +++
- warning: trait objects without an explicit `dyn` are deprecated
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/display.rs:229:21
- |
- 229 | let f: &mut fmt::Write = f;
- | ^^^^^^^^^^
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
- help: use `dyn`
- |
- 229 | let f: &mut dyn fmt::Write = f;
- | +++
- warning: trait objects without an explicit `dyn` are deprecated
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/display.rs:239:21
- |
- 239 | let w: &mut io::Write = w;
- | ^^^^^^^^^
- |
- = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
- = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
- help: use `dyn`
- |
- 239 | let w: &mut dyn io::Write = w;
- | +++
- Fresh checked_int_cast v1.0.0
- warning: `vec_map` (lib) generated 3 warnings
- warning: `ansi_term` (lib) generated 11 warnings
- Fresh qmeta-async-macros v0.1.0 (https://gitlab.com/rubdos/qmeta-async.git#848052c7)
- Fresh dirs v4.0.0
- Fresh backtrace v0.3.67
- Fresh tempfile v3.5.0
- Fresh qrcode v0.12.0
- Fresh clap v2.34.0
- Fresh scrypt v0.8.1
- Fresh serde_yaml v0.8.25
- Fresh qmeta-async v0.1.0 (https://gitlab.com/rubdos/qmeta-async.git#848052c7)
- Fresh nix v0.23.1
- warning: 8th rule of macro `libc_enum` is never used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/macros.rs:246:5
- |
- 246 | / (@accumulate_entries
- 247 | | name: $BitFlags:ident,
- 248 | | $prefix:tt,
- 249 | | [$($entries:tt)*],
- ... |
- 252 | | $($tail:tt)*
- 253 | | ) => {
- | |_____^
- |
- note: the lint level is defined here
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/lib.rs:10:9
- |
- 10 | #![deny(unused)]
- | ^^^^^^
- = note: `#[warn(unused_macro_rules)]` implied by `#[warn(unused)]`
- warning: 2nd rule of macro `sockopt_impl` is never used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/sys/socket/sockopt.rs:137:5
- |
- 137 | ($(#[$attr:meta])* $name:ident, GetOnly, $level:expr, $flag:path, u8) => {
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- warning: 4th rule of macro `sockopt_impl` is never used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/sys/socket/sockopt.rs:147:5
- |
- 147 | ($(#[$attr:meta])* $name:ident, SetOnly, $level:expr, $flag:path, bool) => {
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- warning: 5th rule of macro `sockopt_impl` is never used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/sys/socket/sockopt.rs:152:5
- |
- 152 | ($(#[$attr:meta])* $name:ident, SetOnly, $level:expr, $flag:path, u8) => {
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- warning: 3rd rule of macro `sockopt_impl` is never used
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/sys/socket/sockopt.rs:141:5
- |
- 141 | ($(#[$attr:meta])* $name:ident, GetOnly, $level:expr, $flag:path, usize) =>
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fresh diesel_migrations v2.0.0
- Fresh quote v1.0.10
- Fresh cmake v0.1.48
- Compiling structopt-derive v0.4.18
- Compiling mime_classifier v0.0.1
- [libdbus-sys 0.2.2] pkg_config failed: `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" PKG_CONFIG_ALLOW_SYSTEM_LIBS="1" PKG_CONFIG_LIBDIR="/usr/lib" PKG_CONFIG_PATH="" PKG_CONFIG_SYSROOT_DIR="/" "pkg-config" "--libs" "--cflags" "dbus-1" "dbus-1 >= 1.6"` did not exit successfully: exit status: 1
- [libdbus-sys 0.2.2] error: could not find system library 'dbus-1' required by the 'libdbus-sys' crate
- [libdbus-sys 0.2.2]
- [libdbus-sys 0.2.2] --- stderr
- [libdbus-sys 0.2.2] Package dbus-1 was not found in the pkg-config search path.
- [libdbus-sys 0.2.2] Perhaps you should add the directory containing `dbus-1.pc'
- [libdbus-sys 0.2.2] to the PKG_CONFIG_PATH environment variable
- [libdbus-sys 0.2.2] No package 'dbus-1' found
- [libdbus-sys 0.2.2] Package dbus-1 was not found in the pkg-config search path.
- [libdbus-sys 0.2.2] Perhaps you should add the directory containing `dbus-1.pc'
- [libdbus-sys 0.2.2] to the PKG_CONFIG_PATH environment variable
- [libdbus-sys 0.2.2] No package 'dbus-1' found
- [libdbus-sys 0.2.2]
- [libdbus-sys 0.2.2] One possible solution is to check whether packages
- [libdbus-sys 0.2.2] 'libdbus-1-dev' and 'pkg-config' are installed:
- [libdbus-sys 0.2.2] On Ubuntu:
- [libdbus-sys 0.2.2] sudo apt install libdbus-1-dev pkg-config
- [libdbus-sys 0.2.2] On Fedora:
- [libdbus-sys 0.2.2] sudo dnf install dbus-devel pkgconf-pkg-config
- [libdbus-sys 0.2.2]
- [libdbus-sys 0.2.2] thread 'main' panicked at 'explicit panic', /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libdbus-sys-0.2.2/build.rs:16:9
- [libdbus-sys 0.2.2] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- warning: `nix` (lib) generated 5 warnings
- error: failed to run custom build command for `libdbus-sys v0.2.2`
- Caused by:
- process didn't exit successfully: `/home/vladislav/projects/whisperfish/target/release/build/libdbus-sys-e1eb5e0e18ed915e/build-script-build` (exit status: 101)
- --- stdout
- cargo:rerun-if-env-changed=DBUS_1_NO_PKG_CONFIG
- cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_armv7-unknown-linux-gnueabihf
- cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_armv7_unknown_linux_gnueabihf
- cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS
- cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS
- cargo:rerun-if-env-changed=PKG_CONFIG_armv7-unknown-linux-gnueabihf
- cargo:rerun-if-env-changed=PKG_CONFIG_armv7_unknown_linux_gnueabihf
- cargo:rerun-if-env-changed=TARGET_PKG_CONFIG
- cargo:rerun-if-env-changed=PKG_CONFIG
- cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_armv7-unknown-linux-gnueabihf
- cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_armv7_unknown_linux_gnueabihf
- cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR
- cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
- cargo:rerun-if-env-changed=PKG_CONFIG_armv7-unknown-linux-gnueabihf
- cargo:rerun-if-env-changed=PKG_CONFIG_armv7_unknown_linux_gnueabihf
- cargo:rerun-if-env-changed=TARGET_PKG_CONFIG
- cargo:rerun-if-env-changed=PKG_CONFIG
- cargo:rerun-if-env-changed=DBUS_1_STATIC
- cargo:rerun-if-env-changed=DBUS_1_DYNAMIC
- cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
- cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
- cargo:rerun-if-env-changed=PKG_CONFIG_PATH_armv7-unknown-linux-gnueabihf
- cargo:rerun-if-env-changed=PKG_CONFIG_PATH_armv7_unknown_linux_gnueabihf
- cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_PATH
- cargo:rerun-if-env-changed=PKG_CONFIG_PATH
- cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_armv7-unknown-linux-gnueabihf
- cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_armv7_unknown_linux_gnueabihf
- cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_LIBDIR
- cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
- cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_armv7-unknown-linux-gnueabihf
- cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_armv7_unknown_linux_gnueabihf
- cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR
- cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
- --- stderr
- pkg_config failed: `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" PKG_CONFIG_ALLOW_SYSTEM_LIBS="1" PKG_CONFIG_LIBDIR="/usr/lib" PKG_CONFIG_PATH="" PKG_CONFIG_SYSROOT_DIR="/" "pkg-config" "--libs" "--cflags" "dbus-1" "dbus-1 >= 1.6"` did not exit successfully: exit status: 1
- error: could not find system library 'dbus-1' required by the 'libdbus-sys' crate
- --- stderr
- Package dbus-1 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `dbus-1.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'dbus-1' found
- Package dbus-1 was not found in the pkg-config search path.
- Perhaps you should add the directory containing `dbus-1.pc'
- to the PKG_CONFIG_PATH environment variable
- No package 'dbus-1' found
- One possible solution is to check whether packages
- 'libdbus-1-dev' and 'pkg-config' are installed:
- On Ubuntu:
- sudo apt install libdbus-1-dev pkg-config
- On Fedora:
- sudo dnf install dbus-devel pkgconf-pkg-config
- thread 'main' panicked at 'explicit panic', /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libdbus-sys-0.2.2/build.rs:16:9
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
- warning: build failed, waiting for other jobs to finish...
- Running `CARGO=/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=structopt_derive CARGO_MANIFEST_DIR=/home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18 CARGO_PKG_AUTHORS='Guillaume Pinot <texitoi@texitoi.eu>' CARGO_PKG_DESCRIPTION='Parse command line argument by defining a struct, derive crate.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=structopt-derive CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/TeXitoi/structopt' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/vladislav/projects/whisperfish/target/release/deps:/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name structopt_derive --edition=2018 /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=203 --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=off -C metadata=401a283ab1a5677d -C extra-filename=-401a283ab1a5677d --out-dir /home/vladislav/projects/whisperfish/target/release/deps -L dependency=/home/vladislav/projects/whisperfish/target/release/deps --extern heck=/home/vladislav/projects/whisperfish/target/release/deps/libheck-486af500b8ed798a.rlib --extern proc_macro_error=/home/vladislav/projects/whisperfish/target/release/deps/libproc_macro_error-53d29d39fa3813fc.rlib --extern proc_macro2=/home/vladislav/projects/whisperfish/target/release/deps/libproc_macro2-47734509cfeafd8b.rlib --extern quote=/home/vladislav/projects/whisperfish/target/release/deps/libquote-ff74afa7647c8477.rlib --extern syn=/home/vladislav/projects/whisperfish/target/release/deps/libsyn-b6b506e5f52e493e.rlib --extern proc_macro --cap-lints warn`
- Running `CARGO=/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=mime_classifier CARGO_MANIFEST_DIR=/home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_classifier-0.0.1 CARGO_PKG_AUTHORS='The Servo Project Developers:Charles Samborski <demurgos@demurgos.net> (https://demurgos.net)' CARGO_PKG_DESCRIPTION='Servo'\''s MIME Classifier / Media Type sniffer as a Rust library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=mime_classifier CARGO_PKG_README=./README.md CARGO_PKG_REPOSITORY='https://github.com/demurgos/mime_classifier' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.0.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/vladislav/projects/whisperfish/target/release/deps:/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib:/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib' rustc --crate-name mime_classifier --edition=2018 /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_classifier-0.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=203 --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=2 -C metadata=a21a25ca3578cb31 -C extra-filename=-a21a25ca3578cb31 --out-dir /home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps --target armv7-unknown-linux-gnueabihf -L dependency=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps -L dependency=/home/vladislav/projects/whisperfish/target/release/deps --extern 'noprelude:alloc=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/liballoc-f8b2ff8002e4500d.rmeta' --extern 'noprelude:compiler_builtins=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libcompiler_builtins-82cf02ee2d3404e7.rmeta' --extern 'noprelude:core=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libcore-f79abe7c2ac163d2.rmeta' --extern mime=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libmime-852b0b0a8c6dcee6.rmeta --extern 'noprelude:panic_abort=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libpanic_abort-3e5713b2e5d603b7.rmeta' --extern 'noprelude:panic_unwind=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libpanic_unwind-28272e4a34184863.rmeta' --extern 'noprelude:proc_macro=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libproc_macro-fc3834940de29b2b.rmeta' --extern serde=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libserde-b733f00f7fd5c1a8.rmeta --extern 'noprelude:std=/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/deps/libstd-6bb1484addcb891f.rmeta' -Z unstable-options --cap-lints warn`
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/parse.rs:177:28
- |
- 177 | "about" => (Ok(About(name, None))),
- | ^ ^
- |
- = note: `#[warn(unused_parens)]` on by default
- help: remove these parentheses
- |
- 177 - "about" => (Ok(About(name, None))),
- 177 + "about" => Ok(About(name, None)),
- |
- warning: unnecessary parentheses around match arm expression
- --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/parse.rs:178:29
- |
- 178 | "author" => (Ok(Author(name, None))),
- | ^ ^
- |
- help: remove these parentheses
- |
- 178 - "author" => (Ok(Author(name, None))),
- 178 + "author" => Ok(Author(name, None)),
- |
- [sailors 0.1.0]
- [sailors 0.1.0]
- [sailors 0.1.0] error occurred: ToolExecError: Command "arm-linux-gnueabihf-g++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-march=armv7-a" "-mfpu=vfpv3-d16" "-I" "/home/vladislav/.cargo/git/checkouts/sailo-rs-45886fb4e201dd9e/4247d1f" "-I" "/usr/include/x86_64-linux-gnu/qt5" "-I" "/usr/include/sailfishapp/" "-I" "/usr/include/x86_64-linux-gnu/qt5/QtCore" "-Wall" "-Wextra" "-Wno-deprecated-copy" "-std=c++11" "-o" "/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/build/sailors-452dccaa80e9e857/out/rust_cpp/cpp_closures.o" "-c" "/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/build/sailors-452dccaa80e9e857/out/rust_cpp/cpp_closures.cpp" with args "arm-linux-gnueabihf-g++" did not execute successfully (status code exit status: 1).
- [sailors 0.1.0]
- [sailors 0.1.0]
- The following warnings were emitted during compilation:
- warning: src/sailfishapp.rs:18:14: fatal error: sailfishapp.h: Нет такого файла или каталога
- warning: 18 | #include <sailfishapp.h>
- warning: | ^~~~~~~~~~~~~~~
- warning: compilation terminated.
- error: failed to run custom build command for `sailors v0.1.0 (https://gitlab.com/whisperfish/sailo-rs.git#4247d1f1)`
- Caused by:
- process didn't exit successfully: `/home/vladislav/projects/whisperfish/target/release/build/sailors-6a24ac568a539a7c/build-script-build` (exit status: 1)
- --- stdout
- cargo:rerun-if-changed=src/sailfishapp.rs
- TARGET = Some("armv7-unknown-linux-gnueabihf")
- OPT_LEVEL = Some("3")
- HOST = Some("x86_64-unknown-linux-gnu")
- cargo:rerun-if-env-changed=CXX_armv7-unknown-linux-gnueabihf
- CXX_armv7-unknown-linux-gnueabihf = None
- cargo:rerun-if-env-changed=CXX_armv7_unknown_linux_gnueabihf
- CXX_armv7_unknown_linux_gnueabihf = None
- cargo:rerun-if-env-changed=TARGET_CXX
- TARGET_CXX = None
- cargo:rerun-if-env-changed=CXX
- CXX = None
- RUSTC_LINKER = None
- cargo:rerun-if-env-changed=CROSS_COMPILE
- CROSS_COMPILE = None
- cargo:rerun-if-env-changed=CXXFLAGS_armv7-unknown-linux-gnueabihf
- CXXFLAGS_armv7-unknown-linux-gnueabihf = None
- cargo:rerun-if-env-changed=CXXFLAGS_armv7_unknown_linux_gnueabihf
- CXXFLAGS_armv7_unknown_linux_gnueabihf = None
- cargo:rerun-if-env-changed=TARGET_CXXFLAGS
- TARGET_CXXFLAGS = None
- cargo:rerun-if-env-changed=CXXFLAGS
- CXXFLAGS = None
- cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
- CRATE_CC_NO_DEFAULTS = None
- DEBUG = Some("true")
- CARGO_CFG_TARGET_FEATURE = Some("aclass,dsp,thumb2,v5te,v6,v6k,v6t2,v7,vfp2")
- cargo:rerun-if-env-changed=CXX_armv7-unknown-linux-gnueabihf
- CXX_armv7-unknown-linux-gnueabihf = None
- cargo:rerun-if-env-changed=CXX_armv7_unknown_linux_gnueabihf
- CXX_armv7_unknown_linux_gnueabihf = None
- cargo:rerun-if-env-changed=TARGET_CXX
- TARGET_CXX = None
- cargo:rerun-if-env-changed=CXX
- CXX = None
- RUSTC_LINKER = None
- cargo:rerun-if-env-changed=CROSS_COMPILE
- CROSS_COMPILE = None
- cargo:rerun-if-env-changed=CXXFLAGS_armv7-unknown-linux-gnueabihf
- CXXFLAGS_armv7-unknown-linux-gnueabihf = None
- cargo:rerun-if-env-changed=CXXFLAGS_armv7_unknown_linux_gnueabihf
- CXXFLAGS_armv7_unknown_linux_gnueabihf = None
- cargo:rerun-if-env-changed=TARGET_CXXFLAGS
- TARGET_CXXFLAGS = None
- cargo:rerun-if-env-changed=CXXFLAGS
- CXXFLAGS = None
- cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
- CRATE_CC_NO_DEFAULTS = None
- CARGO_CFG_TARGET_FEATURE = Some("aclass,dsp,thumb2,v5te,v6,v6k,v6t2,v7,vfp2")
- running: "arm-linux-gnueabihf-g++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-march=armv7-a" "-mfpu=vfpv3-d16" "-I" "/home/vladislav/.cargo/git/checkouts/sailo-rs-45886fb4e201dd9e/4247d1f" "-I" "/usr/include/x86_64-linux-gnu/qt5" "-I" "/usr/include/sailfishapp/" "-I" "/usr/include/x86_64-linux-gnu/qt5/QtCore" "-Wall" "-Wextra" "-Wno-deprecated-copy" "-std=c++11" "-o" "/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/build/sailors-452dccaa80e9e857/out/rust_cpp/cpp_closures.o" "-c" "/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/build/sailors-452dccaa80e9e857/out/rust_cpp/cpp_closures.cpp"
- cargo:warning=src/sailfishapp.rs:18:14: fatal error: sailfishapp.h: Нет такого файла или каталога
- cargo:warning= 18 | #include <sailfishapp.h>
- cargo:warning= | ^~~~~~~~~~~~~~~
- cargo:warning=compilation terminated.
- exit status: 1
- --- stderr
- error occurred: ToolExecError: Command "arm-linux-gnueabihf-g++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-march=armv7-a" "-mfpu=vfpv3-d16" "-I" "/home/vladislav/.cargo/git/checkouts/sailo-rs-45886fb4e201dd9e/4247d1f" "-I" "/usr/include/x86_64-linux-gnu/qt5" "-I" "/usr/include/sailfishapp/" "-I" "/usr/include/x86_64-linux-gnu/qt5/QtCore" "-Wall" "-Wextra" "-Wno-deprecated-copy" "-std=c++11" "-o" "/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/build/sailors-452dccaa80e9e857/out/rust_cpp/cpp_closures.o" "-c" "/home/vladislav/projects/whisperfish/target/armv7-unknown-linux-gnueabihf/release/build/sailors-452dccaa80e9e857/out/rust_cpp/cpp_closures.cpp" with args "arm-linux-gnueabihf-g++" did not execute successfully (status code exit status: 1).
- warning: `structopt-derive` (lib) generated 2 warnings
Add Comment
Please, Sign In to add comment