[INFO] fetching crate hypergraphx 0.0.4...
[INFO] testing hypergraphx-0.0.4 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate hypergraphx 0.0.4 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate hypergraphx 0.0.4
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate hypergraphx 0.0.4
[INFO] tweaked toml for crates.io crate hypergraphx 0.0.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hypergraphx 0.0.4 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hypergraphx 0.0.4 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e3dbe4c5876470b258e1ee94f1fb0f89872aab2525e88765c07398315cbe44b1
[INFO] running `Command { std: "docker" "start" "-a" "e3dbe4c5876470b258e1ee94f1fb0f89872aab2525e88765c07398315cbe44b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3dbe4c5876470b258e1ee94f1fb0f89872aab2525e88765c07398315cbe44b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3dbe4c5876470b258e1ee94f1fb0f89872aab2525e88765c07398315cbe44b1", kill_on_drop: false }`
[INFO] [stdout] e3dbe4c5876470b258e1ee94f1fb0f89872aab2525e88765c07398315cbe44b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd214b5c476b85c03cf4731c3bcbf1570edbe91d5c27cdcc567c55c214b7ba6b
[INFO] running `Command { std: "docker" "start" "-a" "fd214b5c476b85c03cf4731c3bcbf1570edbe91d5c27cdcc567c55c214b7ba6b", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling bytemuck v1.23.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling wide v0.7.32
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling syn v2.0.91
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling hypergraphx v0.0.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.60s
[INFO] running `Command { std: "docker" "inspect" "fd214b5c476b85c03cf4731c3bcbf1570edbe91d5c27cdcc567c55c214b7ba6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd214b5c476b85c03cf4731c3bcbf1570edbe91d5c27cdcc567c55c214b7ba6b", kill_on_drop: false }`
[INFO] [stdout] fd214b5c476b85c03cf4731c3bcbf1570edbe91d5c27cdcc567c55c214b7ba6b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b449aa31ec4f6c06d8af0b0c752a14bb696a3ccffffeda88ab3221cdd208779
[INFO] running `Command { std: "docker" "start" "-a" "3b449aa31ec4f6c06d8af0b0c752a14bb696a3ccffffeda88ab3221cdd208779", kill_on_drop: false }`
[INFO] [stderr]    Compiling hypergraphx v0.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0412]: cannot find type `UndirectedTemporalGraph` in this scope
[INFO] [stdout]   --> examples/temporal.rs:3:20
[INFO] [stdout]    |
[INFO] [stdout]  3 |     let mut graph: UndirectedTemporalGraph<(), ()> = UndirectedTemporalGraph::new();
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `UndirectedHypergraph`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/graph/undirected/mod.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub struct Hypergraph<N, E> {
[INFO] [stdout]    | --------------------------- similarly named struct `UndirectedHypergraph` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UndirectedTemporalGraph`
[INFO] [stdout]  --> examples/temporal.rs:3:54
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let mut graph: UndirectedTemporalGraph<(), ()> = UndirectedTemporalGraph::new();
[INFO] [stdout]   |                                                      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |                                                      |
[INFO] [stdout]   |                                                      use of undeclared type `UndirectedTemporalGraph`
[INFO] [stdout]   |                                                      help: a struct with a similar name exists: `UndirectedHypergraph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TemporalBehaviour`
[INFO] [stdout]   --> examples/temporal.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let _ = graph.add_edge((), TemporalBehaviour::Permanent, vec![]);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^ use of undeclared type `TemporalBehaviour`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hypergraphx` (example "temporal") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3b449aa31ec4f6c06d8af0b0c752a14bb696a3ccffffeda88ab3221cdd208779", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b449aa31ec4f6c06d8af0b0c752a14bb696a3ccffffeda88ab3221cdd208779", kill_on_drop: false }`
[INFO] [stdout] 3b449aa31ec4f6c06d8af0b0c752a14bb696a3ccffffeda88ab3221cdd208779
