pyo3 0.5.2

Bindings to Python interpreter
Build #682385 2022-11-23T23:41:11.568729+00:00
# rustc version
rustc 1.67.0-nightly (ff8c8dfbe 2022-11-22)
# docs.rs version
docsrs 0.6.0 (83ad0bb0 2022-11-21)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/pyo3-0.5.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/pyo3-0.5.2/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221122-1.67.0-nightly-ff8c8dfbe\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", 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] 0510b351e7a9e766bb58339030f03e7df4fea28651dad5326d34318e657cec98
[INFO] running `Command { std: "docker" "start" "-a" "0510b351e7a9e766bb58339030f03e7df4fea28651dad5326d34318e657cec98", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated associated function `core::str::<impl str>::trim_right`: superseded by `trim_end`
[INFO] [stderr]   --> build.rs:98:42
[INFO] [stderr]    |
[INFO] [stderr] 98 |     let split_stdout: Vec<&str> = stdout.trim_right().lines().collect();
[INFO] [stderr]    |                                          ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] help: replace the use of the deprecated associated function
[INFO] [stderr]    |
[INFO] [stderr] 98 |     let split_stdout: Vec<&str> = stdout.trim_end().lines().collect();
[INFO] [stderr]    |                                          ~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `pyo3` (build script) generated 1 warning
[INFO] [stderr]     Checking spin v0.4.10
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/spin-0.4.10/src/lib.rs:6:43
[INFO] [stderr]   |
[INFO] [stderr] 6 | #![cfg_attr(feature = "const_fn", feature(const_fn))]
[INFO] [stderr]   |                                           ^^^^^^^^ feature has been removed
[INFO] [stderr]   |
[INFO] [stderr]   = note: split into finer-grained feature gates
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0557`.
[INFO] [stderr] error: could not compile `spin` due to previous error
[INFO] running `Command { std: "docker" "inspect" "0510b351e7a9e766bb58339030f03e7df4fea28651dad5326d34318e657cec98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0510b351e7a9e766bb58339030f03e7df4fea28651dad5326d34318e657cec98", kill_on_drop: false }`
[INFO] [stdout] 0510b351e7a9e766bb58339030f03e7df4fea28651dad5326d34318e657cec98