# rustc version rustc 1.96.0-nightly (cf7da0b72 2026-03-30)
# docs.rs version docsrs 0.0.0 (da7690ee 2026-03-15 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/rustpython-compiler-core-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/rustpython-compiler-core-0.5.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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260330-1.96.0-nightly-cf7da0b72\", \"--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-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--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] b1e110c4b694f1e4bf3e331bfa3728167780c9cee536125cb39c7f13c841405d [INFO] running `Command { std: "docker" "start" "-a" "b1e110c4b694f1e4bf3e331bfa3728167780c9cee536125cb39c7f13c841405d", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting rustpython-compiler-core v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `interpolation` [INFO] [stderr] --> src/bytecode/instruction.rs:80:58 [INFO] [stderr] | [INFO] [stderr] 80 | /// Stack: [value, expression_str, format_spec?] -> [interpolation] [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `interpolation` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$name` [INFO] [stderr] --> src/bytecode/oparg.rs:721:33 [INFO] [stderr] | [INFO] [stderr] 721 | /// Creates a new [`$name`] instance. [INFO] [stderr] | ^^^^^ no item named `$name` in scope [INFO] [stderr] ... [INFO] [stderr] 768 | / newtype_oparg!( [INFO] [stderr] 769 | | #[derive(Clone, Copy)] [INFO] [stderr] 770 | | #[repr(transparent)] [INFO] [stderr] 771 | | pub struct ConstIdx(u32) [INFO] [stderr] 772 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `newtype_oparg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$name` [INFO] [stderr] --> src/bytecode/oparg.rs:721:33 [INFO] [stderr] | [INFO] [stderr] 721 | /// Creates a new [`$name`] instance. [INFO] [stderr] | ^^^^^ no item named `$name` in scope [INFO] [stderr] ... [INFO] [stderr] 774 | / newtype_oparg!( [INFO] [stderr] 775 | | #[derive(Clone, Copy)] [INFO] [stderr] 776 | | #[repr(transparent)] [INFO] [stderr] 777 | | pub struct VarNum(u32) [INFO] [stderr] 778 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `newtype_oparg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$name` [INFO] [stderr] --> src/bytecode/oparg.rs:721:33 [INFO] [stderr] | [INFO] [stderr] 721 | /// Creates a new [`$name`] instance. [INFO] [stderr] | ^^^^^ no item named `$name` in scope [INFO] [stderr] ... [INFO] [stderr] 780 | / newtype_oparg!( [INFO] [stderr] 781 | | #[derive(Clone, Copy)] [INFO] [stderr] 782 | | #[repr(transparent)] [INFO] [stderr] 783 | | pub struct VarNums(u32) [INFO] [stderr] 784 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `newtype_oparg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$name` [INFO] [stderr] --> src/bytecode/oparg.rs:721:33 [INFO] [stderr] | [INFO] [stderr] 721 | /// Creates a new [`$name`] instance. [INFO] [stderr] | ^^^^^ no item named `$name` in scope [INFO] [stderr] ... [INFO] [stderr] 786 | / newtype_oparg!( [INFO] [stderr] 787 | | #[derive(Clone, Copy)] [INFO] [stderr] 788 | | #[repr(transparent)] [INFO] [stderr] 789 | | pub struct LoadAttr(u32) [INFO] [stderr] 790 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `newtype_oparg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$name` [INFO] [stderr] --> src/bytecode/oparg.rs:721:33 [INFO] [stderr] | [INFO] [stderr] 721 | /// Creates a new [`$name`] instance. [INFO] [stderr] | ^^^^^ no item named `$name` in scope [INFO] [stderr] ... [INFO] [stderr] 792 | / newtype_oparg!( [INFO] [stderr] 793 | | #[derive(Clone, Copy)] [INFO] [stderr] 794 | | #[repr(transparent)] [INFO] [stderr] 795 | | pub struct LoadSuperAttr(u32) [INFO] [stderr] 796 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `newtype_oparg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$name` [INFO] [stderr] --> src/bytecode/oparg.rs:721:33 [INFO] [stderr] | [INFO] [stderr] 721 | /// Creates a new [`$name`] instance. [INFO] [stderr] | ^^^^^ no item named `$name` in scope [INFO] [stderr] ... [INFO] [stderr] 798 | / newtype_oparg!( [INFO] [stderr] 799 | | #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Ord, PartialOrd)] [INFO] [stderr] 800 | | #[repr(transparent)] [INFO] [stderr] 801 | | pub struct Label(u32) [INFO] [stderr] 802 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `newtype_oparg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `$name` [INFO] [stderr] --> src/bytecode/oparg.rs:721:33 [INFO] [stderr] | [INFO] [stderr] 721 | /// Creates a new [`$name`] instance. [INFO] [stderr] | ^^^^^ no item named `$name` in scope [INFO] [stderr] ... [INFO] [stderr] 804 | / newtype_oparg!( [INFO] [stderr] 805 | | /// Context for [`Instruction::Resume`]. [INFO] [stderr] 806 | | /// [INFO] [stderr] 807 | | /// The oparg consists of two parts: [INFO] [stderr] ... | [INFO] [stderr] 812 | | pub struct ResumeContext(u32) [INFO] [stderr] 813 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `newtype_oparg` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `bool` [INFO] [stderr] --> src/bytecode.rs:139:49 [INFO] [stderr] | [INFO] [stderr] 139 | /// have NO_LOCATION (line == -1). Returns a Vec<bool> of length `num_units`. [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 139 | /// have NO_LOCATION (line == -1). Returns a `Vec<bool>` of length `num_units`. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `rustpython-compiler-core` (lib doc) generated 9 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rustpython_compiler_core/index.html [INFO] running `Command { std: "docker" "inspect" "b1e110c4b694f1e4bf3e331bfa3728167780c9cee536125cb39c7f13c841405d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1e110c4b694f1e4bf3e331bfa3728167780c9cee536125cb39c7f13c841405d", kill_on_drop: false }` [INFO] [stdout] b1e110c4b694f1e4bf3e331bfa3728167780c9cee536125cb39c7f13c841405d