[INFO] cloning repository https://github.com/flawedmatrix/ppo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/flawedmatrix/ppo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflawedmatrix%2Fppo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflawedmatrix%2Fppo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e394a05394a705bc29c0715f8808587a7a8cf97d
[INFO] checking flawedmatrix/ppo against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fflawedmatrix%2Fppo" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/flawedmatrix/ppo
[INFO] finished tweaking git repo https://github.com/flawedmatrix/ppo
[INFO] tweaked toml for git repo https://github.com/flawedmatrix/ppo written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/flawedmatrix/ppo on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/flawedmatrix/ppo 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e929d57360c9fd5c0c0c05e00aa0f7d2840362a584404776683562cc3f0f6409
[INFO] running `Command { std: "docker" "start" "-a" "e929d57360c9fd5c0c0c05e00aa0f7d2840362a584404776683562cc3f0f6409", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e929d57360c9fd5c0c0c05e00aa0f7d2840362a584404776683562cc3f0f6409", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e929d57360c9fd5c0c0c05e00aa0f7d2840362a584404776683562cc3f0f6409", kill_on_drop: false }`
[INFO] [stdout] e929d57360c9fd5c0c0c05e00aa0f7d2840362a584404776683562cc3f0f6409
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cb45b67a3a55d4ac3bc331f924ff5be1edf2b1450fbf1c0d3c9b016408060838
[INFO] running `Command { std: "docker" "start" "-a" "cb45b67a3a55d4ac3bc331f924ff5be1edf2b1450fbf1c0d3c9b016408060838", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling seq-macro v0.3.5
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking bytemuck v1.18.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling reborrow v0.5.5
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling raw-cpuid v10.7.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling dfdx-core v0.13.0 (https://github.com/flawedmatrix/dfdx.git?branch=performance#ad32612a)
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling dyn-stack v0.10.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling dfdx v0.13.0 (https://github.com/flawedmatrix/dfdx.git?branch=performance#ad32612a)
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling pulp v0.18.22
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking gemm-common v0.16.15
[INFO] [stderr]     Checking gemm-f64 v0.16.15
[INFO] [stderr]     Checking gemm-c32 v0.16.15
[INFO] [stderr]     Checking gemm-f32 v0.16.15
[INFO] [stderr]     Checking gemm-c64 v0.16.15
[INFO] [stderr]    Compiling gemm v0.16.15
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking linfa-linalg v0.1.0
[INFO] [stderr]     Checking safetensors v0.4.5
[INFO] [stderr]    Compiling dfdx-derives v0.13.0 (https://github.com/flawedmatrix/dfdx.git?branch=performance#ad32612a)
[INFO] [stderr]     Checking ppo v0.1.0 (/opt/rustwide/workdir/ppo)
[INFO] [stdout] error[E0391]: cycle detected when computing revealed normalized predicates of `<(A,) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#5}::{constant#0}>>>::{constant#0}`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]     |
[INFO] [stdout]  67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]     |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: ...which requires computing normalized predicates of `<(A,) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#5}::{constant#0}>>>::{constant#0}`...
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]     |
[INFO] [stdout]  67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]     |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: ...which again requires computing revealed normalized predicates of `<(A,) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#5}::{constant#0}>>>::{constant#0}`, completing the cycle
[INFO] [stdout] note: cycle used when type-checking `model::data::<impl at ppo/src/model/data.rs:111:1: 112:51>::next`
[INFO] [stdout]    --> ppo/src/model/data.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn next(&mut self) -> Option<Self::Item> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
[INFO] [stdout]     = note: this error originates in the macro `broadcast_to_all` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0391]: cycle detected when computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axes2<dfdx_core::::shapes::broadcasts::{impl#9}::{constant#0}, dfdx_core::::shapes::broadcasts::{impl#9}::{constant#1}>>>::{constant#0}`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: ...which requires computing normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axes2<dfdx_core::::shapes::broadcasts::{impl#9}::{constant#0}, dfdx_core::::shapes::broadcasts::{impl#9}::{constant#1}>>>::{constant#0}`...
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: ...which again requires computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axes2<dfdx_core::::shapes::broadcasts::{impl#9}::{constant#0}, dfdx_core::::shapes::broadcasts::{impl#9}::{constant#1}>>>::{constant#0}`, completing the cycle
[INFO] [stdout]    = note: cycle used when evaluating trait selection obligation `(usize, dfdx_core::shapes::shape::Const<ValTree(Leaf(0x0000000000000001): usize)>): dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axes2<ValTree(Leaf(0x0000000000000000): isize), ValTree(Leaf(0x0000000000000001): isize)>>`
[INFO] [stdout]    = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
[INFO] [stdout]    = note: this error originates in the macro `broadcast_to_all` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0391]: cycle detected when computing revealed normalized predicates of `<(A,) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#5}::{constant#0}>>>::{constant#0}`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]     |
[INFO] [stdout]  67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]     |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: ...which requires computing normalized predicates of `<(A,) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#5}::{constant#0}>>>::{constant#0}`...
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]     |
[INFO] [stdout]  67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]     |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: ...which again requires computing revealed normalized predicates of `<(A,) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#5}::{constant#0}>>>::{constant#0}`, completing the cycle
[INFO] [stdout] note: cycle used when type-checking `model::data::<impl at ppo/src/model/data.rs:111:1: 112:51>::next`
[INFO] [stdout]    --> ppo/src/model/data.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     fn next(&mut self) -> Option<Self::Item> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
[INFO] [stdout]     = note: this error originates in the macro `broadcast_to_all` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0391]: cycle detected when computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShape<dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#134}::{constant#0}>>>::{constant#0}`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: ...which requires computing normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShape<dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#134}::{constant#0}>>>::{constant#0}`...
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: ...which again requires computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShape<dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#134}::{constant#0}>>>::{constant#0}`, completing the cycle
[INFO] [stdout] note: cycle used when type-checking `model::util::neglog_probs`
[INFO] [stdout]   --> ppo/src/model/util.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / pub(super) fn neglog_probs<B: Dim, const NUM_ACTIONS: usize, D, T>(
[INFO] [stdout]  4 | |     logits: Tensor<(B, Const<NUM_ACTIONS>), f32, D, T>,
[INFO] [stdout]  5 | |     actions: Tensor<(B,), usize, D>,
[INFO] [stdout]  6 | | ) -> Tensor<(B,), f32, D, T>
[INFO] [stdout]  7 | | where
[INFO] [stdout]  8 | |     D: Device<f32>,
[INFO] [stdout]  9 | |     T: Tape<f32, D>,
[INFO] [stdout]    | |____________________^
[INFO] [stdout]    = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
[INFO] [stdout]    = note: this error originates in the macro `broadcast_to_all` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0391]: cycle detected when computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(B,), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#133}::{constant#0}>>>::{constant#0}`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: ...which requires computing normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(B,), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#133}::{constant#0}>>>::{constant#0}`...
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: ...which again requires computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(B,), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#133}::{constant#0}>>>::{constant#0}`, completing the cycle
[INFO] [stdout] note: cycle used when type-checking `model::util::dist_entropy`
[INFO] [stdout]   --> ppo/src/model/util.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub(super) fn dist_entropy<B: Dim, const NUM_ACTIONS: usize, D, T>(
[INFO] [stdout] 17 | |     logits: Tensor<(B, Const<NUM_ACTIONS>), f32, D, T>,
[INFO] [stdout] 18 | | ) -> Tensor<(B,), f32, D, T>
[INFO] [stdout] 19 | | where
[INFO] [stdout] 20 | |     D: Device<f32>,
[INFO] [stdout] 21 | |     T: Tape<f32, D>,
[INFO] [stdout]    | |____________________^
[INFO] [stdout]    = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
[INFO] [stdout]    = note: this error originates in the macro `broadcast_to_all` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0391]: cycle detected when computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axes2<dfdx_core::::shapes::broadcasts::{impl#9}::{constant#0}, dfdx_core::::shapes::broadcasts::{impl#9}::{constant#1}>>>::{constant#0}`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: ...which requires computing normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axes2<dfdx_core::::shapes::broadcasts::{impl#9}::{constant#0}, dfdx_core::::shapes::broadcasts::{impl#9}::{constant#1}>>>::{constant#0}`...
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: ...which again requires computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(), dfdx_core::shapes::axes::Axes2<dfdx_core::::shapes::broadcasts::{impl#9}::{constant#0}, dfdx_core::::shapes::broadcasts::{impl#9}::{constant#1}>>>::{constant#0}`, completing the cycle
[INFO] [stdout] note: cycle used when type-checking `model::init::tests::ortho_init_default`
[INFO] [stdout]   --> ppo/src/model/init.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     fn ortho_init_default() {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
[INFO] [stdout]    = note: this error originates in the macro `broadcast_to_all` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0391`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ppo` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0391]: cycle detected when computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShape<dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#134}::{constant#0}>>>::{constant#0}`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: ...which requires computing normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShape<dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#134}::{constant#0}>>>::{constant#0}`...
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: ...which again requires computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShape<dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#134}::{constant#0}>>>::{constant#0}`, completing the cycle
[INFO] [stdout] note: cycle used when type-checking `model::util::neglog_probs`
[INFO] [stdout]   --> ppo/src/model/util.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / pub(super) fn neglog_probs<B: Dim, const NUM_ACTIONS: usize, D, T>(
[INFO] [stdout]  4 | |     logits: Tensor<(B, Const<NUM_ACTIONS>), f32, D, T>,
[INFO] [stdout]  5 | |     actions: Tensor<(B,), usize, D>,
[INFO] [stdout]  6 | | ) -> Tensor<(B,), f32, D, T>
[INFO] [stdout]  7 | | where
[INFO] [stdout]  8 | |     D: Device<f32>,
[INFO] [stdout]  9 | |     T: Tape<f32, D>,
[INFO] [stdout]    | |____________________^
[INFO] [stdout]    = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
[INFO] [stdout]    = note: this error originates in the macro `broadcast_to_all` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0391]: cycle detected when computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(B,), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#133}::{constant#0}>>>::{constant#0}`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: ...which requires computing normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(B,), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#133}::{constant#0}>>>::{constant#0}`...
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/dfdx-7b9c60997d000db0/ad32612/dfdx-core/src/shapes/broadcasts.rs:67:95
[INFO] [stdout]    |
[INFO] [stdout] 67 |         broadcast_to!({length!($($s1)*)}, ($($s1),*), {length!($($s2)*)}, ($($s2),*), $axis<$({$ax}),*>);
[INFO] [stdout]    |                                                                                               ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 77 | broadcast_to_all!([] [] [] [A B C D E F] [() Axis Axes2 Axes3 Axes4 Axes5 Axes6]);
[INFO] [stdout]    | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    = note: ...which again requires computing revealed normalized predicates of `<(A, B) as dfdx_core::shapes::broadcasts::ReduceShapeTo<(B,), dfdx_core::shapes::axes::Axis<dfdx_core::::shapes::broadcasts::{impl#133}::{constant#0}>>>::{constant#0}`, completing the cycle
[INFO] [stdout] note: cycle used when type-checking `model::util::dist_entropy`
[INFO] [stdout]   --> ppo/src/model/util.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / pub(super) fn dist_entropy<B: Dim, const NUM_ACTIONS: usize, D, T>(
[INFO] [stdout] 17 | |     logits: Tensor<(B, Const<NUM_ACTIONS>), f32, D, T>,
[INFO] [stdout] 18 | | ) -> Tensor<(B,), f32, D, T>
[INFO] [stdout] 19 | | where
[INFO] [stdout] 20 | |     D: Device<f32>,
[INFO] [stdout] 21 | |     T: Tape<f32, D>,
[INFO] [stdout]    | |____________________^
[INFO] [stdout]    = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
[INFO] [stdout]    = note: this error originates in the macro `broadcast_to_all` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0391`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ppo` (lib test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "cb45b67a3a55d4ac3bc331f924ff5be1edf2b1450fbf1c0d3c9b016408060838", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb45b67a3a55d4ac3bc331f924ff5be1edf2b1450fbf1c0d3c9b016408060838", kill_on_drop: false }`
[INFO] [stdout] cb45b67a3a55d4ac3bc331f924ff5be1edf2b1450fbf1c0d3c9b016408060838
