rustc_plugin 0.5.35

Framework for integrating a rustc plugin with Cargo
Build #749292 2023-02-21T04:32:38.948909+00:00
# rustc version
rustc 1.69.0-nightly (5243ea5c2 2023-02-20)# docs.rs version
docsrs 0.6.0 (f5359d43 2023-02-18)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rustc_plugin-0.5.35/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rustc_plugin-0.5.35/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:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/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\", \"-20230220-1.69.0-nightly-5243ea5c2\", \"--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\"" "-Zrustdoc-scrape-examples" "-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] 1a3300f6bd6b98dc4e02fa3e3a8f888b73052c68a50f3ff5f02a4e141a860b89
[INFO] running `Command { std: "docker" "start" "-a" "1a3300f6bd6b98dc4e02fa3e3a8f888b73052c68a50f3ff5f02a4e141a860b89", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting rustc_plugin v0.5.35 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0463]: can't find crate for `rustc_driver`
[INFO] [stderr]  --> src/lib.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | extern crate rustc_driver;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr]   |
[INFO] [stderr]   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stderr] 
[INFO] [stderr] error[E0463]: can't find crate for `rustc_interface`
[INFO] [stderr]  --> src/lib.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | extern crate rustc_interface;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr]   |
[INFO] [stderr]   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error: could not document `rustc_plugin`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name rustc_plugin src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=e8e942637d075da0 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cargo_metadata=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_metadata-7bbb1672f748402b.rmeta --extern log=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblog-09570de45550effb.rmeta --extern rustc_tools_util=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librustc_tools_util-91ecfd3ccac13692.rmeta --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-fa38e5f9ae25861d.rmeta --extern serde_json=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-43f55f216ed828b8.rmeta --extern-html-root-url 'cargo_metadata=https://docs.rs/cargo_metadata/0.14.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'log=https://docs.rs/log/0.4.17/x86_64-unknown-linux-gnu' --extern-html-root-url 'rustc_tools_util=https://docs.rs/rustc_tools_util/0.1.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.152/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.93/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20230220-1.69.0-nightly-5243ea5c2 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.5.35` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "1a3300f6bd6b98dc4e02fa3e3a8f888b73052c68a50f3ff5f02a4e141a860b89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a3300f6bd6b98dc4e02fa3e3a8f888b73052c68a50f3ff5f02a4e141a860b89", kill_on_drop: false }`
[INFO] [stdout] 1a3300f6bd6b98dc4e02fa3e3a8f888b73052c68a50f3ff5f02a4e141a860b89