Build #1545887 2024-11-16T13:57:12.132931+00:00
# rustc version
rustc 1.84.0-nightly (917a50a03 2024-11-15)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/python27-sys-0.7.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/python27-sys-0.7.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241115-1.84.0-nightly-917a50a03\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 04ee5e4f17af52155083f25849ae4521b8c2a09ed729ee63b8111d7f082fb1a1
[INFO] running `Command { std: "docker" "start" "-a" "04ee5e4f17af52155083f25849ae4521b8c2a09ed729ee63b8111d7f082fb1a1", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/lib.rs:68:7
[INFO] [stderr] |
[INFO] [stderr] 68 | #[cfg(py_sys_config = "Py_USING_UNICODE")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_USING_UNICODE"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_USING_UNICODE\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/lib.rs:84:7
[INFO] [stderr] |
[INFO] [stderr] 84 | #[cfg(py_sys_config = "Py_USING_UNICODE")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_USING_UNICODE"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_USING_UNICODE\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/lib.rs:208:11
[INFO] [stderr] |
[INFO] [stderr] 208 | #[cfg(not(py_sys_config = "Py_USING_UNICODE"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_USING_UNICODE"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_USING_UNICODE\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/lib.rs:214:11
[INFO] [stderr] |
[INFO] [stderr] 214 | #[cfg(not(py_sys_config = "Py_USING_UNICODE"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_USING_UNICODE"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_USING_UNICODE\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:444:7
[INFO] [stderr] |
[INFO] [stderr] 444 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:499:11
[INFO] [stderr] |
[INFO] [stderr] 499 | #[cfg(not(py_sys_config = "Py_TRACE_REFS"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:10:11
[INFO] [stderr] |
[INFO] [stderr] 10 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:12:11
[INFO] [stderr] |
[INFO] [stderr] 12 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:21:11
[INFO] [stderr] |
[INFO] [stderr] 21 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:23:11
[INFO] [stderr] |
[INFO] [stderr] 23 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:372:11
[INFO] [stderr] |
[INFO] [stderr] 372 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:374:11
[INFO] [stderr] |
[INFO] [stderr] 374 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:425:11
[INFO] [stderr] |
[INFO] [stderr] 425 | #[cfg(py_sys_config = "COUNT_ALLOCS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("COUNT_ALLOCS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"COUNT_ALLOCS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:427:11
[INFO] [stderr] |
[INFO] [stderr] 427 | #[cfg(py_sys_config = "COUNT_ALLOCS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("COUNT_ALLOCS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"COUNT_ALLOCS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:429:11
[INFO] [stderr] |
[INFO] [stderr] 429 | #[cfg(py_sys_config = "COUNT_ALLOCS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("COUNT_ALLOCS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"COUNT_ALLOCS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:431:11
[INFO] [stderr] |
[INFO] [stderr] 431 | #[cfg(py_sys_config = "COUNT_ALLOCS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("COUNT_ALLOCS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"COUNT_ALLOCS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:433:11
[INFO] [stderr] |
[INFO] [stderr] 433 | #[cfg(py_sys_config = "COUNT_ALLOCS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("COUNT_ALLOCS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"COUNT_ALLOCS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:646:11
[INFO] [stderr] |
[INFO] [stderr] 646 | #[cfg(py_sys_config = "Py_USING_UNICODE")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_USING_UNICODE"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_USING_UNICODE\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:796:13
[INFO] [stderr] |
[INFO] [stderr] 796 | if cfg!(py_sys_config = "Py_REF_DEBUG") {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_REF_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_REF_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:805:13
[INFO] [stderr] |
[INFO] [stderr] 805 | if cfg!(py_sys_config = "Py_REF_DEBUG") || cfg!(py_sys_config = "COUNT_ALLOCS") {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_REF_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_REF_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/object.rs:805:53
[INFO] [stderr] |
[INFO] [stderr] 805 | if cfg!(py_sys_config = "Py_REF_DEBUG") || cfg!(py_sys_config = "COUNT_ALLOCS") {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("COUNT_ALLOCS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"COUNT_ALLOCS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/objimpl.rs:42:7
[INFO] [stderr] |
[INFO] [stderr] 42 | #[cfg(py_sys_config = "Py_DEBUG")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/objimpl.rs:44:7
[INFO] [stderr] |
[INFO] [stderr] 44 | #[cfg(py_sys_config = "Py_DEBUG")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/objimpl.rs:46:7
[INFO] [stderr] |
[INFO] [stderr] 46 | #[cfg(py_sys_config = "Py_DEBUG")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/objimpl.rs:8:15
[INFO] [stderr] |
[INFO] [stderr] 8 | #[cfg(not(py_sys_config = "Py_DEBUG"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/objimpl.rs:10:15
[INFO] [stderr] |
[INFO] [stderr] 10 | #[cfg(not(py_sys_config = "Py_DEBUG"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/objimpl.rs:12:15
[INFO] [stderr] |
[INFO] [stderr] 12 | #[cfg(not(py_sys_config = "Py_DEBUG"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/objimpl.rs:15:11
[INFO] [stderr] |
[INFO] [stderr] 15 | #[cfg(py_sys_config = "Py_DEBUG")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/objimpl.rs:17:11
[INFO] [stderr] |
[INFO] [stderr] 17 | #[cfg(py_sys_config = "Py_DEBUG")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/objimpl.rs:19:11
[INFO] [stderr] |
[INFO] [stderr] 19 | #[cfg(py_sys_config = "Py_DEBUG")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:6:7
[INFO] [stderr] |
[INFO] [stderr] 6 | #[cfg(py_sys_config = "Py_UNICODE_SIZE_4")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_UNICODE_SIZE_4"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_UNICODE_SIZE_4\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:8:11
[INFO] [stderr] |
[INFO] [stderr] 8 | #[cfg(not(py_sys_config = "Py_UNICODE_SIZE_4"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_UNICODE_SIZE_4"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_UNICODE_SIZE_4\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:13:7
[INFO] [stderr] |
[INFO] [stderr] 13 | #[cfg(py_sys_config = "Py_UNICODE_SIZE_4")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_UNICODE_SIZE_4"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_UNICODE_SIZE_4\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:15:11
[INFO] [stderr] |
[INFO] [stderr] 15 | #[cfg(not(py_sys_config = "Py_UNICODE_SIZE_4"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_UNICODE_SIZE_4"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_UNICODE_SIZE_4\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:72:7
[INFO] [stderr] |
[INFO] [stderr] 72 | #[cfg(py_sys_config = "Py_UNICODE_SIZE_4")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_UNICODE_SIZE_4"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_UNICODE_SIZE_4\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:359:11
[INFO] [stderr] |
[INFO] [stderr] 359 | #[cfg(not(py_sys_config = "Py_UNICODE_SIZE_4"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_UNICODE_SIZE_4"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_UNICODE_SIZE_4\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:646:7
[INFO] [stderr] |
[INFO] [stderr] 646 | #[cfg(py_sys_config = "Py_UNICODE_SIZE_4")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_UNICODE_SIZE_4"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_UNICODE_SIZE_4\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:652:11
[INFO] [stderr] |
[INFO] [stderr] 652 | #[cfg(not(py_sys_config = "Py_UNICODE_SIZE_4"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_UNICODE_SIZE_4"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_UNICODE_SIZE_4\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:658:7
[INFO] [stderr] |
[INFO] [stderr] 658 | #[cfg(py_sys_config = "Py_UNICODE_SIZE_4")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_UNICODE_SIZE_4"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_UNICODE_SIZE_4\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:664:11
[INFO] [stderr] |
[INFO] [stderr] 664 | #[cfg(not(py_sys_config = "Py_UNICODE_SIZE_4"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_UNICODE_SIZE_4"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_UNICODE_SIZE_4\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:21:11
[INFO] [stderr] |
[INFO] [stderr] 21 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/unicodeobject.rs:23:11
[INFO] [stderr] |
[INFO] [stderr] 23 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/intobject.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/intobject.rs:11:11
[INFO] [stderr] |
[INFO] [stderr] 11 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/intobject.rs:38:11
[INFO] [stderr] |
[INFO] [stderr] 38 | #[cfg(py_sys_config = "Py_USING_UNICODE")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_USING_UNICODE"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_USING_UNICODE\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/longobject.rs:41:11
[INFO] [stderr] |
[INFO] [stderr] 41 | #[cfg(py_sys_config = "Py_USING_UNICODE")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_USING_UNICODE"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_USING_UNICODE\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/floatobject.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/floatobject.rs:11:11
[INFO] [stderr] |
[INFO] [stderr] 11 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/complexobject.rs:27:11
[INFO] [stderr] |
[INFO] [stderr] 27 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/complexobject.rs:29:11
[INFO] [stderr] |
[INFO] [stderr] 29 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/stringobject.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/stringobject.rs:11:11
[INFO] [stderr] |
[INFO] [stderr] 11 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/memoryobject.rs:41:11
[INFO] [stderr] |
[INFO] [stderr] 41 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/memoryobject.rs:43:11
[INFO] [stderr] |
[INFO] [stderr] 43 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/tupleobject.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/tupleobject.rs:11:11
[INFO] [stderr] |
[INFO] [stderr] 11 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/listobject.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/listobject.rs:11:11
[INFO] [stderr] |
[INFO] [stderr] 11 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/classobject.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/classobject.rs:11:11
[INFO] [stderr] |
[INFO] [stderr] 11 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/classobject.rs:27:11
[INFO] [stderr] |
[INFO] [stderr] 27 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/classobject.rs:29:11
[INFO] [stderr] |
[INFO] [stderr] 29 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/classobject.rs:41:11
[INFO] [stderr] |
[INFO] [stderr] 41 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/classobject.rs:43:11
[INFO] [stderr] |
[INFO] [stderr] 43 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/traceback.rs:10:11
[INFO] [stderr] |
[INFO] [stderr] 10 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/traceback.rs:12:11
[INFO] [stderr] |
[INFO] [stderr] 12 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/sliceobject.rs:19:11
[INFO] [stderr] |
[INFO] [stderr] 19 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/sliceobject.rs:21:11
[INFO] [stderr] |
[INFO] [stderr] 21 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/cellobject.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/cellobject.rs:11:11
[INFO] [stderr] |
[INFO] [stderr] 11 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/genobject.rs:10:11
[INFO] [stderr] |
[INFO] [stderr] 10 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/genobject.rs:12:11
[INFO] [stderr] |
[INFO] [stderr] 12 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/weakrefobject.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/weakrefobject.rs:11:11
[INFO] [stderr] |
[INFO] [stderr] 11 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/pyerrors.rs:7:7
[INFO] [stderr] |
[INFO] [stderr] 7 | #[cfg(py_sys_config = "Py_USING_UNICODE")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_USING_UNICODE"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_USING_UNICODE\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/pyerrors.rs:152:7
[INFO] [stderr] |
[INFO] [stderr] 152 | #[cfg(py_sys_config = "Py_USING_UNICODE")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_USING_UNICODE"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_USING_UNICODE\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/pystate.rs:98:7
[INFO] [stderr] |
[INFO] [stderr] 98 | #[cfg(py_sys_config = "Py_DEBUG")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/pystate.rs:104:11
[INFO] [stderr] |
[INFO] [stderr] 104 | #[cfg(not(py_sys_config = "Py_DEBUG"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_DEBUG"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_DEBUG\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/pystate.rs:82:11
[INFO] [stderr] |
[INFO] [stderr] 82 | #[cfg(py_sys_config = "WITH_THREAD")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("WITH_THREAD"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"WITH_THREAD\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/modsupport.rs:88:44
[INFO] [stderr] |
[INFO] [stderr] 88 | #[cfg(all(target_pointer_width = "64", not(py_sys_config = "Py_TRACE_REFS")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/modsupport.rs:100:40
[INFO] [stderr] |
[INFO] [stderr] 100 | #[cfg(all(target_pointer_width = "64", py_sys_config = "Py_TRACE_REFS"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/modsupport.rs:112:45
[INFO] [stderr] |
[INFO] [stderr] 112 | #[cfg(all(not(target_pointer_width = "64"), py_sys_config = "Py_TRACE_REFS"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/modsupport.rs:49:48
[INFO] [stderr] |
[INFO] [stderr] 49 | #[cfg(all(target_pointer_width = "64", not(py_sys_config = "Py_TRACE_REFS")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/modsupport.rs:58:44
[INFO] [stderr] |
[INFO] [stderr] 58 | #[cfg(all(target_pointer_width = "64", py_sys_config = "Py_TRACE_REFS"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/modsupport.rs:67:53
[INFO] [stderr] |
[INFO] [stderr] 67 | #[cfg(all(not(target_pointer_width = "64"), not(py_sys_config = "Py_TRACE_REFS")))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/modsupport.rs:76:49
[INFO] [stderr] |
[INFO] [stderr] 76 | #[cfg(all(not(target_pointer_width = "64"), py_sys_config = "Py_TRACE_REFS"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/ceval.rs:52:7
[INFO] [stderr] |
[INFO] [stderr] 52 | #[cfg(py_sys_config = "WITH_THREAD")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("WITH_THREAD"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"WITH_THREAD\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/code.rs:9:11
[INFO] [stderr] |
[INFO] [stderr] 9 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/code.rs:11:11
[INFO] [stderr] |
[INFO] [stderr] 11 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `Py_LIMITED_API`
[INFO] [stderr] --> src/marshal.rs:17:11
[INFO] [stderr] |
[INFO] [stderr] 17 | #[cfg(not(Py_LIMITED_API))]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(Py_LIMITED_API)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(Py_LIMITED_API)");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/frameobject.rs:19:11
[INFO] [stderr] |
[INFO] [stderr] 19 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition name: `py_sys_config`
[INFO] [stderr] --> src/frameobject.rs:21:11
[INFO] [stderr] |
[INFO] [stderr] 21 | #[cfg(py_sys_config = "Py_TRACE_REFS")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(py_sys_config, values("Py_TRACE_REFS"))'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(py_sys_config, values(\"Py_TRACE_REFS\"))");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/object.rs:611:22
[INFO] [stderr] |
[INFO] [stderr] 611 | (Py_TYPE(op) == (&mut PyType_Type as *mut _)) as c_int
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] = note: `#[warn(static_mut_refs)]` on by default
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 611 | (Py_TYPE(op) == (&raw mut PyType_Type as *mut _)) as c_int
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/object.rs:849:5
[INFO] [stderr] |
[INFO] [stderr] 849 | &mut _Py_NoneStruct
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 849 | &raw mut _Py_NoneStruct
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/object.rs:854:5
[INFO] [stderr] |
[INFO] [stderr] 854 | &mut _Py_NotImplementedStruct
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 854 | &raw mut _Py_NotImplementedStruct
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/unicodeobject.rs:45:32
[INFO] [stderr] |
[INFO] [stderr] 45 | let u: *mut PyTypeObject = &mut PyUnicode_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 45 | let u: *mut PyTypeObject = &raw mut PyUnicode_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/intobject.rs:30:32
[INFO] [stderr] |
[INFO] [stderr] 30 | let u: *mut PyTypeObject = &mut PyInt_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 30 | let u: *mut PyTypeObject = &raw mut PyInt_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/boolobject.rs:18:32
[INFO] [stderr] |
[INFO] [stderr] 18 | let u: *mut PyTypeObject = &mut PyBool_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 18 | let u: *mut PyTypeObject = &raw mut PyBool_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/boolobject.rs:24:5
[INFO] [stderr] |
[INFO] [stderr] 24 | &mut _Py_ZeroStruct as *mut PyBoolObject as *mut PyObject
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 24 | &raw mut _Py_ZeroStruct as *mut PyBoolObject as *mut PyObject
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/boolobject.rs:29:5
[INFO] [stderr] |
[INFO] [stderr] 29 | &mut _Py_TrueStruct as *mut PyBoolObject as *mut PyObject
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 29 | &raw mut _Py_TrueStruct as *mut PyBoolObject as *mut PyObject
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/longobject.rs:23:32
[INFO] [stderr] |
[INFO] [stderr] 23 | let u: *mut PyTypeObject = &mut PyLong_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 23 | let u: *mut PyTypeObject = &raw mut PyLong_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/floatobject.rs:25:28
[INFO] [stderr] |
[INFO] [stderr] 25 | PyObject_TypeCheck(op, &mut PyFloat_Type)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 25 | PyObject_TypeCheck(op, &raw mut PyFloat_Type)
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/floatobject.rs:30:32
[INFO] [stderr] |
[INFO] [stderr] 30 | let u: *mut PyTypeObject = &mut PyFloat_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 30 | let u: *mut PyTypeObject = &raw mut PyFloat_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/complexobject.rs:43:28
[INFO] [stderr] |
[INFO] [stderr] 43 | PyObject_TypeCheck(op, &mut PyComplex_Type)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 43 | PyObject_TypeCheck(op, &raw mut PyComplex_Type)
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/complexobject.rs:48:32
[INFO] [stderr] |
[INFO] [stderr] 48 | let u: *mut PyTypeObject = &mut PyComplex_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 48 | let u: *mut PyTypeObject = &raw mut PyComplex_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/rangeobject.rs:12:32
[INFO] [stderr] |
[INFO] [stderr] 12 | let u: *mut PyTypeObject = &mut PyRange_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 12 | let u: *mut PyTypeObject = &raw mut PyRange_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/stringobject.rs:34:32
[INFO] [stderr] |
[INFO] [stderr] 34 | let u: *mut PyTypeObject = &mut PyString_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 34 | let u: *mut PyTypeObject = &raw mut PyString_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/memoryobject.rs:13:32
[INFO] [stderr] |
[INFO] [stderr] 13 | let u: *mut PyTypeObject = &mut PyMemoryView_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 13 | let u: *mut PyTypeObject = &raw mut PyMemoryView_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/bufferobject.rs:13:32
[INFO] [stderr] |
[INFO] [stderr] 13 | let u: *mut PyTypeObject = &mut PyBuffer_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 13 | let u: *mut PyTypeObject = &raw mut PyBuffer_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/bytearrayobject.rs:28:28
[INFO] [stderr] |
[INFO] [stderr] 28 | PyObject_TypeCheck(op, &mut PyByteArray_Type)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 28 | PyObject_TypeCheck(op, &raw mut PyByteArray_Type)
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/bytearrayobject.rs:32:32
[INFO] [stderr] |
[INFO] [stderr] 32 | let u: *mut PyTypeObject = &mut PyByteArray_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 32 | let u: *mut PyTypeObject = &raw mut PyByteArray_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/tupleobject.rs:31:32
[INFO] [stderr] |
[INFO] [stderr] 31 | let u: *mut PyTypeObject = &mut PyTuple_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 31 | let u: *mut PyTypeObject = &raw mut PyTuple_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/listobject.rs:32:32
[INFO] [stderr] |
[INFO] [stderr] 32 | let u: *mut PyTypeObject = &mut PyList_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 32 | let u: *mut PyTypeObject = &raw mut PyList_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/dictobject.rs:29:32
[INFO] [stderr] |
[INFO] [stderr] 29 | let u: *mut PyTypeObject = &mut PyDict_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 29 | let u: *mut PyTypeObject = &raw mut PyDict_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/setobject.rs:18:32
[INFO] [stderr] |
[INFO] [stderr] 18 | let f: *mut PyTypeObject = &mut PyFrozenSet_Type;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr] |
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr] |
[INFO] [stderr] 18 | let f: *mut PyTypeObject = &raw mut PyFrozenSet_Type;
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: creating a mutable reference to mutable static is discouraged
[INFO] [stderr] --> src/setobject.rs:24:32
[INFO] [stderr] |
[INFO] [stderr] 24 | let s: *mut PyTypeObject = &mut PySet_Type;
[WARN] too much data in the log, truncating it