# rustc version rustc 1.97.0-nightly (67bcaa9c4 2026-05-01)
# docs.rs version docsrs 0.0.0 (9a14b3d3fb884a3034195abfb368439d6d1cca28 2026-04-21 )
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder6/builds/rgrow-0.23.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder6/builds/rgrow-0.23.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder6/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder6/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "28-31" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] ec7fc73e17167f1c0621920bbe975fad2811507bee4a27a828bbda7c8e168356 [INFO] running `Command { std: "docker" "start" "ec7fc73e17167f1c0621920bbe975fad2811507bee4a27a828bbda7c8e168356", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "ec7fc73e17167f1c0621920bbe975fad2811507bee4a27a828bbda7c8e168356" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "python" "--no-default-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260501-1.97.0-nightly-67bcaa9c4\", \"--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" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting rgrow v0.23.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `int` [INFO] [stderr] --> src/python.rs:336:5 [INFO] [stderr] | [INFO] [stderr] 336 | / /// Replay events in-place on this state from external event data. [INFO] [stderr] 337 | | /// [INFO] [stderr] 338 | | /// This modifies the state's canvas by applying the events from the provided [INFO] [stderr] 339 | | /// coordinate and tile arrays. Unlike `replay()`, this method takes external [INFO] [stderr] ... | [INFO] [stderr] 363 | | /// >>> event_ids = [0, 1] [INFO] [stderr] 364 | | /// >>> state.replay_inplace(coords, new_tiles, event_ids, 1) [INFO] [stderr] | |_________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] new_tiles : list[int] [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `int` in scope [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 `int` [INFO] [stderr] --> src/python.rs:336:5 [INFO] [stderr] | [INFO] [stderr] 336 | / /// Replay events in-place on this state from external event data. [INFO] [stderr] 337 | | /// [INFO] [stderr] 338 | | /// This modifies the state's canvas by applying the events from the provided [INFO] [stderr] 339 | | /// coordinate and tile arrays. Unlike `replay()`, this method takes external [INFO] [stderr] ... | [INFO] [stderr] 363 | | /// >>> event_ids = [0, 1] [INFO] [stderr] 364 | | /// >>> state.replay_inplace(coords, new_tiles, event_ids, 1) [INFO] [stderr] | |_________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] event_ids : list[int] [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `int` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `State` [INFO] [stderr] --> src/python.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | / /// Evolve a state (or states), with some bounds on the simulation. [INFO] [stderr] 450 | | /// [INFO] [stderr] 451 | | /// If evolving multiple states, the bounds are applied per-state. [INFO] [stderr] 452 | | /// [INFO] [stderr] ... | [INFO] [stderr] 489 | | /// EvolveOutcome or List[EvolveOutcome] [INFO] [stderr] 490 | | /// The outcome (stopping condition) of the evolution. If evolving a single state, returns a single outcome. [INFO] [stderr] | |__________________________________________________________________________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 1333 | create_py_system!(KTAM); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] state : State or Sequence[State] [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `State` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `create_py_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `State` [INFO] [stderr] --> src/python.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | / /// Evolve a state (or states), with some bounds on the simulation. [INFO] [stderr] 450 | | /// [INFO] [stderr] 451 | | /// If evolving multiple states, the bounds are applied per-state. [INFO] [stderr] 452 | | /// [INFO] [stderr] ... | [INFO] [stderr] 489 | | /// EvolveOutcome or List[EvolveOutcome] [INFO] [stderr] 490 | | /// The outcome (stopping condition) of the evolution. If evolving a single state, returns a single outcome. [INFO] [stderr] | |__________________________________________________________________________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 1334 | create_py_system!(ATAM); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] state : State or Sequence[State] [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `State` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `create_py_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `State` [INFO] [stderr] --> src/python.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | / /// Evolve a state (or states), with some bounds on the simulation. [INFO] [stderr] 450 | | /// [INFO] [stderr] 451 | | /// If evolving multiple states, the bounds are applied per-state. [INFO] [stderr] 452 | | /// [INFO] [stderr] ... | [INFO] [stderr] 489 | | /// EvolveOutcome or List[EvolveOutcome] [INFO] [stderr] 490 | | /// The outcome (stopping condition) of the evolution. If evolving a single state, returns a single outcome. [INFO] [stderr] | |__________________________________________________________________________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 1335 | create_py_system!(OldKTAM); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] state : State or Sequence[State] [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `State` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `create_py_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `State` [INFO] [stderr] --> src/python.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | / /// Evolve a state (or states), with some bounds on the simulation. [INFO] [stderr] 450 | | /// [INFO] [stderr] 451 | | /// If evolving multiple states, the bounds are applied per-state. [INFO] [stderr] 452 | | /// [INFO] [stderr] ... | [INFO] [stderr] 489 | | /// EvolveOutcome or List[EvolveOutcome] [INFO] [stderr] 490 | | /// The outcome (stopping condition) of the evolution. If evolving a single state, returns a single outcome. [INFO] [stderr] | |__________________________________________________________________________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 1336 | create_py_system!(SDC); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] state : State or Sequence[State] [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `State` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `create_py_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `State` [INFO] [stderr] --> src/python.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | / /// Evolve a state (or states), with some bounds on the simulation. [INFO] [stderr] 450 | | /// [INFO] [stderr] 451 | | /// If evolving multiple states, the bounds are applied per-state. [INFO] [stderr] 452 | | /// [INFO] [stderr] ... | [INFO] [stderr] 489 | | /// EvolveOutcome or List[EvolveOutcome] [INFO] [stderr] 490 | | /// The outcome (stopping condition) of the evolution. If evolving a single state, returns a single outcome. [INFO] [stderr] | |__________________________________________________________________________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 1337 | create_py_system!(KBlock, |tile: u32| (tile >> 4) as usize); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] state : State or Sequence[State] [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `State` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `create_py_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `State` [INFO] [stderr] --> src/python.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | / /// Evolve a state (or states), with some bounds on the simulation. [INFO] [stderr] 450 | | /// [INFO] [stderr] 451 | | /// If evolving multiple states, the bounds are applied per-state. [INFO] [stderr] 452 | | /// [INFO] [stderr] ... | [INFO] [stderr] 489 | | /// EvolveOutcome or List[EvolveOutcome] [INFO] [stderr] 490 | | /// The outcome (stopping condition) of the evolution. If evolving a single state, returns a single outcome. [INFO] [stderr] | |__________________________________________________________________________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 1338 | create_py_system!(SDC1DBindReplace); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] state : State or Sequence[State] [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `State` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `create_py_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `State` [INFO] [stderr] --> src/python.rs:449:13 [INFO] [stderr] | [INFO] [stderr] 449 | / /// Evolve a state (or states), with some bounds on the simulation. [INFO] [stderr] 450 | | /// [INFO] [stderr] 451 | | /// If evolving multiple states, the bounds are applied per-state. [INFO] [stderr] 452 | | /// [INFO] [stderr] ... | [INFO] [stderr] 489 | | /// EvolveOutcome or List[EvolveOutcome] [INFO] [stderr] 490 | | /// The outcome (stopping condition) of the evolution. If evolving a single state, returns a single outcome. [INFO] [stderr] | |__________________________________________________________________________________________________________________________^ [INFO] [stderr] ... [INFO] [stderr] 1339 | create_py_system!(SDC2DSquare); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] state : State or Sequence[State] [INFO] [stderr] ^^^^^ [INFO] [stderr] = note: no item named `State` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `create_py_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rgrow` (lib doc) generated 9 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rgrow/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "ec7fc73e17167f1c0621920bbe975fad2811507bee4a27a828bbda7c8e168356", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec7fc73e17167f1c0621920bbe975fad2811507bee4a27a828bbda7c8e168356", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec7fc73e17167f1c0621920bbe975fad2811507bee4a27a828bbda7c8e168356", kill_on_drop: false }` [INFO] [stdout] ec7fc73e17167f1c0621920bbe975fad2811507bee4a27a828bbda7c8e168356