vladislav_larionov

sailfish_dbus_problems

Apr 14th, 2023 (edited)
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 136.86 KB | None | 0 0
  1. 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
  2. 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
  3.   See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature.
  4. 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
  5.   See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature.
  6. 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
  7.   See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature.
  8. 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
  9.   See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature.
  10. 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
  11.   See https://doc.rust-lang.org/nightly/cargo/reference/profiles.html#strip-option for more information about using this feature.
  12.        Fresh core v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
  13.        Fresh unicode-xid v0.2.4
  14.        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)
  15.        Fresh version_check v0.9.4
  16.        Fresh autocfg v1.1.0
  17.        Fresh compiler_builtins v0.1.91
  18.        Fresh alloc v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/alloc)
  19.        Fresh rustc-demangle v0.1.21
  20.        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)
  21.        Fresh unwind v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
  22.        Fresh panic_abort v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_abort)
  23.        Fresh syn v1.0.80
  24.        Fresh gimli v0.26.2
  25.        Fresh object v0.29.0
  26.        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)
  27.        Fresh miniz_oxide v0.5.3
  28.        Fresh panic_unwind v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/panic_unwind)
  29.        Fresh hashbrown v0.12.3
  30. warning: `extern crate` is not idiomatic in the new edition
  31.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs:46:1
  32.    |
  33. 46 | extern crate alloc;
  34.    | ^^^^^^^^^^^^^^^^^^^
  35.    |
  36. note: the lint level is defined here
  37.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs:39:9
  38.    |
  39. 39 | #![warn(rust_2018_idioms)]
  40.    |         ^^^^^^^^^^^^^^^^
  41.    = note: `#[warn(unused_extern_crates)]` implied by `#[warn(rust_2018_idioms)]`
  42. help: convert it to a `use`
  43.    |
  44. 46 | use alloc;
  45.    | ~~~
  46.  
  47. warning: the feature `nonnull_slice_from_raw_parts` has been stable since 1.70.0-nightly and no longer requires an attribute to enable
  48.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs:23:9
  49.    |
  50. 23 |         nonnull_slice_from_raw_parts,
  51.    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  52.    |
  53.    = note: `#[warn(stable_features)]` on by default
  54.  
  55.        Fresh serde_derive v1.0.136
  56. warning: `hashbrown` (lib) generated 2 warnings
  57.        Fresh addr2line v0.17.0
  58.        Fresh std v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std)
  59.        Fresh cpp_common v0.5.7
  60.        Fresh thiserror-impl v1.0.37
  61.        Fresh which v4.3.0
  62.        Fresh proc_macro v0.0.0 (/home/vladislav/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/proc_macro)
  63.        Fresh libc v0.2.140
  64.        Fresh cfg-if v1.0.0
  65.        Fresh typenum v1.15.0
  66.        Fresh memchr v2.5.0
  67.        Fresh subtle v2.4.1
  68. warning: `#[inline]` is ignored on function prototypes
  69.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.4.1/src/lib.rs:260:5
  70.     |
  71. 260 |     #[inline]
  72.     |     ^^^^^^^^^
  73.     |
  74.     = note: `#[warn(unused_attributes)]` on by default
  75.  
  76. warning: `#[inline]` is ignored on function prototypes
  77.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.4.1/src/lib.rs:383:5
  78.     |
  79. 383 |     #[inline]
  80.     |     ^^^^^^^^^
  81.  
  82. warning: `#[inline]` is ignored on function prototypes
  83.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.4.1/src/lib.rs:533:5
  84.     |
  85. 533 |     #[inline]
  86.     |     ^^^^^^^^^
  87.  
  88.        Fresh pin-project-lite v0.2.9
  89.        Fresh serde v1.0.136
  90.        Fresh bytes v1.3.0
  91.        Fresh futures-core v0.3.25
  92.        Fresh smallvec v1.10.0
  93. warning: `subtle` (lib) generated 3 warnings
  94.        Fresh generic-array v0.14.6
  95.        Fresh futures-sink v0.3.25
  96.        Fresh scopeguard v1.1.0
  97.        Fresh parking_lot_core v0.9.4
  98. warning: unused return value of `Box::<T>::from_raw` that must be used
  99.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.4/src/parking_lot.rs:251:17
  100.     |
  101. 251 |                 Box::from_raw(new_table);
  102.     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
  103.     |
  104.     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
  105.     = note: `#[warn(unused_must_use)]` on by default
  106. help: use `let _ = ...` to ignore the resulting value
  107.     |
  108. 251 |                 let _ = Box::from_raw(new_table);
  109.     |                 +++++++
  110.  
  111.        Fresh socket2 v0.4.7
  112.        Fresh signal-hook-registry v1.4.0
  113. warning: `parking_lot_core` (lib) generated 1 warning
  114.        Fresh lock_api v0.4.9
  115.        Fresh mio v0.8.5
  116.        Fresh bitflags v1.3.2
  117.        Fresh futures-task v0.3.25
  118.        Fresh futures-channel v0.3.25
  119.        Fresh getrandom v0.2.8
  120.        Fresh parking_lot v0.12.1
  121. warning: use of deprecated associated function `core::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
  122.     --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.1/src/map.rs:1409:31
  123.      |
  124. 1409 |         std::array::IntoIter::new(arr).collect()
  125.      |                               ^^^
  126.      |
  127.      = note: `#[warn(deprecated)]` on by default
  128.  
  129. warning: use of deprecated associated function `core::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
  130.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.8.1/src/set.rs:906:31
  131.     |
  132. 906 |         std::array::IntoIter::new(arr).collect()
  133.     |                               ^^^
  134.  
  135.        Fresh slab v0.4.7
  136.        Fresh pin-utils v0.1.0
  137.        Fresh opaque-debug v0.3.0
  138.        Fresh futures-io v0.3.25
  139.        Fresh cpp_build v0.5.7
  140.        Fresh futures-macro v0.3.25
  141. warning: `indexmap` (lib) generated 2 warnings
  142.        Fresh tokio v1.22.0
  143.        Fresh fixedbitset v0.4.2
  144.        Fresh futures-util v0.3.25
  145.        Fresh getrandom v0.1.16
  146.        Fresh num-traits v0.2.15
  147.        Fresh cipher v0.3.0
  148.        Fresh crypto-common v0.1.6
  149.        Fresh block-buffer v0.10.3
  150.        Fresh petgraph v0.6.2
  151. warning: field `first_error` is never read
  152.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.2/src/csr.rs:134:5
  153.     |
  154. 133 | pub struct EdgesNotSorted {
  155.     |            -------------- field in this struct
  156. 134 |     first_error: (usize, usize),
  157.     |     ^^^^^^^^^^^
  158.     |
  159.     = note: `EdgesNotSorted` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
  160.     = note: `#[warn(dead_code)]` on by default
  161.  
  162.        Fresh log v0.4.17
  163.        Fresh digest v0.9.0
  164.        Fresh synstructure v0.12.6
  165. warning: unnecessary parentheses around match arm expression
  166.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs:625:21
  167.     |
  168. 625 |         "x86_64" => ("win64"),
  169.     |                     ^       ^
  170.     |
  171.     = note: `#[warn(unused_parens)]` on by default
  172. help: remove these parentheses
  173.     |
  174. 625 -         "x86_64" => ("win64"),
  175. 625 +         "x86_64" => "win64",
  176.     |
  177.  
  178. warning: unnecessary parentheses around match arm expression
  179.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs:626:18
  180.     |
  181. 626 |         "x86" => ("win32"),
  182.     |                  ^       ^
  183.     |
  184. help: remove these parentheses
  185.     |
  186. 626 -         "x86" => ("win32"),
  187. 626 +         "x86" => "win32",
  188.     |
  189.  
  190.        Fresh multimap v0.8.3
  191.        Fresh rand_core v0.5.1
  192. warning: `petgraph` (lib) generated 1 warning
  193. warning: `ring` (build script) generated 2 warnings
  194.        Fresh num-integer v0.1.45
  195.        Fresh zeroize_derive v1.3.2
  196.        Fresh digest v0.10.6
  197.        Fresh ppv-lite86 v0.2.17
  198.        Fresh itoa v1.0.4
  199.        Fresh prost-derive v0.10.1
  200.        Fresh pkg-config v0.3.26
  201.        Fresh spin v0.5.2
  202. warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  203.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/mutex.rs:1:48
  204.   |
  205. 1 | use core::sync::atomic::{AtomicBool, Ordering, spin_loop_hint as cpu_relax};
  206.   |                                                ^^^^^^^^^^^^^^
  207.   |
  208.   = note: `#[warn(deprecated)]` on by default
  209.  
  210. warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  211.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/mutex.rs:136:17
  212.     |
  213. 136 |                 cpu_relax();
  214.     |                 ^^^^^^^^^
  215.  
  216. warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  217.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/rw_lock.rs:8:26
  218.   |
  219. 8 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering};
  220.   |                          ^^^^^^^^^^^^^^
  221.  
  222. warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  223.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/rw_lock.rs:170:25
  224.     |
  225. 170 |                 None => cpu_relax(),
  226.     |                         ^^^^^^^^^
  227.  
  228. warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  229.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/rw_lock.rs:284:25
  230.     |
  231. 284 |                 None => cpu_relax(),
  232.     |                         ^^^^^^^^^
  233.  
  234. warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  235.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/rw_lock.rs:320:25
  236.     |
  237. 320 |                 None => cpu_relax(),
  238.     |                         ^^^^^^^^^
  239.  
  240. warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  241.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/rw_lock.rs:404:13
  242.     |
  243. 404 |             cpu_relax();
  244.     |             ^^^^^^^^^
  245.  
  246. warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  247.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/once.rs:2:49
  248.   |
  249. 2 | use core::sync::atomic::{AtomicUsize, Ordering, spin_loop_hint as cpu_relax};
  250.   |                                                 ^^^^^^^^^^^^^^
  251.  
  252. warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  253.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/once.rs:125:21
  254.     |
  255. 125 |                     cpu_relax();
  256.     |                     ^^^^^^^^^
  257.  
  258. warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  259.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/once.rs:149:31
  260.     |
  261. 149 |                 RUNNING    => cpu_relax(), // We spin
  262.     |                               ^^^^^^^^^
  263.  
  264. warning: use of deprecated method `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
  265.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/mutex.rs:131:25
  266.     |
  267. 131 |         while self.lock.compare_and_swap(false, true, Ordering::Acquire) != false
  268.     |                         ^^^^^^^^^^^^^^^^
  269.  
  270. warning: use of deprecated method `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
  271.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/mutex.rs:181:22
  272.     |
  273. 181 |         if self.lock.compare_and_swap(false, true, Ordering::Acquire) == false
  274.     |                      ^^^^^^^^^^^^^^^^
  275.  
  276. warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
  277.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/once.rs:104:33
  278.     |
  279. 104 |             status = self.state.compare_and_swap(INCOMPLETE,
  280.     |                                 ^^^^^^^^^^^^^^^^
  281.  
  282. warning: `spin` (lib) generated 13 warnings
  283.        Fresh zeroize v1.3.0
  284.        Fresh semver v1.0.14
  285.        Fresh fnv v1.0.7
  286.        Fresh ryu v1.0.11
  287.        Fresh untrusted v0.7.1
  288.        Fresh prost-derive v0.9.0
  289.        Fresh unicode-segmentation v1.10.0
  290.        Fresh ring v0.16.20
  291. warning: unused doc comment
  292.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/aead/chacha.rs:110:9
  293.     |
  294. 110 | / ...   /// XXX: Although this takes an `Iv`, this actually uses it like a
  295. 111 | | ...   /// `Counter`.
  296.     | |____________________^
  297. 112 | / ...   extern "C" {
  298. 113 | | ...       fn GFp_ChaCha20_ctr32(
  299. 114 | | ...           out: *mut u8,
  300. 115 | | ...           in_: *const u8,
  301. ...   |
  302. 119 | | ...       );
  303. 120 | | ...   }
  304.     | |_______- rustdoc does not generate documentation for extern blocks
  305.     |
  306.     = help: use `//` for a plain comment
  307.     = note: `#[warn(unused_doc_comments)]` on by default
  308.  
  309. warning: field `cpu_features` is never read
  310.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/digest.rs:49:5
  311.    |
  312. 38 | pub(crate) struct BlockContext {
  313.    |                   ------------ field in this struct
  314. ...
  315. 49 |     cpu_features: cpu::Features,
  316.    |     ^^^^^^^^^^^^
  317.    |
  318.    = note: `BlockContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
  319.    = note: `#[warn(dead_code)]` on by default
  320.  
  321.        Fresh thiserror v1.0.37
  322.        Fresh universal-hash v0.4.1
  323.        Fresh tracing-core v0.1.30
  324. 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
  325.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.30/src/lib.rs:132:5
  326.     |
  327. 132 |     const_err,
  328.     |     ^^^^^^^^^
  329.     |
  330.     = note: `#[warn(renamed_and_removed_lints)]` on by default
  331.  
  332.        Fresh crypto-mac v0.11.1
  333.        Fresh lazy_static v1.4.0
  334.        Fresh percent-encoding v2.2.0
  335. warning: `ring` (lib) generated 2 warnings
  336. warning: `tracing-core` (lib) generated 1 warning
  337.        Fresh heck v0.3.3
  338.        Fresh tracing v0.1.37
  339. 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
  340.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs:914:5
  341.     |
  342. 914 |     const_err,
  343.     |     ^^^^^^^^^
  344.     |
  345.     = note: `#[warn(renamed_and_removed_lints)]` on by default
  346.  
  347.        Fresh polyval v0.5.3
  348.        Fresh prost-types v0.10.1
  349.        Fresh ctr v0.8.0
  350. warning: `tracing` (lib) generated 1 warning
  351.        Fresh crc32fast v1.3.2
  352.        Fresh rand_core v0.6.4
  353.        Fresh block-buffer v0.9.0
  354.        Fresh linked-hash-map v0.5.6
  355. warning: unused return value of `Box::<T>::from_raw` that must be used
  356.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs:165:13
  357.     |
  358. 165 |             Box::from_raw(cur);
  359.     |             ^^^^^^^^^^^^^^^^^^
  360.     |
  361.     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
  362.     = note: `#[warn(unused_must_use)]` on by default
  363. help: use `let _ = ...` to ignore the resulting value
  364.     |
  365. 165 |             let _ = Box::from_raw(cur);
  366.     |             +++++++
  367.  
  368. warning: unused return value of `Box::<T>::from_raw` that must be used
  369.     --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs:1300:17
  370.      |
  371. 1300 |                 Box::from_raw(self.tail);
  372.      |                 ^^^^^^^^^^^^^^^^^^^^^^^^
  373.      |
  374.      = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
  375. help: use `let _ = ...` to ignore the resulting value
  376.      |
  377. 1300 |                 let _ = Box::from_raw(self.tail);
  378.      |                 +++++++
  379.  
  380.        Fresh adler v1.0.2
  381.        Fresh heck v0.4.0
  382. warning: `linked-hash-map` (lib) generated 2 warnings
  383. warning: In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractitemmodel.h:43,
  384. warning:                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QModelIndex:1,
  385. warning:                  from src/lib.rs:177:
  386. warning: /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h: In constructor ‘QVariant::QVariant(QVariant&&)’:
  387. 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]
  388. warning:   275 |     { other.d = Private(); }
  389. warning:       |                         ^
  390. 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&)
  391. warning:   401 |         inline Private(const Private &other) Q_DECL_NOTHROW
  392. warning:       |                ^~~~~~~
  393. 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
  394.  
  395. 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>.
  396.        Fresh miniz_oxide v0.6.2
  397.        Fresh prost-build v0.10.4
  398.        Fresh proc-macro-error-attr v1.0.4
  399.        Fresh tokio-util v0.7.4
  400.        Fresh aes v0.7.5
  401.        Fresh prost-types v0.9.0
  402.        Fresh webpki v0.22.0
  403.        Fresh hmac v0.11.0
  404.        Fresh curve25519-dalek v3.2.1 (https://github.com/signalapp/curve25519-dalek?branch=lizard2#4f0aa665)
  405.        Fresh http v0.2.8
  406.        Fresh tokio-util v0.6.10
  407.        Fresh aead v0.4.3
  408.        Fresh time v0.1.45
  409.        Fresh local-waker v0.1.3
  410.        Fresh tinyvec_macros v0.1.0
  411.        Fresh either v1.8.0
  412.        Fresh alloc-no-stdlib v2.0.4
  413.        Fresh iana-time-zone v0.1.53
  414.        Fresh hashbrown v0.11.2
  415.        Fresh mime v0.3.16
  416.        Fresh actix-macros v0.2.3
  417.        Fresh once_cell v1.14.0
  418.        Fresh byteorder v1.4.3
  419.        Fresh vcpkg v0.2.15
  420. warning: unnecessary parentheses around match arm expression
  421.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:34:44
  422.    |
  423. 34 |                     x @ _ if x <= 0x2e  => (from | 1),
  424.    |                                            ^        ^
  425.    |
  426.    = note: `#[warn(unused_parens)]` on by default
  427. help: remove these parentheses
  428.    |
  429. 34 -                     x @ _ if x <= 0x2e  => (from | 1),
  430. 34 +                     x @ _ if x <= 0x2e  => from | 1,
  431.    |
  432.  
  433. warning: unnecessary parentheses around match arm expression
  434.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:36:57
  435.    |
  436. 36 |                     x @ _ if 0x32 <= x && x <= 0x36  => (from | 1),
  437.    |                                                         ^        ^
  438.    |
  439. help: remove these parentheses
  440.    |
  441. 36 -                     x @ _ if 0x32 <= x && x <= 0x36  => (from | 1),
  442. 36 +                     x @ _ if 0x32 <= x && x <= 0x36  => from | 1,
  443.    |
  444.  
  445. warning: unnecessary parentheses around match arm expression
  446.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:37:57
  447.    |
  448. 37 |                     x @ _ if 0x39 <= x && x <= 0x47  => ((from+1) & !1),
  449.    |                                                         ^             ^
  450.    |
  451. help: remove these parentheses
  452.    |
  453. 37 -                     x @ _ if 0x39 <= x && x <= 0x47  => ((from+1) & !1),
  454. 37 +                     x @ _ if 0x39 <= x && x <= 0x47  => (from+1) & !1,
  455.    |
  456.  
  457. warning: unnecessary parentheses around match arm expression
  458.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:39:57
  459.    |
  460. 39 |                     x @ _ if 0x4a <= x && x <= 0x76  => (from | 1),
  461.    |                                                         ^        ^
  462.    |
  463. help: remove these parentheses
  464.    |
  465. 39 -                     x @ _ if 0x4a <= x && x <= 0x76  => (from | 1),
  466. 39 +                     x @ _ if 0x4a <= x && x <= 0x76  => from | 1,
  467.    |
  468.  
  469. warning: unnecessary parentheses around match arm expression
  470.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:41:57
  471.    |
  472. 41 |                     x @ _ if 0x79 <= x && x <= 0x7d  => ((from+1) & !1),
  473.    |                                                         ^             ^
  474.    |
  475. help: remove these parentheses
  476.    |
  477. 41 -                     x @ _ if 0x79 <= x && x <= 0x7d  => ((from+1) & !1),
  478. 41 +                     x @ _ if 0x79 <= x && x <= 0x7d  => (from+1) & !1,
  479.    |
  480.  
  481. warning: unnecessary parentheses around match arm expression
  482.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:44:57
  483.    |
  484. 44 |                     x @ _ if 0x82 <= x && x <= 0x84  => (from | 1),
  485.    |                                                         ^        ^
  486.    |
  487. help: remove these parentheses
  488.    |
  489. 44 -                     x @ _ if 0x82 <= x && x <= 0x84  => (from | 1),
  490. 44 +                     x @ _ if 0x82 <= x && x <= 0x84  => from | 1,
  491.    |
  492.  
  493. warning: unnecessary parentheses around match arm expression
  494.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:61:57
  495.    |
  496. 61 |                     x @ _ if 0xa0 <= x && x <= 0xa4  => (from | 1),
  497.    |                                                         ^        ^
  498.    |
  499. help: remove these parentheses
  500.    |
  501. 61 -                     x @ _ if 0xa0 <= x && x <= 0xa4  => (from | 1),
  502. 61 +                     x @ _ if 0xa0 <= x && x <= 0xa4  => from | 1,
  503.    |
  504.  
  505. warning: unnecessary parentheses around match arm expression
  506.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:69:57
  507.    |
  508. 69 |                     x @ _ if 0xb3 <= x && x <= 0xb5  => ((from+1) & !1),
  509.    |                                                         ^             ^
  510.    |
  511. help: remove these parentheses
  512.    |
  513. 69 -                     x @ _ if 0xb3 <= x && x <= 0xb5  => ((from+1) & !1),
  514. 69 +                     x @ _ if 0xb3 <= x && x <= 0xb5  => (from+1) & !1,
  515.    |
  516.  
  517. warning: unnecessary parentheses around match arm expression
  518.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:78:57
  519.    |
  520. 78 |                     x @ _ if 0xcb <= x && x <= 0xdb  => ((from+1) & !1),
  521.    |                                                         ^             ^
  522.    |
  523. help: remove these parentheses
  524.    |
  525. 78 -                     x @ _ if 0xcb <= x && x <= 0xdb  => ((from+1) & !1),
  526. 78 +                     x @ _ if 0xcb <= x && x <= 0xdb  => (from+1) & !1,
  527.    |
  528.  
  529. warning: unnecessary parentheses around match arm expression
  530.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:79:57
  531.    |
  532. 79 |                     x @ _ if 0xde <= x && x <= 0xee  => (from | 1),
  533.    |                                                         ^        ^
  534.    |
  535. help: remove these parentheses
  536.    |
  537. 79 -                     x @ _ if 0xde <= x && x <= 0xee  => (from | 1),
  538. 79 +                     x @ _ if 0xde <= x && x <= 0xee  => from | 1,
  539.    |
  540.  
  541. warning: unnecessary parentheses around match arm expression
  542.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:82:57
  543.    |
  544. 82 |                     x @ _ if 0xf2 <= x && x <= 0xf4  => (from | 1),
  545.    |                                                         ^        ^
  546.    |
  547. help: remove these parentheses
  548.    |
  549. 82 -                     x @ _ if 0xf2 <= x && x <= 0xf4  => (from | 1),
  550. 82 +                     x @ _ if 0xf2 <= x && x <= 0xf4  => from | 1,
  551.    |
  552.  
  553. warning: unnecessary parentheses around match arm expression
  554.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:85:44
  555.    |
  556. 85 |                     x @ _ if 0xf8 <= x  => (from | 1),
  557.    |                                            ^        ^
  558.    |
  559. help: remove these parentheses
  560.    |
  561. 85 -                     x @ _ if 0xf8 <= x  => (from | 1),
  562. 85 +                     x @ _ if 0xf8 <= x  => from | 1,
  563.    |
  564.  
  565. warning: unnecessary parentheses around match arm expression
  566.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:91:44
  567.    |
  568. 91 |                     x @ _ if x <= 0x1e  => (from | 1),
  569.    |                                            ^        ^
  570.    |
  571. help: remove these parentheses
  572.    |
  573. 91 -                     x @ _ if x <= 0x1e  => (from | 1),
  574. 91 +                     x @ _ if x <= 0x1e  => from | 1,
  575.    |
  576.  
  577. warning: unnecessary parentheses around match arm expression
  578.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:93:57
  579.    |
  580. 93 |                     x @ _ if 0x22 <= x && x <= 0x32  => (from | 1),
  581.    |                                                         ^        ^
  582.    |
  583. help: remove these parentheses
  584.    |
  585. 93 -                     x @ _ if 0x22 <= x && x <= 0x32  => (from | 1),
  586. 93 +                     x @ _ if 0x22 <= x && x <= 0x32  => from | 1,
  587.    |
  588.  
  589. warning: unnecessary parentheses around match arm expression
  590.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:102:57
  591.     |
  592. 102 |                     x @ _ if 0x46 <= x && x <= 0x4e  => (from | 1),
  593.     |                                                         ^        ^
  594.     |
  595. help: remove these parentheses
  596.     |
  597. 102 -                     x @ _ if 0x46 <= x && x <= 0x4e  => (from | 1),
  598. 102 +                     x @ _ if 0x46 <= x && x <= 0x4e  => from | 1,
  599.     |
  600.  
  601. warning: unnecessary parentheses around match arm expression
  602.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:109:57
  603.     |
  604. 109 |                     x @ _ if 0x70 <= x && x <= 0x72  => (from | 1),
  605.     |                                                         ^        ^
  606.     |
  607. help: remove these parentheses
  608.     |
  609. 109 -                     x @ _ if 0x70 <= x && x <= 0x72  => (from | 1),
  610. 109 +                     x @ _ if 0x70 <= x && x <= 0x72  => from | 1,
  611.     |
  612.  
  613. warning: unnecessary parentheses around match arm expression
  614.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:126:57
  615.     |
  616. 126 |                     x @ _ if 0xd8 <= x && x <= 0xee  => (from | 1),
  617.     |                                                         ^        ^
  618.     |
  619. help: remove these parentheses
  620.     |
  621. 126 -                     x @ _ if 0xd8 <= x && x <= 0xee  => (from | 1),
  622. 126 +                     x @ _ if 0xd8 <= x && x <= 0xee  => from | 1,
  623.     |
  624.  
  625. warning: unnecessary parentheses around match arm expression
  626.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:142:57
  627.     |
  628. 142 |                     x @ _ if 0x60 <= x && x <= 0x80  => (from | 1),
  629.     |                                                         ^        ^
  630.     |
  631. help: remove these parentheses
  632.     |
  633. 142 -                     x @ _ if 0x60 <= x && x <= 0x80  => (from | 1),
  634. 142 +                     x @ _ if 0x60 <= x && x <= 0x80  => from | 1,
  635.     |
  636.  
  637. warning: unnecessary parentheses around match arm expression
  638.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:143:57
  639.     |
  640. 143 |                     x @ _ if 0x8a <= x && x <= 0xbe  => (from | 1),
  641.     |                                                         ^        ^
  642.     |
  643. help: remove these parentheses
  644.     |
  645. 143 -                     x @ _ if 0x8a <= x && x <= 0xbe  => (from | 1),
  646. 143 +                     x @ _ if 0x8a <= x && x <= 0xbe  => from | 1,
  647.     |
  648.  
  649. warning: unnecessary parentheses around match arm expression
  650.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:145:57
  651.     |
  652. 145 |                     x @ _ if 0xc1 <= x && x <= 0xcd  => ((from+1) & !1),
  653.     |                                                         ^             ^
  654.     |
  655. help: remove these parentheses
  656.     |
  657. 145 -                     x @ _ if 0xc1 <= x && x <= 0xcd  => ((from+1) & !1),
  658. 145 +                     x @ _ if 0xc1 <= x && x <= 0xcd  => (from+1) & !1,
  659.     |
  660.  
  661. warning: unnecessary parentheses around match arm expression
  662.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:146:44
  663.     |
  664. 146 |                     x @ _ if 0xd0 <= x  => (from | 1),
  665.     |                                            ^        ^
  666.     |
  667. help: remove these parentheses
  668.     |
  669. 146 -                     x @ _ if 0xd0 <= x  => (from | 1),
  670. 146 +                     x @ _ if 0xd0 <= x  => from | 1,
  671.     |
  672.  
  673. warning: unnecessary parentheses around match arm expression
  674.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:152:44
  675.     |
  676. 152 |                     x @ _ if x <= 0x2e  => (from | 1),
  677.     |                                            ^        ^
  678.     |
  679. help: remove these parentheses
  680.     |
  681. 152 -                     x @ _ if x <= 0x2e  => (from | 1),
  682. 152 +                     x @ _ if x <= 0x2e  => from | 1,
  683.     |
  684.  
  685. warning: unnecessary parentheses around match arm expression
  686.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:252:44
  687.     |
  688. 252 |                     x @ _ if x <= 0x94  => (from | 1),
  689.     |                                            ^        ^
  690.     |
  691. help: remove these parentheses
  692.     |
  693. 252 -                     x @ _ if x <= 0x94  => (from | 1),
  694. 252 +                     x @ _ if x <= 0x94  => from | 1,
  695.     |
  696.  
  697. warning: unnecessary parentheses around match arm expression
  698.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:260:57
  699.     |
  700. 260 |                     x @ _ if 0xa0 <= x && x <= 0xfe  => (from | 1),
  701.     |                                                         ^        ^
  702.     |
  703. help: remove these parentheses
  704.     |
  705. 260 -                     x @ _ if 0xa0 <= x && x <= 0xfe  => (from | 1),
  706. 260 +                     x @ _ if 0xa0 <= x && x <= 0xfe  => from | 1,
  707.     |
  708.  
  709. warning: unnecessary parentheses around match arm expression
  710.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:420:57
  711.     |
  712. 420 |                     x @ _ if 0x67 <= x && x <= 0x6b  => ((from+1) & !1),
  713.     |                                                         ^             ^
  714.     |
  715. help: remove these parentheses
  716.     |
  717. 420 -                     x @ _ if 0x67 <= x && x <= 0x6b  => ((from+1) & !1),
  718. 420 +                     x @ _ if 0x67 <= x && x <= 0x6b  => (from+1) & !1,
  719.     |
  720.  
  721. warning: unnecessary parentheses around match arm expression
  722.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:428:57
  723.     |
  724. 428 |                     x @ _ if 0x80 <= x && x <= 0xe2  => (from | 1),
  725.     |                                                         ^        ^
  726.     |
  727. help: remove these parentheses
  728.     |
  729. 428 -                     x @ _ if 0x80 <= x && x <= 0xe2  => (from | 1),
  730. 428 +                     x @ _ if 0x80 <= x && x <= 0xe2  => from | 1,
  731.     |
  732.  
  733. warning: unnecessary parentheses around match arm expression
  734.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:429:57
  735.     |
  736. 429 |                     x @ _ if 0xeb <= x && x <= 0xed  => ((from+1) & !1),
  737.     |                                                         ^             ^
  738.     |
  739. help: remove these parentheses
  740.     |
  741. 429 -                     x @ _ if 0xeb <= x && x <= 0xed  => ((from+1) & !1),
  742. 429 +                     x @ _ if 0xeb <= x && x <= 0xed  => (from+1) & !1,
  743.     |
  744.  
  745. warning: unnecessary parentheses around match arm expression
  746.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:439:53
  747.     |
  748. 439 |             x @ _ if 0xa640 <= x && x <= 0xa66c  => (from | 1),
  749.     |                                                     ^        ^
  750.     |
  751. help: remove these parentheses
  752.     |
  753. 439 -             x @ _ if 0xa640 <= x && x <= 0xa66c  => (from | 1),
  754. 439 +             x @ _ if 0xa640 <= x && x <= 0xa66c  => from | 1,
  755.     |
  756.  
  757. warning: unnecessary parentheses around match arm expression
  758.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:440:53
  759.     |
  760. 440 |             x @ _ if 0xa680 <= x && x <= 0xa69a  => (from | 1),
  761.     |                                                     ^        ^
  762.     |
  763. help: remove these parentheses
  764.     |
  765. 440 -             x @ _ if 0xa680 <= x && x <= 0xa69a  => (from | 1),
  766. 440 +             x @ _ if 0xa680 <= x && x <= 0xa69a  => from | 1,
  767.     |
  768.  
  769. warning: unnecessary parentheses around match arm expression
  770.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:441:53
  771.     |
  772. 441 |             x @ _ if 0xa722 <= x && x <= 0xa72e  => (from | 1),
  773.     |                                                     ^        ^
  774.     |
  775. help: remove these parentheses
  776.     |
  777. 441 -             x @ _ if 0xa722 <= x && x <= 0xa72e  => (from | 1),
  778. 441 +             x @ _ if 0xa722 <= x && x <= 0xa72e  => from | 1,
  779.     |
  780.  
  781. warning: unnecessary parentheses around match arm expression
  782.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:442:53
  783.     |
  784. 442 |             x @ _ if 0xa732 <= x && x <= 0xa76e  => (from | 1),
  785.     |                                                     ^        ^
  786.     |
  787. help: remove these parentheses
  788.     |
  789. 442 -             x @ _ if 0xa732 <= x && x <= 0xa76e  => (from | 1),
  790. 442 +             x @ _ if 0xa732 <= x && x <= 0xa76e  => from | 1,
  791.     |
  792.  
  793. warning: unnecessary parentheses around match arm expression
  794.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:443:53
  795.     |
  796. 443 |             x @ _ if 0xa779 <= x && x <= 0xa77b  => ((from+1) & !1),
  797.     |                                                     ^             ^
  798.     |
  799. help: remove these parentheses
  800.     |
  801. 443 -             x @ _ if 0xa779 <= x && x <= 0xa77b  => ((from+1) & !1),
  802. 443 +             x @ _ if 0xa779 <= x && x <= 0xa77b  => (from+1) & !1,
  803.     |
  804.  
  805. warning: unnecessary parentheses around match arm expression
  806.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:445:53
  807.     |
  808. 445 |             x @ _ if 0xa77e <= x && x <= 0xa786  => (from | 1),
  809.     |                                                     ^        ^
  810.     |
  811. help: remove these parentheses
  812.     |
  813. 445 -             x @ _ if 0xa77e <= x && x <= 0xa786  => (from | 1),
  814. 445 +             x @ _ if 0xa77e <= x && x <= 0xa786  => from | 1,
  815.     |
  816.  
  817. warning: unnecessary parentheses around match arm expression
  818.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:448:53
  819.     |
  820. 448 |             x @ _ if 0xa790 <= x && x <= 0xa792  => (from | 1),
  821.     |                                                     ^        ^
  822.     |
  823. help: remove these parentheses
  824.     |
  825. 448 -             x @ _ if 0xa790 <= x && x <= 0xa792  => (from | 1),
  826. 448 +             x @ _ if 0xa790 <= x && x <= 0xa792  => from | 1,
  827.     |
  828.  
  829. warning: unnecessary parentheses around match arm expression
  830.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:449:53
  831.     |
  832. 449 |             x @ _ if 0xa796 <= x && x <= 0xa7a8  => (from | 1),
  833.     |                                                     ^        ^
  834.     |
  835. help: remove these parentheses
  836.     |
  837. 449 -             x @ _ if 0xa796 <= x && x <= 0xa7a8  => (from | 1),
  838. 449 +             x @ _ if 0xa796 <= x && x <= 0xa7a8  => from | 1,
  839.     |
  840.  
  841. warning: unnecessary parentheses around match arm expression
  842.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.6.0/src/unicode/map.rs:459:53
  843.     |
  844. 459 |             x @ _ if 0xa7b4 <= x && x <= 0xa7be  => (from | 1),
  845.     |                                                     ^        ^
  846.     |
  847. help: remove these parentheses
  848.     |
  849. 459 -             x @ _ if 0xa7b4 <= x && x <= 0xa7be  => (from | 1),
  850. 459 +             x @ _ if 0xa7b4 <= x && x <= 0xa7be  => from | 1,
  851.     |
  852.  
  853. warning: `unicase` (lib) generated 36 warnings
  854.        Fresh cpp_macros v0.5.7
  855.        Fresh indexmap v1.8.1
  856.        Fresh proc-macro-crate v1.2.1
  857.        Fresh actix-rt v2.7.0
  858.        Fresh alloc-stdlib v0.2.2
  859.        Fresh chrono v0.4.23
  860. warning: `indexmap` (lib) generated 2 warnings (2 duplicates)
  861.        Fresh tinyvec v1.6.0
  862.        Fresh prost-build v0.9.0
  863.        Fresh proc-macro-error v1.0.4
  864. warning: panic message is not a string literal
  865.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs:472:12
  866.     |
  867. 472 |     panic!(AbortNow)
  868.     |     ------ ^^^^^^^^
  869.     |     |
  870.     |     help: use std::panic::panic_any instead: `std::panic::panic_any`
  871.     |
  872.     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
  873.     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
  874.     = note: `#[warn(non_fmt_panics)]` on by default
  875.  
  876.        Fresh sha2 v0.9.9
  877.        Fresh zstd-sys v1.6.2+zstd.1.5.1
  878.        Fresh sct v0.7.0
  879.        Fresh form_urlencoded v1.1.0
  880.        Fresh rand_chacha v0.2.2
  881.        Fresh aho-corasick v0.7.20
  882.        Fresh adler32 v1.2.0
  883.        Fresh static_assertions v1.1.0
  884. warning: `proc-macro-error` (lib) generated 1 warning
  885.        Fresh base64 v0.13.1
  886.        Fresh regex-syntax v0.6.28
  887.        Fresh arrayvec v0.5.2
  888. warning: trailing semicolon in macro used in expression position
  889.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.18.1/src/events/attributes.rs:245:20
  890.     |
  891. 245 |                 }));
  892.     |                    ^
  893. ...
  894. 262 |             None => attr!(self.position..len),
  895.     |                     ------------------------- in this macro invocation
  896.     |
  897.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  898.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  899.     = note: macro invocations at the end of a block are treated as expressions
  900.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `attr`
  901.     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
  902.     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
  903.  
  904. warning: trailing semicolon in macro used in expression position
  905.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.18.1/src/events/attributes.rs:245:20
  906.     |
  907. 245 |                 }));
  908.     |                    ^
  909. ...
  910. 290 |             None => attr!(start_key..len),
  911.     |                     --------------------- in this macro invocation
  912.     |
  913.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  914.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  915.     = note: macro invocations at the end of a block are treated as expressions
  916.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `attr`
  917.     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
  918.  
  919. warning: trailing semicolon in macro used in expression position
  920.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.18.1/src/events/attributes.rs:245:20
  921.     |
  922. 245 |                 }));
  923.     |                    ^
  924. ...
  925. 312 |                         attr!(start_key..end_key, i + 1..j)
  926.     |                         ----------------------------------- in this macro invocation
  927.     |
  928.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  929.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  930.     = note: macro invocations at the end of a block are treated as expressions
  931.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `attr`
  932.     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
  933.  
  934. warning: trailing semicolon in macro used in expression position
  935.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.18.1/src/events/attributes.rs:245:20
  936.     |
  937. 245 |                 }));
  938.     |                    ^
  939. ...
  940. 323 |                 attr!(start_key..end_key, i..j)
  941.     |                 ------------------------------- in this macro invocation
  942.     |
  943.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  944.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  945.     = note: macro invocations at the end of a block are treated as expressions
  946.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `attr`
  947.     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
  948.  
  949. warning: trailing semicolon in macro used in expression position
  950.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.18.1/src/events/attributes.rs:245:20
  951.     |
  952. 245 |                 }));
  953.     |                    ^
  954. ...
  955. 326 |             None => attr!(start_key..end_key),
  956.     |                     ------------------------- in this macro invocation
  957.     |
  958.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  959.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  960.     = note: macro invocations at the end of a block are treated as expressions
  961.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `attr`
  962.     = note: this warning originates in the macro `attr` (in Nightly builds, run with -Z macro-backtrace for more info)
  963.  
  964. warning: `quick-xml` (lib) generated 5 warnings
  965.        Fresh paste v1.0.9
  966.        Fresh lexical-core v0.7.6
  967.        Fresh regex v1.7.0
  968.        Fresh actix-service v2.0.2
  969.        Fresh zstd-safe v4.1.3+zstd.1.5.1
  970.        Fresh rustls v0.20.6
  971.        Fresh unicode-normalization v0.1.22
  972.        Fresh rand v0.7.3
  973.        Fresh num_enum_derive v0.5.7
  974.        Fresh cpp v0.5.7
  975.        Fresh httparse v1.8.0
  976.        Fresh brotli-decompressor v2.3.2
  977. warning: unused return value of `Box::<T>::from_raw` that must be used
  978.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/brotli-decompressor-2.3.2/src/ffi/alloc_util.rs:217:5
  979.     |
  980. 217 |     Box::from_raw(slice_ref); // free on drop
  981.     |     ^^^^^^^^^^^^^^^^^^^^^^^^
  982.     |
  983.     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
  984.     = note: `#[warn(unused_must_use)]` on by default
  985. help: use `let _ = ...` to ignore the resulting value
  986.     |
  987. 217 |     let _ = Box::from_raw(slice_ref); // free on drop
  988.     |     +++++++
  989.  
  990.        Fresh aes-gcm-siv v0.10.3
  991.        Fresh actix-utils v3.0.1
  992.        Fresh rand_chacha v0.3.1
  993.        Fresh lru-cache v0.1.2
  994.        Fresh hmac v0.12.1
  995.        Fresh futures-executor v0.3.25
  996.        Fresh instant v0.1.12
  997. warning: `brotli-decompressor` (lib) generated 1 warning
  998.        Fresh bincode v1.3.3
  999.        Fresh hex v0.4.3
  1000.        Fresh unicode-bidi v0.3.8
  1001.        Fresh oncemutex v0.1.1
  1002. warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
  1003.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oncemutex-0.1.1/src/lib.rs:63:26
  1004.    |
  1005. 63 |         match self.state.compare_and_swap(UNUSED, LOCKED, SeqCst) {
  1006.    |                          ^^^^^^^^^^^^^^^^
  1007.    |
  1008. note: the lint level is defined here
  1009.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oncemutex-0.1.1/src/lib.rs:1:23
  1010.    |
  1011. 1  | #![deny(missing_docs, warnings)]
  1012.    |                       ^^^^^^^^
  1013.    = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]`
  1014.  
  1015. warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
  1016.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oncemutex-0.1.1/src/lib.rs:103:33
  1017.     |
  1018. 103 |         if LOCKED == self.state.compare_and_swap(UNUSED, FREE, SeqCst) {
  1019.     |                                 ^^^^^^^^^^^^^^^^
  1020.  
  1021. warning: unnecessary `unsafe` block
  1022.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oncemutex-0.1.1/src/lib.rs:86:9
  1023.    |
  1024. 86 |         unsafe { self.data.into_inner() }
  1025.    |         ^^^^^^ unnecessary `unsafe` block
  1026.    |
  1027.    = note: `#[warn(unused_unsafe)]` implied by `#[warn(warnings)]`
  1028.  
  1029.        Fresh itoa v0.4.8
  1030. warning: the type `[u8; 40]` does not permit being left uninitialized
  1031.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-0.4.8/src/lib.rs:135:29
  1032.     |
  1033. 135 |             bytes: unsafe { mem::uninitialized() },
  1034.     |                             ^^^^^^^^^^^^^^^^^^^^
  1035.     |                             |
  1036.     |                             this code causes undefined behavior when executed
  1037.     |                             help: use `MaybeUninit<T>` instead, and only call `assume_init` after initialization is done
  1038.     |
  1039.     = note: integers must be initialized
  1040.     = note: `#[warn(invalid_value)]` on by default
  1041.  
  1042.        Fresh block-padding v0.2.1
  1043.        Fresh displaydoc v0.2.3
  1044. 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
  1045.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/displaydoc-0.2.3/src/lib.rs:84:5
  1046.    |
  1047. 84 |     const_err,
  1048.    |     ^^^^^^^^^
  1049.    |
  1050.    = note: `#[warn(renamed_and_removed_lints)]` on by default
  1051.  
  1052.        Fresh time-macros v0.2.3
  1053. 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
  1054.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.3/src/lib.rs:4:5
  1055.   |
  1056. 4 |     const_err,
  1057.   |     ^^^^^^^^^
  1058.   |
  1059.   = note: `#[warn(renamed_and_removed_lints)]` on by default
  1060.  
  1061. warning: `oncemutex` (lib) generated 3 warnings
  1062. warning: `itoa` (lib) generated 1 warning
  1063. warning: `displaydoc` (lib) generated 1 warning
  1064. warning: `time-macros` (lib) generated 1 warning
  1065.        Fresh convert_case v0.4.0
  1066.        Fresh regex-cache v0.2.1
  1067.        Fresh idna v0.3.0
  1068.        Fresh time v0.3.5
  1069. 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
  1070.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.5/src/lib.rs:83:5
  1071.    |
  1072. 83 |     const_err,
  1073.    |     ^^^^^^^^^
  1074.    |
  1075.    = note: `#[warn(renamed_and_removed_lints)]` on by default
  1076.  
  1077.        Fresh block-modes v0.8.1
  1078.        Fresh parking_lot_core v0.8.5
  1079. warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  1080.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.5/src/spinwait.rs:9:24
  1081.   |
  1082. 9 | use std::sync::atomic::spin_loop_hint;
  1083.   |                        ^^^^^^^^^^^^^^
  1084.   |
  1085.   = note: `#[warn(deprecated)]` on by default
  1086.  
  1087. warning: use of deprecated function `std::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
  1088.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.5/src/spinwait.rs:16:9
  1089.    |
  1090. 16 |         spin_loop_hint()
  1091.    |         ^^^^^^^^^^^^^^
  1092.  
  1093. warning: unused return value of `Box::<T>::from_raw` that must be used
  1094.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.8.5/src/parking_lot.rs:227:17
  1095.     |
  1096. 227 |                 Box::from_raw(new_table);
  1097.     |                 ^^^^^^^^^^^^^^^^^^^^^^^^
  1098.     |
  1099.     = note: call `drop(Box::from_raw(ptr))` if you intend to drop the `Box`
  1100.     = note: `#[warn(unused_must_use)]` on by default
  1101. help: use `let _ = ...` to ignore the resulting value
  1102.     |
  1103. 227 |                 let _ = Box::from_raw(new_table);
  1104.     |                 +++++++
  1105.  
  1106.        Fresh rand v0.8.5
  1107.        Fresh futures v0.3.25
  1108. warning: `time` (lib) generated 1 warning
  1109. warning: `parking_lot_core` (lib) generated 3 warnings
  1110.        Fresh derive_more v0.99.17
  1111.        Fresh unicase v2.6.0
  1112.        Fresh brotli v3.3.4
  1113.        Fresh zstd v0.9.2+zstd.1.5.1
  1114.        Fresh num_enum v0.5.7
  1115.        Fresh crossbeam-utils v0.8.14
  1116.        Fresh qttypes v0.2.6 (https://github.com/whisperfish/qmetaobject-rs?branch=whisperfork#8cc8e50a)
  1117.        Fresh tokio-rustls v0.23.4
  1118. warning: In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:43,
  1119. warning:                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qtextstream.h:46,
  1120. warning:                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdebug.h:49,
  1121. warning:                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDebug:1,
  1122. warning:                  from /home/vladislav/.cargo/git/checkouts/qmetaobject-rs-6a955a5e7704520a/8cc8e50/qmetaobject/qmetaobject_rust.hpp:22,
  1123. warning:                  from src/lib.rs:230:
  1124. warning: /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h: In constructor ‘QVariant::QVariant(QVariant&&)’:
  1125. 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]
  1126. warning:   275 |     { other.d = Private(); }
  1127. warning:       |                         ^
  1128. 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&)
  1129. warning:   401 |         inline Private(const Private &other) Q_DECL_NOTHROW
  1130. warning:       |                ^~~~~~~
  1131. 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&)’:
  1132. 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]
  1133. warning:   232 | void {name}({params}) {{
  1134. warning:       |                                                      ^
  1135. 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]
  1136. warning:   232 | void {name}({params}) {{
  1137. warning:       |                                                                          ^
  1138. 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]
  1139. warning:   232 | void {name}({params}) {{
  1140. warning:       |                                                                                                    ^
  1141. 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]
  1142. warning:   232 | void {name}({params}) {{
  1143. warning:       |                                                                                                                                 ^
  1144. 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]
  1145. warning:   232 | void {name}({params}) {{
  1146. warning:       |                                                                                                                                                                 ^
  1147. warning: `unicase` (lib) generated 36 warnings (36 duplicates)
  1148.        Fresh nom v5.1.2
  1149. warning: trailing semicolon in macro used in expression position
  1150.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/branch/macros.rs:520:90
  1151.     |
  1152. 520 |     permutation_init!(($($parsed),* , $crate::lib::std::option::Option::None), $($rest)*);
  1153.     |                                                                                          ^
  1154.     |
  1155.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/branch/mod.rs:263:1
  1156.     |
  1157. 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);
  1158.     | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
  1159.     |
  1160.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1161.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1162.     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
  1163.     = 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)
  1164.  
  1165. warning: trailing semicolon in macro used in expression position
  1166.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/branch/macros.rs:520:90
  1167.     |
  1168. 520 |     permutation_init!(($($parsed),* , $crate::lib::std::option::Option::None), $($rest)*);
  1169.     |                                                                                          ^
  1170.     |
  1171.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/branch/mod.rs:263:1
  1172.     |
  1173. 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);
  1174.     | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
  1175.     |
  1176.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1177.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1178.     = 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)
  1179.  
  1180. warning: trailing semicolon in macro used in expression position
  1181.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1182.     |
  1183. 509 |     map!(__impl $i, call!($f), $g);
  1184.     |                                   ^
  1185.     |
  1186.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:196:3
  1187.     |
  1188. 196 |   map!(i, be_u8, |x| x as i8)
  1189.     |   --------------------------- in this macro invocation
  1190.     |
  1191.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1192.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1193.     = note: macro invocations at the end of a block are treated as expressions
  1194.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1195.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1196.  
  1197. warning: trailing semicolon in macro used in expression position
  1198.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1199.     |
  1200. 509 |     map!(__impl $i, call!($f), $g);
  1201.     |                                   ^
  1202.     |
  1203.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:214:3
  1204.     |
  1205. 214 |   map!(i, be_u16, |x| x as i16)
  1206.     |   ----------------------------- in this macro invocation
  1207.     |
  1208.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1209.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1210.     = note: macro invocations at the end of a block are treated as expressions
  1211.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1212.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1213.  
  1214. warning: trailing semicolon in macro used in expression position
  1215.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1216.     |
  1217. 509 |       map!(__impl $i, call!($f), $g);
  1218.     |                                     ^
  1219.     |
  1220.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:233:3
  1221.     |
  1222. 233 | /   map!(i, be_u24, |x| if x & 0x80_00_00 != 0 {
  1223. 234 | |     (x | 0xff_00_00_00) as i32
  1224. 235 | |   } else {
  1225. 236 | |     x as i32
  1226. 237 | |   })
  1227.     | |____- in this macro invocation
  1228.     |
  1229.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1230.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1231.     = note: macro invocations at the end of a block are treated as expressions
  1232.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1233.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1234.  
  1235. warning: trailing semicolon in macro used in expression position
  1236.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1237.     |
  1238. 509 |     map!(__impl $i, call!($f), $g);
  1239.     |                                   ^
  1240.     |
  1241.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:255:3
  1242.     |
  1243. 255 |   map!(i, be_u32, |x| x as i32)
  1244.     |   ----------------------------- in this macro invocation
  1245.     |
  1246.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1247.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1248.     = note: macro invocations at the end of a block are treated as expressions
  1249.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1250.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1251.  
  1252. warning: trailing semicolon in macro used in expression position
  1253.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1254.     |
  1255. 509 |     map!(__impl $i, call!($f), $g);
  1256.     |                                   ^
  1257.     |
  1258.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:274:3
  1259.     |
  1260. 274 |   map!(i, be_u64, |x| x as i64)
  1261.     |   ----------------------------- in this macro invocation
  1262.     |
  1263.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1264.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1265.     = note: macro invocations at the end of a block are treated as expressions
  1266.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1267.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1268.  
  1269. warning: trailing semicolon in macro used in expression position
  1270.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1271.     |
  1272. 509 |     map!(__impl $i, call!($f), $g);
  1273.     |                                   ^
  1274.     |
  1275.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:293:3
  1276.     |
  1277. 293 |   map!(i, be_u128, |x| x as i128)
  1278.     |   ------------------------------- in this macro invocation
  1279.     |
  1280.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1281.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1282.     = note: macro invocations at the end of a block are treated as expressions
  1283.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1284.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1285.  
  1286. warning: trailing semicolon in macro used in expression position
  1287.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1288.     |
  1289. 509 |     map!(__impl $i, call!($f), $g);
  1290.     |                                   ^
  1291.     |
  1292.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:480:3
  1293.     |
  1294. 480 |   map!(i, le_u8, |x| x as i8)
  1295.     |   --------------------------- in this macro invocation
  1296.     |
  1297.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1298.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1299.     = note: macro invocations at the end of a block are treated as expressions
  1300.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1301.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1302.  
  1303. warning: trailing semicolon in macro used in expression position
  1304.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1305.     |
  1306. 509 |     map!(__impl $i, call!($f), $g);
  1307.     |                                   ^
  1308.     |
  1309.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:501:3
  1310.     |
  1311. 501 |   map!(i, le_u16, |x| x as i16)
  1312.     |   ----------------------------- in this macro invocation
  1313.     |
  1314.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1315.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1316.     = note: macro invocations at the end of a block are treated as expressions
  1317.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1318.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1319.  
  1320. warning: trailing semicolon in macro used in expression position
  1321.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1322.     |
  1323. 509 |       map!(__impl $i, call!($f), $g);
  1324.     |                                     ^
  1325.     |
  1326.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:523:3
  1327.     |
  1328. 523 | /   map!(i, le_u24, |x| if x & 0x80_00_00 != 0 {
  1329. 524 | |     (x | 0xff_00_00_00) as i32
  1330. 525 | |   } else {
  1331. 526 | |     x as i32
  1332. 527 | |   })
  1333.     | |____- in this macro invocation
  1334.     |
  1335.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1336.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1337.     = note: macro invocations at the end of a block are treated as expressions
  1338.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1339.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1340.  
  1341. warning: trailing semicolon in macro used in expression position
  1342.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1343.     |
  1344. 509 |     map!(__impl $i, call!($f), $g);
  1345.     |                                   ^
  1346.     |
  1347.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:548:3
  1348.     |
  1349. 548 |   map!(i, le_u32, |x| x as i32)
  1350.     |   ----------------------------- in this macro invocation
  1351.     |
  1352.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1353.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1354.     = note: macro invocations at the end of a block are treated as expressions
  1355.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1356.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1357.  
  1358. warning: trailing semicolon in macro used in expression position
  1359.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1360.     |
  1361. 509 |     map!(__impl $i, call!($f), $g);
  1362.     |                                   ^
  1363.     |
  1364.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:569:3
  1365.     |
  1366. 569 |   map!(i, le_u64, |x| x as i64)
  1367.     |   ----------------------------- in this macro invocation
  1368.     |
  1369.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1370.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1371.     = note: macro invocations at the end of a block are treated as expressions
  1372.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1373.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1374.  
  1375. warning: trailing semicolon in macro used in expression position
  1376.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1377.     |
  1378. 509 |     map!(__impl $i, call!($f), $g);
  1379.     |                                   ^
  1380.     |
  1381.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/streaming.rs:591:3
  1382.     |
  1383. 591 |   map!(i, le_u128, |x| x as i128)
  1384.     |   ------------------------------- in this macro invocation
  1385.     |
  1386.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1387.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1388.     = note: macro invocations at the end of a block are treated as expressions
  1389.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1390.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1391.  
  1392. warning: trailing semicolon in macro used in expression position
  1393.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1394.     |
  1395. 509 |     map!(__impl $i, call!($f), $g);
  1396.     |                                   ^
  1397.     |
  1398.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:197:3
  1399.     |
  1400. 197 |   map!(i, be_u8, |x| x as i8)
  1401.     |   --------------------------- in this macro invocation
  1402.     |
  1403.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1404.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1405.     = note: macro invocations at the end of a block are treated as expressions
  1406.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1407.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1408.  
  1409. warning: trailing semicolon in macro used in expression position
  1410.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1411.     |
  1412. 509 |     map!(__impl $i, call!($f), $g);
  1413.     |                                   ^
  1414.     |
  1415.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:217:3
  1416.     |
  1417. 217 |   map!(i, be_u16, |x| x as i16)
  1418.     |   ----------------------------- in this macro invocation
  1419.     |
  1420.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1421.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1422.     = note: macro invocations at the end of a block are treated as expressions
  1423.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1424.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1425.  
  1426. warning: trailing semicolon in macro used in expression position
  1427.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1428.     |
  1429. 509 |       map!(__impl $i, call!($f), $g);
  1430.     |                                     ^
  1431.     |
  1432.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:238:3
  1433.     |
  1434. 238 | /   map!(i, be_u24, |x| if x & 0x80_00_00 != 0 {
  1435. 239 | |     (x | 0xff_00_00_00) as i32
  1436. 240 | |   } else {
  1437. 241 | |     x as i32
  1438. 242 | |   })
  1439.     | |____- in this macro invocation
  1440.     |
  1441.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1442.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1443.     = note: macro invocations at the end of a block are treated as expressions
  1444.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1445.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1446.  
  1447. warning: trailing semicolon in macro used in expression position
  1448.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1449.     |
  1450. 509 |     map!(__impl $i, call!($f), $g);
  1451.     |                                   ^
  1452.     |
  1453.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:262:3
  1454.     |
  1455. 262 |   map!(i, be_u32, |x| x as i32)
  1456.     |   ----------------------------- in this macro invocation
  1457.     |
  1458.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1459.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1460.     = note: macro invocations at the end of a block are treated as expressions
  1461.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1462.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1463.  
  1464. warning: trailing semicolon in macro used in expression position
  1465.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1466.     |
  1467. 509 |     map!(__impl $i, call!($f), $g);
  1468.     |                                   ^
  1469.     |
  1470.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:282:3
  1471.     |
  1472. 282 |   map!(i, be_u64, |x| x as i64)
  1473.     |   ----------------------------- in this macro invocation
  1474.     |
  1475.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1476.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1477.     = note: macro invocations at the end of a block are treated as expressions
  1478.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1479.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1480.  
  1481. warning: trailing semicolon in macro used in expression position
  1482.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1483.     |
  1484. 509 |     map!(__impl $i, call!($f), $g);
  1485.     |                                   ^
  1486.     |
  1487.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:303:3
  1488.     |
  1489. 303 |   map!(i, be_u128, |x| x as i128)
  1490.     |   ------------------------------- in this macro invocation
  1491.     |
  1492.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1493.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1494.     = note: macro invocations at the end of a block are treated as expressions
  1495.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1496.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1497.  
  1498. warning: trailing semicolon in macro used in expression position
  1499.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1500.     |
  1501. 509 |     map!(__impl $i, call!($f), $g);
  1502.     |                                   ^
  1503.     |
  1504.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:489:3
  1505.     |
  1506. 489 |   map!(i, le_u8, |x| x as i8)
  1507.     |   --------------------------- in this macro invocation
  1508.     |
  1509.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1510.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1511.     = note: macro invocations at the end of a block are treated as expressions
  1512.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1513.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1514.  
  1515. warning: trailing semicolon in macro used in expression position
  1516.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1517.     |
  1518. 509 |     map!(__impl $i, call!($f), $g);
  1519.     |                                   ^
  1520.     |
  1521.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:509:3
  1522.     |
  1523. 509 |   map!(i, le_u16, |x| x as i16)
  1524.     |   ----------------------------- in this macro invocation
  1525.     |
  1526.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1527.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1528.     = note: macro invocations at the end of a block are treated as expressions
  1529.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1530.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1531.  
  1532. warning: trailing semicolon in macro used in expression position
  1533.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1534.     |
  1535. 509 |       map!(__impl $i, call!($f), $g);
  1536.     |                                     ^
  1537.     |
  1538.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:530:3
  1539.     |
  1540. 530 | /   map!(i, le_u24, |x| if x & 0x80_00_00 != 0 {
  1541. 531 | |     (x | 0xff_00_00_00) as i32
  1542. 532 | |   } else {
  1543. 533 | |     x as i32
  1544. 534 | |   })
  1545.     | |____- in this macro invocation
  1546.     |
  1547.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1548.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1549.     = note: macro invocations at the end of a block are treated as expressions
  1550.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1551.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1552.  
  1553. warning: trailing semicolon in macro used in expression position
  1554.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1555.     |
  1556. 509 |     map!(__impl $i, call!($f), $g);
  1557.     |                                   ^
  1558.     |
  1559.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:554:3
  1560.     |
  1561. 554 |   map!(i, le_u32, |x| x as i32)
  1562.     |   ----------------------------- in this macro invocation
  1563.     |
  1564.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1565.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1566.     = note: macro invocations at the end of a block are treated as expressions
  1567.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1568.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1569.  
  1570. warning: trailing semicolon in macro used in expression position
  1571.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1572.     |
  1573. 509 |     map!(__impl $i, call!($f), $g);
  1574.     |                                   ^
  1575.     |
  1576.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:574:3
  1577.     |
  1578. 574 |   map!(i, le_u64, |x| x as i64)
  1579.     |   ----------------------------- in this macro invocation
  1580.     |
  1581.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1582.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1583.     = note: macro invocations at the end of a block are treated as expressions
  1584.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1585.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1586.  
  1587. warning: trailing semicolon in macro used in expression position
  1588.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/combinator/macros.rs:509:35
  1589.     |
  1590. 509 |     map!(__impl $i, call!($f), $g);
  1591.     |                                   ^
  1592.     |
  1593.    ::: /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-5.1.2/src/number/complete.rs:595:3
  1594.     |
  1595. 595 |   map!(i, le_u128, |x| x as i128)
  1596.     |   ------------------------------- in this macro invocation
  1597.     |
  1598.     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  1599.     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
  1600.     = note: macro invocations at the end of a block are treated as expressions
  1601.     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `map`
  1602.     = note: this warning originates in the macro `map` (in Nightly builds, run with -Z macro-backtrace for more info)
  1603.  
  1604.        Fresh encoding_rs v0.8.31
  1605.        Fresh serde_json v1.0.89
  1606.        Fresh ahash v0.7.6
  1607. warning: unused import: `crate::fallback_hash::*`
  1608.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/random_state.rs:46:5
  1609.    |
  1610. 46 | use crate::fallback_hash::*;
  1611.    |     ^^^^^^^^^^^^^^^^^^^^^^^
  1612.    |
  1613.    = note: `#[warn(unused_imports)]` on by default
  1614.  
  1615. warning: constant `ROT` is never used
  1616.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/fallback_hash.rs:10:7
  1617.    |
  1618. 10 | const ROT: u32 = 23; //17
  1619.    |       ^^^
  1620.    |
  1621.    = note: `#[warn(dead_code)]` on by default
  1622.  
  1623. warning: associated function `default` is never used
  1624.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/random_state.rs:86:14
  1625.    |
  1626. 86 |     const fn default() -> DefaultRandomSource {
  1627.    |              ^^^^^^^
  1628.  
  1629.        Fresh async-trait v0.1.52
  1630.        Fresh poksho v0.7.0 (https://gitlab.com/whisperfish/libsignal-client?branch=whisperfork#9d652935)
  1631.        Fresh miniz_oxide v0.3.7
  1632.        Fresh deflate v0.8.6
  1633. warning: panic message is not a string literal
  1634.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deflate-0.8.6/src/encoder_state.rs:65:21
  1635.    |
  1636. 65 |                     format!("Code: {:?}, Value: {:?}", code, value)
  1637.    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1638.    |
  1639.    = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
  1640.    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
  1641.    = note: the `debug_assert!()` macro supports formatting, so there's no need for the `format!()` macro here
  1642.   = note: `#[warn(non_fmt_panics)]` on by default
  1643. help: remove the `format!(..)` macro call
  1644.   |
  1645. 65 -                     format!("Code: {:?}, Value: {:?}", code, value)
  1646. 65 +                     "Code: {:?}, Value: {:?}", code, value
  1647.   |
  1648.  
  1649. warning: panic message is not a string literal
  1650.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deflate-0.8.6/src/encoder_state.rs:74:21
  1651.   |
  1652. 74 |                     format!("Code: {:?}, Value: {:?}", code, value)
  1653.   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1654.   |
  1655.   = note: this usage of `debug_assert!()` is deprecated; it will be a hard error in Rust 2021
  1656.   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
  1657.   = note: the `debug_assert!()` macro supports formatting, so there's no need for the `format!()` macro here
  1658. help: remove the `format!(..)` macro call
  1659.    |
  1660. 74 -                     format!("Code: {:?}, Value: {:?}", code, value)
  1661. 74 +                     "Code: {:?}, Value: {:?}", code, value
  1662.    |
  1663.  
  1664.        Fresh h2 v0.3.15
  1665.        Fresh itertools v0.10.5
  1666. warning: `nom` (lib) generated 214 warnings (188 duplicates)
  1667. warning: `ahash` (lib) generated 3 warnings
  1668. warning: `deflate` (lib) generated 2 warnings
  1669.        Fresh actix-codec v0.4.2
  1670.        Fresh itertools v0.9.0
  1671. warning: unused attribute `inline`
  1672.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.9.0/src/rciter_impl.rs:54:5
  1673.    |
  1674. 54 |     #[inline]
  1675.    |     ^^^^^^^^^
  1676.    |
  1677. note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `clone_fields`
  1678.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.9.0/src/rciter_impl.rs:55:5
  1679.   |
  1680. 55 |     clone_fields!(rciter);
  1681.   |     ^^^^^^^^^^^^
  1682.   = note: `#[warn(unused_attributes)]` on by default
  1683.  
  1684. warning: `#[must_use]` has no effect when applied to a type alias
  1685.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.9.0/src/adaptors/mod.rs:497:1
  1686.    |
  1687. 497 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
  1688.    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1689.  
  1690. warning: `#[must_use]` has no effect when applied to a type alias
  1691.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.9.0/src/kmerge_impl.rs:101:1
  1692.    |
  1693. 101 | #[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
  1694.    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1695.  
  1696.       Fresh local-channel v0.1.3
  1697.       Fresh webpki-roots v0.22.5
  1698.       Fresh actix-codec v0.5.0
  1699.       Fresh x25519-dalek v1.2.0
  1700.       Fresh hkdf v0.11.0
  1701.       Fresh flate2 v1.0.25
  1702.       Fresh ghash v0.4.4
  1703.       Fresh prost v0.9.0
  1704. warning: `itertools` (lib) generated 3 warnings
  1705.       Fresh sha2 v0.10.6
  1706.       Fresh sha-1 v0.10.0
  1707.       Fresh uuid v1.2.2
  1708.       Fresh quick-xml v0.18.1
  1709.       Fresh bytestring v1.2.0
  1710.       Fresh arrayref v0.3.6
  1711.       Fresh language-tags v0.3.2
  1712.       Fresh unchecked-index v0.2.2
  1713.       Fresh httpdate v1.0.2
  1714.       Fresh qmetaobject_impl v0.2.5 (https://github.com/whisperfish/qmetaobject-rs?branch=whisperfork#8cc8e50a)
  1715. warning: `quick-xml` (lib) generated 5 warnings (5 duplicates)
  1716.       Fresh pin-project-internal v1.0.12
  1717.       Fresh twoway v0.2.2
  1718. warning: anonymous parameters are deprecated and will be removed in the next edition
  1719.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:800:18
  1720.    |
  1721. 800 |     fn rejecting(usize, usize) -> Self::Output;
  1722.    |                  ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
  1723.    |
  1724.    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
  1725.    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
  1726.    = note: `#[warn(anonymous_parameters)]` on by default
  1727.  
  1728. warning: anonymous parameters are deprecated and will be removed in the next edition
  1729.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:800:25
  1730.    |
  1731. 800 |     fn rejecting(usize, usize) -> Self::Output;
  1732.    |                         ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
  1733.    |
  1734.    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
  1735.    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
  1736.  
  1737. warning: anonymous parameters are deprecated and will be removed in the next edition
  1738.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:801:17
  1739.    |
  1740. 801 |     fn matching(usize, usize) -> Self::Output;
  1741.    |                 ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
  1742.    |
  1743.    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
  1744.    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
  1745.  
  1746. warning: anonymous parameters are deprecated and will be removed in the next edition
  1747.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:801:24
  1748.    |
  1749. 801 |     fn matching(usize, usize) -> Self::Output;
  1750.    |                        ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize`
  1751.    |
  1752.    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
  1753.    = note: for more information, see issue #41686 <https://github.com/rust-lang/rust/issues/41686>
  1754.  
  1755. warning: fields `haystack`, `needle`, and `searcher` are never read
  1756.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:156:5
  1757.    |
  1758. 155 | pub struct StrSearcher<'a, 'b> {
  1759.    |            ----------- fields in this struct
  1760. 156 |     haystack: &'a str,
  1761.     |     ^^^^^^^^
  1762. 157 |     needle: &'b str,
  1763.    |     ^^^^^^
  1764. 158 |
  1765. 159 |     searcher: StrSearcherImpl,
  1766.    |     ^^^^^^^^
  1767.    |
  1768.    = note: `StrSearcher` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
  1769.    = note: `#[warn(dead_code)]` on by default
  1770.  
  1771. warning: fields `position`, `end`, `is_match_fw`, and `is_match_bw` are never read
  1772.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twoway-0.2.2/src/lib.rs:170:5
  1773.    |
  1774. 169 | struct EmptyNeedle {
  1775.    |        ----------- fields in this struct
  1776. 170 |     position: usize,
  1777.    |     ^^^^^^^^
  1778. 171 |     end: usize,
  1779.    |     ^^^
  1780. 172 |     is_match_fw: bool,
  1781.    |     ^^^^^^^^^^^
  1782. 173 |     is_match_bw: bool,
  1783.    |     ^^^^^^^^^^^
  1784.    |
  1785.    = note: `EmptyNeedle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
  1786.  
  1787.       Dirty actix-http v3.0.0-beta.19: dependency info changed
  1788.   Compiling actix-http v3.0.0-beta.19
  1789.       Fresh libsignal-protocol v0.1.0 (https://gitlab.com/whisperfish/libsignal-client?branch=whisperfork#9d652935)
  1790. warning: the feature `vec_extend_from_within` has been stable since 1.53.0 and no longer requires an attribute to enable
  1791.  --> /home/vladislav/.cargo/git/checkouts/libsignal-client-ca05ff811c7753df/9d65293/rust/protocol/src/lib.rs:17:46
  1792.   |
  1793. 17 | #![cfg_attr(feature = "whisperfork", feature(vec_extend_from_within))]
  1794.   |                                              ^^^^^^^^^^^^^^^^^^^^^^
  1795.   |
  1796.   = note: `#[warn(stable_features)]` on by default
  1797.  
  1798.       Fresh phonenumber v0.3.1+8.12.9
  1799. warning: field `preferred_international_prefix` is never read
  1800.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phonenumber-0.3.1+8.12.9/src/metadata/metadata.rs:29:13
  1801.   |
  1802. 23 | pub struct Metadata {
  1803.   |            -------- field in this struct
  1804. ...
  1805. 29 |     pub(crate) preferred_international_prefix: Option<String>,
  1806.   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1807.   |
  1808.   = note: `Metadata` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
  1809.   = note: `#[warn(dead_code)]` on by default
  1810.  
  1811.       Fresh qmetaobject v0.2.5 (https://github.com/whisperfish/qmetaobject-rs?branch=whisperfork#8cc8e50a)
  1812. warning: `extern` fn uses type `std::cell::RefCell<dyn QObject>`, which is not FFI-safe
  1813.   --> /home/vladislav/.cargo/git/checkouts/qmetaobject-rs-6a955a5e7704520a/8cc8e50/qmetaobject/src/lib.rs:615:51
  1814.    |
  1815. 615 | pub unsafe extern "C" fn RustObject_metaObject(p: *mut RefCell<dyn QObject>) -> *const QMetaObject {
  1816.    |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
  1817.    |
  1818.    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
  1819.    = note: this struct has unspecified layout
  1820.    = note: `#[warn(improper_ctypes_definitions)]` on by default
  1821.  
  1822. warning: `extern` fn uses type `std::cell::RefCell<dyn QObject>`, which is not FFI-safe
  1823.   --> /home/vladislav/.cargo/git/checkouts/qmetaobject-rs-6a955a5e7704520a/8cc8e50/qmetaobject/src/lib.rs:621:49
  1824.    |
  1825. 621 | pub unsafe extern "C" fn RustObject_destruct(p: *mut RefCell<dyn QObject>) {
  1826.    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
  1827.    |
  1828.    = help: consider adding a `#[repr(C)]` or `#[repr(transparent)]` attribute to this struct
  1829.    = note: this struct has unspecified layout
  1830.  
  1831.       Fresh io-lifetimes v1.0.9
  1832.       Fresh aes-gcm v0.9.4
  1833.       Fresh actix-tls v3.0.3
  1834. warning: `twoway` (lib) generated 6 warnings
  1835. warning: `libsignal-protocol` (lib) generated 1 warning
  1836. warning: `phonenumber` (lib) generated 1 warning
  1837. warning: `qmetaobject` (lib) generated 2 warnings
  1838.       Fresh anyhow v1.0.66
  1839.       Fresh pin-project v1.0.12
  1840.       Fresh png v0.16.8
  1841.       Fresh zkgroup v0.9.0 (https://gitlab.com/whisperfish/libsignal-client?branch=whisperfork#9d652935)
  1842. warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead
  1843.  --> /home/vladislav/.cargo/git/checkouts/libsignal-client-ca05ff811c7753df/9d65293/rust/zkgroup/src/common/array_utils.rs:25:47
  1844.   |
  1845. 25 |             let mut arr: [T; LEN] = std::mem::uninitialized();
  1846.   |                                               ^^^^^^^^^^^^^
  1847.   |
  1848.   = note: `#[warn(deprecated)]` on by default
  1849.  
  1850. warning: the feature `array_map` has been stable since 1.55.0 and no longer requires an attribute to enable
  1851. --> /home/vladislav/.cargo/git/checkouts/libsignal-client-ca05ff811c7753df/9d65293/rust/zkgroup/src/lib.rs:6:46
  1852.  |
  1853. 6 | #![cfg_attr(feature = "whisperfork", feature(array_map))]
  1854.  |                                              ^^^^^^^^^
  1855.  |
  1856.  = note: `#[warn(stable_features)]` on by default
  1857.  
  1858.       Fresh crossbeam-channel v0.5.6
  1859.       Fresh mime_guess v2.0.4
  1860.       Fresh url v2.3.1
  1861.       Fresh num-iter v0.1.43
  1862. warning: `zkgroup` (lib) generated 2 warnings
  1863.     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`
  1864.       Fresh cookie v0.16.1
  1865.       Fresh num-rational v0.3.2
  1866.       Fresh parking_lot v0.11.2
  1867.       Fresh hkdf v0.12.3
  1868.       Fresh libsqlite3-sys v0.25.2
  1869.       Fresh serde_urlencoded v0.7.1
  1870. warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
  1871.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/ser/mod.rs:80:51
  1872.   |
  1873. 80 |             Error::Utf8(ref err) => error::Error::description(err),
  1874.   |                                                   ^^^^^^^^^^^
  1875.   |
  1876.   = note: `#[warn(deprecated)]` on by default
  1877.  
  1878.       Fresh diesel_derives v2.0.1
  1879.       Fresh prost v0.10.4
  1880. warning: `serde_urlencoded` (lib) generated 1 warning
  1881.       Fresh toml v0.5.9
  1882.       Fresh jobserver v0.1.25
  1883.       Fresh unicode-ident v1.0.6
  1884.       Fresh linux-raw-sys v0.3.0
  1885.       Fresh color_quant v1.1.0
  1886.       Fresh base64ct v1.0.1
  1887.       Fresh gimli v0.27.2
  1888.       Fresh bytemuck v1.12.3
  1889.       Fresh unicode-width v0.1.10
  1890.       Fresh actix_derive v0.6.0
  1891.       Fresh migrations_internals v2.0.0
  1892.       Fresh textwrap v0.11.0
  1893.       Fresh addr2line v0.19.0
  1894.       Fresh cc v1.0.77
  1895.       Fresh password-hash v0.3.2
  1896.   Compiling sailors v0.1.0 (https://gitlab.com/whisperfish/sailo-rs.git#4247d1f1)
  1897.       Fresh rustix v0.37.4
  1898.       Fresh actix v0.12.0
  1899.       Fresh proc-macro2 v1.0.43
  1900.       Fresh image v0.23.14
  1901. warning: unused import: `crate::image::ImageEncoder`
  1902.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.23.14/./src/dynimage.rs:35:5
  1903.   |
  1904. 35 | use crate::image::ImageEncoder;
  1905.   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
  1906.   |
  1907.   = note: `#[warn(unused_imports)]` on by default
  1908.  
  1909. warning: unused doc comment
  1910.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.23.14/./src/lib.rs:380:9
  1911.    |
  1912. 380 |         #[doc = $content] extern { }
  1913.    |         ^^^^^^^^^^^^^^^^^ ---------- rustdoc does not generate documentation for extern blocks
  1914. ...
  1915. 385 | insert_as_doc!(include_str!("../README.md"));
  1916.    | -------------------------------------------- in this macro invocation
  1917.    |
  1918.    = help: use `//` for a plain comment
  1919.    = note: `#[warn(unused_doc_comments)]` on by default
  1920.    = note: this warning originates in the macro `insert_as_doc` (in Nightly builds, run with -Z macro-backtrace for more info)
  1921.  
  1922.       Fresh migrations_macros v2.0.0
  1923.   Compiling libdbus-sys v0.2.2
  1924.       Fresh diesel v2.0.2
  1925. warning: ambiguous glob re-exports
  1926.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.0.2/src/lib.rs:263:13
  1927.    |
  1928. 263 |     pub use crate::helper_types::*;
  1929.    |             ^^^^^^^^^^^^^^^^^^^^^^ the name `max` in the type namespace is first re-exported here
  1930. ...
  1931. 266 |     pub use crate::expression::dsl::*;
  1932.    |             ------------------------- but the name `max` in the type namespace is also re-exported here
  1933.    |
  1934.    = note: `#[warn(ambiguous_glob_reexports)]` on by default
  1935.  
  1936. warning: ambiguous glob re-exports
  1937.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.0.2/src/lib.rs:263:13
  1938.    |
  1939. 263 |     pub use crate::helper_types::*;
  1940.    |             ^^^^^^^^^^^^^^^^^^^^^^ the name `min` in the type namespace is first re-exported here
  1941. ...
  1942. 266 |     pub use crate::expression::dsl::*;
  1943.    |             ------------------------- but the name `min` in the type namespace is also re-exported here
  1944.  
  1945. warning: ambiguous glob re-exports
  1946.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.0.2/src/lib.rs:263:13
  1947.    |
  1948. 263 |     pub use crate::helper_types::*;
  1949.    |             ^^^^^^^^^^^^^^^^^^^^^^ the name `sum` in the type namespace is first re-exported here
  1950. ...
  1951. 266 |     pub use crate::expression::dsl::*;
  1952.    |             ------------------------- but the name `sum` in the type namespace is also re-exported here
  1953.  
  1954. warning: ambiguous glob re-exports
  1955.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.0.2/src/lib.rs:263:13
  1956.    |
  1957. 263 |     pub use crate::helper_types::*;
  1958.    |             ^^^^^^^^^^^^^^^^^^^^^^ the name `avg` in the type namespace is first re-exported here
  1959. ...
  1960. 266 |     pub use crate::expression::dsl::*;
  1961.    |             ------------------------- but the name `avg` in the type namespace is also re-exported here
  1962.  
  1963. warning: trait aliases are experimental
  1964.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.0.2/src/expression/mod.rs:590:1
  1965.    |
  1966. 590 | / pub trait NonAggregate = ValidGrouping<()>
  1967. 591 | | where
  1968. 592 | |     <Self as ValidGrouping<()>>::IsAggregate:
  1969. 593 | |         MixedAggregates<is_aggregate::No, Output = is_aggregate::No>;
  1970.    | |_____________________________________________________________________^
  1971.    |
  1972.    = note: see issue #41517 <https://github.com/rust-lang/rust/issues/41517> for more information
  1973.    = help: add `#![feature(trait_alias)]` to the crate attributes to enable
  1974.    = warning: unstable syntax can change at any point in the future, causing a hard error!
  1975.    = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860>
  1976.  
  1977.       Fresh libsignal-service v0.1.0 (https://github.com/whisperfish/libsignal-service-rs?branch=main#975717c7)
  1978.     Running `/home/vladislav/projects/whisperfish/target/release/build/sailors-6a24ac568a539a7c/build-script-build`
  1979. warning: `image` (lib) generated 2 warnings
  1980.     Running `/home/vladislav/projects/whisperfish/target/release/build/libdbus-sys-e1eb5e0e18ed915e/build-script-build`
  1981. warning: `diesel` (lib) generated 5 warnings
  1982.       Fresh mpart-async v0.5.0
  1983.       Fresh memoffset v0.6.5
  1984.       Fresh rustls-pemfile v0.3.0
  1985.       Fresh yaml-rust v0.4.5
  1986. warning: field `marks` is never read
  1987.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yaml-rust-0.4.5/src/parser.rs:70:5
  1988.   |
  1989. 66 | pub struct Parser<T> {
  1990.   |            ------ field in this struct
  1991. ...
  1992. 70 |     marks: Vec<Marker>,
  1993.   |     ^^^^^
  1994.   |
  1995.   = note: `Parser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
  1996.   = note: `#[warn(dead_code)]` on by default
  1997.  
  1998.       Fresh pbkdf2 v0.10.1
  1999.       Fresh salsa20 v0.9.0
  2000.       Fresh object v0.30.3
  2001. warning: `yaml-rust` (lib) generated 1 warning
  2002.       Fresh atty v0.2.14
  2003.       Fresh dirs-sys v0.3.7
  2004.       Fresh rustc-demangle v0.1.22
  2005.       Fresh vec_map v0.8.2
  2006. warning: unnecessary parentheses around type
  2007.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs:1010:34
  2008.     |
  2009. 1010 |     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
  2010.      |                                  ^     ^
  2011.      |
  2012.      = note: `#[warn(unused_parens)]` on by default
  2013. help: remove these parentheses
  2014.      |
  2015. 1010 -     fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
  2016. 1010 +     fn next(&mut self) -> Option<&'a V> { self.iter.next().map(|e| e.1) }
  2017.      |
  2018.  
  2019. warning: unnecessary parentheses around type
  2020.     --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs:1017:39
  2021.      |
  2022. 1017 |     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
  2023.     |                                       ^     ^
  2024.     |
  2025. help: remove these parentheses
  2026.     |
  2027. 1017 -     fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
  2028. 1017 +     fn next_back(&mut self) -> Option<&'a V> { self.iter.next_back().map(|e| e.1) }
  2029.     |
  2030.  
  2031. warning: unnecessary parentheses around type
  2032.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs:1023:34
  2033.     |
  2034. 1023 |     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
  2035.      |                                  ^         ^
  2036.      |
  2037. help: remove these parentheses
  2038.      |
  2039. 1023 -     fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
  2040. 1023 +     fn next(&mut self) -> Option<&'a mut V> { self.iter_mut.next().map(|e| e.1) }
  2041.      |
  2042.  
  2043.        Fresh fastrand v1.8.0
  2044.        Fresh strsim v0.8.0
  2045.        Fresh ansi_term v0.12.1
  2046. warning: associated type `wstr` should have an upper camel case name
  2047.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/write.rs:6:10
  2048.   |
  2049. 6 |     type wstr: ?Sized;
  2050.   |          ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Wstr`
  2051.   |
  2052.   = note: `#[warn(non_camel_case_types)]` on by default
  2053.  
  2054. warning: trait objects without an explicit `dyn` are deprecated
  2055.   --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/write.rs:15:23
  2056.    |
  2057. 15 | impl<'a> AnyWrite for fmt::Write + 'a {
  2058.    |                       ^^^^^^^^^^^^^^^
  2059.    |
  2060.    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
  2061.    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
  2062.    = note: `#[warn(bare_trait_objects)]` on by default
  2063. help: use `dyn`
  2064.    |
  2065. 15 | impl<'a> AnyWrite for dyn fmt::Write + 'a {
  2066.    |                       +++
  2067. help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `fmt::Write + 'a`
  2068.   |
  2069. 15 | impl<'a, T: fmt::Write + 'a> AnyWrite for T {
  2070.   |        ++++++++++++++++++++               ~
  2071.  
  2072. warning: trait objects without an explicit `dyn` are deprecated
  2073.  --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/write.rs:29:23
  2074.   |
  2075. 29 | impl<'a> AnyWrite for io::Write + 'a {
  2076.   |                       ^^^^^^^^^^^^^^
  2077.   |
  2078.   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
  2079.   = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
  2080. help: use `dyn`
  2081.   |
  2082. 29 | impl<'a> AnyWrite for dyn io::Write + 'a {
  2083.   |                       +++
  2084. help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `io::Write + 'a`
  2085.    |
  2086. 29 | impl<'a, T: io::Write + 'a> AnyWrite for T {
  2087.    |        +++++++++++++++++++               ~
  2088.  
  2089. warning: trait objects without an explicit `dyn` are deprecated
  2090.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/ansi.rs:279:21
  2091.     |
  2092. 279 |         let f: &mut fmt::Write = f;
  2093.     |                     ^^^^^^^^^^
  2094.     |
  2095.     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
  2096.     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
  2097. help: use `dyn`
  2098.     |
  2099. 279 |         let f: &mut dyn fmt::Write = f;
  2100.     |                     +++
  2101.  
  2102. warning: trait objects without an explicit `dyn` are deprecated
  2103.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/ansi.rs:291:29
  2104.     |
  2105. 291 |                 let f: &mut fmt::Write = f;
  2106.     |                             ^^^^^^^^^^
  2107.     |
  2108.     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
  2109.     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
  2110. help: use `dyn`
  2111.     |
  2112. 291 |                 let f: &mut dyn fmt::Write = f;
  2113.     |                             +++
  2114.  
  2115. warning: trait objects without an explicit `dyn` are deprecated
  2116.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/ansi.rs:295:29
  2117.     |
  2118. 295 |                 let f: &mut fmt::Write = f;
  2119.     |                             ^^^^^^^^^^
  2120.     |
  2121.     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
  2122.     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
  2123. help: use `dyn`
  2124.     |
  2125. 295 |                 let f: &mut dyn fmt::Write = f;
  2126.     |                             +++
  2127.  
  2128. warning: trait objects without an explicit `dyn` are deprecated
  2129.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/ansi.rs:308:21
  2130.     |
  2131. 308 |         let f: &mut fmt::Write = f;
  2132.     |                     ^^^^^^^^^^
  2133.     |
  2134.     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
  2135.     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
  2136. help: use `dyn`
  2137.     |
  2138. 308 |         let f: &mut dyn fmt::Write = f;
  2139.     |                     +++
  2140.  
  2141. warning: trait objects without an explicit `dyn` are deprecated
  2142.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/display.rs:201:21
  2143.     |
  2144. 201 |         let w: &mut fmt::Write = f;
  2145.     |                     ^^^^^^^^^^
  2146.     |
  2147.     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
  2148.     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
  2149. help: use `dyn`
  2150.     |
  2151. 201 |         let w: &mut dyn fmt::Write = f;
  2152.     |                     +++
  2153.  
  2154. warning: trait objects without an explicit `dyn` are deprecated
  2155.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/display.rs:210:21
  2156.     |
  2157. 210 |         let w: &mut io::Write = w;
  2158.     |                     ^^^^^^^^^
  2159.     |
  2160.     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
  2161.     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
  2162. help: use `dyn`
  2163.     |
  2164. 210 |         let w: &mut dyn io::Write = w;
  2165.     |                     +++
  2166.  
  2167. warning: trait objects without an explicit `dyn` are deprecated
  2168.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/display.rs:229:21
  2169.     |
  2170. 229 |         let f: &mut fmt::Write = f;
  2171.     |                     ^^^^^^^^^^
  2172.     |
  2173.     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
  2174.     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
  2175. help: use `dyn`
  2176.     |
  2177. 229 |         let f: &mut dyn fmt::Write = f;
  2178.     |                     +++
  2179.  
  2180. warning: trait objects without an explicit `dyn` are deprecated
  2181.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/display.rs:239:21
  2182.     |
  2183. 239 |         let w: &mut io::Write = w;
  2184.     |                     ^^^^^^^^^
  2185.     |
  2186.     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
  2187.     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
  2188. help: use `dyn`
  2189.     |
  2190. 239 |         let w: &mut dyn io::Write = w;
  2191.     |                     +++
  2192.  
  2193.        Fresh checked_int_cast v1.0.0
  2194. warning: `vec_map` (lib) generated 3 warnings
  2195. warning: `ansi_term` (lib) generated 11 warnings
  2196.        Fresh qmeta-async-macros v0.1.0 (https://gitlab.com/rubdos/qmeta-async.git#848052c7)
  2197.        Fresh dirs v4.0.0
  2198.        Fresh backtrace v0.3.67
  2199.        Fresh tempfile v3.5.0
  2200.        Fresh qrcode v0.12.0
  2201.        Fresh clap v2.34.0
  2202.        Fresh scrypt v0.8.1
  2203.        Fresh serde_yaml v0.8.25
  2204.        Fresh qmeta-async v0.1.0 (https://gitlab.com/rubdos/qmeta-async.git#848052c7)
  2205.        Fresh nix v0.23.1
  2206. warning: 8th rule of macro `libc_enum` is never used
  2207.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/macros.rs:246:5
  2208.     |
  2209. 246 | /     (@accumulate_entries
  2210. 247 | |         name: $BitFlags:ident,
  2211. 248 | |         $prefix:tt,
  2212. 249 | |         [$($entries:tt)*],
  2213. ...   |
  2214. 252 | |         $($tail:tt)*
  2215. 253 | |     ) => {
  2216.     | |_____^
  2217.     |
  2218. note: the lint level is defined here
  2219.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/lib.rs:10:9
  2220.     |
  2221. 10  | #![deny(unused)]
  2222.     |         ^^^^^^
  2223.     = note: `#[warn(unused_macro_rules)]` implied by `#[warn(unused)]`
  2224.  
  2225. warning: 2nd rule of macro `sockopt_impl` is never used
  2226.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/sys/socket/sockopt.rs:137:5
  2227.     |
  2228. 137 |     ($(#[$attr:meta])* $name:ident, GetOnly, $level:expr, $flag:path, u8) => {
  2229.     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2230.  
  2231. warning: 4th rule of macro `sockopt_impl` is never used
  2232.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/sys/socket/sockopt.rs:147:5
  2233.     |
  2234. 147 |     ($(#[$attr:meta])* $name:ident, SetOnly, $level:expr, $flag:path, bool) => {
  2235.     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2236.  
  2237. warning: 5th rule of macro `sockopt_impl` is never used
  2238.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/sys/socket/sockopt.rs:152:5
  2239.     |
  2240. 152 |     ($(#[$attr:meta])* $name:ident, SetOnly, $level:expr, $flag:path, u8) => {
  2241.     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2242.  
  2243. warning: 3rd rule of macro `sockopt_impl` is never used
  2244.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.1/src/sys/socket/sockopt.rs:141:5
  2245.     |
  2246. 141 |     ($(#[$attr:meta])* $name:ident, GetOnly, $level:expr, $flag:path, usize) =>
  2247.     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2248.  
  2249.        Fresh diesel_migrations v2.0.0
  2250.        Fresh quote v1.0.10
  2251.        Fresh cmake v0.1.48
  2252.    Compiling structopt-derive v0.4.18
  2253.    Compiling mime_classifier v0.0.1
  2254. [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
  2255. [libdbus-sys 0.2.2] error: could not find system library 'dbus-1' required by the 'libdbus-sys' crate
  2256. [libdbus-sys 0.2.2]
  2257. [libdbus-sys 0.2.2] --- stderr
  2258. [libdbus-sys 0.2.2] Package dbus-1 was not found in the pkg-config search path.
  2259. [libdbus-sys 0.2.2] Perhaps you should add the directory containing `dbus-1.pc'
  2260. [libdbus-sys 0.2.2] to the PKG_CONFIG_PATH environment variable
  2261. [libdbus-sys 0.2.2] No package 'dbus-1' found
  2262. [libdbus-sys 0.2.2] Package dbus-1 was not found in the pkg-config search path.
  2263. [libdbus-sys 0.2.2] Perhaps you should add the directory containing `dbus-1.pc'
  2264. [libdbus-sys 0.2.2] to the PKG_CONFIG_PATH environment variable
  2265. [libdbus-sys 0.2.2] No package 'dbus-1' found
  2266. [libdbus-sys 0.2.2]
  2267. [libdbus-sys 0.2.2] One possible solution is to check whether packages
  2268. [libdbus-sys 0.2.2] 'libdbus-1-dev' and 'pkg-config' are installed:
  2269. [libdbus-sys 0.2.2] On Ubuntu:
  2270. [libdbus-sys 0.2.2] sudo apt install libdbus-1-dev pkg-config
  2271. [libdbus-sys 0.2.2] On Fedora:
  2272. [libdbus-sys 0.2.2] sudo dnf install dbus-devel pkgconf-pkg-config
  2273. [libdbus-sys 0.2.2]
  2274. [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
  2275. [libdbus-sys 0.2.2] note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  2276. warning: `nix` (lib) generated 5 warnings
  2277. error: failed to run custom build command for `libdbus-sys v0.2.2`
  2278.  
  2279. Caused by:
  2280.   process didn't exit successfully: `/home/vladislav/projects/whisperfish/target/release/build/libdbus-sys-e1eb5e0e18ed915e/build-script-build` (exit status: 101)
  2281.  --- stdout
  2282.  cargo:rerun-if-env-changed=DBUS_1_NO_PKG_CONFIG
  2283.  cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_armv7-unknown-linux-gnueabihf
  2284.  cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS_armv7_unknown_linux_gnueabihf
  2285.  cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_ALLOW_CROSS
  2286.  cargo:rerun-if-env-changed=PKG_CONFIG_ALLOW_CROSS
  2287.  cargo:rerun-if-env-changed=PKG_CONFIG_armv7-unknown-linux-gnueabihf
  2288.  cargo:rerun-if-env-changed=PKG_CONFIG_armv7_unknown_linux_gnueabihf
  2289.  cargo:rerun-if-env-changed=TARGET_PKG_CONFIG
  2290.  cargo:rerun-if-env-changed=PKG_CONFIG
  2291.  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_armv7-unknown-linux-gnueabihf
  2292.  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_armv7_unknown_linux_gnueabihf
  2293.  cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR
  2294.  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  2295.  cargo:rerun-if-env-changed=PKG_CONFIG_armv7-unknown-linux-gnueabihf
  2296.  cargo:rerun-if-env-changed=PKG_CONFIG_armv7_unknown_linux_gnueabihf
  2297.  cargo:rerun-if-env-changed=TARGET_PKG_CONFIG
  2298.  cargo:rerun-if-env-changed=PKG_CONFIG
  2299.  cargo:rerun-if-env-changed=DBUS_1_STATIC
  2300.  cargo:rerun-if-env-changed=DBUS_1_DYNAMIC
  2301.  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
  2302.  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
  2303.  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_armv7-unknown-linux-gnueabihf
  2304.  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_armv7_unknown_linux_gnueabihf
  2305.  cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_PATH
  2306.  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  2307.  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_armv7-unknown-linux-gnueabihf
  2308.  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_armv7_unknown_linux_gnueabihf
  2309.  cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_LIBDIR
  2310.  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  2311.  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_armv7-unknown-linux-gnueabihf
  2312.  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_armv7_unknown_linux_gnueabihf
  2313.  cargo:rerun-if-env-changed=TARGET_PKG_CONFIG_SYSROOT_DIR
  2314.  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  2315.  
  2316.  --- stderr
  2317.  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
  2318.  error: could not find system library 'dbus-1' required by the 'libdbus-sys' crate
  2319.  
  2320.  --- stderr
  2321.  Package dbus-1 was not found in the pkg-config search path.
  2322.  Perhaps you should add the directory containing `dbus-1.pc'
  2323.   to the PKG_CONFIG_PATH environment variable
  2324.   No package 'dbus-1' found
  2325.   Package dbus-1 was not found in the pkg-config search path.
  2326.   Perhaps you should add the directory containing `dbus-1.pc'
  2327.  to the PKG_CONFIG_PATH environment variable
  2328.  No package 'dbus-1' found
  2329.  
  2330.  One possible solution is to check whether packages
  2331.  'libdbus-1-dev' and 'pkg-config' are installed:
  2332.  On Ubuntu:
  2333.  sudo apt install libdbus-1-dev pkg-config
  2334.  On Fedora:
  2335.  sudo dnf install dbus-devel pkgconf-pkg-config
  2336.  
  2337.  thread 'main' panicked at 'explicit panic', /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libdbus-sys-0.2.2/build.rs:16:9
  2338.  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  2339. warning: build failed, waiting for other jobs to finish...
  2340.     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`
  2341.     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`
  2342. warning: unnecessary parentheses around match arm expression
  2343.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/parse.rs:177:28
  2344.     |
  2345. 177 |                 "about" => (Ok(About(name, None))),
  2346.     |                            ^                     ^
  2347.     |
  2348.     = note: `#[warn(unused_parens)]` on by default
  2349. help: remove these parentheses
  2350.     |
  2351. 177 -                 "about" => (Ok(About(name, None))),
  2352. 177 +                 "about" => Ok(About(name, None)),
  2353.     |
  2354.  
  2355. warning: unnecessary parentheses around match arm expression
  2356.    --> /home/vladislav/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structopt-derive-0.4.18/src/parse.rs:178:29
  2357.     |
  2358. 178 |                 "author" => (Ok(Author(name, None))),
  2359.     |                             ^                      ^
  2360.     |
  2361. help: remove these parentheses
  2362.     |
  2363. 178 -                 "author" => (Ok(Author(name, None))),
  2364. 178 +                 "author" => Ok(Author(name, None)),
  2365.     |
  2366.  
  2367. [sailors 0.1.0]
  2368. [sailors 0.1.0]
  2369. [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).
  2370. [sailors 0.1.0]
  2371. [sailors 0.1.0]
  2372. The following warnings were emitted during compilation:
  2373.  
  2374. warning: src/sailfishapp.rs:18:14: fatal error: sailfishapp.h: Нет такого файла или каталога
  2375. warning:    18 |     #include <sailfishapp.h>
  2376. warning:       |              ^~~~~~~~~~~~~~~
  2377. warning: compilation terminated.
  2378.  
  2379. error: failed to run custom build command for `sailors v0.1.0 (https://gitlab.com/whisperfish/sailo-rs.git#4247d1f1)`
  2380.  
  2381. Caused by:
  2382.   process didn't exit successfully: `/home/vladislav/projects/whisperfish/target/release/build/sailors-6a24ac568a539a7c/build-script-build` (exit status: 1)
  2383.  --- stdout
  2384.  cargo:rerun-if-changed=src/sailfishapp.rs
  2385.  TARGET = Some("armv7-unknown-linux-gnueabihf")
  2386.  OPT_LEVEL = Some("3")
  2387.  HOST = Some("x86_64-unknown-linux-gnu")
  2388.  cargo:rerun-if-env-changed=CXX_armv7-unknown-linux-gnueabihf
  2389.  CXX_armv7-unknown-linux-gnueabihf = None
  2390.  cargo:rerun-if-env-changed=CXX_armv7_unknown_linux_gnueabihf
  2391.  CXX_armv7_unknown_linux_gnueabihf = None
  2392.  cargo:rerun-if-env-changed=TARGET_CXX
  2393.  TARGET_CXX = None
  2394.  cargo:rerun-if-env-changed=CXX
  2395.  CXX = None
  2396.  RUSTC_LINKER = None
  2397.  cargo:rerun-if-env-changed=CROSS_COMPILE
  2398.  CROSS_COMPILE = None
  2399.  cargo:rerun-if-env-changed=CXXFLAGS_armv7-unknown-linux-gnueabihf
  2400.  CXXFLAGS_armv7-unknown-linux-gnueabihf = None
  2401.  cargo:rerun-if-env-changed=CXXFLAGS_armv7_unknown_linux_gnueabihf
  2402.  CXXFLAGS_armv7_unknown_linux_gnueabihf = None
  2403.  cargo:rerun-if-env-changed=TARGET_CXXFLAGS
  2404.  TARGET_CXXFLAGS = None
  2405.  cargo:rerun-if-env-changed=CXXFLAGS
  2406.  CXXFLAGS = None
  2407.  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  2408.  CRATE_CC_NO_DEFAULTS = None
  2409.  DEBUG = Some("true")
  2410.  CARGO_CFG_TARGET_FEATURE = Some("aclass,dsp,thumb2,v5te,v6,v6k,v6t2,v7,vfp2")
  2411.  cargo:rerun-if-env-changed=CXX_armv7-unknown-linux-gnueabihf
  2412.  CXX_armv7-unknown-linux-gnueabihf = None
  2413.  cargo:rerun-if-env-changed=CXX_armv7_unknown_linux_gnueabihf
  2414.  CXX_armv7_unknown_linux_gnueabihf = None
  2415.  cargo:rerun-if-env-changed=TARGET_CXX
  2416.  TARGET_CXX = None
  2417.  cargo:rerun-if-env-changed=CXX
  2418.  CXX = None
  2419.  RUSTC_LINKER = None
  2420.  cargo:rerun-if-env-changed=CROSS_COMPILE
  2421.  CROSS_COMPILE = None
  2422.  cargo:rerun-if-env-changed=CXXFLAGS_armv7-unknown-linux-gnueabihf
  2423.  CXXFLAGS_armv7-unknown-linux-gnueabihf = None
  2424.  cargo:rerun-if-env-changed=CXXFLAGS_armv7_unknown_linux_gnueabihf
  2425.  CXXFLAGS_armv7_unknown_linux_gnueabihf = None
  2426.  cargo:rerun-if-env-changed=TARGET_CXXFLAGS
  2427.  TARGET_CXXFLAGS = None
  2428.  cargo:rerun-if-env-changed=CXXFLAGS
  2429.  CXXFLAGS = None
  2430.  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  2431.  CRATE_CC_NO_DEFAULTS = None
  2432.  CARGO_CFG_TARGET_FEATURE = Some("aclass,dsp,thumb2,v5te,v6,v6k,v6t2,v7,vfp2")
  2433.  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"
  2434.  cargo:warning=src/sailfishapp.rs:18:14: fatal error: sailfishapp.h: Нет такого файла или каталога
  2435.  cargo:warning=   18 |     #include <sailfishapp.h>
  2436.  cargo:warning=      |              ^~~~~~~~~~~~~~~
  2437.  cargo:warning=compilation terminated.
  2438.  exit status: 1
  2439.  
  2440.  --- stderr
  2441.  
  2442.  
  2443.  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).
  2444.  
  2445.  
  2446. warning: `structopt-derive` (lib) generated 2 warnings
  2447.  
Add Comment
Please, Sign In to add comment