Your message dated Mon, 13 Jan 2025 11:41:48 +0000
with message-id <e1txipi-00dcm5...@fasolo.debian.org>
and subject line Bug#1091948: fixed in rust-flume 0.11.1+20241019-1
has caused the Debian Bug report #1091948,
regarding rust-flume: FTBFS: error[E0425]: cannot find value `_IS_BIASED` in 
this scope
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1091948: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091948
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rust-flume
Version: 0.11.0-4
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_auto_clean --buildsystem=rust
Use of uninitialized value in join or string at 
/usr/share/perl5/Debian/Debhelper/Buildsystem/rust.pm line 309.
        /usr/share/dh-rust/bin/cargo clean
debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] 
['-j2'] 0
debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, 
x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
'/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True}
     Removed 0 files
   dh_clean -XCargo.toml.orig
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf

[... snipped ...]


warning: unexpected `cfg` condition name: `doc_cfg`
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/rand-0.8.5/src/seq/mod.rs:170:16
    |
170 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/rand-0.8.5/src/seq/mod.rs:219:16
    |
219 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: unexpected `cfg` condition name: `doc_cfg`
   --> /<<PKGBUILDDIR>>/debian/cargo_registry/rand-0.8.5/src/seq/mod.rs:465:16
    |
465 |     #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
    |                ^^^^^^^
    |
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for 
the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
    = help: or consider adding 
`println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
    = note: see 
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for 
more information about checking conditional configuration

warning: trait `Float` is never used
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/rand-0.8.5/src/distributions/utils.rs:238:18
    |
238 | pub(crate) trait Float: Sized {
    |                  ^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: associated items `lanes`, `extract`, and `replace` are never used
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/rand-0.8.5/src/distributions/utils.rs:247:8
    |
245 | pub(crate) trait FloatAsSIMD: Sized {
    |                  ----------- associated items in this trait
246 |     #[inline(always)]
247 |     fn lanes() -> usize {
    |        ^^^^^
...
255 |     fn extract(self, index: usize) -> Self {
    |        ^^^^^^^
...
260 |     fn replace(self, index: usize, new_value: Self) -> Self {
    |        ^^^^^^^

warning: method `all` is never used
   --> 
/<<PKGBUILDDIR>>/debian/cargo_registry/rand-0.8.5/src/distributions/utils.rs:268:8
    |
266 | pub(crate) trait BoolAsSIMD: Sized {
    |                  ---------- method in this trait
267 |     fn any(self) -> bool;
268 |     fn all(self) -> bool;
    |        ^^^

warning: `rand` (lib) generated 69 warnings
   Compiling crossbeam-channel v0.5.14
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=crossbeam_channel 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/crossbeam-channel-0.5.14
 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/crossbeam-channel-0.5.14/Cargo.toml
 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Multi-producer multi-consumer 
channels for message passing' 
CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel'
 CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=crossbeam-channel CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' 
CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.5.14 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/crossbeam-channel-0.5.14
 LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
crossbeam_channel --edition=2021 /<<PKGBUILDDIR
 >>/debian/cargo_registry/crossbeam-channel-0.5.14/src/lib.rs 
 >>--error-format=json 
 >>--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
 >>--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no 
 >>--warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' 
 >>'--allow=clippy::declare_interior_mutable_const' --check-cfg 
 >>'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 
 >>'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' 
 >>--check-cfg 'cfg(feature, values("default", "std"))' -C 
 >>metadata=eb70dd2b3d495eed -C extra-filename=-eb70dd2b3d495eed --out-dir 
 >>/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target 
 >>x86_64-unknown-linux-gnu -C strip=debuginfo -L 
 >>dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
 >>dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
 >>crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rmeta
 >> --cap-lints warn --r
 emap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
   Compiling waker-fn v1.1.0
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=waker_fn 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/waker-fn-1.1.0 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/debian/cargo_registry/waker-fn-1.1.0/Cargo.toml
 CARGO_PKG_AUTHORS='Stjepan Glavina <stjep...@gmail.com>' 
CARGO_PKG_DESCRIPTION='Convert closures into wakers' 
CARGO_PKG_HOMEPAGE='https://github.com/stjepang/waker-fn' 
CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' 
CARGO_PKG_NAME=waker-fn CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/stjepang/waker-fn' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 
CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>>/debian/cargo_registry/waker-fn-1.1.0 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
waker_fn --edition=2018 
/<<PKGBUILDDIR>>/debian/cargo_registry/waker-fn-1.1.0/src/lib.rs 
--error-format=json --json=diagnostic-render
 ed-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 
'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99ee7491bf429c12 
-C extra-filename=-99ee7491bf429c12 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target 
x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --cap-lints warn 
--remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
   Compiling flume v0.11.0 (/<<PKGBUILDDIR>>)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=flume 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name flume 
--edition=2018 src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib 
--emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 
'feature="async"' --cfg 'feature="default"' --cfg 
 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=76e0a3936e37b504 -C extra-filename=-76e0a3936e37b504 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rmeta
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rmeta
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rmeta
 --extern sp
 
in1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rmeta
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
warning: `criterion` (lib) generated 20 warnings
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=ready 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name ready 
--edition=2018 tests/ready.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --tes
 t --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=5489419a83c94e9d -C extra-filename=-5489419a83c94e9d 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/releas
 e/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDI
 
R>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=select 
CARGO_CRATE_NAME=select CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name select 
--edition=2018 examples/select.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
--emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="async"' 
--cfg 'fe
 ature="default"' --cfg 'feature="eventual-fairness"' --cfg 
'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 
'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' 
--check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", 
"futures-core", "futures-sink", "nanorand", "select", "spin"))' -C 
metadata=6c909b73869f3753 -C extra-filename=-6c909b73869f3753 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/examples --target 
x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-eb7
 0dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux
 -gnu/release/deps/libtokio-129e9abddd96fc56.rlib --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=same_channel 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
same_channel --edition=2018 tests/same_channel.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C e
 mbed-bitcode=no --test --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=61074ee82436a8f3 -C extra-filename=-61074ee82436a8f3 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unk
 nown-linux-gnu/release/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib 
--extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --exter
 n 
tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib
 --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=golang 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name golang 
--edition=2018 tests/golang.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --
 test --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=689300366857cba5 -C extra-filename=-689300366857cba5 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/rel
 ease/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUIL
 
DDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib
 --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=stream 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name stream 
--edition=2018 tests/stream.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --
 test --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=3c8f0ca194b5c8e2 -C extra-filename=-3c8f0ca194b5c8e2 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/rel
 ease/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUIL
 
DDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib
 --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
warning: unused variable: `item`
   --> tests/stream.rs:248:24
    |
248 |             .for_each(|item| async move {});
    |                        ^^^^ help: if this is intentional, prefix it with 
an underscore: `_item`
    |
    = note: `#[warn(unused_variables)]` on by default

warning: unused `Result` that must be used
  --> tests/stream.rs:37:9
   |
37 |         tx.send(42);
   |         ^^^^^^^^^^^
   |
   = note: this `Result` may be an `Err` variant, which should be handled
   = note: `#[warn(unused_must_use)]` on by default
help: use `let _ = ...` to ignore the resulting value
   |
37 |         let _ = tx.send(42);
   |         +++++++

     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=check_same_channel 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
check_same_channel --edition=2018 tests/check_same_channel.rs 
--error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat 
--emit=dep-info,link -
 C opt-level=3 -C embed-bitcode=no --test --cfg 'feature="async"' --cfg 
'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 
'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 
'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' 
--check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", 
"futures-core", "futures-sink", "nanorand", "select", "spin"))' -C 
metadata=beafde4359d3684c -C extra-filename=-beafde4359d3684c --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target 
x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern crossbeam_channel=/<<PKGBUILDDIR>>
 
/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib
 --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff348
 32f5e.rlib --extern 
tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib
 --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=basic 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name basic 
--edition=2018 tests/basic.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --tes
 t --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=8c005eba405b4448 -C extra-filename=-8c005eba405b4448 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/releas
 e/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDI
 
R>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
warning: field `0` is never read
   --> tests/basic.rs:357:28
    |
357 | struct MessageWithoutDebug(u32);
    |        ------------------- ^^^
    |        |
    |        field in this struct
    |
    = help: consider removing this field
    = note: `#[warn(dead_code)]` on by default

warning: `flume` (test "basic") generated 1 warning
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=select 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name select 
--edition=2018 tests/select.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --
 test --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=b69081456b0ebe1d -C extra-filename=-b69081456b0ebe1d 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/rel
 ease/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUIL
 
DDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib
 --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=list 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name list 
--edition=2018 tests/list.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --test -
 -cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=52faacdb0d7514d4 -C extra-filename=-52faacdb0d7514d4 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/d
 eps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDIR>>
 /target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
warning: unused import: `RecvError`
  --> tests/list.rs:13:13
   |
13 | use flume::{RecvError, RecvTimeoutError, TryRecvError};
   |             ^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: `flume` (test "stream") generated 2 warnings
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=async 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name async 
--edition=2018 tests/async.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --tes
 t --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=7d5164c5c5d212cf -C extra-filename=-7d5164c5c5d212cf 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/releas
 e/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDI
 
R>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
warning: `flume` (test "list") generated 1 warning (run `cargo fix --test 
"list"` to apply 1 suggestion)
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=zero 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name zero 
--edition=2018 tests/zero.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --test -
 -cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=a1c86d96f7031907 -C extra-filename=-a1c86d96f7031907 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/d
 eps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDIR>>
 /target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
warning: unused import: `RecvError`
  --> tests/zero.rs:13:13
   |
13 | use flume::{RecvError, RecvTimeoutError, TryRecvError};
   |             ^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

     Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=simple 
CARGO_CRATE_NAME=simple CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name simple 
--edition=2018 examples/simple.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
--emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="async"' 
--cfg 'fe
 ature="default"' --cfg 'feature="eventual-fairness"' --cfg 
'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 
'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' 
--check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", 
"futures-core", "futures-sink", "nanorand", "select", "spin"))' -C 
metadata=d94cd0dddd3cde29 -C extra-filename=-d94cd0dddd3cde29 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/examples --target 
x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-eb7
 0dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux
 -gnu/release/deps/libtokio-129e9abddd96fc56.rlib --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
warning: `flume` (test "zero") generated 1 warning (run `cargo fix --test 
"zero"` to apply 1 suggestion)
     Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=perf CARGO_CRATE_NAME=perf 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name perf 
--edition=2018 examples/perf.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin 
--emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="async"' 
--cfg 'feature="d
 efault"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' 
--cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 
'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, 
values("async", "default", "eventual-fairness", "futures-core", "futures-sink", 
"nanorand", "select", "spin"))' -C metadata=1582c1c5f2615fc3 -C 
extra-filename=-1582c1c5f2615fc3 --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/examples --target 
x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-eb70dd2b3d4
 95eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/rel
 ease/deps/libtokio-129e9abddd96fc56.rlib --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=tick 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name tick 
--edition=2018 tests/tick.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --test -
 -cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=46811835e9377559 -C extra-filename=-46811835e9377559 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/d
 eps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDIR>>
 /target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=thread_locals 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
thread_locals --edition=2018 tests/thread_locals.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -
 C embed-bitcode=no --test --cfg 'feature="async"' --cfg 'feature="default"' 
--cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=ba5ca041e18d2799 -C extra-filename=-ba5ca041e18d2799 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-
 unknown-linux-gnu/release/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib 
--extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --ex
 tern 
tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib
 --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=select_macro 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
select_macro --edition=2018 tests/select_macro.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C e
 mbed-bitcode=no --test --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=a669771ff65a51ae -C extra-filename=-a669771ff65a51ae 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unk
 nown-linux-gnu/release/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib 
--extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --exter
 n 
tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib
 --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=array 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name array 
--edition=2018 tests/array.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --tes
 t --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=26d323f7ec735e05 -C extra-filename=-26d323f7ec735e05 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/releas
 e/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDI
 
R>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
warning: unused import: `RecvError`
  --> tests/array.rs:13:13
   |
13 | use flume::{RecvError, RecvTimeoutError, TryRecvError};
   |             ^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=never 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name never 
--edition=2018 tests/never.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --tes
 t --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=a6becc9cffa21fd3 -C extra-filename=-a6becc9cffa21fd3 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/releas
 e/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDI
 
R>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=after 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name after 
--edition=2018 tests/after.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --tes
 t --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=6f0ad67f17caf214 -C extra-filename=-6f0ad67f17caf214 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/releas
 e/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDI
 
R>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=flume 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name flume 
--edition=2018 src/lib.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --test --cfg 'feature="async"' --cfg 
'feature="default"' --cfg 'feature="eventual-
 fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 
'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' 
--check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", 
"futures-core", "futures-sink", "nanorand", "select", "spin"))' -C 
metadata=e7c696b3593a986f -C extra-filename=-e7c696b3593a986f --out-dir 
/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps --target 
x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib
 --extern crossbeam_utils=/<
 
<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern 
tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib
 --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429
 c12.rlib --remap-path-prefix 
flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=method_sharing 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name 
method_sharing --edition=2018 tests/method_sharing.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=
 3 -C embed-bitcode=no --test --cfg 'feature="async"' --cfg 'feature="default"' 
--cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=10f3368b45bd4aa7 -C extra-filename=-10f3368b45bd4aa7 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_
 64-unknown-linux-gnu/release/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib 
--extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 -
 -extern 
tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib
 --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=iter 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name iter 
--edition=2018 tests/iter.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --test -
 -cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=f1e5b07c6a9a7127 -C extra-filename=-f1e5b07c6a9a7127 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/d
 eps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDIR>>
 /target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
     Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=mpsc 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name mpsc 
--edition=2018 tests/mpsc.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C embed-bitcode=no --test -
 -cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=990c05aba4e90e1e -C extra-filename=-990c05aba4e90e1e 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern 
crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/d
 eps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern tokio=/<<PKGBUILDDIR>>
 /target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib 
--extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0`
error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1687:9
     |
1687 | /         select! {
1688 | |             foo = rx1.recv() => { assert_eq!(foo.unwrap(), 1); },
1689 | |             _bar = rx2.recv() => { panic!() }
1690 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1692:9
     |
1692 | /         select! {
1693 | |             _foo = rx1.recv() => { panic!() },
1694 | |             bar = rx2.recv() => { assert_eq!(bar.unwrap(), 2) }
1695 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1697:9
     |
1697 | /         select! {
1698 | |             foo = rx1.recv() => { assert!(foo.is_err()); },
1699 | |             _bar = rx2.recv() => { panic!() }
1700 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1715:9
     |
1715 | /         select! {
1716 | |             _foo = rx1.recv() => { panic!("1") },
1717 | |             _foo = rx2.recv() => { panic!("2") },
1718 | |             _foo = rx3.recv() => { panic!("3") },
1719 | |             _foo = rx4.recv() => { panic!("4") },
1720 | |             foo = rx5.recv() => { assert_eq!(foo.unwrap(), 4); }
1721 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1730:9
     |
1730 | /         select! {
1731 | |             _a1 = rx1.recv() => { panic!() },
1732 | |             a2 = rx2.recv() => { assert!(a2.is_err()); }
1733 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1753:9
     |
1753 | /         select! {
1754 | |             a = rx1.recv() => { assert_eq!(a.unwrap(), 1); },
1755 | |             _b = rx2.recv() => { panic!() }
1756 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1758:9
     |
1758 | /         select! {
1759 | |             a = rx1.recv() => { assert!(a.is_err()) },
1760 | |             _b = rx2.recv() => { panic!() }
1761 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1780:9
     |
1780 | /         select! {
1781 | |             a = rx1.recv() => { assert_eq!(a.unwrap(), 1); },
1782 | |             a = rx2.recv() => { assert_eq!(a.unwrap(), 2); }
1783 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1784:9
     |
1784 | /         select! {
1785 | |             a = rx1.recv() => { assert_eq!(a.unwrap(), 1); },
1786 | |             a = rx2.recv() => { assert_eq!(a.unwrap(), 2); }
1787 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1813:13
     |
1813 | /             select! {
1814 | |                 i1 = rx1.recv() => { assert!(i % 2 == 0 && i == 
i1.unwrap()); },
1815 | |                 i2 = rx2.recv() => { assert!(i % 2 == 1 && i == 
i2.unwrap()); }
1816 | |             }
     | |_____________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1838:9
     |
1838 | /         select! {
1839 | |             _i1 = rx1.recv() => {},
1840 | |             _i2 = rx2.recv() => panic!()
1841 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1862:9
     |
1862 | /         select! {
1863 | |             _i1 = rx1.recv() => {},
1864 | |             _i2 = rx2.recv() => panic!()
1865 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:1876:13
     |
1876 | /             select! {
1877 | |                 _ = rx1.recv() => panic!(),
1878 | |                 _ = rx2.recv() => {}
1879 | |             }
     | |_____________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0425]: cannot find value `_IS_BIASED` in this scope
    --> tests/mpsc.rs:2080:9
     |
2080 | /         select! {
2081 | |             n = rx1.recv() => {
2082 | |                 let n = n.unwrap();
2083 | |                 assert_eq!(n, 1);
...    |
2090 | |             }
2091 | |         }
     | |_________^ not found in this scope
     |
     = note: this error originates in the macro 
`$crate::crossbeam_channel_internal` which comes from the expansion of the 
macro `select` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1689:34
     |
1689 |             _bar = rx2.recv() => { panic!() }
     |                                  ^^        ^^
     |
     = note: `#[warn(unused_braces)]` on by default
help: remove these braces
     |
1689 -             _bar = rx2.recv() => { panic!() }
1689 +             _bar = rx2.recv() => panic!()
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1693:34
     |
1693 |             _foo = rx1.recv() => { panic!() },
     |                                  ^^        ^^
     |
help: remove these braces
     |
1693 -             _foo = rx1.recv() => { panic!() },
1693 +             _foo = rx1.recv() => panic!(),
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1694:33
     |
1694 |             bar = rx2.recv() => { assert_eq!(bar.unwrap(), 2) }
     |                                 ^^                           ^^
     |
help: remove these braces
     |
1694 -             bar = rx2.recv() => { assert_eq!(bar.unwrap(), 2) }
1694 +             bar = rx2.recv() => assert_eq!(bar.unwrap(), 2)
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1699:34
     |
1699 |             _bar = rx2.recv() => { panic!() }
     |                                  ^^        ^^
     |
help: remove these braces
     |
1699 -             _bar = rx2.recv() => { panic!() }
1699 +             _bar = rx2.recv() => panic!()
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1716:34
     |
1716 |             _foo = rx1.recv() => { panic!("1") },
     |                                  ^^           ^^
     |
help: remove these braces
     |
1716 -             _foo = rx1.recv() => { panic!("1") },
1716 +             _foo = rx1.recv() => panic!("1"),
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1717:34
     |
1717 |             _foo = rx2.recv() => { panic!("2") },
     |                                  ^^           ^^
     |
help: remove these braces
     |
1717 -             _foo = rx2.recv() => { panic!("2") },
1717 +             _foo = rx2.recv() => panic!("2"),
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1718:34
     |
1718 |             _foo = rx3.recv() => { panic!("3") },
     |                                  ^^           ^^
     |
help: remove these braces
     |
1718 -             _foo = rx3.recv() => { panic!("3") },
1718 +             _foo = rx3.recv() => panic!("3"),
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1719:34
     |
1719 |             _foo = rx4.recv() => { panic!("4") },
     |                                  ^^           ^^
     |
help: remove these braces
     |
1719 -             _foo = rx4.recv() => { panic!("4") },
1719 +             _foo = rx4.recv() => panic!("4"),
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1731:33
     |
1731 |             _a1 = rx1.recv() => { panic!() },
     |                                 ^^        ^^
     |
help: remove these braces
     |
1731 -             _a1 = rx1.recv() => { panic!() },
1731 +             _a1 = rx1.recv() => panic!(),
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1755:32
     |
1755 |             _b = rx2.recv() => { panic!() }
     |                                ^^        ^^
     |
help: remove these braces
     |
1755 -             _b = rx2.recv() => { panic!() }
1755 +             _b = rx2.recv() => panic!()
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1759:31
     |
1759 |             a = rx1.recv() => { assert!(a.is_err()) },
     |                               ^^                   ^^
     |
help: remove these braces
     |
1759 -             a = rx1.recv() => { assert!(a.is_err()) },
1759 +             a = rx1.recv() => assert!(a.is_err()),
     |

warning: unnecessary braces around block return value
    --> tests/mpsc.rs:1760:32
     |
1760 |             _b = rx2.recv() => { panic!() }
     |                                ^^        ^^
     |
help: remove these braces
     |
1760 -             _b = rx2.recv() => { panic!() }
1760 +             _b = rx2.recv() => panic!()
     |

For more information about this error, try `rustc --explain E0425`.
warning: `flume` (test "mpsc") generated 12 warnings
error: could not compile `flume` (test "mpsc") due to 14 previous errors; 12 
warnings emitted

Caused by:
  process didn't exit successfully: `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=mpsc 
CARGO_MANIFEST_DIR=/<<PKGBUILDDIR>> 
CARGO_MANIFEST_PATH=/<<PKGBUILDDIR>>/Cargo.toml CARGO_PKG_AUTHORS='Joshua 
Barretto <joshua.s.barre...@gmail.com>' CARGO_PKG_DESCRIPTION='A blazingly fast 
multi-producer channel' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT 
CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=flume CARGO_PKG_README=README.md 
CARGO_PKG_REPOSITORY='https://github.com/zesterer/flume' 
CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 
CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' 
CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/<<PKGBUILDDIR>> 
CARGO_TARGET_TMPDIR=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/tmp 
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/target/release/deps rustc --crate-name mpsc 
--edition=2018 tests/mpsc.rs --error-format=json 
--json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link 
-C opt-level=3 -C em
 bed-bitcode=no --test --cfg 'feature="async"' --cfg 'feature="default"' --cfg 
'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 
'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' 
--check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", 
"eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", 
"spin"))' -C metadata=990c05aba4e90e1e -C extra-filename=-990c05aba4e90e1e 
--out-dir /<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps 
--target x86_64-unknown-linux-gnu -C strip=debuginfo -L 
dependency=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps -L 
dependency=/<<PKGBUILDDIR>>/target/release/deps --extern 
async_std=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libasync_std-6c5d3ae6e9a0b50e.rlib
 --extern 
criterion=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcriterion-1f201bcb9aa8f149.rlib
 --extern crossbeam_channel=/<<PKGBUILDDIR>>/target/x86_64-unkn
 own-linux-gnu/release/deps/libcrossbeam_channel-eb70dd2b3d495eed.rlib --extern 
crossbeam_utils=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libcrossbeam_utils-cb3a8dbac11859e4.rlib
 --extern 
flume=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libflume-76e0a3936e37b504.rlib
 --extern 
futures=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures-981af9e4605c37ab.rlib
 --extern 
futures_core=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_core-79864de4a1405b48.rlib
 --extern 
futures_sink=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libfutures_sink-35e3c8d9b9b6b0a6.rlib
 --extern 
nanorand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libnanorand-2548fce95bc2667d.rlib
 --extern 
rand=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/librand-43dd84de375bf830.rlib
 --extern 
spin1=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libspin-b0d73dff34832f5e.rlib
 --extern
  
tokio=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libtokio-129e9abddd96fc56.rlib
 --extern 
waker_fn=/<<PKGBUILDDIR>>/target/x86_64-unknown-linux-gnu/release/deps/libwaker_fn-99ee7491bf429c12.rlib
 --remap-path-prefix flume_0.11.0=/usr/share/cargo/registry/flume-0.11.0` (exit 
status: 1)
warning: build failed, waiting for other jobs to finish...
warning: `flume` (test "array") generated 1 warning (run `cargo fix --test 
"array"` to apply 1 suggestion)
dh_auto_test: error: /usr/share/dh-rust/bin/cargo test --no-fail-fast -- --skip 
recv_deadline --skip recv_timeout --skip send_timeout returned exit code 101
make[1]: *** [debian/rules:13: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202501/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:rust-flume, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: rust-flume
Source-Version: 0.11.1+20241019-1
Done: Jonas Smedegaard <d...@jones.dk>

We believe that the bug you reported is fixed in the latest version of
rust-flume, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1091...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated rust-flume package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 13 Jan 2025 02:20:07 +0100
Source: rust-flume
Architecture: source
Version: 0.11.1+20241019-1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 1091948
Changes:
 rust-flume (0.11.1+20241019-1) unstable; urgency=medium
 .
   [ upstream ]
   * new release
     + add const _IS_BIASED;
       closes: bug#1091948, thanks to Santiago Vila
 .
   [ Jonas Smedegaard ]
   * stop mention dh-cargo in long description
   * update watch file: track git commits (not release tags)
   * bump project versions in virtual packages and autopkgtests
   * update patches
Checksums-Sha1:
 944a370978a01f47510e44e6760c250f2fb65eee 3530 rust-flume_0.11.1+20241019-1.dsc
 c8d82d45f8f380770a2bf70be543a98523bd1939 108928 
rust-flume_0.11.1+20241019.orig.tar.xz
 3e090f922aecf2650b8725808a2e0b30652b66d3 5520 
rust-flume_0.11.1+20241019-1.debian.tar.xz
 bbbaf240606f8650b0491693b16bbad7a683ffd3 19146 
rust-flume_0.11.1+20241019-1_amd64.buildinfo
Checksums-Sha256:
 55bf31fb6388e8719ee1e3099c11d231951bd77e2009ad759f07abac436ed34c 3530 
rust-flume_0.11.1+20241019-1.dsc
 6c26b505f87ddeab13ff89c3678ccba9dbe4f10c3ab9b3137cd3b2d97b8784e5 108928 
rust-flume_0.11.1+20241019.orig.tar.xz
 367a0e1469eee339fa4229b4406208a86098718608338a0a4ac6ccef9d449bf2 5520 
rust-flume_0.11.1+20241019-1.debian.tar.xz
 dc649b215a111114a466ee21ecac629193bbb07b86ffe06cd648b111f100dd58 19146 
rust-flume_0.11.1+20241019-1_amd64.buildinfo
Files:
 22d7fc44c6d7b5256de124772b69ceee 3530 rust optional 
rust-flume_0.11.1+20241019-1.dsc
 e44cee76e6a4e1fa0760bcd4c5d90688 108928 rust optional 
rust-flume_0.11.1+20241019.orig.tar.xz
 5a71195e3280149e8ec17d153cc3a569 5520 rust optional 
rust-flume_0.11.1+20241019-1.debian.tar.xz
 de0dcbb2f4ffb78b3920974a5cf24d7b 19146 rust optional 
rust-flume_0.11.1+20241019-1_amd64.buildinfo


-----BEGIN PGP SIGNATURE-----

wsG7BAEBCgBvBYJnhGsMCRAsfDFGwaABIUcUAAAAAAAeACBzYWx0QG5vdGF0aW9u
cy5zZXF1b2lhLXBncC5vcmflu9qkQT59pFQx/Vc1dof7+d7Aps+cjFu2fhNMaUEt
SBYhBJ/j6cNmkaaf9TzGhCx8MUbBoAEhAABoZg/+PHwrOi7SA27AyQk3IwHZKuJW
CT6ZC0hch/lWNqktA5kOX/2hr2p9kFK4PnGwvmYRHAFt7RKw/Y3THAD8vZ7b5DRa
4dj/NU0zYX2NExS+FR60SVOC2ChePIG8tlS3bd+XtBld0qr+tvNaqGbluJFiK4cB
4WvXUEmt5G5Isvl+WUZYHZU7UIKUS2/POO6CuoD8YNazqfPS5j1UXinb50TJskpP
07V65GwqbpL1Cie6Xxj1XSwuimfoD4CZKBNBJNBnOUB+otmFEz8Tefkuadvw2Uh5
F139QXUI9Bb7g1PuPrpGw9NySe4W0P++g3m/q/KoVCaYkMHxOQ2IKl5iXc2IUE95
IcyRN3Fn1YuvfLOYGgNvhK+viIzsDVGYf07RclkrcYaza4o+Ep/2HBRqJrjVEhkw
6AsNp0sfjidu9MNgNFEyilNLVCWDH9nWHKvsXJFnZ7ay8vphGQVY3zmn4jY7T9S2
dQQiDNAMDQPpHozC0z936WwrRS3UEI8iV0/v1rbUl/lTaLAKSnmHE9ZSzLaz3/Fc
B6zOQ8P9IRvhApXIPOgaNOOsur72c2VFiNwnk9FEcvsSJogTUIFdlJ9wOYda2vsV
OqnwZCz48yt9Nc3C+0vdbgIlSXohJuo97omHxrEn2PYkUscvvzezMTdqRchsyge/
nH6Cq6EdSAewwp1mj/s=
=+FwJ
-----END PGP SIGNATURE-----

Attachment: pgpFbrj6UucDh.pgp
Description: PGP signature


--- End Message ---

Reply via email to