accessibility/sctd
Set color temperature (sct) daemon
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.2.0 | 631 | 4.0 | amd64 | CC0-1.0 mit | 0 | fail |
License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| defiant | info | 2026-02-14 21:54:25.552698 | Test Started |
| defiant | fail | 2026-02-14 21:54:59.041563 | make build returned non-zero: 1 |
| defiant | fail | 2026-02-14 21:54:59.266018 | Test complete. |
Log
[1m===> Building for sctd-0.2.0[0m
warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
(in the `env_logger` dependency)
Compiling libc v0.2.68
Compiling autocfg v1.0.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/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='' CARGO_PKG_VERSION=0.2.68 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=68 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=c64f5ab693b97804 -C extra-filename=-a1cd2321d5e23d67 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/release/build/libc-a1cd2321d5e23d67 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn`
Compiling pkg-config v0.3.17
Compiling bitflags v1.2.1
Compiling log v0.4.8
Compiling unicode-width v0.1.7
Compiling cfg-if v0.1.10
Compiling quick-error v1.2.3
Compiling vec_map v0.8.1
Compiling strsim v0.8.0
Compiling ansi_term v0.11.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/autocfg-1.0.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/autocfg-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Josh Stone ' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' 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='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name autocfg --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/autocfg-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 debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d793cdd943bbc3c -C extra-filename=-2e5a9e55347b9a72 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_width CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/unicode-width-0.1.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/unicode-width-0.1.7/Cargo.toml CARGO_PKG_AUTHORS='kwantam :Manish Goregaokar ' CARGO_PKG_DESCRIPTION='Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-width' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-width CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-width' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_width --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/unicode-width-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=1d2f3a04c8d9bfc7 -C extra-filename=-8d921a324e32b303 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval"))' -C metadata=9dfe316254aca6a1 -C extra-filename=-5ddecb5d3d8d7127 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/release/build/log-5ddecb5d3d8d7127 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=vec_map CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/vec_map-0.8.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/vec_map-0.8.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton :Jorge Aparicio :Alexis Beingessner :Brian Anderson <>:tbu- <>:Manish Goregaokar <>:Aaron Turon :Adolfo Ochagavía <>:Niko Matsakis <>:Steven Fackler <>:Chase Southwood :Eduard Burtescu <>:Florian Wilkens <>:Félix Raimundo <>:Tibor Benke <>:Markus Siemens :Josh Branchaud :Huon Wilson :Corey Farwell :Aaron Liblong <>:Nick Cameron :Patrick Walton :Felix S Klock II <>:Andrew Paseltiner :Sean McArthur :Vadim Petrochenkov <>' CARGO_PKG_DESCRIPTION='A simple map based on a vector for small integer keys' CARGO_PKG_HOMEPAGE='https://github.com/contain-rs/vec-map' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=vec_map CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/contain-rs/vec-map' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name vec_map --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/vec_map-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("eders", "serde"))' -C metadata=3ee0cf35bac01858 -C extra-filename=-e500f5776d1a55cf --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/bitflags-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/bitflags-1.2.1/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/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='' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/bitflags-1.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "example_generated"))' -C metadata=e9aee7ab63e90a23 -C extra-filename=-19285b765de45f9c --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/release/build/bitflags-19285b765de45f9c -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/pkg-config-0.3.17 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/pkg-config-0.3.17/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.17 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=17 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name pkg_config --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/pkg-config-0.3.17/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 debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20a155e3007dadb7 -C extra-filename=-7e0ebfbe79fd134f --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quick_error CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/quick-error-1.2.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/quick-error-1.2.3/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets :Colin Kiegel ' CARGO_PKG_DESCRIPTION=' A macro which makes error types pleasant to write.
' CARGO_PKG_HOMEPAGE='http://github.com/tailhook/quick-error' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-error CARGO_PKG_README='' CARGO_PKG_REPOSITORY='http://github.com/tailhook/quick-error' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name quick_error --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fde4ac8410a6ce57 -C extra-filename=-35a004c82656533f --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/cfg-if-0.1.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/cfg-if-0.1.10/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' 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=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=6f631023aa2ab049 -C extra-filename=-d3f7084a590d6c0b --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/strsim-0.8.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/strsim-0.8.0/Cargo.toml CARGO_PKG_AUTHORS='Danny Guo ' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics.
Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.
' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name strsim --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/strsim-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c9e4512040ccd3e -C extra-filename=-d336741020ebe14f --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ansi_term CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/Cargo.toml CARGO_PKG_AUTHORS='ogham@bsago.me:Ryan Scheel (Havvy) :Josh Triplett ' CARGO_PKG_DESCRIPTION='Library for ANSI terminal colours and styles (bold, underline)' CARGO_PKG_HOMEPAGE='https://github.com/ogham/rust-ansi-term' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ansi_term CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name ansi_term --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c57c1f7657140dd3 -C extra-filename=-033f983feeb7a5b3 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling humantime v1.3.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=humantime CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='Paul Colomiets ' CARGO_PKG_DESCRIPTION=' A parser and formatter for std::time::{Duration, SystemTime}
' CARGO_PKG_HOMEPAGE='https://github.com/tailhook/humantime' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=humantime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name humantime --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df428a0ba8811cd3 -C extra-filename=-cf63fc99ef3bc197 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --extern quick_error=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libquick_error-35a004c82656533f.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unnecessary parentheses around type
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/vec_map-0.8.1/src/lib.rs:1010:34
|
1010 | fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
| ^ ^
|
= note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
|
1010 - fn next(&mut self) -> Option<(&'a V)> { self.iter.next().map(|e| e.1) }
1010 + fn next(&mut self) -> Option<&'a V> { self.iter.next().map(|e| e.1) }
|
warning: unnecessary parentheses around type
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/vec_map-0.8.1/src/lib.rs:1017:39
|
1017 | fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
| ^ ^
|
help: remove these parentheses
|
1017 - fn next_back(&mut self) -> Option<(&'a V)> { self.iter.next_back().map(|e| e.1) }
1017 + fn next_back(&mut self) -> Option<&'a V> { self.iter.next_back().map(|e| e.1) }
|
warning: unnecessary parentheses around type
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/vec_map-0.8.1/src/lib.rs:1023:34
|
1023 | fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
| ^ ^
|
help: remove these parentheses
|
1023 - fn next(&mut self) -> Option<(&'a mut V)> { self.iter_mut.next().map(|e| e.1) }
1023 + fn next(&mut self) -> Option<&'a mut V> { self.iter_mut.next().map(|e| e.1) }
|
warning: associated type `wstr` should have an upper camel case name
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/write.rs:6:10
|
6 | type wstr: ?Sized;
| ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Wstr`
|
= note: `#[warn(non_camel_case_types)]` on by default
warning: unused import: `windows::*`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/lib.rs:203:9
|
203 | pub use windows::*;
| ^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/write.rs:15:23
|
15 | impl<'a> AnyWrite for fmt::Write + 'a {
| ^^^^^^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
= note: `#[warn(bare_trait_objects)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
|
15 | impl<'a> AnyWrite for dyn fmt::Write + 'a {
| +++
help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `fmt::Write + 'a`
|
15 - impl<'a> AnyWrite for fmt::Write + 'a {
15 + impl<'a, T: fmt::Write + 'a> AnyWrite for T {
|
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/write.rs:29:23
|
29 | impl<'a> AnyWrite for io::Write + 'a {
| ^^^^^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
29 | impl<'a> AnyWrite for dyn io::Write + 'a {
| +++
help: alternatively use a blanket implementation to implement `AnyWrite` for all types that also implement `io::Write + 'a`
|
29 - impl<'a> AnyWrite for io::Write + 'a {
29 + impl<'a, T: io::Write + 'a> AnyWrite for T {
|
Compiling textwrap v0.11.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=textwrap CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/textwrap-0.11.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/textwrap-0.11.0/Cargo.toml CARGO_PKG_AUTHORS='Martin Geisler ' CARGO_PKG_DESCRIPTION='Textwrap is a small library for word wrapping, indenting, and
dedenting strings.
You can use it to format strings (such as help and error messages) for
display in commandline applications. It is designed to be efficient
and handle Unicode characters correctly.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=textwrap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mgeisler/textwrap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.11.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name textwrap --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hyphenation", "term_size"))' -C metadata=06f47e4a2cfc0044 -C extra-filename=-604037ee5288c380 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --extern unicode_width=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libunicode_width-8d921a324e32b303.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/ansi.rs:171:21
|
171 | let f: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
171 | let f: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/ansi.rs:183:29
|
183 | let f: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
183 | let f: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/ansi.rs:187:29
|
187 | let f: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
187 | let f: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/ansi.rs:200:21
|
200 | let f: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
200 | let f: &mut dyn fmt::Write = f;
| +++
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:93:20
|
93 | '0'...'9' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
= note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:109:37
|
109 | "usec" | "us" => (0u64, try!(n.mul(1000))),
| ^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:110:48
|
110 | "millis" | "msec" | "ms" => (0u64, try!(n.mul(1000_000))),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:113:17
|
113 | => (try!(n.mul(60)), 0),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:114:55
|
114 | "hours" | "hour" | "hr" | "hrs" | "h" => (try!(n.mul(3600)), 0),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:115:38
|
115 | "days" | "day" | "d" => (try!(n.mul(86400)), 0),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:116:40
|
116 | "weeks" | "week" | "w" => (try!(n.mul(86400*7)), 0),
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:117:42
|
117 | "months" | "month" | "M" => (try!(n.mul(2630016)), 0), // 30.44d
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:118:40
|
118 | "years" | "year" | "y" => (try!(n.mul(31557600)), 0), // 365.25d
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:121:24
|
121 | let mut nsec = try!(self.current.1.add(nsec));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:123:19
|
123 | sec = try!(sec.add(nsec / 1000_000_000));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:126:15
|
126 | sec = try!(self.current.0.add(sec));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:132:21
|
132 | let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:132:26
|
132 | let mut n = try!(try!(self.parse_first_char()).ok_or(Error::Empty));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:169:13
|
169 | try!(self.parse_unit(n, start, off));
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:137:24
|
137 | '0'...'9' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:138:29
|
138 | n = try!(n.checked_mul(10)
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:143:24
|
143 | 'a'...'z' | 'A'...'Z' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:143:36
|
143 | 'a'...'z' | 'A'...'Z' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:156:24
|
156 | '0'...'9' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:157:25
|
157 | try!(self.parse_unit(n, start, off));
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:162:24
|
162 | 'a'...'z' | 'A'...'Z' => {}
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:162:36
|
162 | 'a'...'z' | 'A'...'Z' => {}
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:170:23
|
170 | n = match try!(self.parse_first_char()) {
| ^^^
warning: unexpected `cfg` condition value: `cloudabi`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/date.rs:5:7
|
5 | #[cfg(target_os="cloudabi")]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `cloudabi`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/date.rs:13:9
|
13 | not(target_os="cloudabi"),
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more
= note: see for more information about checking conditional configuration
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/display.rs:184:21
|
184 | let w: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
184 | let w: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/display.rs:193:21
|
193 | let w: &mut io::Write = w;
| ^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
193 | let w: &mut dyn io::Write = w;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/display.rs:212:21
|
212 | let f: &mut fmt::Write = f;
| ^^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
212 | let f: &mut dyn fmt::Write = f;
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/ansi_term-0.11.0/src/display.rs:222:21
|
222 | let w: &mut io::Write = w;
| ^^^^^^^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
222 | let w: &mut dyn io::Write = w;
| +++
warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:48:44
|
48 | display(self_) -> ("{}", self_.description())
| ^^^^^^^^^^^
warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/humantime-1.3.0/src/duration.rs:53:44
|
53 | display(self_) -> ("{}", self_.description())
| ^^^^^^^^^^^
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' 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=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/accessibility/sctd/work/target/release/deps:/magus/work/usr/mports/accessibility/sctd/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=20 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/log-78dae64de66f2751/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/accessibility/sctd/work/target/release/build/log-5ddecb5d3d8d7127/build-script-build`
[log 0.4.8] cargo:rustc-cfg=atomic_cas
[log 0.4.8] cargo:rerun-if-changed=build.rs
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/log-78dae64de66f2751/out /usr/local/bin/rustc --crate-name log --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv_unstable", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval"))' -C metadata=0cdc74cf1dbbdb55 -C extra-filename=-57d8d9434133b186 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --extern cfg_if=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libcfg_if-d3f7084a590d6c0b.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg atomic_cas`
warning: `vec_map` (lib) generated 3 warnings
Compiling num-traits v0.2.11
Compiling num-integer v0.1.42
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=5c37bb983b68e862 -C extra-filename=-97e97667786a7cb3 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/release/build/num-traits-97e97667786a7cb3 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --extern autocfg=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps/libautocfg-2e5a9e55347b9a72.rlib --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-integer-0.1.42 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-integer-0.1.42/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-integer-0.1.42/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=670be5beb727a6d3 -C extra-filename=-98f22f2852f29b46 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/release/build/num-integer-98f22f2852f29b46 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --extern autocfg=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps/libautocfg-2e5a9e55347b9a72.rlib --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' 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=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/bitflags-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/bitflags-1.2.1/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/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='' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/accessibility/sctd/work/target/release/deps:/magus/work/usr/mports/accessibility/sctd/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=20 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/bitflags-5286d8656db1e78c/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/accessibility/sctd/work/target/release/build/bitflags-19285b765de45f9c/build-script-build`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' 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=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/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='' CARGO_PKG_VERSION=0.2.68 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=68 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/accessibility/sctd/work/target/release/deps:/magus/work/usr/mports/accessibility/sctd/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=20 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/libc-d34482b7f262d599/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/accessibility/sctd/work/target/release/build/libc-a1cd2321d5e23d67/build-script-build`
warning: unexpected `cfg` condition name: `rustbuild`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:277:13
|
277 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
| ^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `rustbuild`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:278:13
|
278 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `atomic_cas`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1212:28
|
1212 | #[cfg(all(feature = "std", atomic_cas))]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `atomic_cas`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1270:7
|
1270 | #[cfg(atomic_cas)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `atomic_cas`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1275:7
|
1275 | #[cfg(atomic_cas)]
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(atomic_cas)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(atomic_cas)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:309:29
|
309 | static mut LOGGER: &'static Log = &NopLogger;
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
= note: `#[warn(bare_trait_objects)]` on by default
help: if this is a dyn-compatible trait, use `dyn`
|
309 | static mut LOGGER: &'static dyn Log = &NopLogger;
| +++
[bitflags 1.2.1] cargo:rustc-cfg=bitflags_const_fn
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/bitflags-1.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/bitflags-1.2.1/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/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='' CARGO_PKG_VERSION=1.2.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/bitflags-5286d8656db1e78c/out /usr/local/bin/rustc --crate-name bitflags --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/bitflags-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "example_generated"))' -C metadata=b647aa3b776c0342 -C extra-filename=-308107713f857b51 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg bitflags_const_fn`
[libc 0.2.68] cargo:rustc-cfg=freebsd11
[libc 0.2.68] cargo:rustc-cfg=libc_priv_mod_use
[libc 0.2.68] cargo:rustc-cfg=libc_union
[libc 0.2.68] cargo:rustc-cfg=libc_const_size_of
[libc 0.2.68] cargo:rustc-cfg=libc_align
[libc 0.2.68] cargo:rustc-cfg=libc_core_cvoid
[libc 0.2.68] cargo:rustc-cfg=libc_packedN
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/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='' CARGO_PKG_VERSION=0.2.68 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=68 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/libc-d34482b7f262d599/out /usr/local/bin/rustc --crate-name libc --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --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=3188c0eb81f2a71b -C extra-filename=-76c36b8ef4a5ac84 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN`
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1213:37
|
1213 | pub fn set_boxed_logger(logger: Box) -> Result<(), SetLoggerError> {
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
1213 | pub fn set_boxed_logger(logger: Box) -> Result<(), SetLoggerError> {
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1271:36
|
1271 | pub fn set_logger(logger: &'static Log) -> Result<(), SetLoggerError> {
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
1271 | pub fn set_logger(logger: &'static dyn Log) -> Result<(), SetLoggerError> {
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1278:29
|
1278 | F: FnOnce() -> &'static Log,
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
1278 | F: FnOnce() -> &'static dyn Log,
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1315:48
|
1315 | pub unsafe fn set_logger_racy(logger: &'static Log) -> Result<(), SetLoggerError> {
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
1315 | pub unsafe fn set_logger_racy(logger: &'static dyn Log) -> Result<(), SetLoggerError> {
| +++
warning: trait objects without an explicit `dyn` are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1375:29
|
1375 | pub fn logger() -> &'static Log {
| ^^^
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
help: if this is a dyn-compatible trait, use `dyn`
|
1375 | pub fn logger() -> &'static dyn Log {
| +++
warning: `ansi_term` (lib) generated 12 warnings
warning: use of deprecated method `std::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/log-0.4.8/src/lib.rs:1281:21
|
1281 | match STATE.compare_and_swap(UNINITIALIZED, INITIALIZING, Ordering::SeqCst) {
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: unexpected `cfg` condition name: `bitflags_const_fn`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/bitflags-1.2.1/src/lib.rs:424:7
|
424 | #[cfg(bitflags_const_fn)]
| ^^^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bitflags_const_fn)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bitflags_const_fn)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `bitflags_const_fn`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/bitflags-1.2.1/src/lib.rs:451:11
|
451 | #[cfg(not(bitflags_const_fn))]
| ^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bitflags_const_fn)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bitflags_const_fn)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `bitflags` (lib) generated 2 warnings
warning: unexpected `cfg` condition name: `libc_deny_warnings`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/lib.rs:27:13
|
27 | #![cfg_attr(libc_deny_warnings, deny(warnings))]
| ^^^^^^^^^^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_deny_warnings)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_deny_warnings)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `libc_thread_local`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/lib.rs:33:13
|
33 | #![cfg_attr(libc_thread_local, feature(thread_local))]
| ^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_thread_local)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_thread_local)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_extern_fn`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/lib.rs:40:13
|
40 | #![cfg_attr(libc_const_extern_fn, feature(const_extern_fn))]
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_extern_fn)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_extern_fn)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_priv_mod_use`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/lib.rs:56:14
|
56 | if #[cfg(libc_priv_mod_use)] {
| ^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_priv_mod_use)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_priv_mod_use)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_core_cvoid`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/lib.rs:57:15
|
57 | #[cfg(libc_core_cvoid)]
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_core_cvoid)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_core_cvoid)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `cloudabi`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/lib.rs:109:21
|
109 | } else if #[cfg(target_os = "cloudabi")] {
| ^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `switch`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/lib.rs:121:21
|
121 | } else if #[cfg(target_os = "switch")] {
| ^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `wasi`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/lib.rs:151:25
|
151 | } else if #[cfg(any(target_env = "wasi", target_os = "wasi"))] {
| ^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_extern_fn`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/macros.rs:152:14
|
152 | if #[cfg(libc_const_extern_fn)] {
| ^^^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_extern_fn)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_extern_fn)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `rumprun`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:313:25
|
313 | target_vendor = "rumprun"))] {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_vendor` are: `amd`, `apple`, `espressif`, `fortanix`, `ibm`, `kmc`, `mti`, `nintendo`, `nvidia`, `openwrt`, `pc`, `risc0`, `sony`, `sun`, `unikraft`, `unknown`, `uwp`, `win7`, and `wrs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `illumos`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:339:21
|
339 | } else if #[cfg(target_env = "illumos")] {
| ^^^^^^^^^^
|
= note: expected values for `target_env` are: ``, `gnu`, `msvc`, `musl`, `newlib`, `nto70`, `nto71`, `nto71_iosock`, `nto80`, `ohos`, `p1`, `p2`, `relibc`, `sgx`, and `uclibc`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_core_cvoid`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:1543:14
|
1543 | if #[cfg(libc_core_cvoid)] {
| ^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_core_cvoid)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_core_cvoid)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_align`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:1563:14
|
1563 | if #[cfg(libc_align)] {
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_align)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_align)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:690:40
|
690 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:690:51
|
690 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:700:40
|
700 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:700:51
|
700 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:743:40
|
743 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:743:51
|
743 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:778:40
|
778 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:778:51
|
778 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:1010:40
|
1010 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:1010:51
|
1010 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:1263:40
|
1263 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:1263:51
|
1263 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:1454:9
|
1454 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
= note: `#[warn(missing_abi)]` on by default
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:1479:48
|
1479 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:1479:59
|
1479 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/mod.rs:1496:9
|
1496 | extern {
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/macros.rs:192:28
|
192 | pub unsafe extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/mod.rs:453:1
|
453 | / f! {
454 | | pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr {
455 | | if (*mhdr).msg_controllen as usize >= ::mem::size_of::<::cmsghdr>() {
456 | | (*mhdr).msg_control as *mut ::cmsghdr
... |
507 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/mod.rs:561:40
|
561 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/mod.rs:561:51
|
561 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/mod.rs:574:40
|
574 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/mod.rs:574:51
|
574 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/mod.rs:784:40
|
784 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/mod.rs:784:51
|
784 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/mod.rs:784:62
|
784 | all(target_os = "freebsd", any(freebsd12, freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/macros.rs:192:28
|
192 | pub unsafe extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/mod.rs:1184:1
|
1184 | / f! {
1185 | | pub fn WIFCONTINUED(status: ::c_int) -> bool {
1186 | | status == 0x13
... |
1200 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/mod.rs:1276:40
|
1276 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/mod.rs:1276:51
|
1276 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/mod.rs:1306:40
|
1306 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/mod.rs:1306:51
|
1306 | all(target_os = "freebsd", any(freebsd11, freebsd10)),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd12`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/mod.rs:1459:14
|
1459 | if #[cfg(freebsd12)] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd12)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd12)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd13`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/mod.rs:1462:21
|
1462 | } else if #[cfg(freebsd13)] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd13)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd13)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd10`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/mod.rs:1465:25
|
1465 | } else if #[cfg(any(freebsd10, freebsd11))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd10)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd10)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/mod.rs:1465:36
|
1465 | } else if #[cfg(any(freebsd10, freebsd11))] {
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Compiling env_logger v0.7.1
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/macros.rs:192:28
|
192 | pub unsafe extern fn $i($($arg: $argty),*
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/mod.rs:1106:1
|
1106 | / f! {
1107 | | pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar {
1108 | | (cmsg as *mut ::c_uchar)
1109 | | .offset(_ALIGN(::mem::size_of::<::cmsghdr>()) as isize)
... |
1142 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/mod.rs:1412:36
|
1412 | all(target_os = "freebsd", freebsd11),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `freebsd11`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/mod.rs:1417:36
|
1417 | all(target_os = "freebsd", freebsd11),
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(freebsd11)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(freebsd11)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `libc_const_size_of`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs:9:14
|
9 | if #[cfg(libc_const_size_of)] {
| ^^^^^^^^^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_const_size_of)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_const_size_of)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=env_logger CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/env_logger-0.7.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/env_logger-0.7.1/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A logging implementation for `log` which is configured via an environment
variable.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=env_logger CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sebasmagri/env_logger/' 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=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name env_logger --edition=2018 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/env_logger-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="humantime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "default", "humantime", "regex", "termcolor"))' -C metadata=1b017f15dda52048 -C extra-filename=-720b52584800c3a5 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --extern humantime=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libhumantime-cf63fc99ef3bc197.rmeta --extern log=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/liblog-57d8d9434133b186.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `libc_align`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs:20:14
|
20 | if #[cfg(libc_align)] {
| ^^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(libc_align)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(libc_align)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `humantime` (lib) generated 28 warnings
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' 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=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-integer-0.1.42 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-integer-0.1.42/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/accessibility/sctd/work/target/release/deps:/magus/work/usr/mports/accessibility/sctd/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=20 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/num-integer-66ec46ea2e084925/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/accessibility/sctd/work/target/release/build/num-integer-98f22f2852f29b46/build-script-build`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' 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=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/accessibility/sctd/work/target/release/deps:/magus/work/usr/mports/accessibility/sctd/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=20 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/num-traits-367e4167b98613f7/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/accessibility/sctd/work/target/release/build/num-traits-97e97667786a7cb3/build-script-build`
Compiling x11 v2.18.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/x11-2.18.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/x11-2.18.2/Cargo.toml CARGO_PKG_AUTHORS='daggerbot :Erle Pereira ' CARGO_PKG_DESCRIPTION='X11 library bindings for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=x11 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/erlepereira/x11-rs.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.18.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/x11-2.18.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="xlib"' --cfg 'feature="xrandr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dox", "dpms", "glx", "xcursor", "xf86vmode", "xft", "xinerama", "xinput", "xlib", "xlib_xcb", "xmu", "xrandr", "xrecord", "xrender", "xss", "xt", "xtest", "xtst"))' -C metadata=9167f538ce2829a6 -C extra-filename=-7049f9f43055edbb --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/release/build/x11-7049f9f43055edbb -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --extern pkg_config=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps/libpkg_config-7e0ebfbe79fd134f.rlib --cap-lints warn`
warning: unexpected `cfg` condition name: `rustbuild`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/env_logger-0.7.1/src/lib.rs:245:13
|
245 | #![cfg_attr(rustbuild, feature(staged_api, rustc_private))]
| ^^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
note: the lint level is defined here
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/env_logger-0.7.1/src/lib.rs:247:54
|
247 | #![deny(missing_debug_implementations, missing_docs, warnings)]
| ^^^^^^^^
= note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`
warning: unexpected `cfg` condition name: `rustbuild`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/env_logger-0.7.1/src/lib.rs:246:13
|
246 | #![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]
| ^^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rustbuild)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rustbuild)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unused import: `super::termcolor::glob::*`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/env_logger-0.7.1/src/fmt/writer/mod.rs:9:13
|
9 | pub use super::termcolor::glob::*;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`
warning: `log` (lib) generated 12 warnings
[num-traits 0.2.11] cargo:rustc-cfg=has_i128
[num-traits 0.2.11] cargo:rerun-if-changed=build.rs
[num-integer 0.1.42] cargo:rustc-cfg=has_i128
[num-integer 0.1.42] cargo:rerun-if-changed=build.rs
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/num-traits-367e4167b98613f7/out /usr/local/bin/rustc --crate-name num_traits --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=2eca8111c64733ed -C extra-filename=-751ced9c49d80873 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg has_i128`
Compiling time v0.1.42
Compiling atty v0.2.14
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=time CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Utilities for working with time-related functions in Rust.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/time' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=time CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/time' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.42 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=42 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name time --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-serialize"))' -C metadata=de956abe7e78355d -C extra-filename=-0b487b84f726c7bc --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --extern libc=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/liblibc-76c36b8ef4a5ac84.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=atty CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/atty-0.2.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/atty-0.2.14/Cargo.toml CARGO_PKG_AUTHORS='softprops ' CARGO_PKG_DESCRIPTION='A simple interface for querying atty' CARGO_PKG_HOMEPAGE='https://github.com/softprops/atty' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atty CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/softprops/atty' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name atty --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5fd417cc33d7b6b -C extra-filename=-e2927b6eac976332 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --extern libc=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/liblibc-76c36b8ef4a5ac84.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `libc` (lib) generated 51 warnings
Compiling clap v2.33.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=clap CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/clap-2.33.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/clap-2.33.0/Cargo.toml CARGO_PKG_AUTHORS='Kevin K. ' CARGO_PKG_DESCRIPTION='A simple to use, efficient, and full-featured Command Line Argument Parser
' CARGO_PKG_HOMEPAGE='https://clap.rs/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=clap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/clap-rs/clap' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.33.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=33 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps /usr/local/bin/rustc --crate-name clap --edition=2015 /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/clap-2.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "atty", "clippy", "color", "debug", "default", "doc", "lints", "nightly", "no_cargo", "strsim", "suggestions", "term_size", "unstable", "vec_map", "wrap_help", "yaml", "yaml-rust"))' -C metadata=008826c0a7f8a6b4 -C extra-filename=-48e9ce1003822472 --out-dir /magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps --target x86_64-unknown-freebsd -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/accessibility/sctd/work/target/release/deps --extern ansi_term=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libansi_term-033f983feeb7a5b3.rmeta --extern atty=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libatty-e2927b6eac976332.rmeta --extern bitflags=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libbitflags-308107713f857b51.rmeta --extern strsim=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libstrsim-d336741020ebe14f.rmeta --extern textwrap=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libtextwrap-604037ee5288c380.rmeta --extern unicode_width=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libunicode_width-8d921a324e32b303.rmeta --extern vec_map=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/deps/libvec_map-e500f5776d1a55cf.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:14:25
|
14 | try!(parse_type(fmt, chars.next().unwrap(), self.tm));
| ^^^
|
= note: `#[warn(deprecated)]` on by default
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:16:25
|
16 | try!(fmt.write_char(ch));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:151:13
|
151 | try!(parse_type(fmt, 'a', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:152:13
|
152 | try!(fmt.write_str(" "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:153:13
|
153 | try!(parse_type(fmt, 'b', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:154:13
|
154 | try!(fmt.write_str(" "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:155:13
|
155 | try!(parse_type(fmt, 'e', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:156:13
|
156 | try!(fmt.write_str(" "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:157:13
|
157 | try!(parse_type(fmt, 'T', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:158:13
|
158 | try!(fmt.write_str(" "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:162:13
|
162 | try!(parse_type(fmt, 'm', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:163:13
|
163 | try!(fmt.write_str("/"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:164:13
|
164 | try!(parse_type(fmt, 'd', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:165:13
|
165 | try!(fmt.write_str("/"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:172:13
|
172 | try!(parse_type(fmt, 'Y', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:173:13
|
173 | try!(fmt.write_str("-"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:174:13
|
174 | try!(parse_type(fmt, 'm', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:175:13
|
175 | try!(fmt.write_str("-"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:201:13
|
201 | try!(parse_type(fmt, 'H', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:202:13
|
202 | try!(fmt.write_str(":"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:206:13
|
206 | try!(parse_type(fmt, 'I', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:207:13
|
207 | try!(fmt.write_str(":"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:208:13
|
208 | try!(parse_type(fmt, 'M', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:209:13
|
209 | try!(fmt.write_str(":"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:210:13
|
210 | try!(parse_type(fmt, 'S', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:211:13
|
211 | try!(fmt.write_str(" "));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:217:13
|
217 | try!(parse_type(fmt, 'H', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:218:13
|
218 | try!(fmt.write_str(":"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:219:13
|
219 | try!(parse_type(fmt, 'M', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:220:13
|
220 | try!(fmt.write_str(":"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:231:13
|
231 | try!(parse_type(fmt, 'e', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:232:13
|
232 | try!(fmt.write_str("-"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:233:13
|
233 | try!(parse_type(fmt, 'b', tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/display.rs:234:13
|
234 | try!(fmt.write_str("-"));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/duration.rs:380:9
|
380 | try!(write!(f, "{}P", sign));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/duration.rs:383:13
|
383 | try!(write!(f, "{}D", days));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/duration.rs:387:17
|
387 | try!(write!(f, "T{}S", secs));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/duration.rs:389:17
|
389 | try!(write!(f, "T{}.{:03}S", secs, abs.nanos / NANOS_PER_MILLI));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/duration.rs:391:17
|
391 | try!(write!(f, "T{}.{:06}S", secs, abs.nanos / NANOS_PER_MICRO));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/duration.rs:393:17
|
393 | try!(write!(f, "T{}.{:09}S", secs, abs.nanos));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/parse.rs:23:17
|
23 | try!(parse_type(&mut s, ch, &mut tm));
| ^^^
warning: use of deprecated macro `try`: use the `?` operator instead
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/parse.rs:26:13
|
26 | try!(parse_char(&mut s, ch));
| ^^^
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/parse.rs:336:17
|
336 | '0' ... '9' => value = value * 10 + (ch as i64 - '0' as i64),
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
= note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/parse.rs:359:17
|
359 | '0' ... '9' => {
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: unexpected `cfg` condition value: `nacl`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/sys.rs:393:15
|
393 | #[cfg(any(target_os = "nacl", target_os = "solaris"))]
| ^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `nacl`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/sys.rs:458:80
|
458 | #[cfg(not(any(all(target_os = "android", target_pointer_width = "32"), target_os = "nacl", target_os = "solaris")))]
| ^^^^^^^^^^^^^^^^^^
|
= note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, and `uefi` and 9 more
= note: see for more information about checking conditional configuration
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/lib.rs:285:5
|
285 | extern { fn tzset(); }
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
= note: `#[warn(missing_abi)]` on by default
warning: elided lifetime has a name
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/lib.rs:525:37
|
525 | pub fn rfc3339<'a>(&'a self) -> TmFmt {
| -- ^^^^^ this elided lifetime gets resolved as `'a`
| |
| lifetime `'a` declared here
|
= note: `#[warn(elided_named_lifetimes)]` on by default
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/lib.rs:605:11
|
605 | (0...6, 0...11) => (),
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/lib.rs:605:18
|
605 | (0...6, 0...11) => (),
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/lib.rs:606:18
|
606 | (_wday, 0...11) => return Err(InvalidDayOfWeek),
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
warning: `...` range patterns are deprecated
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/time-0.1.42/src/lib.rs:607:11
|
607 | (0...6, _mon) => return Err(InvalidMonth),
| ^^^ help: use `..=` for an inclusive range
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
= note: for more information, see
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=xlib,xrandr CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' 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=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_XLIB=1 CARGO_FEATURE_XRANDR=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/x11-2.18.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/x11-2.18.2/Cargo.toml CARGO_PKG_AUTHORS='daggerbot :Erle Pereira ' CARGO_PKG_DESCRIPTION='X11 library bindings for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=x11 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/erlepereira/x11-rs.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.18.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/accessibility/sctd/work/target/release/deps:/magus/work/usr/mports/accessibility/sctd/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=20 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/x11-8346e0286e4f53c1/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/accessibility/sctd/work/target/release/build/x11-7049f9f43055edbb/build-script-build`
[x11 2.18.2]
[x11 2.18.2] thread 'main' panicked at /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/x11-2.18.2/build.rs:36:67:
[x11 2.18.2] called `Result::unwrap()` on an `Err` value: Command { command: "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=\"1\" PKG_CONFIG_ALLOW_SYSTEM_LIBS=\"1\" PKG_CONFIG_LIBDIR=\"/magus/work/usr/mports/accessibility/sctd/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig\" \"pkg-config\" \"--libs\" \"--cflags\" \"x11\" \"x11 >= 1.4.99.1\"", cause: Os { code: 2, kind: NotFound, message: "No such file or directory" } }
[x11 2.18.2] stack backtrace:
[x11 2.18.2] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
error: failed to run custom build command for `x11 v2.18.2`
note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
Caused by:
process didn't exit successfully: `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=xlib,xrandr CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV='' 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=freebsd CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Clink-arg=-fstack-protector-strong' CARGO_FEATURE_XLIB=1 CARGO_FEATURE_XRANDR=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/x11-2.18.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/x11-2.18.2/Cargo.toml CARGO_PKG_AUTHORS='daggerbot :Erle Pereira ' CARGO_PKG_DESCRIPTION='X11 library bindings for Rust' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=x11 CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/erlepereira/x11-rs.git' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.18.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=18 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/accessibility/sctd/work/target/release/deps:/magus/work/usr/mports/accessibility/sctd/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=20 OPT_LEVEL=2 OUT_DIR=/magus/work/usr/mports/accessibility/sctd/work/target/x86_64-unknown-freebsd/release/build/x11-8346e0286e4f53c1/out PROFILE=release RUSTC=/usr/local/bin/rustc RUSTC_LINKER=cc RUSTDOC=/usr/local/bin/rustdoc TARGET=x86_64-unknown-freebsd /magus/work/usr/mports/accessibility/sctd/work/target/release/build/x11-7049f9f43055edbb/build-script-build` (exit status: 101)
--- stderr
thread 'main' panicked at /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/x11-2.18.2/build.rs:36:67:
called `Result::unwrap()` on an `Err` value: Command { command: "PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=\"1\" PKG_CONFIG_ALLOW_SYSTEM_LIBS=\"1\" PKG_CONFIG_LIBDIR=\"/magus/work/usr/mports/accessibility/sctd/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig\" \"pkg-config\" \"--libs\" \"--cflags\" \"x11\" \"x11 >= 1.4.99.1\"", cause: Os { code: 2, kind: NotFound, message: "No such file or directory" } }
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
warning: build failed, waiting for other jobs to finish...
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/lib.rs:159:7
|
159 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: expected names are: `docsrs`, `feature`, and `test` and 31 more
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/bounds.rs:3:7
|
3 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/bounds.rs:38:7
|
38 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/bounds.rs:46:7
|
46 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/bounds.rs:107:7
|
107 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:4:7
|
4 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:194:7
|
194 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:267:7
|
267 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:561:7
|
561 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:568:7
|
568 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:680:7
|
680 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:687:7
|
687 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:769:7
|
769 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:771:7
|
771 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
761 | impl_as_primitive!(u8 => { char, f32, f64 });
| -------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
761 | impl_as_primitive!(u8 => { char, f32, f64 });
| -------------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
762 | impl_as_primitive!(i8 => { f32, f64 });
| -------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
762 | impl_as_primitive!(i8 => { f32, f64 });
| -------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
763 | impl_as_primitive!(u16 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
763 | impl_as_primitive!(u16 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
764 | impl_as_primitive!(i16 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
764 | impl_as_primitive!(i16 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
765 | impl_as_primitive!(u32 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
765 | impl_as_primitive!(u32 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
766 | impl_as_primitive!(i32 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
766 | impl_as_primitive!(i32 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
767 | impl_as_primitive!(u64 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
767 | impl_as_primitive!(u64 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
768 | impl_as_primitive!(i64 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
768 | impl_as_primitive!(i64 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
770 | impl_as_primitive!(u128 => { f32, f64 });
| ---------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
770 | impl_as_primitive!(u128 => { f32, f64 });
| ---------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
772 | impl_as_primitive!(i128 => { f32, f64 });
| ---------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
772 | impl_as_primitive!(i128 => { f32, f64 });
| ---------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
773 | impl_as_primitive!(usize => { f32, f64 });
| ----------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
773 | impl_as_primitive!(usize => { f32, f64 });
| ----------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
774 | impl_as_primitive!(isize => { f32, f64 });
| ----------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
774 | impl_as_primitive!(isize => { f32, f64 });
| ----------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
775 | impl_as_primitive!(f32 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
775 | impl_as_primitive!(f32 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
776 | impl_as_primitive!(f64 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
776 | impl_as_primitive!(f64 => { f32, f64 });
| --------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
777 | impl_as_primitive!(char => { char });
| ------------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
777 | impl_as_primitive!(char => { char });
| ------------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:755:42
|
755 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl u128);
| ^^^^^^^^
...
778 | impl_as_primitive!(bool => {});
| ------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:757:42
|
757 | impl_as_primitive!(@ $T => #[cfg(has_i128)] impl i128);
| ^^^^^^^^
...
778 | impl_as_primitive!(bool => {});
| ------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_as_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:54:11
|
54 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:100:11
|
100 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:163:23
|
163 | #[cfg(has_i128)]
| ^^^^^^^^
...
189 | impl_to_primitive_int!(isize);
| ----------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:173:23
|
173 | #[cfg(has_i128)]
| ^^^^^^^^
...
189 | impl_to_primitive_int!(isize);
| ----------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:163:23
|
163 | #[cfg(has_i128)]
| ^^^^^^^^
...
190 | impl_to_primitive_int!(i8);
| -------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:173:23
|
173 | #[cfg(has_i128)]
| ^^^^^^^^
...
190 | impl_to_primitive_int!(i8);
| -------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:163:23
|
163 | #[cfg(has_i128)]
| ^^^^^^^^
...
191 | impl_to_primitive_int!(i16);
| --------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:173:23
|
173 | #[cfg(has_i128)]
| ^^^^^^^^
...
191 | impl_to_primitive_int!(i16);
| --------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:163:23
|
163 | #[cfg(has_i128)]
| ^^^^^^^^
...
192 | impl_to_primitive_int!(i32);
| --------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:173:23
|
173 | #[cfg(has_i128)]
| ^^^^^^^^
...
192 | impl_to_primitive_int!(i32);
| --------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:163:23
|
163 | #[cfg(has_i128)]
| ^^^^^^^^
...
193 | impl_to_primitive_int!(i64);
| --------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:173:23
|
173 | #[cfg(has_i128)]
| ^^^^^^^^
...
193 | impl_to_primitive_int!(i64);
| --------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:163:23
|
163 | #[cfg(has_i128)]
| ^^^^^^^^
...
195 | impl_to_primitive_int!(i128);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:173:23
|
173 | #[cfg(has_i128)]
| ^^^^^^^^
...
195 | impl_to_primitive_int!(i128);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_int` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:236:23
|
236 | #[cfg(has_i128)]
| ^^^^^^^^
...
262 | impl_to_primitive_uint!(usize);
| ------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:246:23
|
246 | #[cfg(has_i128)]
| ^^^^^^^^
...
262 | impl_to_primitive_uint!(usize);
| ------------------------------ in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:236:23
|
236 | #[cfg(has_i128)]
| ^^^^^^^^
...
263 | impl_to_primitive_uint!(u8);
| --------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:246:23
|
246 | #[cfg(has_i128)]
| ^^^^^^^^
...
263 | impl_to_primitive_uint!(u8);
| --------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:236:23
|
236 | #[cfg(has_i128)]
| ^^^^^^^^
...
264 | impl_to_primitive_uint!(u16);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:246:23
|
246 | #[cfg(has_i128)]
| ^^^^^^^^
...
264 | impl_to_primitive_uint!(u16);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:236:23
|
236 | #[cfg(has_i128)]
| ^^^^^^^^
...
265 | impl_to_primitive_uint!(u32);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:246:23
|
246 | #[cfg(has_i128)]
| ^^^^^^^^
...
265 | impl_to_primitive_uint!(u32);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:236:23
|
236 | #[cfg(has_i128)]
| ^^^^^^^^
...
266 | impl_to_primitive_uint!(u64);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:246:23
|
246 | #[cfg(has_i128)]
| ^^^^^^^^
...
266 | impl_to_primitive_uint!(u64);
| ---------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:236:23
|
236 | #[cfg(has_i128)]
| ^^^^^^^^
...
268 | impl_to_primitive_uint!(u128);
| ----------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:246:23
|
246 | #[cfg(has_i128)]
| ^^^^^^^^
...
268 | impl_to_primitive_uint!(u128);
| ----------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:353:23
|
353 | #[cfg(has_i128)]
| ^^^^^^^^
...
375 | impl_to_primitive_float!(f32);
| ----------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:363:23
|
363 | #[cfg(has_i128)]
| ^^^^^^^^
...
375 | impl_to_primitive_float!(f32);
| ----------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:353:23
|
353 | #[cfg(has_i128)]
| ^^^^^^^^
...
376 | impl_to_primitive_float!(f64);
| ----------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:363:23
|
363 | #[cfg(has_i128)]
| ^^^^^^^^
...
376 | impl_to_primitive_float!(f64);
| ----------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_to_primitive_float` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:420:11
|
420 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:465:11
|
465 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
556 | impl_from_primitive!(isize, to_isize);
| ------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
556 | impl_from_primitive!(isize, to_isize);
| ------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
557 | impl_from_primitive!(i8, to_i8);
| ------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
557 | impl_from_primitive!(i8, to_i8);
| ------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
558 | impl_from_primitive!(i16, to_i16);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
558 | impl_from_primitive!(i16, to_i16);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
559 | impl_from_primitive!(i32, to_i32);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
559 | impl_from_primitive!(i32, to_i32);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
560 | impl_from_primitive!(i64, to_i64);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
560 | impl_from_primitive!(i64, to_i64);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
562 | impl_from_primitive!(i128, to_i128);
| ----------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
562 | impl_from_primitive!(i128, to_i128);
| ----------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
563 | impl_from_primitive!(usize, to_usize);
| ------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
563 | impl_from_primitive!(usize, to_usize);
| ------------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
564 | impl_from_primitive!(u8, to_u8);
| ------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
564 | impl_from_primitive!(u8, to_u8);
| ------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
565 | impl_from_primitive!(u16, to_u16);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
565 | impl_from_primitive!(u16, to_u16);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
566 | impl_from_primitive!(u32, to_u32);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
566 | impl_from_primitive!(u32, to_u32);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
567 | impl_from_primitive!(u64, to_u64);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
567 | impl_from_primitive!(u64, to_u64);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
569 | impl_from_primitive!(u128, to_u128);
| ----------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
569 | impl_from_primitive!(u128, to_u128);
| ----------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
570 | impl_from_primitive!(f32, to_f32);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
570 | impl_from_primitive!(f32, to_f32);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:512:19
|
512 | #[cfg(has_i128)]
| ^^^^^^^^
...
571 | impl_from_primitive!(f64, to_f64);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:538:19
|
538 | #[cfg(has_i128)]
| ^^^^^^^^
...
571 | impl_from_primitive!(f64, to_f64);
| --------------------------------- in this macro invocation
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `impl_from_primitive` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:590:15
|
590 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:598:15
|
598 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:623:15
|
623 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/cast.rs:631:15
|
631 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/identities.rs:51:7
|
51 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/identities.rs:59:7
|
59 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/identities.rs:140:7
|
140 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/identities.rs:148:7
|
148 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/int.rs:400:7
|
400 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/int.rs:407:7
|
407 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:27:7
|
27 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:35:7
|
35 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:50:7
|
50 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:58:7
|
58 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:74:7
|
74 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:82:7
|
82 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:98:7
|
98 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:106:7
|
106 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:139:7
|
139 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:147:7
|
147 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:187:7
|
187 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_i128`
--> /magus/work/usr/mports/accessibility/sctd/work/sctd-0.2.0/cargo-crates/num-traits-0.2.11/src/ops/checked.rs:195:7
|
195 | #[cfg(has_i128)]
| ^^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_i128)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_i128)");` to the top of the `build.rs`
= note: see
MidnightBSD Magus