[Pkg-rust-maintainers] Bug#1092531: rust-expectrl: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 101

Lucas Nussbaum lucas at debian.org
Wed Jan 8 19:41:31 GMT 2025


Source: rust-expectrl
Version: 0.7.1-5
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20250107 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/build/reproducible-path/rust-expectrl-0.7.1'
> dh_auto_test -- test --all
> debian cargo wrapper: options, profiles, parallel, lto: ['parallel=8'] [] ['-j8'] 
> 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', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j8', '--target', 'x86_64-unknown-linux-gnu', '--all'],) {}
>    Compiling libc v0.2.169
>    Compiling cfg_aliases v0.2.1
>    Compiling memchr v2.7.4
>    Compiling regex-syntax v0.8.5
>    Compiling bitflags v2.6.0
>    Compiling cfg-if v1.0.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cfg_aliases CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/cfg_aliases-0.2.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/cfg_aliases-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Zicklag <zicklag at katharostech.com>' CARGO_PKG_DESCRIPTION='A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.' CARGO_PKG_HOMEPAGE='https://github.com/katharostech/cfg_aliases' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg_aliases CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/katharostech/cfg_aliases' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/cfg_aliases-0.2.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name cfg_aliases --edition=2018 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=639554a692463b40 -C extra-filename=-639554a692463b40 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/libc-0.2.169 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/libc-0.2.169 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name build_script_build --edition=2021 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=d51ceae0538f79e1 -C extra-filename=-d51ceae0538f79e1 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/debug/build/libc-d51ceae0538f79e1 -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
> 1, 2 or 3 byte search and single substring search.
> ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/memchr-2.7.4 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name memchr --edition=2021 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=e20378578eabe382 -C extra-filename=-e20378578eabe382 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-syntax-0.8.5 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name regex_syntax --edition=2021 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=a4e2244270c292c7 -C extra-filename=-a4e2244270c292c7 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
> ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/bitflags-2.6.0 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name bitflags --edition=2021 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=82acf5a86308b5db -C extra-filename=-82acf5a86308b5db --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton <alex at alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
> parameters. Structured like an if-else chain, the first matching branch is the
> item that gets emitted.
> ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/cfg-if-1.0.0 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name cfg_if --edition=2018 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core"))' -C metadata=d3c79416080e1a4a -C extra-filename=-d3c79416080e1a4a --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling nix v0.29.0
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/nix-0.29.0 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/nix-0.29.0 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name build_script_build --edition=2021 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=d325bfe550a5db34 -C extra-filename=-d325bfe550a5db34 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/debug/build/nix-d325bfe550a5db34 -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern cfg_aliases=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps/libcfg_aliases-639554a692463b40.rlib --cap-lints warn`
>      Running `CARGO=/usr/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=x86_64-linux-gnu-gcc-Clink-arg=-Wl,-z,relro--remap-path-prefix/build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1--remap-path-prefix/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/libc-0.2.169 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps:/build/reproducible-path/rust-expectrl-0.7.1/target/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/build/libc-fb5034233012d475/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu /build/reproducible-path/rust-expectrl-0.7.1/target/debug/build/libc-d51ceae0538f79e1/build-script-build`
> [libc 0.2.169] cargo:rerun-if-changed=build.rs
> [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
> [libc 0.2.169] cargo:rustc-cfg=freebsd11
> [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest)
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos"))
> [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/libc-0.2.169 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/libc-0.2.169 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps OUT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/build/libc-fb5034233012d475/out rustc --crate-name libc --edition=2021 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=3bbfef4c34aa2fc4 -C extra-filename=-3bbfef4c34aa2fc4 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_time64_abi)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
>      Running `CARGO=/usr/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=x86_64-linux-gnu-gcc-Clink-arg=-Wl,-z,relro--remap-path-prefix/build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1--remap-path-prefix/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_FEATURE=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_IOCTL=1 CARGO_FEATURE_PROCESS=1 CARGO_FEATURE_SIGNAL=1 CARGO_FEATURE_TERM=1 CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/nix-0.29.0 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=x86_64-unknown-linux-gnu LD_LIBRARY_PATH='/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps:/build/reproducible-path/rust-expectrl-0.7.1/target/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' NUM_JOBS=8 OPT_LEVEL=0 OUT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/build/nix-01689d9053bf40e1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=x86_64-unknown-linux-gnu /build/reproducible-path/rust-expectrl-0.7.1/target/debug/build/nix-d325bfe550a5db34/build-script-build`
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(android)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(dragonfly)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(ios)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsd)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(illumos)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux)
> [nix 0.29.0] cargo:rustc-cfg=linux
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(macos)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsd)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(openbsd)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(solaris)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(watchos)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(tvos)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(visionos)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(apple_targets)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd_without_apple)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux_android)
> [nix 0.29.0] cargo:rustc-cfg=linux_android
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsdlike)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsdlike)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(solarish)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(apple_targets)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(bsd_without_apple)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(linux_android)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(freebsdlike)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(netbsdlike)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(solarish)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(fbsd14)
> [nix 0.29.0] cargo:rustc-check-cfg=cfg(qemu)
>    Compiling aho-corasick v1.1.3
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/aho-corasick-1.1.3 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name aho_corasick --edition=2021 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=cad9a19d6494d690 -C extra-filename=-cad9a19d6494d690 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern memchr=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-e20378578eabe382.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unused import: `crate::ntptimeval`
>  --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5
>   |
> 5 | use crate::ntptimeval;
>   |     ^^^^^^^^^^^^^^^^^
>   |
>   = note: `#[warn(unused_imports)]` on by default
> 
>    Compiling regex-automata v0.4.9
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex_automata CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-automata-0.4.9 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-automata-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_DESCRIPTION='Automata construction and matching using regular expressions.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-automata CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-automata' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-automata-0.4.9 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name regex_automata --edition=2021 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=0abe2ce5c1e771e0 -C extra-filename=-0abe2ce5c1e771e0 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern aho_corasick=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libaho_corasick-cad9a19d6494d690.rmeta --extern memchr=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-e20378578eabe382.rmeta --extern regex_syntax=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex_syntax-a4e2244270c292c7.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=nix CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/nix-0.29.0 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/nix-0.29.0/Cargo.toml CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_RUST_VERSION=1.69 CARGO_PKG_VERSION=0.29.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=29 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/nix-0.29.0 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps OUT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/build/nix-01689d9053bf40e1/out rustc --crate-name nix --edition=2021 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=3d26f84d9f63cdb5 -C extra-filename=-3d26f84d9f63cdb5 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern bitflags=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libbitflags-82acf5a86308b5db.rmeta --extern cfg_if=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-d3c79416080e1a4a.rmeta --extern libc=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-3bbfef4c34aa2fc4.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
> warning: `libc` (lib) generated 1 warning
>    Compiling ptyprocess v0.4.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=ptyprocess CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/ptyprocess-0.4.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/ptyprocess-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A library to work with PTY/TTY on Unix systems' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/ptyprocess' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ptyprocess CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/ptyprocess' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/ptyprocess-0.4.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name ptyprocess --edition=2018 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/ptyprocess-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b87241b6d060653e -C extra-filename=-b87241b6d060653e --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: use of deprecated function `nix::errno::from_i32`: please use `Errno::from_raw()` instead
>    --> /usr/share/cargo/registry/ptyprocess-0.4.1/src/lib.rs:183:39
>     |
> 183 |                     return Err(errno::from_i32(code));
>     |                                       ^^^^^^^^
>     |
>     = note: `#[warn(deprecated)]` on by default
> 
> warning: `ptyprocess` (lib) generated 1 warning
>    Compiling regex v1.11.1
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=regex CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-1.11.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-1.11.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant <jamslam at gmail.com>' CARGO_PKG_DESCRIPTION='An implementation of regular expressions for Rust. This implementation uses
> finite automata and guarantees linear time matching on all inputs.
> ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=1.11.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-1.11.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name regex --edition=2021 /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=8f300de4edde85e9 -C extra-filename=-8f300de4edde85e9 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern aho_corasick=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libaho_corasick-cad9a19d6494d690.rmeta --extern memchr=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-e20378578eabe382.rmeta --extern regex_automata=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex_automata-0abe2ce5c1e771e0.rmeta --extern regex_syntax=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex_syntax-a4e2244270c292c7.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>    Compiling expectrl v0.7.1 (/build/reproducible-path/rust-expectrl-0.7.1)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=expectrl CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name expectrl --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1dab14125ac6106b -C extra-filename=-1dab14125ac6106b --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rmeta --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rmeta --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rmeta -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `polling`
>    --> src/lib.rs:119:20
>     |
> 119 | #[cfg(all(windows, feature = "polling"))]
>     |                    ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>     = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>  --> src/interact/mod.rs:3:27
>   |
> 3 | #![cfg_attr(all(unix, not(feature = "async")), doc = "```no_run")]
>   |                           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = 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 value: `r#async`
>  --> src/interact/mod.rs:4:31
>   |
> 4 | #![cfg_attr(not(all(unix, not(feature = "async"))), doc = "```ignore")]
>   |                               ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = 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 value: `r#async`
>   --> src/check_macros.rs:34:11
>    |
> 34 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> src/check_macros.rs:150:7
>     |
> 150 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>   --> src/interact/session.rs:10:11
>    |
> 10 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/interact/session.rs:14:15
>    |
> 14 | #[cfg(all(not(feature = "async"), not(feature = "polling")))]
>    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `polling`
>   --> src/interact/session.rs:14:39
>    |
> 14 | #[cfg(all(not(feature = "async"), not(feature = "polling")))]
>    |                                       ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `polling` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/interact/session.rs:64:15
>    |
> 64 | #[cfg(not(any(feature = "async", feature = "polling")))]
>    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `polling`
>   --> src/interact/session.rs:64:34
>    |
> 64 | #[cfg(not(any(feature = "async", feature = "polling")))]
>    |                                  ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `polling` as a feature in `Cargo.toml`
>    = 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 value: `polling`
>    --> src/interact/session.rs:113:17
>     |
> 113 | #[cfg(all(unix, feature = "polling", not(feature = "async")))]
>     |                 ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/interact/session.rs:113:42
>     |
> 113 | #[cfg(all(unix, feature = "polling", not(feature = "async")))]
>     |                                          ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/interact/session.rs:154:7
>     |
> 154 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> src/interact/session.rs:201:20
>     |
> 201 | #[cfg(all(windows, feature = "polling", not(feature = "async")))]
>     |                    ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/interact/session.rs:201:45
>     |
> 201 | #[cfg(all(windows, feature = "polling", not(feature = "async")))]
>     |                                             ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/interact/session.rs:225:15
>     |
> 225 | #[cfg(all(not(feature = "async"), not(feature = "polling")))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> src/interact/session.rs:225:39
>     |
> 225 | #[cfg(all(not(feature = "async"), not(feature = "polling")))]
>     |                                       ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/interact/session.rs:340:21
>     |
> 340 | #[cfg(all(unix, not(feature = "async"), feature = "polling"))]
>     |                     ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> src/interact/session.rs:340:41
>     |
> 340 | #[cfg(all(unix, not(feature = "async"), feature = "polling"))]
>     |                                         ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/interact/session.rs:476:24
>     |
> 476 | #[cfg(all(windows, not(feature = "async"), feature = "polling"))]
>     |                        ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> src/interact/session.rs:476:44
>     |
> 476 | #[cfg(all(windows, not(feature = "async"), feature = "polling"))]
>     |                                            ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/interact/session.rs:599:7
>     |
> 599 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: unnecessary qualification
>    --> src/interact/session.rs:754:39
>     |
> 754 |             Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err),
>     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     |
> note: the lint level is defined here
>    --> src/lib.rs:10:5
>     |
> 10  |     unused_qualifications,
>     |     ^^^^^^^^^^^^^^^^^^^^^
> help: remove the unnecessary path segments
>     |
> 754 -             Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err),
> 754 +             Err(err) if err.kind() != ErrorKind::WouldBlock => return Err(err),
>     |
> 
> warning: unnecessary qualification
>    --> src/interact/session.rs:767:39
>     |
> 767 |             Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err),
>     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     |
> help: remove the unnecessary path segments
>     |
> 767 -             Err(err) if err.kind() != std::io::ErrorKind::WouldBlock => return Err(err),
> 767 +             Err(err) if err.kind() != ErrorKind::WouldBlock => return Err(err),
>     |
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> src/process/mod.rs:41:7
>    |
> 41 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>  --> src/process/unix.rs:7:7
>   |
> 7 | #[cfg(feature = "async")]
>   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = 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 value: `r#async`
>  --> src/process/unix.rs:9:7
>   |
> 9 | #[cfg(feature = "async")]
>   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = 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 value: `r#async`
>   --> src/process/unix.rs:11:7
>    |
> 11 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> src/process/unix.rs:137:7
>     |
> 137 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/process/unix.rs:147:7
>     |
> 147 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/process/unix.rs:153:7
>     |
> 153 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/process/unix.rs:161:7
>     |
> 161 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/process/unix.rs:180:7
>     |
> 180 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> src/process/unix.rs:191:7
>     |
> 191 | #[cfg(feature = "polling")]
>     |       ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: unnecessary qualification
>   --> src/process/unix.rs:43:27
>    |
> 43 |         let mut command = std::process::Command::new(&args[0]);
>    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |
> help: remove the unnecessary path segments
>    |
> 43 -         let mut command = std::process::Command::new(&args[0]);
> 43 +         let mut command = Command::new(&args[0]);
>    |
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> src/repl.rs:10:11
>    |
> 10 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/repl.rs:12:11
>    |
> 12 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/repl.rs:20:7
>    |
> 20 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/repl.rs:30:11
>    |
> 30 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/repl.rs:68:7
>    |
> 68 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/repl.rs:98:11
>    |
> 98 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> src/repl.rs:111:7
>     |
> 111 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/repl.rs:248:11
>     |
> 248 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/repl.rs:261:7
>     |
> 261 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/repl.rs:274:11
>     |
> 274 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/repl.rs:310:7
>     |
> 310 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: unnecessary qualification
>   --> src/repl.rs:44:19
>    |
> 44 |     let session = crate::session::Session::spawn(cmd)?;
>    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>    |
> help: remove the unnecessary path segments
>    |
> 44 -     let session = crate::session::Session::spawn(cmd)?;
> 44 +     let session = Session::spawn(cmd)?;
>    |
> 
> warning: unexpected `cfg` condition value: `r#async`
>    --> src/repl.rs:287:15
>     |
> 287 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>   --> src/session/mod.rs:18:7
>    |
> 18 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/session/mod.rs:20:11
>    |
> 20 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/session/mod.rs:27:11
>    |
> 27 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/session/mod.rs:30:7
>    |
> 30 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/session/mod.rs:38:21
>    |
> 38 | #[cfg(all(unix, not(feature = "async")))]
>    |                     ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/session/mod.rs:40:17
>    |
> 40 | #[cfg(all(unix, feature = "async"))]
>    |                 ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/session/mod.rs:42:24
>    |
> 42 | #[cfg(all(windows, not(feature = "async")))]
>    |                        ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/session/mod.rs:44:20
>    |
> 44 | #[cfg(all(windows, feature = "async"))]
>    |                    ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/session/mod.rs:52:7
>    |
> 52 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/session/mod.rs:55:11
>    |
> 55 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> src/session/mod.rs:159:11
>     |
> 159 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/session/mod.rs:178:7
>     |
> 178 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: unnecessary qualification
>    --> src/session/sync_session.rs:399:40
>     |
> 399 |     fn write(&mut self, buf: &[u8]) -> std::io::Result<usize> {
>     |                                        ^^^^^^^^^^^^^^^^^^^^^^
>     |
> help: remove the unnecessary path segments
>     |
> 399 -     fn write(&mut self, buf: &[u8]) -> std::io::Result<usize> {
> 399 +     fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
>     |
> 
> warning: unnecessary qualification
>    --> src/session/sync_session.rs:403:28
>     |
> 403 |     fn flush(&mut self) -> std::io::Result<()> {
>     |                            ^^^^^^^^^^^^^^^^^^^
>     |
> help: remove the unnecessary path segments
>     |
> 403 -     fn flush(&mut self) -> std::io::Result<()> {
> 403 +     fn flush(&mut self) -> io::Result<()> {
>     |
> 
> warning: unnecessary qualification
>    --> src/session/sync_session.rs:413:43
>     |
> 413 |     fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> {
>     |                                           ^^^^^^^^^^^^^^^^^^^^^^
>     |
> help: remove the unnecessary path segments
>     |
> 413 -     fn read(&mut self, buf: &mut [u8]) -> std::io::Result<usize> {
> 413 +     fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> {
>     |
> 
> warning: unnecessary qualification
>    --> src/session/sync_session.rs:419:31
>     |
> 419 |     fn fill_buf(&mut self) -> std::io::Result<&[u8]> {
>     |                               ^^^^^^^^^^^^^^^^^^^^^^
>     |
> help: remove the unnecessary path segments
>     |
> 419 -     fn fill_buf(&mut self) -> std::io::Result<&[u8]> {
> 419 +     fn fill_buf(&mut self) -> io::Result<&[u8]> {
>     |
> 
> warning: unnecessary qualification
>    --> src/session/sync_session.rs:500:37
>     |
> 500 |     fn read_available(&mut self) -> std::io::Result<bool> {
>     |                                     ^^^^^^^^^^^^^^^^^^^^^
>     |
> help: remove the unnecessary path segments
>     |
> 500 -     fn read_available(&mut self) -> std::io::Result<bool> {
> 500 +     fn read_available(&mut self) -> io::Result<bool> {
>     |
> 
> warning: unnecessary qualification
>    --> src/session/sync_session.rs:516:58
>     |
> 516 |     fn read_available_once(&mut self, buf: &mut [u8]) -> std::io::Result<Option<usize>> {
>     |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     |
> help: remove the unnecessary path segments
>     |
> 516 -     fn read_available_once(&mut self, buf: &mut [u8]) -> std::io::Result<Option<usize>> {
> 516 +     fn read_available_once(&mut self, buf: &mut [u8]) -> io::Result<Option<usize>> {
>     |
> 
> warning: unnecessary qualification
>    --> src/session/sync_session.rs:631:47
>     |
> 631 |     fn read(&mut self, mut buf: &mut [u8]) -> std::io::Result<usize> {
>     |                                               ^^^^^^^^^^^^^^^^^^^^^^
>     |
> help: remove the unnecessary path segments
>     |
> 631 -     fn read(&mut self, mut buf: &mut [u8]) -> std::io::Result<usize> {
> 631 +     fn read(&mut self, mut buf: &mut [u8]) -> io::Result<usize> {
>     |
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> src/session/mod.rs:73:15
>    |
> 73 |         #[cfg(feature = "async")]
>    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/session/mod.rs:87:15
>    |
> 87 |         #[cfg(feature = "async")]
>    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> src/session/mod.rs:126:23
>     |
> 126 |         all(unix, not(feature = "async"), not(feature = "polling")),
>     |                       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> src/session/mod.rs:126:47
>     |
> 126 |         all(unix, not(feature = "async"), not(feature = "polling")),
>     |                                               ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/session/mod.rs:130:27
>     |
> 130 |         not(all(unix, not(feature = "async"), not(feature = "polling"))),
>     |                           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> src/session/mod.rs:130:51
>     |
> 130 |         not(all(unix, not(feature = "async"), not(feature = "polling"))),
>     |                                                   ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>  --> src/stream/log.rs:9:7
>   |
> 9 | #[cfg(feature = "async")]
>   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = 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 value: `r#async`
>   --> src/stream/log.rs:11:7
>    |
> 11 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> src/stream/log.rs:109:7
>     |
> 109 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/stream/log.rs:137:7
>     |
> 137 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>  --> src/stream/stdin.rs:6:11
>   |
> 6 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = 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 value: `r#async`
>  --> src/stream/stdin.rs:9:7
>   |
> 9 | #[cfg(feature = "async")]
>   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = 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 value: `r#async`
>   --> src/stream/stdin.rs:15:7
>    |
> 15 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/stream/stdin.rs:68:11
>    |
> 68 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/stream/stdin.rs:75:7
>    |
> 75 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `polling`
>    --> src/stream/stdin.rs:100:17
>     |
> 100 | #[cfg(all(unix, feature = "polling"))]
>     |                 ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> src/stream/stdin.rs:320:20
>     |
> 320 | #[cfg(all(windows, feature = "polling", not(feature = "async")))]
>     |                    ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/stream/stdin.rs:320:45
>     |
> 320 | #[cfg(all(windows, feature = "polling", not(feature = "async")))]
>     |                                             ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>   --> src/stream/stdin.rs:62:15
>    |
> 62 |     #[cfg(not(feature = "async"))]
>    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/stream/stdin.rs:37:19
>    |
> 37 |         #[cfg(not(feature = "async"))]
>    |                   ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/stream/stdin.rs:44:15
>    |
> 44 |         #[cfg(feature = "async")]
>    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> src/stream/stdin.rs:56:19
>    |
> 56 |         #[cfg(not(feature = "async"))]
>    |                   ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> src/stream/stdin.rs:189:15
>     |
> 189 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/stream/stdin.rs:196:11
>     |
> 196 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/stream/stdin.rs:123:15
>     |
> 123 |         #[cfg(feature = "async")]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/stream/stdin.rs:125:19
>     |
> 125 |         #[cfg(not(feature = "async"))]
>     |                   ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: unnecessary qualification
>    --> src/stream/stdin.rs:126:16
>     |
> 126 |         stdin: std::io::Stdin,
>     |                ^^^^^^^^^^^^^^
>     |
> help: remove the unnecessary path segments
>     |
> 126 -         stdin: std::io::Stdin,
> 126 +         stdin: io::Stdin,
>     |
> 
> warning: unexpected `cfg` condition value: `r#async`
>    --> src/stream/stdin.rs:177:19
>     |
> 177 |         #[cfg(not(feature = "async"))]
>     |                   ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/stream/stdin.rs:132:19
>     |
> 132 |             #[cfg(feature = "async")]
>     |                   ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: unnecessary qualification
>    --> src/stream/stdin.rs:131:25
>     |
> 131 |             let stdin = std::io::stdin();
>     |                         ^^^^^^^^^^^^^^
>     |
> help: remove the unnecessary path segments
>     |
> 131 -             let stdin = std::io::stdin();
> 131 +             let stdin = io::stdin();
>     |
> 
> warning: `expectrl` (lib) generated 97 warnings (run `cargo fix --lib -p expectrl` to apply 13 suggestions)
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=ping CARGO_CRATE_NAME=ping CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name ping --edition=2021 examples/ping.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=819f920b50cc7ed2 -C extra-filename=-819f920b50cc7ed2 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=ftp CARGO_CRATE_NAME=ftp CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name ftp --edition=2021 examples/ftp.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e45ed5c9894de884 -C extra-filename=-e45ed5c9894de884 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=check CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_TARGET_TMPDIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name check --edition=2021 tests/check.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81dada33e4a5714a -C extra-filename=-81dada33e4a5714a --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=interact CARGO_CRATE_NAME=interact CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name interact --edition=2021 examples/interact.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=735c8cc5262e7e65 -C extra-filename=-735c8cc5262e7e65 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=session CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_TARGET_TMPDIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name session --edition=2021 tests/session.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f91038eaf22cf3a -C extra-filename=-1f91038eaf22cf3a --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=expectrl CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name expectrl --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eff45e2896b2aa6d -C extra-filename=-eff45e2896b2aa6d --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=expect CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_TARGET_TMPDIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name expect --edition=2021 tests/expect.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34e55a1195ee676e -C extra-filename=-34e55a1195ee676e --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_TARGET_TMPDIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name log --edition=2021 tests/log.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28d1672bfcecca37 -C extra-filename=-28d1672bfcecca37 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `r#async`
>  --> examples/ftp.rs:3:11
>   |
> 3 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/ftp.rs:20:7
>    |
> 20 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>  --> examples/ping.rs:5:11
>   |
> 5 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/ping.rs:28:7
>    |
> 28 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>  --> tests/expect.rs:4:11
>   |
> 4 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>  --> tests/expect.rs:7:7
>   |
> 7 | #[cfg(feature = "async")]
>   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = 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 value: `r#async`
>   --> tests/expect.rs:11:11
>    |
> 11 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/expect.rs:20:7
>    |
> 20 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/expect.rs:62:11
>    |
> 62 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/expect.rs:74:7
>    |
> 74 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/expect.rs:87:7
>    |
> 87 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> tests/expect.rs:122:11
>     |
> 122 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/expect.rs:133:7
>     |
> 133 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/expect.rs:175:11
>     |
> 175 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/expect.rs:186:7
>     |
> 186 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/expect.rs:225:11
>     |
> 225 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/expect.rs:238:7
>     |
> 238 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/expect.rs:287:11
>     |
> 287 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/expect.rs:299:7
>     |
> 299 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>  --> tests/session.rs:3:7
>   |
> 3 | #[cfg(feature = "async")]
>   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>  --> tests/session.rs:6:11
>   |
> 6 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = 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 value: `r#async`
>   --> tests/session.rs:11:11
>    |
> 11 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/session.rs:28:7
>    |
> 28 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/session.rs:67:11
>    |
> 67 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/session.rs:82:7
>    |
> 82 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> tests/session.rs:125:11
>     |
> 125 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/session.rs:140:7
>     |
> 140 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/session.rs:192:15
>     |
> 192 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/session.rs:202:11
>     |
> 202 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>   --> examples/interact.rs:12:24
>    |
> 12 | #[cfg(not(all(windows, feature = "polling")))]
>    |                        ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `polling` as a feature in `Cargo.toml`
>    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>    = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/interact.rs:13:11
>    |
> 13 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> examples/interact.rs:31:7
>    |
> 31 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `polling`
>   --> examples/interact.rs:52:20
>    |
> 52 | #[cfg(all(windows, feature = "polling", not(feature = "async")))]
>    |                    ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `polling` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> examples/interact.rs:52:45
>    |
> 52 | #[cfg(all(windows, feature = "polling", not(feature = "async")))]
>    |                                             ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>  --> tests/log.rs:8:7
>   |
> 8 | #[cfg(feature = "async")]
>   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> tests/log.rs:10:7
>    |
> 10 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/log.rs:74:11
>    |
> 74 |     #[cfg(feature = "async")]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/log.rs:95:15
>    |
> 95 |     #[cfg(not(feature = "async"))]
>    |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>  --> tests/check.rs:8:11
>   |
> 8 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> tests/check.rs:17:7
>    |
> 17 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/check.rs:28:11
>    |
> 28 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/check.rs:42:7
>    |
> 42 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/check.rs:58:11
>    |
> 58 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/check.rs:72:7
>    |
> 72 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/check.rs:88:11
>    |
> 88 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> tests/check.rs:108:7
>     |
> 108 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/check.rs:130:11
>     |
> 130 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/check.rs:153:7
>     |
> 153 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/check.rs:178:11
>     |
> 178 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/check.rs:189:7
>     |
> 189 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/check.rs:202:11
>     |
> 202 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/check.rs:226:7
>     |
> 226 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/check.rs:253:11
>     |
> 253 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/check.rs:281:7
>     |
> 281 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/check.rs:314:11
>     |
> 314 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/check.rs:346:7
>     |
> 346 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/check_macros.rs:297:19
>     |
> 297 |         #[cfg(not(feature = "async"))]
>     |                   ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> src/check_macros.rs:322:15
>     |
> 322 |         #[cfg(feature = "async")]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: `expectrl` (example "ping") generated 2 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=check CARGO_CRATE_NAME=check CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name check --edition=2021 examples/check.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=859502bd875eef68 -C extra-filename=-859502bd875eef68 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `r#async`
>  --> examples/check.rs:3:11
>   |
> 3 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/check.rs:25:7
>    |
> 25 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: `expectrl` (example "ftp") generated 2 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=interact_with_callback CARGO_CRATE_NAME=interact_with_callback CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name interact_with_callback --edition=2021 examples/interact_with_callback.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a241315252d989c -C extra-filename=-5a241315252d989c --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `expectrl` (example "interact") generated 5 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=io CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_TARGET_TMPDIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name io --edition=2021 tests/io.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b99285d30b0f011 -C extra-filename=-6b99285d30b0f011 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `polling`
>   --> examples/interact_with_callback.rs:15:24
>    |
> 15 | #[cfg(not(all(windows, feature = "polling")))]
>    |                        ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `polling` as a feature in `Cargo.toml`
>    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>    = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/interact_with_callback.rs:16:11
>    |
> 16 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> examples/interact_with_callback.rs:83:7
>    |
> 83 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `polling`
>    --> examples/interact_with_callback.rs:151:20
>     |
> 151 | #[cfg(all(windows, feature = "polling", not(feature = "async")))]
>     |                    ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> examples/interact_with_callback.rs:151:45
>     |
> 151 | #[cfg(all(windows, feature = "polling", not(feature = "async")))]
>     |                                             ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>  --> tests/io.rs:7:7
>   |
> 7 | #[cfg(feature = "async")]
>   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> tests/io.rs:13:11
>    |
> 13 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> tests/io.rs:508:15
>     |
> 508 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:512:11
>     |
> 512 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:519:15
>     |
> 519 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:523:11
>     |
> 523 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:530:15
>     |
> 530 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:534:11
>     |
> 534 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:541:15
>     |
> 541 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:545:11
>     |
> 545 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:552:15
>     |
> 552 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:556:11
>     |
> 556 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:563:15
>     |
> 563 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:567:11
>     |
> 567 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:574:15
>     |
> 574 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:578:11
>     |
> 578 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:586:15
>     |
> 586 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:590:11
>     |
> 590 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:599:15
>     |
> 599 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:603:11
>     |
> 603 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:612:15
>     |
> 612 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:617:11
>     |
> 617 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:627:15
>     |
> 627 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:631:11
>     |
> 631 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:639:15
>     |
> 639 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:643:11
>     |
> 643 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:650:15
>     |
> 650 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:654:11
>     |
> 654 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:672:15
>     |
> 672 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/io.rs:677:11
>     |
> 677 |     #[cfg(feature = "async")]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: variable does not need to be mutable
>   --> examples/interact_with_callback.rs:22:21
>    |
> 22 |         .on_output(|mut ctx| {
>    |                     ----^^^
>    |                     |
>    |                     help: remove this `mut`
>    |
>    = note: `#[warn(unused_mut)]` on by default
> 
> warning: variable does not need to be mutable
>   --> examples/interact_with_callback.rs:37:20
>    |
> 37 |         .on_input(|mut ctx| {
>    |                    ----^^^
>    |                    |
>    |                    help: remove this `mut`
> 
> warning: function `automatic_stop_of_interact_on_eof` is never used
>    --> tests/io.rs:466:4
>     |
> 466 | fn automatic_stop_of_interact_on_eof() {
>     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     |
>     = note: `#[warn(dead_code)]` on by default
> 
> warning: function `spawn_after_interact` is never used
>    --> tests/io.rs:478:4
>     |
> 478 | fn spawn_after_interact() {
>     |    ^^^^^^^^^^^^^^^^^^^^
> 
> warning: `expectrl` (test "log") generated 4 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=interact CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_TARGET_TMPDIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name interact --edition=2021 tests/interact.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3d16f469a2f1d06 -C extra-filename=-f3d16f469a2f1d06 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `expectrl` (test "session") generated 10 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=bash CARGO_CRATE_NAME=bash CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name bash --edition=2021 examples/bash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=58cbc9cea982018e -C extra-filename=-58cbc9cea982018e --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `r#async`
>  --> examples/bash.rs:7:11
>   |
> 7 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/bash.rs:41:7
>    |
> 41 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>  --> tests/interact.rs:8:11
>   |
> 8 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> tests/interact.rs:11:11
>    |
> 11 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/interact.rs:14:11
>    |
> 14 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/interact.rs:18:11
>    |
> 18 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/interact.rs:54:11
>    |
> 54 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/interact.rs:86:11
>    |
> 86 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> tests/interact.rs:121:15
>     |
> 121 | #[cfg(not(any(feature = "async", feature = "polling")))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> tests/interact.rs:121:34
>     |
> 121 | #[cfg(not(any(feature = "async", feature = "polling")))]
>     |                                  ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/interact.rs:155:15
>     |
> 155 | #[cfg(not(any(feature = "async", feature = "polling")))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> tests/interact.rs:155:34
>     |
> 155 | #[cfg(not(any(feature = "async", feature = "polling")))]
>     |                                  ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/interact.rs:195:25
>     |
> 195 | #[cfg(all(unix, not(any(feature = "async", feature = "polling"))))]
>     |                         ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> tests/interact.rs:195:44
>     |
> 195 | #[cfg(all(unix, not(any(feature = "async", feature = "polling"))))]
>     |                                            ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/interact.rs:250:25
>     |
> 250 | #[cfg(all(unix, not(any(feature = "async", feature = "polling"))))]
>     |                         ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `polling`
>    --> tests/interact.rs:250:44
>     |
> 250 | #[cfg(all(unix, not(any(feature = "async", feature = "polling"))))]
>     |                                            ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `polling` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/interact.rs:339:7
>     |
> 339 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/interact.rs:368:7
>     |
> 368 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/interact.rs:476:7
>     |
> 476 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/interact.rs:408:15
>     |
> 408 |     #[cfg(not(feature = "async"))]
>     |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: function `interact_output_callback` is never used
>   --> tests/interact.rs:56:4
>    |
> 56 | fn interact_output_callback() {
>    |    ^^^^^^^^^^^^^^^^^^^^^^^^
>    |
>    = note: `#[warn(dead_code)]` on by default
> 
> warning: function `interact_callbacks_called_after_exit` is never used
>   --> tests/interact.rs:88:4
>    |
> 88 | fn interact_callbacks_called_after_exit() {
>    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> warning: `expectrl` (test "expect") generated 15 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=ftp_interact CARGO_CRATE_NAME=ftp_interact CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name ftp_interact --edition=2021 examples/ftp_interact.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be1b545abfbeb872 -C extra-filename=-be1b545abfbeb872 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `polling`
>  --> examples/ftp_interact.rs:9:24
>   |
> 9 | #[cfg(not(all(windows, feature = "polling")))]
>   |                        ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `polling` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/ftp_interact.rs:10:11
>    |
> 10 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `polling`
>   --> examples/ftp_interact.rs:47:24
>    |
> 47 | #[cfg(any(all(windows, feature = "polling"), feature = "async"))]
>    |                        ^^^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `polling` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> examples/ftp_interact.rs:47:46
>    |
> 47 | #[cfg(any(all(windows, feature = "polling"), feature = "async"))]
>    |                                              ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: `expectrl` (example "check") generated 2 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=python CARGO_CRATE_NAME=python CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name python --edition=2021 examples/python.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d03397ded100b6e -C extra-filename=-3d03397ded100b6e --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `r#async`
>  --> examples/python.rs:3:11
>   |
> 3 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/python.rs:18:7
>    |
> 18 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: `expectrl` (test "check") generated 18 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=shell CARGO_CRATE_NAME=shell CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name shell --edition=2021 examples/shell.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69b15bdf415706c4 -C extra-filename=-69b15bdf415706c4 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `r#async`
>  --> examples/shell.rs:4:21
>   |
> 4 | #[cfg(all(unix, not(feature = "async")))]
>   |                     ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/shell.rs:22:21
>    |
> 22 | #[cfg(all(unix, not(feature = "async")))]
>    |                     ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> examples/shell.rs:32:17
>    |
> 32 | #[cfg(all(unix, feature = "async"))]
>    |                 ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> examples/shell.rs:53:17
>    |
> 53 | #[cfg(all(unix, feature = "async"))]
>    |                 ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: `expectrl` (example "interact_with_callback") generated 7 warnings (run `cargo fix --example "interact_with_callback"` to apply 2 suggestions)
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=is_matched CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_TARGET_TMPDIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name is_matched --edition=2021 tests/is_matched.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7fb55ef72361c2a -C extra-filename=-c7fb55ef72361c2a --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `r#async`
>  --> tests/is_matched.rs:8:11
>   |
> 8 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> tests/is_matched.rs:18:7
>    |
> 18 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/is_matched.rs:30:11
>    |
> 30 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/is_matched.rs:42:7
>    |
> 42 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/is_matched.rs:56:11
>    |
> 56 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/is_matched.rs:68:7
>    |
> 68 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/is_matched.rs:82:11
>    |
> 82 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/is_matched.rs:96:7
>    |
> 96 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> tests/is_matched.rs:113:11
>     |
> 113 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/is_matched.rs:135:7
>     |
> 135 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/is_matched.rs:159:11
>     |
> 159 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/is_matched.rs:179:7
>     |
> 179 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/is_matched.rs:200:11
>     |
> 200 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/is_matched.rs:222:7
>     |
> 222 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: `expectrl` (test "io") generated 32 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=repl CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_TARGET_TMPDIR=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name repl --edition=2021 tests/repl.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b73cc7043daff94c -C extra-filename=-b73cc7043daff94c --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `expectrl` (example "bash") generated 2 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=powershell CARGO_CRATE_NAME=powershell CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name powershell --edition=2021 examples/powershell.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac4ae561c09ea97e -C extra-filename=-ac4ae561c09ea97e --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `r#async`
>  --> tests/repl.rs:7:7
>   |
> 7 | #[cfg(feature = "async")]
>   |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>  --> tests/repl.rs:9:11
>   |
> 9 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = 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 value: `r#async`
>   --> tests/repl.rs:13:11
>    |
> 13 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/repl.rs:29:11
>    |
> 29 | #[cfg(not(feature = "async"))]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/repl.rs:56:7
>    |
> 56 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>   --> tests/repl.rs:75:7
>    |
> 75 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = 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 value: `r#async`
>    --> tests/repl.rs:101:11
>     |
> 101 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/repl.rs:132:7
>     |
> 132 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/repl.rs:162:7
>     |
> 162 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/repl.rs:175:7
>     |
> 175 | #[cfg(feature = "async")]
>     |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/repl.rs:191:11
>     |
> 191 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = 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 value: `r#async`
>    --> tests/repl.rs:202:11
>     |
> 202 | #[cfg(not(feature = "async"))]
>     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>     |
>     = note: no expected values for `feature`
>     = help: consider adding `r#async` as a feature in `Cargo.toml`
>     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: `expectrl` (lib test) generated 99 warnings (97 duplicates)
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=log CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name log --edition=2021 examples/log.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e59bc7c39494b11 -C extra-filename=-7e59bc7c39494b11 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: unexpected `cfg` condition value: `r#async`
>  --> examples/log.rs:7:15
>   |
> 7 |     #[cfg(not(feature = "async"))]
>   |               ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/log.rs:12:11
>    |
> 12 |     #[cfg(feature = "async")]
>    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: `expectrl` (example "python") generated 2 warnings
>      Running `CARGO=/usr/bin/cargo CARGO_BIN_NAME=expect_line CARGO_CRATE_NAME=expect_line CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_RUSTC_CURRENT_DIR=/build/reproducible-path/rust-expectrl-0.7.1 LD_LIBRARY_PATH=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps rustc --crate-name expect_line --edition=2021 examples/expect_line.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=140d7c71a789e2f7 -C extra-filename=-140d7c71a789e2f7 --out-dir /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/build/reproducible-path/rust-expectrl-0.7.1/target/debug/deps --extern expectrl=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libexpectrl-1dab14125ac6106b.rlib --extern nix=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libnix-3d26f84d9f63cdb5.rlib --extern ptyprocess=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libptyprocess-b87241b6d060653e.rlib --extern regex=/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/libregex-8f300de4edde85e9.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1=/usr/share/cargo/registry/expectrl-0.7.1 --remap-path-prefix /build/reproducible-path/rust-expectrl-0.7.1/debian/cargo_registry=/usr/share/cargo/registry`
> warning: `expectrl` (example "shell") generated 4 warnings
> warning: unexpected `cfg` condition value: `r#async`
>  --> examples/expect_line.rs:3:11
>   |
> 3 | #[cfg(not(feature = "async"))]
>   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
>   |
>   = note: no expected values for `feature`
>   = help: consider adding `r#async` as a feature in `Cargo.toml`
>   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
>   = note: `#[warn(unexpected_cfgs)]` on by default
> 
> warning: unexpected `cfg` condition value: `r#async`
>   --> examples/expect_line.rs:31:7
>    |
> 31 | #[cfg(feature = "async")]
>    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
>    |
>    = note: no expected values for `feature`
>    = help: consider adding `r#async` as a feature in `Cargo.toml`
>    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
> 
> warning: `expectrl` (example "ftp_interact") generated 4 warnings
> warning: `expectrl` (test "interact") generated 20 warnings
> warning: `expectrl` (example "expect_line") generated 2 warnings
> warning: `expectrl` (example "log") generated 2 warnings
> warning: `expectrl` (test "repl") generated 12 warnings
> warning: `expectrl` (test "is_matched") generated 14 warnings
>     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.64s
>      Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps:/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/expectrl-eff45e2896b2aa6d`
> 
> running 23 tests
> test captures::tests::test_before ... ok
> test captures::tests::test_captures_get ... ok
> test captures::tests::test_captures_index ... ok
> test captures::tests::test_captures_into_iter ... ok
> test captures::tests::test_captures_matches ... ok
> test check_macros::tests::test_check ... ignored, Testing in compile time
> test captures::tests::test_matches ... ok
> test needle::tests::test_byte ... ok
> test needle::tests::test_any ... ok
> test needle::tests::test_bytes ... ok
> test needle::tests::test_bytes_ref ... ok
> test needle::tests::test_char ... ok
> test needle::tests::test_eof ... ok
> test needle::tests::test_n_bytes ... ok
> test needle::tests::test_str ... ok
> test process::unix::tests::test_tokenize_command ... ok
> test captures::tests::test_captures_get_panics_on_invalid_match - should panic ... ok
> test captures::tests::test_captures_index_panics_on_empty_captures - should panic ... ok
> test captures::tests::test_captures_index_panics_on_invalid_index - should panic ... ok
> test captures::tests::test_captures_index_panics_on_empty_match - should panic ... ok
> test captures::tests::test_captures_index_panics_on_invalid_match - should panic ... ok
> test captures::tests::test_captures_into_iter_panics_on_invalid_match - should panic ... ok
> test needle::tests::test_regex ... ok
> 
> test result: ok. 22 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.10s
> 
>      Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps:/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/check-81dada33e4a5714a`
> 
> running 9 tests
> test check_eof_timeout ... ok
> test check_str ... ok
> test check_eof ... ok
> test check_macro ... ok
> test check_regex ... ok
> test check_n_bytes ... ok
> test read_after_check_str ... ok
> test check_macro_doest_consume_missmatch ... ok
> test check_macro_with_different_needles ... ok
> 
> test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
> 
>      Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps:/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/expect-34e55a1195ee676e`
> 
> running 6 tests
> test expect_eof ... ok
> test expect_str ... ok
> test expect_n_bytes ... ok
> test read_after_expect_str ... ok
> test expect_regex_lazy ... ok
> test expect_eof_timeout ... ok
> 
> test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
> 
>      Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps:/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/interact-f3d16f469a2f1d06`
> 
> running 5 tests
> test interact_callback ... ignored, It requires manual interaction; Or it's necessary to redirect an stdin of current process
> test interact_on_output_not_matched ... ok
> test interact_callbacks_with_stream_redirection ... ok
> test interact_context ... ok
> test interact_filters ... ok
> 
> test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.10s
> 
>      Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps:/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/io-6b99285d30b0f011`
> 
> running 11 tests
> test send_controll ... ok
> test try_read_after_process_exit ... ok
> test blocking_read_after_non_blocking ... ok
> test send ... ok
> test try_read_to_end ... ok
> test blocking_read_after_non_blocking_try_read ... ok
> test send_line ... ok
> test try_read ... ok
> test try_read_after_eof ... ok
> test try_read_by_byte ... ok
> test read_line_test ... ok
> 
> test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
> 
>      Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps:/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/is_matched-c7fb55ef72361c2a`
> 
> running 7 tests
> test check_after_is_matched_eof ... ok
> test is_matched_eof ... ok
> test expect_after_is_matched_eof ... ok
> test is_matched_str ... ok
> test is_matched_bytes ... ok
> test is_matched_regex ... ok
> test read_after_is_matched ... ok
> 
> test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s
> 
>      Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps:/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/log-28d1672bfcecca37`
> 
> running 1 test
> test log ... ok
> 
> test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
> 
>      Running `CARGO=/usr/bin/cargo CARGO_MANIFEST_DIR=/build/reproducible-path/rust-expectrl-0.7.1 CARGO_MANIFEST_PATH=/build/reproducible-path/rust-expectrl-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='Maxim Zhiburt <zhiburt at gmail.com>' CARGO_PKG_DESCRIPTION='A tool for automating terminal applications in Unix like Don libes expect' CARGO_PKG_HOMEPAGE='https://github.com/zhiburt/expectrl' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=expectrl CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/zhiburt/expectrl' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.7.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps:/build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug:/usr/lib/rustlib/x86_64-unknown-linux-gnu/lib' /build/reproducible-path/rust-expectrl-0.7.1/target/x86_64-unknown-linux-gnu/debug/deps/repl-b73cc7043daff94c`
> 
> running 5 tests
> write: "echo Hello World"
> write: "\n"
> read: "Hello World\r\nEXPECT_PROMPT"
> test bash ... ok
> write: "\u{4}"
> test bash_with_log ... ok
> test bash_pwd ... ok
> test bash_control_chars ... ok
> test python ... FAILED
> 
> failures:
> 
> ---- python stdout ----
> thread 'python' panicked at tests/repl.rs:120:5:
> assertion `left == right` failed
>   left: "\u{1b}[1;35mKeyboardInterrupt\u{1b}[0m\r\n"
>  right: "KeyboardInterrupt\r\n"
> stack backtrace:
>    0: rust_begin_unwind
>              at /usr/src/rustc-1.83.0/library/std/src/panicking.rs:665:5
>    1: core::panicking::panic_fmt
>              at /usr/src/rustc-1.83.0/library/core/src/panicking.rs:74:14
>    2: core::panicking::assert_failed_inner
>    3: core::panicking::assert_failed
>              at /usr/src/rustc-1.83.0/library/core/src/panicking.rs:367:5
>    4: repl::python
>              at /usr/share/cargo/registry/expectrl-0.7.1/tests/repl.rs:120:5
>    5: repl::python::{{closure}}
>              at /usr/share/cargo/registry/expectrl-0.7.1/tests/repl.rs:103:12
>    6: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.83.0/library/core/src/ops/function.rs:250:5
>    7: core::ops::function::FnOnce::call_once
>              at /usr/src/rustc-1.83.0/library/core/src/ops/function.rs:250:5
> note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
> 
> 
> failures:
>     python
> 
> test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s
> 
> error: test failed, to rerun pass `--test repl`
> dh_auto_test: error: /usr/share/cargo/bin/cargo test --all returned exit code 101


The full build log is available from:
http://qa-logs.debian.net/2025/01/07/rust-expectrl_0.7.1-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250107;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250107&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Pkg-rust-maintainers mailing list