www/zola
Fast static site generator
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 0.20.0_4 | 625 | 4.0 | amd64 | mit | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4064 | info | 2026-01-08 17:40:26.410871 | Test Started |
| m4064 | fail | 2026-01-08 17:44:40.651585 | make build returned non-zero: 1 |
| m4064 | fail | 2026-01-08 17:44:40.777407 | Test complete. |
Log
[1m===> Building for zola-0.20.0_4[0m
Compiling proc-macro2 v1.0.93
Compiling unicode-ident v1.0.16
Compiling libc v0.2.169
Compiling cfg-if v1.0.0
Compiling memchr v2.7.4
Compiling autocfg v1.4.0
Compiling serde v1.0.217
Compiling once_cell v1.20.3
Compiling log v0.4.25
Compiling itoa v1.0.14
Compiling siphasher v1.0.1
Compiling rand_core v0.6.4
Compiling version_check v0.9.5
Compiling smallvec v1.13.2
Compiling byteorder v1.5.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/proc-macro2-1.0.93 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/proc-macro2-1.0.93/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.93 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=93 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/proc-macro2-1.0.93/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="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=e93831bd0850ffac -C extra-filename=-4345187296b5d8c0 --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/proc-macro2-4345187296b5d8c0 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/itoa-1.0.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/itoa-1.0.14/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast integer primitive to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name itoa --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/itoa-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=d189c748f06eeb94 -C extra-filename=-fb0178fa5bfcdfe8 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/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/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --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=47908f12b5ae80c1 -C extra-filename=-7ab713d05a092409 --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/libc-7ab713d05a092409 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/byteorder-1.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/byteorder-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name byteorder --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/byteorder-1.5.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=3 -C panic=abort -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=4062b004a279c141 -C extra-filename=-c067db04b678a22f --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/smallvec-1.13.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/smallvec-1.13.2/Cargo.toml CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.13.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name smallvec --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --cfg 'feature="union"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=837d5052d9d4253e -C extra-filename=-ef20af9dc637f360 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/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/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C 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=cc3701831aea7bf8 -C extra-filename=-c439e736dfcbf0fa --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/libc-c439e736dfcbf0fa -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand_core-0.6.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand_core-0.6.4/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.6.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name rand_core --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=922a4495efe0a52d -C extra-filename=-bf5fa29721f5f615 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/unicode-ident-1.0.16 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/unicode-ident-1.0.16/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-3.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.16 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name unicode_ident --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/unicode-ident-1.0.16/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=eef7a6fd3d71cfab -C extra-filename=-22d4eed51dcbdbed --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/once_cell-1.20.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/once_cell-1.20.3/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name once_cell --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/once_cell-1.20.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=3 -C panic=abort -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=564026410b029829 -C extra-filename=-674f58ff4078b67c --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/log-0.4.25 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/log-0.4.25/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=1.60.0 CARGO_PKG_VERSION=0.4.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name log --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/log-0.4.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "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", "sval_ref", "value-bag"))' -C metadata=684fdb388e820f67 -C extra-filename=-0f58b2f622e57c73 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand_core-0.6.4/src/lib.rs:38:13
|
38 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
| ^^^^^^^
|
= 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/autocfg-1.4.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/autocfg-1.4.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=1.0 CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name autocfg --edition=2015 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/autocfg-1.4.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=2ff9b6e59e6a3018 -C extra-filename=-8522158be81d6f23 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde-1.0.217 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde-1.0.217/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="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a9e5b095af8c02e0 -C extra-filename=-c5d297f7de0ae7ab --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/serde-c5d297f7de0ae7ab -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/version_check-0.9.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/version_check-0.9.5/Cargo.toml CARGO_PKG_AUTHORS='Sergio Benitez ' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name version_check --edition=2015 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0ea226ea72f4f9d -C extra-filename=-5c82f60ae83e0b93 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/memchr-2.7.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name memchr --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=35658f8bef41dcaf -C extra-filename=-ad7ce5f32eddc390 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/siphasher-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name siphasher --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/siphasher-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=8e4f1f8fd48d3c01 -C extra-filename=-19ef6b406ab072ef --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/cfg-if-1.0.0/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=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/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name cfg_if --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=8b7f37ebe1f46969 -C extra-filename=-97ad4dcc93e985c6 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling rand v0.8.5
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.
' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name rand --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="small_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=6e6e40f6296d0a35 -C extra-filename=-9bb84ae60dbe2c99 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern rand_core=/magus/work/usr/mports/www/zola/work/target/release/deps/librand_core-bf5fa29721f5f615.rmeta --cap-lints warn`
Compiling shlex v1.3.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/shlex-1.3.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 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/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name shlex --edition=2015 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/shlex-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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=31fc9e4fc7bc7d19 -C extra-filename=-41e9a62ee2d3debf --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
warning: `rand_core` (lib) generated 1 warning
Compiling equivalent v1.0.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/equivalent-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name equivalent --edition=2015 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/equivalent-1.0.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=3 -C panic=abort -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d5a94b8874cde41 -C extra-filename=-0b7ba6c6258402e2 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `manual_codegen_check`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/shlex-1.3.0/src/bytes.rs:353:12
|
353 | #[cfg_attr(manual_codegen_check, inline(never))]
| ^^^^^^^^^^^^^^^^^^^^
|
= 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(manual_codegen_check)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
Compiling stable_deref_trait v1.2.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/stable_deref_trait-1.2.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/stable_deref_trait-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Robert Grosse ' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name stable_deref_trait --edition=2015 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/stable_deref_trait-1.2.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f8a802bcf2f6bdfb -C extra-filename=-05ff8944c50e38b2 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling crossbeam-utils v0.8.21
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-utils-0.8.21 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-utils-0.8.21/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=49c44f441966d113 -C extra-filename=-9098764d75c29792 --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/crossbeam-utils-9098764d75c29792 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/lib.rs:53:13
|
53 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
| ^^^^^^^
|
= 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` 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: `features`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/distributions/distribution.rs:162:7
|
162 | #[cfg(features = "nightly")]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: see for more information about checking conditional configuration
help: there is a config with a similar name and value
|
162 - #[cfg(features = "nightly")]
162 + #[cfg(feature = "nightly")]
|
warning: unexpected `cfg` condition name: `std`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:235:11
|
235 | #[cfg(not(std))]
| ^^^ help: found config with similar value: `feature = "std"`
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `std`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:291:19
|
291 | #[cfg(not(std))]
| ^^^ help: found config with similar value: `feature = "std"`
...
359 | scalar_float_impl!(f32, 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(std)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `std`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:291:19
|
291 | #[cfg(not(std))]
| ^^^ help: found config with similar value: `feature = "std"`
...
360 | scalar_float_impl!(f64, 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(std)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `scalar_float_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
Compiling phf_shared v0.11.3
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/rng.rs:395:12
|
395 | #[cfg_attr(doc_cfg, doc(cfg(feature = "min_const_gen")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/rngs/mod.rs:99:12
|
99 | #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/rngs/mod.rs:118:12
|
118 | #[cfg_attr(doc_cfg, doc(cfg(feature = "getrandom")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/rngs/small.rs:79:12
|
79 | #[cfg_attr(doc_cfg, doc(cfg(feature = "small_rng")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_shared-0.11.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_shared-0.11.3/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.11.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name phf_shared --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=e71637c7d564b2f7 -C extra-filename=-e6800c6f7dce71d9 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern siphasher=/magus/work/usr/mports/www/zola/work/target/release/deps/libsiphasher-19ef6b406ab072ef.rmeta --cap-lints warn`
Compiling hashbrown v0.15.2
Compiling syn v1.0.109
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/hashbrown-0.15.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/hashbrown-0.15.2/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.15.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name hashbrown --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=6e7506d9391c5b0a -C extra-filename=-1037fe27cd253f54 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling bytes v1.10.0
Compiling pin-project-lite v0.2.16
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=226eddb67a7cbe00 -C extra-filename=-2a2f7e39f60ca2ed --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/syn-2a2f7e39f60ca2ed -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bytes CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/bytes-1.10.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/bytes-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche :Sean McArthur ' CARGO_PKG_DESCRIPTION='Types and traits for working with bytes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytes CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/bytes' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name bytes --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/bytes-1.10.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=bec6b05f51a0e658 -C extra-filename=-9caf32f2188b077c --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/pin-project-lite-0.2.16 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/pin-project-lite-0.2.16/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=0.2.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name pin_project_lite --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3e470f49ab99081 -C extra-filename=-c193c4311c1d4747 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `shlex` (lib) generated 1 warning
Compiling ryu v1.0.19
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=siphasher CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/siphasher-1.0.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/siphasher-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Frank Denis ' CARGO_PKG_DESCRIPTION='SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust' CARGO_PKG_HOMEPAGE='https://docs.rs/siphasher' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=siphasher CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/jedisct1/rust-siphash' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name siphasher --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/siphasher-1.0.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=3 -C panic=abort -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=ae6646646b1fde9e -C extra-filename=-fa6133cbabaeeb82 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=ryu CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/ryu-1.0.19 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/ryu-1.0.19/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=1.0.19 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name ryu --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/ryu-1.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=50ece9474192bb1c -C extra-filename=-09149cd28ae8e079 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,proc-macro 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='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/proc-macro2-1.0.93 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/proc-macro2-1.0.93/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.93 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=93 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/release/build/proc-macro2-c7d94591c6541af7/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/www/zola/work/target/release/build/proc-macro2-4345187296b5d8c0/build-script-build`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,extra_traits,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_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/libc-ee178173ef2b1871/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/www/zola/work/target/release/build/libc-7ab713d05a092409/build-script-build`
Compiling futures-core v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,derive,serde_derive,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_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde-1.0.217 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/serde-fbddc168e4ee813d/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/www/zola/work/target/release/build/serde-c5d297f7de0ae7ab/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='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/release/build/libc-44aeade5bb8a70b1/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/www/zola/work/target/release/build/libc-c439e736dfcbf0fa/build-script-build`
[libc 0.2.169] cargo:rerun-if-changed=build.rs
Compiling typenum v1.17.0
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(fuzzing)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(no_is_available)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(no_literal_byte_character)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(no_literal_c_string)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(no_source_text)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(proc_macro_span)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(procmacro2_backtrace)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(randomize_layout)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(span_locations)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(super_unstable)
[proc-macro2 1.0.93] cargo:rustc-check-cfg=cfg(wrap_proc_macro)
[proc-macro2 1.0.93] cargo:rerun-if-changed=build/probe.rs
[serde 1.0.217] cargo:rerun-if-changed=build.rs
[libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
[libc 0.2.169] cargo:rustc-cfg=freebsd11
[libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn
[libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))
[libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos"))
[libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
Compiling slab v0.4.9
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_main --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0/build/main.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("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=e81527608634e107 -C extra-filename=-1c8f30473093e98d --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/typenum-1c8f30473093e98d -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/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("default", "serde", "std"))' -C metadata=44780842a13a32d2 -C extra-filename=-2c9cbdd971f42dec --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/slab-2c9cbdd971f42dec -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern autocfg=/magus/work/usr/mports/www/zola/work/target/release/deps/libautocfg-8522158be81d6f23.rlib --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-core-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name futures_core --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=78db4a2d8f403d49 -C extra-filename=-8649867c2369a743 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
[libc 0.2.169] cargo:rerun-if-changed=build.rs
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic)
Compiling num-traits v0.2.19
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/libc-ee178173ef2b1871/out /usr/local/bin/rustc --crate-name libc --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --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=122bb3a91a014fff -C extra-filename=-456ecad634facf45 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
[libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION
[proc-macro2 1.0.93] cargo:rustc-cfg=wrap_proc_macro
[proc-macro2 1.0.93] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
[libc 0.2.169] cargo:rustc-cfg=freebsd11
[libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn
[libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest)
[libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))
[libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos"))
[libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/num-traits-0.2.19 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/num-traits-0.2.19/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 OR 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=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/num-traits-0.2.19/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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=22990ef7490a405d -C extra-filename=-4e93c23057bea1ac --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/num-traits-4e93c23057bea1ac -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern autocfg=/magus/work/usr/mports/www/zola/work/target/release/deps/libautocfg-8522158be81d6f23.rlib --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/proc-macro2-1.0.93 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/proc-macro2-1.0.93/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay :Alex Crichton ' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.93 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=93 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps OUT_DIR=/magus/work/usr/mports/www/zola/work/target/release/build/proc-macro2-c7d94591c6541af7/out /usr/local/bin/rustc --crate-name proc_macro2 --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/proc-macro2-1.0.93/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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=216a10f34c409b91 -C extra-filename=-32dfd97d4b0bf342 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern unicode_ident=/magus/work/usr/mports/www/zola/work/target/release/deps/libunicode_ident-22d4eed51dcbdbed.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps OUT_DIR=/magus/work/usr/mports/www/zola/work/target/release/build/libc-44aeade5bb8a70b1/out /usr/local/bin/rustc --crate-name libc --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C 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=df13284e6e97949f -C extra-filename=-e069e03bdf5d5c30 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=phf_shared CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_shared-0.11.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_shared-0.11.3/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Support code shared by PHF libraries' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_shared CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.11.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name phf_shared --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_shared-0.11.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=3 -C panic=abort -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=9f0d04b38a37d401 -C extra-filename=-4935a8a7f9876e46 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern siphasher=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libsiphasher-fa6133cbabaeeb82.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=clone-impls,default,derive,extra-traits,fold,full,parsing,printing,proc-macro,quote 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='' CARGO_FEATURE_CLONE_IMPLS=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_FOLD=1 CARGO_FEATURE_FULL=1 CARGO_FEATURE_PARSING=1 CARGO_FEATURE_PRINTING=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_FEATURE_QUOTE=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/release/build/syn-70f07170f8fd4b5e/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/www/zola/work/target/release/build/syn-2a2f7e39f60ca2ed/build-script-build`
Compiling fnv v1.0.7
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/fnv-1.0.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/fnv-1.0.7/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name fnv --edition=2015 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C 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("default", "std"))' -C metadata=4a7bdb7a28919710 -C extra-filename=-3213693206fc977f --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling writeable v0.5.5
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=writeable CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/writeable-0.5.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/writeable-0.5.5/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A more efficient alternative to fmt::Display' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=writeable CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=0.5.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name writeable --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=fabedfdf65f96f1d -C extra-filename=-165079e061a18212 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: trait `Float` is never used
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:238:18
|
238 | pub(crate) trait Float: Sized {
| ^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: associated items `lanes`, `extract`, and `replace` are never used
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:247:8
|
245 | pub(crate) trait FloatAsSIMD: Sized {
| ----------- associated items in this trait
246 | #[inline(always)]
247 | fn lanes() -> usize {
| ^^^^^
...
255 | fn extract(self, index: usize) -> Self {
| ^^^^^^^
...
260 | fn replace(self, index: usize, new_value: Self) -> Self {
| ^^^^^^^
warning: method `all` is never used
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rand-0.8.5/src/distributions/utils.rs:268:8
|
266 | pub(crate) trait BoolAsSIMD: Sized {
| ---------- method in this trait
267 | fn any(self) -> bool;
268 | fn all(self) -> bool;
| ^^^
[syn 1.0.109] cargo:rustc-cfg=syn_disable_nightly_tests
Compiling regex-syntax v0.8.5
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name regex_syntax --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=90387a39df51cc92 -C extra-filename=-fe0a4e2bff5c53a6 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
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/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/slab-5be96ff7c5e68be0/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/www/zola/work/target/release/build/slab-2c9cbdd971f42dec/build-script-build`
Compiling phf_generator v0.11.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=phf_generator CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_generator-0.11.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_generator-0.11.3/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='PHF generation logic' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_generator CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.11.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name phf_generator --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_generator-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=fd70847c9070c50f -C extra-filename=-f56e3f975c48c487 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern phf_shared=/magus/work/usr/mports/www/zola/work/target/release/deps/libphf_shared-e6800c6f7dce71d9.rmeta --extern rand=/magus/work/usr/mports/www/zola/work/target/release/deps/librand-9bb84ae60dbe2c99.rmeta --cap-lints warn`
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/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-utils-0.8.21 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-utils-0.8.21/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/crossbeam-utils-7b3b47a89902f763/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/www/zola/work/target/release/build/crossbeam-utils-9098764d75c29792/build-script-build`
warning: `rand` (lib) generated 12 warnings
Compiling litemap v0.7.4
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,i128,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_I128=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/num-traits-0.2.19 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/num-traits-0.2.19/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 OR 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=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/num-traits-d6be5471c24c18bf/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/www/zola/work/target/release/build/num-traits-4e93c23057bea1ac/build-script-build`
[crossbeam-utils 0.8.21] cargo:rerun-if-changed=no_atomic.rs
[crossbeam-utils 0.8.21] cargo:rustc-check-cfg=cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/unix/mod.rs:1506:1
|
1506 | / safe_f! {
1507 | | // It seems htonl, etc are macros on macOS. So we have to reimplement them. So let's
1508 | | // reimplement them for all UNIX platforms
1509 | | pub {const} fn htonl(hostlong: u32) -> u32 {
... |
1521 | | }
| |_- in this macro invocation
|
= note: `#[warn(missing_abi)]` on by default
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/macros.rs:246:43
|
246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/unix/bsd/mod.rs:596:1
|
596 | / f! {
597 | | pub fn CMSG_FIRSTHDR(mhdr: *const crate::msghdr) -> *mut cmsghdr {
598 | | if (*mhdr).msg_controllen as usize >= mem::size_of::() {
599 | | (*mhdr).msg_control as *mut cmsghdr
... |
630 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=litemap CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/litemap-0.7.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/litemap-0.7.4/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='A key-value Map implementation based on a flat, sorted Vec.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=litemap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.7.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name litemap --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/litemap-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=02318c4c1eac1fa3 -C extra-filename=-0992489b99400f3e --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling ahash v0.8.11
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/unix/bsd/mod.rs:632:1
|
632 | / safe_f! {
633 | | pub {const} fn WTERMSIG(status: c_int) -> c_int {
634 | | status & 0o177
... |
652 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/mod.rs:1484:1
|
1484 | / safe_f! {
1485 | | pub {const} fn WIFCONTINUED(status: c_int) -> bool {
1486 | | status == 0x13
... |
1496 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/macros.rs:246:43
|
246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/mod.rs:4882:1
|
4882 | / f! {
4883 | | pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar {
4884 | | (cmsg as *mut c_uchar).offset(_ALIGN(mem::size_of::()) as isize)
... |
4985 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/mod.rs:4987:1
|
4987 | / safe_f! {
4988 | | pub {const} fn WIFSIGNALED(status: c_int) -> bool {
4989 | | (status & 0o177) != 0o177 && (status & 0o177) != 0 && status != 0x13
... |
5031 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/macros.rs:260:36
|
260 | pub $($constness)* extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:438:1
|
438 | / safe_f! {
439 | | pub {const} fn makedev(major: c_uint, minor: c_uint) -> crate::dev_t {
440 | | let major = major as crate::dev_t;
441 | | let minor = minor as crate::dev_t;
... |
444 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `safe_f` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: `extern` declarations without an explicit ABI are deprecated
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/macros.rs:246:43
|
246 | pub $($constness)* unsafe extern fn $i($($arg: $argty),*) -> $ret
| ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/libc-0.2.169/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:446:1
|
446 | / f! {
447 | | pub fn major(dev: crate::dev_t) -> c_int {
448 | | ((dev >> 8) & 0xff) as c_int
... |
454 | | }
| |_- in this macro invocation
|
= note: this warning originates in the macro `f` (in Nightly builds, run with -Z macro-backtrace for more info)
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/ahash-0.8.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/ahash-0.8.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 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=8d0126ec349de583 -C extra-filename=-40016e3cfe2722c2 --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/ahash-40016e3cfe2722c2 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern version_check=/magus/work/usr/mports/www/zola/work/target/release/deps/libversion_check-5c82f60ae83e0b93.rlib --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_utils CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-utils-0.8.21 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-utils-0.8.21/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.8.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/crossbeam-utils-7b3b47a89902f763/out /usr/local/bin/rustc --crate-name crossbeam_utils --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=dd6b4d07cb38671f -C extra-filename=-1eecab7676700419 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/slab-5be96ff7c5e68be0/out /usr/local/bin/rustc --crate-name slab --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -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("default", "serde", "std"))' -C metadata=278cb1984ebff87a -C extra-filename=-d28094d821e4878d --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling futures-sink v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-sink-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-sink-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name futures_sink --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ea09764d632bd8b3 -C extra-filename=-18715bc240c0a970 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
[num-traits 0.2.19] cargo:rustc-check-cfg=cfg(has_total_cmp)
warning: unexpected `cfg` condition name: `slab_no_const_vec_new`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/src/lib.rs:250:15
|
250 | #[cfg(not(slab_no_const_vec_new))]
| ^^^^^^^^^^^^^^^^^^^^^
|
= 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(slab_no_const_vec_new)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` 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: `slab_no_const_vec_new`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/src/lib.rs:264:11
|
264 | #[cfg(slab_no_const_vec_new)]
| ^^^^^^^^^^^^^^^^^^^^^
|
= 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(slab_no_const_vec_new)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `slab_no_track_caller`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/src/lib.rs:929:20
|
929 | #[cfg_attr(not(slab_no_track_caller), track_caller)]
| ^^^^^^^^^^^^^^^^^^^^
|
= 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(slab_no_track_caller)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `slab_no_track_caller`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/src/lib.rs:1098:20
|
1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)]
| ^^^^^^^^^^^^^^^^^^^^
|
= 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(slab_no_track_caller)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `slab_no_track_caller`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/src/lib.rs:1206:20
|
1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)]
| ^^^^^^^^^^^^^^^^^^^^
|
= 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(slab_no_track_caller)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `slab_no_track_caller`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/slab-0.4.9/src/lib.rs:1216:20
|
1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)]
| ^^^^^^^^^^^^^^^^^^^^
|
= 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(slab_no_track_caller)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Compiling phf_codegen v0.11.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=phf_codegen CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_codegen-0.11.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_codegen-0.11.3/Cargo.toml CARGO_PKG_AUTHORS='Steven Fackler ' CARGO_PKG_DESCRIPTION='Codegen library for PHF types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=phf_codegen CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-phf/rust-phf' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.11.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name phf_codegen --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/phf_codegen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abe5f49220c4d750 -C extra-filename=-d647279e6085703e --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern phf_generator=/magus/work/usr/mports/www/zola/work/target/release/deps/libphf_generator-f56e3f975c48c487.rmeta --extern phf_shared=/magus/work/usr/mports/www/zola/work/target/release/deps/libphf_shared-e6800c6f7dce71d9.rmeta --cap-lints warn`
[num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp
[num-traits 0.2.19] cargo:rerun-if-changed=build.rs
Compiling rayon-core v1.12.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/num-traits-0.2.19 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/num-traits-0.2.19/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 OR 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=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/num-traits-d6be5471c24c18bf/out /usr/local/bin/rustc --crate-name num_traits --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=bd800797468585b6 -C extra-filename=-19581e9529b0ab0c --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rayon-core-1.12.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rayon-core-1.12.1/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.12.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rayon-core-1.12.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=11611491275e1c67 -C extra-filename=-8c709c93843ad1ff --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/rayon-core-8c709c93843ad1ff -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
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/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/typenum-34b0d9a6d7cd89ac/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/www/zola/work/target/release/build/typenum-1c8f30473093e98d/build-script-main`
[typenum 1.17.0] cargo:rerun-if-changed=build/main.rs
Compiling aho-corasick v1.1.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=aho_corasick CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/aho-corasick-1.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/aho-corasick-1.1.3/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant ' CARGO_PKG_DESCRIPTION='Fast multiple substring searching.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=aho-corasick CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/aho-corasick' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=1.1.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name aho_corasick --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=00bddc4cf0967b50 -C extra-filename=-49318f123e1ad128 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern memchr=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libmemchr-ad7ce5f32eddc390.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling lock_api v0.4.12
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/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="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ae6f4a9ebe8ccfaf -C extra-filename=-d971467c48c70a59 --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/lock_api-d971467c48c70a59 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern autocfg=/magus/work/usr/mports/www/zola/work/target/release/deps/libautocfg-8522158be81d6f23.rlib --cap-lints warn`
warning: `slab` (lib) generated 6 warnings
Compiling quote v1.0.38
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/quote-1.0.38 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/quote-1.0.38/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.38 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=38 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name quote --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/quote-1.0.38/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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=a4e89371c0051a72 -C extra-filename=-f78deefecf39649f --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/www/zola/work/target/release/deps/libproc_macro2-32dfd97d4b0bf342.rmeta --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,derive,serde_derive,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='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_DERIVE=1 CARGO_FEATURE_SERDE_DERIVE=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde-1.0.217 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=0 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/release/build/serde-60e0d7100718c9c6/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/www/zola/work/target/release/build/serde-c5d297f7de0ae7ab/build-script-build`
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,getrandom,runtime-rng,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_GETRANDOM=1 CARGO_FEATURE_RUNTIME_RNG=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/ahash-0.8.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/ahash-0.8.11/Cargo.toml CARGO_PKG_AUTHORS='Tom Kaitchuck ' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_RUST_VERSION=1.60.0 CARGO_PKG_VERSION=0.8.11 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/ahash-014a3e9a68ee2946/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/www/zola/work/target/release/build/ahash-40016e3cfe2722c2/build-script-build`
[serde 1.0.217] cargo:rerun-if-changed=build.rs
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=typenum CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0/Cargo.toml CARGO_PKG_AUTHORS='Paho Lurie-Gregg :Andre Bogus ' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_RUST_VERSION=1.37.0 CARGO_PKG_VERSION=1.17.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=17 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/typenum-34b0d9a6d7cd89ac/out /usr/local/bin/rustc --crate-name typenum --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=64f0963e6a604d43 -C extra-filename=-fb938a66b1920a9f --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
[ahash 0.8.11] cargo:rerun-if-changed=build.rs
Compiling either v1.13.0
Compiling parking_lot_core v0.9.10
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/either-1.13.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name either --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/either-1.13.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=4e8809d8fec23a20 -C extra-filename=-6338800e07150e0f --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/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/www/zola/work/zola-0.20.0/cargo-crates/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/parking_lot_core-0.9.10/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("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=92a544420623f76d -C extra-filename=-be4ec10686d532a3 --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/parking_lot_core-be4ec10686d532a3 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)
[serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic)
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/memchr-2.7.4 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name memchr --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=82ab35578cfd18ca -C extra-filename=-5819fe43471b1e91 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
[ahash 0.8.11] cargo:rustc-cfg=feature="folded_multiply"
Compiling thiserror v2.0.11
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/www/zola/work/zola-0.20.0/cargo-crates/rayon-core-1.12.1 CARGO_MANIFEST_LINKS=rayon-core CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/rayon-core-1.12.1/Cargo.toml CARGO_PKG_AUTHORS='Niko Matsakis :Josh Stone ' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.12.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/rayon-core-048852e763f04cc6/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/www/zola/work/target/release/build/rayon-core-8c709c93843ad1ff/build-script-build`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/thiserror-2.0.11 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/thiserror-2.0.11/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.11 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=11 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/thiserror-2.0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0bdf7ba2cb1ad497 -C extra-filename=-d953a3946f45937f --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/thiserror-d953a3946f45937f -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
[rayon-core 1.12.1] cargo:rerun-if-changed=build.rs
Compiling new_debug_unreachable v1.0.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=debug_unreachable CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/new_debug_unreachable-1.0.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/new_debug_unreachable-1.0.6/Cargo.toml CARGO_PKG_AUTHORS='Matt Brubeck :Jonathan Reem ' CARGO_PKG_DESCRIPTION='panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=new_debug_unreachable CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mbrubeck/rust-debug-unreachable' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name debug_unreachable --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62d9edc81747a7f6 -C extra-filename=-d7a77974ab3e6783 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling simd-adler32 v0.3.7
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=simd_adler32 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/simd-adler32-0.3.7 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/simd-adler32-0.3.7/Cargo.toml CARGO_PKG_AUTHORS='Marvin Countryman ' CARGO_PKG_DESCRIPTION='A SIMD-accelerated Adler-32 hash algorithm implementation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=simd-adler32 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/mcountryman/simd-adler32' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name simd_adler32 --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/simd-adler32-0.3.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="const-generics"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=5c91e055ff28e157 -C extra-filename=-87dab2f2b213c493 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling syn v2.0.98
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-2.0.98 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-2.0.98/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.98 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=98 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name syn --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-2.0.98/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=caa34440e3881646 -C extra-filename=-f5e213a51a6de185 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/www/zola/work/target/release/deps/libproc_macro2-32dfd97d4b0bf342.rmeta --extern quote=/magus/work/usr/mports/www/zola/work/target/release/deps/libquote-f78deefecf39649f.rmeta --extern unicode_ident=/magus/work/usr/mports/www/zola/work/target/release/deps/libunicode_ident-22d4eed51dcbdbed.rmeta --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.109 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=109 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps OUT_DIR=/magus/work/usr/mports/www/zola/work/target/release/build/syn-70f07170f8fd4b5e/out /usr/local/bin/rustc --crate-name syn --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=e9e557b066d379ba -C extra-filename=-3fc47334e63000a3 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern proc_macro2=/magus/work/usr/mports/www/zola/work/target/release/deps/libproc_macro2-32dfd97d4b0bf342.rmeta --extern quote=/magus/work/usr/mports/www/zola/work/target/release/deps/libquote-f78deefecf39649f.rmeta --extern unicode_ident=/magus/work/usr/mports/www/zola/work/target/release/deps/libunicode_ident-22d4eed51dcbdbed.rmeta --cap-lints warn --cfg syn_disable_nightly_tests`
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0/src/lib.rs:51:5
|
51 | feature = "cargo-clippy",
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0/src/lib.rs:61:13
|
61 | #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
warning: unused import: `hash::*`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/simd-adler32-0.3.7/src/lib.rs:87:9
|
87 | pub use hash::*;
| ^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
warning: unexpected `cfg` condition name: `tests`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0/src/bit.rs:187:7
|
187 | #[cfg(tests)]
| ^^^^^ help: there is a config with a similar name: `test`
|
= 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(tests)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `tests`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0/src/uint.rs:1656:7
|
1656 | #[cfg(tests)]
| ^^^^^ help: there is a config with a similar name: `test`
|
= 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(tests)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tests)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `cargo-clippy`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0/src/uint.rs:1709:16
|
1709 | #[cfg_attr(feature = "cargo-clippy", allow(clippy::suspicious_arithmetic_impl))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `const-generics`, `force_unix_path_separator`, `i128`, `no_std`, `scale-info`, `scale_info`, and `strict`
= help: consider adding `cargo-clippy` as a feature in `Cargo.toml`
= note: see for more information about checking conditional configuration
warning: unused import: `*`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/typenum-1.17.0/src/lib.rs:104:25
|
104 | N1, N2, Z0, P1, P2, *,
| ^
|
= note: `#[warn(unused_imports)]` on by default
Compiling jobserver v0.1.32
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=jobserver CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/jobserver-0.1.32 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/jobserver-0.1.32/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='An implementation of the GNU Make jobserver for Rust.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=jobserver CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/jobserver-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.1.32 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name jobserver --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/jobserver-0.1.32/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=68b4e5d88c9f0b0f -C extra-filename=-17a9ba5473b8edc4 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern libc=/magus/work/usr/mports/www/zola/work/target/release/deps/liblibc-e069e03bdf5d5c30.rmeta --cap-lints warn`
warning: `libc` (lib) generated 8 warnings
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=atomic_usize,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_ATOMIC_USIZE=1 CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/lock_api-1db249ddd7e25df9/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/www/zola/work/target/release/build/lock_api-d971467c48c70a59/build-script-build`
Compiling bitflags v1.3.2
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/bitflags-1.3.2 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/bitflags-1.3.2/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.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=1df516008d4f97ee -C extra-filename=-5475ef80cef048e5 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling crossbeam-epoch v0.9.18
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_epoch CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.9.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name crossbeam_epoch --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=3c21aff331fd7004 -C extra-filename=-99b9360d1150e36b --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern crossbeam_utils=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libcrossbeam_utils-1eecab7676700419.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
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/www/zola/work/zola-0.20.0/cargo-crates/parking_lot_core-0.9.10 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/parking_lot_core-0.9.10/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='An advanced API for creating custom synchronization primitives.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=parking_lot_core CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.9.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/parking_lot_core-5b68fc123e88e0cd/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/www/zola/work/target/release/build/parking_lot_core-be4ec10686d532a3/build-script-build`
[parking_lot_core 0.9.10] cargo:rerun-if-changed=build.rs
Compiling serde_json v1.0.138
Compiling scopeguard v1.2.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/scopeguard-1.2.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/scopeguard-1.2.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as
shorthands for guards with one of the implemented strategies.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name scopeguard --edition=2015 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/scopeguard-1.2.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=14c4cac1d064845b -C extra-filename=-926c31fac07c16e8 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/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/www/zola/work/zola-0.20.0/cargo-crates/serde_json-1.0.138 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde_json-1.0.138/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.138 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde_json-1.0.138/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="indexmap"' --cfg 'feature="preserve_order"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=fde2ace53b9f1265 -C extra-filename=-3a3a8b4703e02ea8 --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/serde_json-3a3a8b4703e02ea8 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
[lock_api 0.4.12] cargo:rustc-cfg=has_const_fn_trait_bound
Compiling icu_locid_transform_data v1.5.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=icu_locid_transform_data CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/icu_locid_transform_data-1.5.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/icu_locid_transform_data-1.5.0/Cargo.toml CARGO_PKG_AUTHORS='The ICU4X Project Developers' CARGO_PKG_DESCRIPTION='Data for the icu_locid_transform crate' CARGO_PKG_HOMEPAGE='https://icu4x.unicode.org' CARGO_PKG_LICENSE=Unicode-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=icu_locid_transform_data CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/unicode-org/icu4x' CARGO_PKG_RUST_VERSION=1.67 CARGO_PKG_VERSION=1.5.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/icu_locid_transform_data-1.5.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebe53ca7ef426cf9 -C extra-filename=-89365c754a02b048 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/lib.rs:66:7
|
66 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` 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: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/lib.rs:69:7
|
69 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/lib.rs:91:11
|
91 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/atomic.rs:1675:21
|
1675 | #[cfg(all(test, not(crossbeam_loom)))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/atomic.rs:350:15
|
350 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/atomic.rs:358:11
|
358 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/collector.rs:112:21
|
112 | #[cfg(all(test, not(crossbeam_loom)))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/deferred.rs:90:21
|
90 | #[cfg(all(test, not(crossbeam_loom)))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_sanitize`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/internal.rs:56:15
|
56 | #[cfg(not(any(crossbeam_sanitize, miri)))]
| ^^^^^^^^^^^^^^^^^^
|
= 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(crossbeam_sanitize)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_sanitize`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/internal.rs:59:11
|
59 | #[cfg(any(crossbeam_sanitize, miri))]
| ^^^^^^^^^^^^^^^^^^
|
= 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(crossbeam_sanitize)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_sanitize`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/internal.rs:300:15
|
300 | #[cfg(not(any(crossbeam_sanitize, miri)))] // `crossbeam_sanitize` and `miri` reduce the size of `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(crossbeam_sanitize)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/internal.rs:557:21
|
557 | #[cfg(all(test, not(crossbeam_loom)))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_sanitize`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/internal.rs:202:29
|
202 | let steps = if cfg!(crossbeam_sanitize) {
| ^^^^^^^^^^^^^^^^^^
|
= 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(crossbeam_sanitize)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_sanitize)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/sync/mod.rs:5:11
|
5 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/sync/list.rs:298:21
|
298 | #[cfg(all(test, not(crossbeam_loom)))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/sync/queue.rs:217:21
|
217 | #[cfg(all(test, not(crossbeam_loom)))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/default.rs:10:11
|
10 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/default.rs:64:21
|
64 | #[cfg(all(test, not(crossbeam_loom)))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/default.rs:14:15
|
14 | #[cfg(not(crossbeam_loom))]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `crossbeam_loom`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-epoch-0.9.18/src/default.rs:22:11
|
22 | #[cfg(crossbeam_loom)]
| ^^^^^^^^^^^^^^
|
= 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(crossbeam_loom)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(crossbeam_loom)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: `simd-adler32` (lib) generated 1 warning
Compiling minimal-lexical v0.2.1
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/minimal-lexical-0.2.1 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/minimal-lexical-0.2.1/Cargo.toml CARGO_PKG_AUTHORS='Alex Huszagh ' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name minimal_lexical --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=199bc1a595e79f17 -C extra-filename=-6635788f7df9d1e3 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling futures-task v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-task-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name futures_task --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=9a59839bfaa77dfd -C extra-filename=-bb5cf9d4a12e216c --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `icu4x_custom_data`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/icu_locid_transform_data-1.5.0/src/lib.rs:14:7
|
14 | #[cfg(icu4x_custom_data)]
| ^^^^^^^^^^^^^^^^^
|
= 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(icu4x_custom_data)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` 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: `icu4x_custom_data`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/icu_locid_transform_data-1.5.0/src/lib.rs:16:11
|
16 | #[cfg(not(icu4x_custom_data))]
| ^^^^^^^^^^^^^^^^^
|
= 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(icu4x_custom_data)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(icu4x_custom_data)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Compiling futures-io v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-io-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-io-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name futures_io --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=841cec4ccb73b070 -C extra-filename=-2bb8b2696a713f68 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `icu_locid_transform_data` (lib) generated 2 warnings
Compiling pin-utils v0.1.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name pin_utils --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/pin-utils-0.1.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0e6de036587bb4b -C extra-filename=-40755cdfccb3fd24 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling cc v1.2.14
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/cc-1.2.14 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/cc-1.2.14/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
code.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.2.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name cc --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/cc-1.2.14/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 --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=db199a5a5cd9381c -C extra-filename=-402018276169c986 --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern jobserver=/magus/work/usr/mports/www/zola/work/target/release/deps/libjobserver-17a9ba5473b8edc4.rmeta --extern libc=/magus/work/usr/mports/www/zola/work/target/release/deps/liblibc-e069e03bdf5d5c30.rmeta --extern shlex=/magus/work/usr/mports/www/zola/work/target/release/deps/libshlex-41e9a62ee2d3debf.rmeta --cap-lints warn`
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/lib.rs:254:13
|
254 | #![cfg_attr(doc_cfg, feature(doc_cfg))]
| ^^^^^^^
|
= 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` 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: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/lib.rs:430:12
|
430 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/lib.rs:434:12
|
434 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/lib.rs:455:12
|
455 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "printing"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/lib.rs:804:12
|
804 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/lib.rs:867:12
|
867 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "proc-macro"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/lib.rs:887:12
|
887 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/lib.rs:916:12
|
916 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/lib.rs:959:12
|
959 | #[cfg_attr(doc_cfg, doc(cfg(all(feature = "parsing", feature = "full"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/group.rs:136:12
|
136 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=lock_api CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lock_api CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/Amanieu/parking_lot' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=0.4.12 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/lock_api-1db249ddd7e25df9/out /usr/local/bin/rustc --crate-name lock_api --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=98cb59ac40cc8543 -C extra-filename=-2fefc8a024d62f01 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern scopeguard=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libscopeguard-926c31fac07c16e8.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong --cfg has_const_fn_trait_bound`
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/group.rs:214:12
|
214 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/group.rs:269:12
|
269 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:561:12
|
561 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:569:12
|
569 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Running `CARGO=/usr/local/bin/cargo CARGO_CFG_FEATURE=default,indexmap,preserve_order,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_INDEXMAP=1 CARGO_FEATURE_PRESERVE_ORDER=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde_json-1.0.138 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/serde_json-1.0.138/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.138 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=138 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-freebsd LD_LIBRARY_PATH='/magus/work/usr/mports/www/zola/work/target/release/deps:/magus/work/usr/mports/www/zola/work/target/release:/usr/local/lib/rustlib/x86_64-unknown-freebsd/lib' NUM_JOBS=16 OPT_LEVEL=3 OUT_DIR=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/build/serde_json-2af4f6110dd54819/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/www/zola/work/target/release/build/serde_json-3a3a8b4703e02ea8/build-script-build`
[serde_json 1.0.138] cargo:rerun-if-changed=build.rs
[serde_json 1.0.138] cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64"))
[serde_json 1.0.138] cargo:rustc-cfg=fast_arithmetic="64"
Compiling futures-util v0.3.31
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-util-0.3.31 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name futures_util --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="futures-io"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=53dec1954a2e7f98 -C extra-filename=-ba35d0b1c265c73c --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern futures_core=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libfutures_core-8649867c2369a743.rmeta --extern futures_io=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libfutures_io-2bb8b2696a713f68.rmeta --extern futures_sink=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libfutures_sink-18715bc240c0a970.rmeta --extern futures_task=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libfutures_task-bb5cf9d4a12e216c.rmeta --extern memchr=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libmemchr-ad7ce5f32eddc390.rmeta --extern pin_project_lite=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libpin_project_lite-c193c4311c1d4747.rmeta --extern pin_utils=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libpin_utils-40755cdfccb3fd24.rmeta --extern slab=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libslab-d28094d821e4878d.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
Compiling crossbeam-deque v0.8.6
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=crossbeam_deque CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-deque-0.8.6 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-deque-0.8.6/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Concurrent work-stealing deque' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-deque CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=0.8.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name crossbeam_deque --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/crossbeam-deque-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4be9d2c5db8ba7c7 -C extra-filename=-33b8f1c6a321ca30 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern crossbeam_epoch=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libcrossbeam_epoch-99b9360d1150e36b.rmeta --extern crossbeam_utils=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libcrossbeam_utils-1eecab7676700419.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/src/mutex.rs:148:11
|
148 | #[cfg(has_const_fn_trait_bound)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` 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_const_fn_trait_bound`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/src/mutex.rs:158:15
|
158 | #[cfg(not(has_const_fn_trait_bound))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/src/remutex.rs:232:11
|
232 | #[cfg(has_const_fn_trait_bound)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/src/remutex.rs:247:15
|
247 | #[cfg(not(has_const_fn_trait_bound))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/src/rwlock.rs:369:11
|
369 | #[cfg(has_const_fn_trait_bound)]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `has_const_fn_trait_bound`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/src/rwlock.rs:379:15
|
379 | #[cfg(not(has_const_fn_trait_bound))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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_const_fn_trait_bound)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_const_fn_trait_bound)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:881:11
|
881 | #[cfg(not(syn_omit_await_from_token_macro))]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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(syn_omit_await_from_token_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `syn_omit_await_from_token_macro`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:883:7
|
883 | #[cfg(syn_omit_await_from_token_macro)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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(syn_omit_await_from_token_macro)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_omit_await_from_token_macro)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:394:24
|
394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:398:24
|
398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:406:24
|
406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:414:24
|
414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:418:24
|
418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:426:24
|
426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
556 | / define_punctuation_structs! {
557 | | "_" pub struct Underscore/1 /// `_`
558 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:271:24
|
271 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:275:24
|
275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:283:24
|
283 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:291:24
|
291 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:295:24
|
295 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:303:24
|
303 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:309:24
|
309 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:317:24
|
317 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
...
652 | / define_keywords! {
653 | | "abstract" pub struct Abstract /// `abstract`
654 | | "as" pub struct As /// `as`
655 | | "async" pub struct Async /// `async`
... |
704 | | "yield" pub struct Yield /// `yield`
705 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_keywords` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:444:24
|
444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:452:24
|
452 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:394:24
|
394 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:398:24
|
398 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:406:24
|
406 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:414:24
|
414 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:418:24
|
418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:426:24
|
426 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
707 | / define_punctuation! {
708 | | "+" pub struct Add/1 /// `+`
709 | | "+=" pub struct AddEq/2 /// `+=`
710 | | "&" pub struct And/1 /// `&`
... |
753 | | "~" pub struct Tilde/1 /// `~`
754 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_punctuation_structs` which comes from the expansion of the macro `define_punctuation` (in Nightly builds, run with -Z macro-backtrace for more info)
Compiling bitflags v2.8.0
Compiling httparse v1.10.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/httparse-1.10.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/httparse-1.10.0/Cargo.toml CARGO_PKG_AUTHORS='Sean McArthur ' CARGO_PKG_DESCRIPTION='A tiny, safe, speedy, zero-copy HTTP/1.x parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=httparse CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/seanmonstar/httparse' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.10.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name build_script_build --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/httparse-1.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9d9d8e7f6f78d566 -C extra-filename=-477cfc302cce1698 --out-dir /magus/work/usr/mports/www/zola/work/target/release/build/httparse-477cfc302cce1698 -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/bitflags-2.8.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name bitflags --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/bitflags-2.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=e7b4bbdeaf76e462 -C extra-filename=-42fbd6dc68c06629 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `typenum` (lib) generated 6 warnings
Compiling nom v7.1.3
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=nom CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/nom-7.1.3 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/nom-7.1.3/Cargo.toml CARGO_PKG_AUTHORS='contact@geoffroycouprie.com' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nom CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Geal/nom' CARGO_PKG_RUST_VERSION=1.48 CARGO_PKG_VERSION=7.1.3 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name nom --edition=2018 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/nom-7.1.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=529fea6da0010cb8 -C extra-filename=-6751c85a3909a132 --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --extern memchr=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libmemchr-ad7ce5f32eddc390.rmeta --extern minimal_lexical=/magus/work/usr/mports/www/zola/work/target/x86_64-unknown-freebsd/release/deps/libminimal_lexical-6635788f7df9d1e3.rmeta --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:503:24
|
503 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:507:24
|
507 | #[cfg_attr(doc_cfg, doc(cfg(feature = "clone-impls")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:515:24
|
515 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:523:24
|
523 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:527:24
|
527 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/token.rs:535:24
|
535 | #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))]
| ^^^^^^^
...
756 | / define_delimiters! {
757 | | "{" pub struct Brace /// `{...}`
758 | | "[" pub struct Bracket /// `[...]`
759 | | "(" pub struct Paren /// `(...)`
760 | | " " pub struct Group /// None-delimited group
761 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `define_delimiters` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/ident.rs:38:12
|
38 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:463:12
|
463 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:148:16
|
148 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:329:16
|
329 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:360:16
|
360 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/macros.rs:155:20
|
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:336:1
|
336 | / ast_enum_of_structs! {
337 | | /// Content of a compile-time structured attribute.
338 | | ///
339 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"`
... |
370 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:377:16
|
377 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:390:16
|
390 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:417:16
|
417 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/macros.rs:155:20
|
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:412:1
|
412 | / ast_enum_of_structs! {
413 | | /// Element of a compile-time attribute list.
414 | | ///
415 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"`
... |
426 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:165:16
|
165 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:213:16
|
213 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:223:16
|
223 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:237:16
|
237 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:251:16
|
251 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
Compiling adler2 v2.0.0
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=adler2 CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/adler2-2.0.0 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/adler2-2.0.0/Cargo.toml CARGO_PKG_AUTHORS='Jonas Schievink :oyvindln ' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/oyvindln/adler2' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name adler2 --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/adler2-2.0.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=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=9d954fbd2d6d20fa -C extra-filename=-28f6e31330690a1f --out-dir /magus/work/usr/mports/www/zola/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/www/zola/work/target/x86_64-unknown-freebsd/release/deps -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn -C link-arg=-fstack-protector-strong`
warning: `crossbeam-epoch` (lib) generated 20 warnings
Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/regex-syntax-0.8.5 CARGO_MANIFEST_PATH=/magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/regex-syntax-0.8.5/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers:Andrew Gallant ' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex/tree/master/regex-syntax' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/magus/work/usr/mports/www/zola/work/target/release/deps /usr/local/bin/rustc --crate-name regex_syntax --edition=2021 /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --cfg 'feature="unicode-perl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=2c1f068321c351ac -C extra-filename=-ae973354023164fa --out-dir /magus/work/usr/mports/www/zola/work/target/release/deps -C linker=cc -C strip=symbols -L dependency=/magus/work/usr/mports/www/zola/work/target/release/deps --cap-lints warn`
warning: field `0` is never read
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/lock_api-0.4.12/src/lib.rs:103:24
|
103 | pub struct GuardNoSend(*mut ());
| ----------- ^^^^^^^
| |
| field in this struct
|
= help: consider removing this field
= note: `#[warn(dead_code)]` on by default
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:557:16
|
557 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:565:16
|
565 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:573:16
|
573 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:581:16
|
581 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:630:16
|
630 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:644:16
|
644 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/attr.rs:654:16
|
654 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:9:16
|
9 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:36:16
|
36 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/macros.rs:155:20
|
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:25:1
|
25 | / ast_enum_of_structs! {
26 | | /// Data stored within an enum variant or struct.
27 | | ///
28 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"`
... |
48 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:56:16
|
56 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:68:16
|
68 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:153:16
|
153 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:185:16
|
185 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/macros.rs:155:20
|
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:173:1
|
173 | / ast_enum_of_structs! {
174 | | /// The visibility level of an item: inherited or `pub` or
175 | | /// `pub(restricted)`.
176 | | ///
... |
200 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:207:16
|
207 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:218:16
|
218 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:230:16
|
230 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:246:16
|
246 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:275:16
|
275 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:286:16
|
286 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:327:16
|
327 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:299:20
|
299 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:315:20
|
315 | #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:423:16
|
423 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:436:16
|
436 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:445:16
|
445 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:454:16
|
454 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:467:16
|
467 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:474:16
|
474 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/data.rs:481:16
|
481 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:89:16
|
89 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `syn_no_non_exhaustive`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:90:20
|
90 | #[cfg_attr(not(syn_no_non_exhaustive), non_exhaustive)]
| ^^^^^^^^^^^^^^^^^^^^^
|
= 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(syn_no_non_exhaustive)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(syn_no_non_exhaustive)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/macros.rs:155:20
|
155 | #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
| ^^^^^^^
|
::: /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:14:1
|
14 | / ast_enum_of_structs! {
15 | | /// A Rust expression.
16 | | ///
17 | | /// *This type is available only if Syn is built with the `"derive"` or `"full"`
... |
250 | | }
| |_- 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(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
= note: this warning originates in the macro `generate_to_tokens` which comes from the expansion of the macro `ast_enum_of_structs` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:256:16
|
256 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:268:16
|
268 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:281:16
|
281 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:294:16
|
294 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:307:16
|
307 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:321:16
|
321 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:334:16
|
334 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:346:16
|
346 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:359:16
|
359 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:373:16
|
373 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:387:16
|
387 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:400:16
|
400 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:418:16
|
418 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:431:16
|
431 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:444:16
|
444 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:464:16
|
464 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:480:16
|
480 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:495:16
|
495 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:508:16
|
508 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:523:16
|
523 | #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:534:16
|
534 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:547:16
|
547 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:558:16
|
558 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see for more information about checking conditional configuration
warning: unexpected `cfg` condition name: `doc_cfg`
--> /magus/work/usr/mports/www/zola/work/zola-0.20.0/cargo-crates/syn-1.0.109/src/expr.rs:572:16
|
572 | #[cfg_attr(doc_cfg, doc(cfg(feature = "full")))]
| ^^^^^^^
|
= help: consider using a Cargo feature instead
= help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_cfg)'] }
= help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_cfg)");` to the top of the `build.rs`
= note: see
MidnightBSD Magus