[INFO] cloning repository https://github.com/iohzrd/nbody-entropy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iohzrd/nbody-entropy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiohzrd%2Fnbody-entropy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiohzrd%2Fnbody-entropy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5a042c9e48075ec2dcd360989aa51c8ad8d1c1a9
[INFO] documenting iohzrd/nbody-entropy against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiohzrd%2Fnbody-entropy" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/iohzrd/nbody-entropy
[INFO] finished tweaking git repo https://github.com/iohzrd/nbody-entropy
[INFO] tweaked toml for git repo https://github.com/iohzrd/nbody-entropy written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/iohzrd/nbody-entropy on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/iohzrd/nbody-entropy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f
[INFO] running `Command { std: "docker" "start" "e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling naga v27.0.3
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]    Compiling wgpu-hal v27.0.4
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling wgpu-core v27.0.3
[INFO] [stderr]    Compiling wgpu v27.0.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking wgpu-types v27.0.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v27.0.0
[INFO] [stderr]     Checking temper v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting temper v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `proposal_pos_buffer`, `proposal_vel_buffer`, and `proposal_scalars_buffer` are never read
[INFO] [stdout]   --> src/thermodynamic/system.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct ThermodynamicSystem {
[INFO] [stdout]    |            ------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 34 |     proposal_pos_buffer: wgpu::Buffer,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 35 |     proposal_vel_buffer: wgpu::Buffer,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 36 |     proposal_scalars_buffer: wgpu::Buffer,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]   --> src/expr.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |     /// Variable x[i] where i is the dimension index
[INFO] [stdout]    |                    ^ no item named `i` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]   --> src/expr.rs:56:44
[INFO] [stdout]    |
[INFO] [stdout] 56 |     /// Sum over all dimensions: sum_i f(x[i], i)
[INFO] [stdout]    |                                            ^ no item named `i` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]   --> src/expr.rs:58:49
[INFO] [stdout]    |
[INFO] [stdout] 58 |     /// Product over all dimensions: prod_i f(x[i], i)
[INFO] [stdout]    |                                                 ^ no item named `i` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]   --> src/expr.rs:60:44
[INFO] [stdout]    |
[INFO] [stdout] 60 |     /// Sum over adjacent pairs: sum_i f(x[i], x[i+1])
[INFO] [stdout]    |                                            ^ no item named `i` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/expr.rs:106:20
[INFO] [stdout]     |
[INFO] [stdout] 106 | /// The variable x[i] in the current dimension
[INFO] [stdout]     |                    ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/expr.rs:180:40
[INFO] [stdout]     |
[INFO] [stdout] 180 | /// Sum over all dimensions: sum_i f(x[i], i)
[INFO] [stdout]     |                                        ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/expr.rs:188:45
[INFO] [stdout]     |
[INFO] [stdout] 188 | /// Product over all dimensions: prod_i f(x[i], i)
[INFO] [stdout]     |                                             ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/expr.rs:196:40
[INFO] [stdout]     |
[INFO] [stdout] 196 | /// Sum over adjacent pairs: sum_i f(x[i], x[i+1])
[INFO] [stdout]     |                                        ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `d_idx`
[INFO] [stdout]    --> src/expr.rs:385:60
[INFO] [stdout]     |
[INFO] [stdout] 385 |     /// Generate WGSL code for analytical gradient ∂f/∂pos[d_idx]
[INFO] [stdout]     |                                                            ^^^^^ no item named `d_idx` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.79s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v27.0.3, wgpu v27.0.1, wgpu-core v27.0.3, wgpu-hal v27.0.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/temper/index.html and 23 other files
[INFO] running `Command { std: "docker" "inspect" "e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting temper v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]   --> src/expr.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |     /// Variable x[i] where i is the dimension index
[INFO] [stdout]    |                    ^ no item named `i` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]   --> src/expr.rs:56:44
[INFO] [stdout]    |
[INFO] [stdout] 56 |     /// Sum over all dimensions: sum_i f(x[i], i)
[INFO] [stdout]    |                                            ^ no item named `i` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]   --> src/expr.rs:58:49
[INFO] [stdout]    |
[INFO] [stdout] 58 |     /// Product over all dimensions: prod_i f(x[i], i)
[INFO] [stdout]    |                                                 ^ no item named `i` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]   --> src/expr.rs:60:44
[INFO] [stdout]    |
[INFO] [stdout] 60 |     /// Sum over adjacent pairs: sum_i f(x[i], x[i+1])
[INFO] [stdout]    |                                            ^ no item named `i` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/expr.rs:106:20
[INFO] [stdout]     |
[INFO] [stdout] 106 | /// The variable x[i] in the current dimension
[INFO] [stdout]     |                    ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/expr.rs:180:40
[INFO] [stdout]     |
[INFO] [stdout] 180 | /// Sum over all dimensions: sum_i f(x[i], i)
[INFO] [stdout]     |                                        ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/expr.rs:188:45
[INFO] [stdout]     |
[INFO] [stdout] 188 | /// Product over all dimensions: prod_i f(x[i], i)
[INFO] [stdout]     |                                             ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/expr.rs:196:40
[INFO] [stdout]     |
[INFO] [stdout] 196 | /// Sum over adjacent pairs: sum_i f(x[i], x[i+1])
[INFO] [stdout]     |                                        ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v27.0.3, wgpu v27.0.1, wgpu-core v27.0.3, wgpu-hal v27.0.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/temper/index.html
[INFO] running `Command { std: "docker" "inspect" "e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f", kill_on_drop: false }`
[INFO] [stdout] e94d43f331af7310dfe7cf07599eb7a598f46bb429bba6f176b36e7b74ae192f
