turbolift_internals 0.1.9

macros for turbolift
Build #472844 2021-12-05T14:04:59.106045+00:00
# rustc version
rustc 1.59.0-nightly (efec54529 2021-12-04)
# docs.rs version
docsrs 0.6.0 (0607ed2 2021-12-01)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/turbolift_internals-0.1.9/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/turbolift_internals-0.1.9/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:5df6ddad4a5b29fe213f677d7e2acfdb848e97b967f7cba3bf1fba1640344a16" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustflags=[\"--cfg\", \"procmacro2_semver_exempt\"]" "--config" "build.rustdocflags=[\"--cfg\", \"procmacro2_semver_exempt\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20211204-1.59.0-nightly-efec54529\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-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] [stdout] babcfe11c293b1c19bda95f696ee261c95d30d91640f48a2a289821da8e0e68a
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "babcfe11c293b1c19bda95f696ee261c95d30d91640f48a2a289821da8e0e68a", kill_on_drop: false }`
[INFO] [stderr]     Checking proc-macro2 v1.0.32
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]     Checking futures-task v0.3.18
[INFO] [stderr] error[E0412]: cannot find type `SourceFile` in module `imp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.32/src/lib.rs:302:17
[INFO] [stderr]     |
[INFO] [stderr] 302 |     inner: imp::SourceFile,
[INFO] [stderr]     |                 ^^^^^^^^^^ not found in `imp`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]     |
[INFO] [stderr] 129 | use crate::fallback::SourceFile;
[INFO] [stderr]     |
[INFO] [stderr] 129 | use proc_macro::SourceFile;
[INFO] [stderr]     |
[INFO] [stderr] 129 | use proc_macro::bridge::server::SourceFile;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `SourceFile` in module `imp`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.32/src/lib.rs:308:25
[INFO] [stderr]     |
[INFO] [stderr] 308 |     fn _new(inner: imp::SourceFile) -> Self {
[INFO] [stderr]     |                         ^^^^^^^^^^ not found in `imp`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]     |
[INFO] [stderr] 129 | use crate::fallback::SourceFile;
[INFO] [stderr]     |
[INFO] [stderr] 129 | use proc_macro::SourceFile;
[INFO] [stderr]     |
[INFO] [stderr] 129 | use proc_macro::bridge::server::SourceFile;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr]    Compiling openssl-sys v0.9.71
[INFO] [stderr] error[E0599]: no variant or associated item named `def_site` found for enum `imp::Span` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.32/src/lib.rs:424:31
[INFO] [stderr]     |
[INFO] [stderr] 424 |         Span::_new(imp::Span::def_site())
[INFO] [stderr]     |                               ^^^^^^^^ variant or associated item not found in `imp::Span`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.32/src/wrapper.rs:405:1
[INFO] [stderr]     |
[INFO] [stderr] 405 | pub(crate) enum Span {
[INFO] [stderr]     | -------------------- variant or associated item `def_site` not found here
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `source_file` found for enum `imp::Span` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.32/src/lib.rs:467:37
[INFO] [stderr]     |
[INFO] [stderr] 467 |         SourceFile::_new(self.inner.source_file())
[INFO] [stderr]     |                                     ^^^^^^^^^^^ method not found in `imp::Span`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.32/src/wrapper.rs:405:1
[INFO] [stderr]     |
[INFO] [stderr] 405 | pub(crate) enum Span {
[INFO] [stderr]     | -------------------- method `source_file` not found for this
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `eq` exists for enum `imp::Span`, but its trait bounds were not satisfied
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.32/src/lib.rs:521:20
[INFO] [stderr]      |
[INFO] [stderr] 521  |         self.inner.eq(&other.inner)
[INFO] [stderr]      |                    ^^ method cannot be called on `imp::Span` due to unsatisfied trait bounds
[INFO] [stderr]      |
[INFO] [stderr]     ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.32/src/wrapper.rs:405:1
[INFO] [stderr]      |
[INFO] [stderr] 405  | pub(crate) enum Span {
[INFO] [stderr]      | --------------------
[INFO] [stderr]      | |
[INFO] [stderr]      | method `eq` not found for this
[INFO] [stderr]      | doesn't satisfy `imp::Span: Iterator`
[INFO] [stderr]      |
[INFO] [stderr]      = note: the following trait bounds were not satisfied:
[INFO] [stderr]              `imp::Span: Iterator`
[INFO] [stderr]              which is required by `&mut imp::Span: Iterator`
[INFO] [stderr] note: the following trait must be implemented
[INFO] [stderr]      = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]      = note: the following trait defines an item `eq`, perhaps you need to implement it:
[INFO] [stderr]              candidate #1: `Iterator`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `proc-macro2` due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "babcfe11c293b1c19bda95f696ee261c95d30d91640f48a2a289821da8e0e68a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "babcfe11c293b1c19bda95f696ee261c95d30d91640f48a2a289821da8e0e68a", kill_on_drop: false }`
[INFO] [stdout] babcfe11c293b1c19bda95f696ee261c95d30d91640f48a2a289821da8e0e68a