[INFO] cloning repository https://github.com/simonbuchan/laws
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/simonbuchan/laws" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonbuchan%2Flaws", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonbuchan%2Flaws'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0e7d1353b392492971462cf2bae5d3048c8cf8d9
[INFO] testing simonbuchan/laws against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonbuchan%2Flaws" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/simonbuchan/laws
[INFO] finished tweaking git repo https://github.com/simonbuchan/laws
[INFO] tweaked toml for git repo https://github.com/simonbuchan/laws written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/simonbuchan/laws on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/simonbuchan/laws 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a126d1be7c31dc2a9aa8add65f9b2d54c242ec755ba85a0149d121496889d0da
[INFO] running `Command { std: "docker" "start" "-a" "a126d1be7c31dc2a9aa8add65f9b2d54c242ec755ba85a0149d121496889d0da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a126d1be7c31dc2a9aa8add65f9b2d54c242ec755ba85a0149d121496889d0da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a126d1be7c31dc2a9aa8add65f9b2d54c242ec755ba85a0149d121496889d0da", kill_on_drop: false }`
[INFO] [stdout] a126d1be7c31dc2a9aa8add65f9b2d54c242ec755ba85a0149d121496889d0da
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 035139f4d3fc999301e9fa4f3b0e0bc469f65388f9e4af369ae67052d9527db1
[INFO] running `Command { std: "docker" "start" "-a" "035139f4d3fc999301e9fa4f3b0e0bc469f65388f9e4af369ae67052d9527db1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling rustix v0.38.25
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling gimli v0.28.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling is_ci v1.1.1
[INFO] [stderr]    Compiling object v0.32.1
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling anstyle-query v1.0.1
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling textwrap v0.15.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling anstream v0.6.4
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling clap_builder v4.4.11
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling supports-unicode v2.0.0
[INFO] [stderr]    Compiling supports-hyperlinks v2.1.0
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling openssl-sys v0.9.97
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling libssh2-sys v0.3.0
[INFO] [stderr]    Compiling libgit2-sys v0.16.1+1.7.1
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling clap v4.4.11
[INFO] [stderr]    Compiling git2 v0.18.1
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling laws-schema v0.1.0 (/opt/rustwide/workdir/crates/schema)
[INFO] [stderr]    Compiling laws-fetch-models v0.1.0 (/opt/rustwide/workdir/crates/fetch-models)
[INFO] [stderr]    Compiling laws-write-ts v0.1.0 (/opt/rustwide/workdir/crates/write-ts)
[INFO] [stderr]    Compiling laws-gen v0.1.0 (/opt/rustwide/workdir/crates/gen)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.51s
[INFO] running `Command { std: "docker" "inspect" "035139f4d3fc999301e9fa4f3b0e0bc469f65388f9e4af369ae67052d9527db1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "035139f4d3fc999301e9fa4f3b0e0bc469f65388f9e4af369ae67052d9527db1", kill_on_drop: false }`
[INFO] [stdout] 035139f4d3fc999301e9fa4f3b0e0bc469f65388f9e4af369ae67052d9527db1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb6f86e313ff83a8fa3796e227a1e7e274948906d556b6cd70c32ea25db1347d
[INFO] running `Command { std: "docker" "start" "-a" "eb6f86e313ff83a8fa3796e227a1e7e274948906d556b6cd70c32ea25db1347d", kill_on_drop: false }`
[INFO] [stderr]    Compiling laws-schema v0.1.0 (/opt/rustwide/workdir/crates/schema)
[INFO] [stderr]    Compiling laws-write-ts v0.1.0 (/opt/rustwide/workdir/crates/write-ts)
[INFO] [stderr]    Compiling laws-fetch-models v0.1.0 (/opt/rustwide/workdir/crates/fetch-models)
[INFO] [stderr]    Compiling laws-gen v0.1.0 (/opt/rustwide/workdir/crates/gen)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.65s
[INFO] running `Command { std: "docker" "inspect" "eb6f86e313ff83a8fa3796e227a1e7e274948906d556b6cd70c32ea25db1347d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb6f86e313ff83a8fa3796e227a1e7e274948906d556b6cd70c32ea25db1347d", kill_on_drop: false }`
[INFO] [stdout] eb6f86e313ff83a8fa3796e227a1e7e274948906d556b6cd70c32ea25db1347d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a953fa7e992a71e3922fa8905d5a4415c6ac60c39bedf0ad19a203fc3b1d46bc
[INFO] running `Command { std: "docker" "start" "-a" "a953fa7e992a71e3922fa8905d5a4415c6ac60c39bedf0ad19a203fc3b1d46bc", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/laws_fetch_models-90b158fe9de270f0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/laws_gen-7e06d37affc76268)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/laws_schema-75d1e83fe48ffcae)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test endpoint_rules::tests::expr_is_set ... ok
[INFO] [stdout] test endpoint_rules::tests::expr_get_attr ... ok
[INFO] [stdout] test endpoint_rules::tests::rule_endpoint ... FAILED
[INFO] [stdout] test endpoint_rules::tests::rule_conditions_boolean_equals ... ok
[INFO] [stdout] test endpoint_rules::tests::rule_tree ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- endpoint_rules::tests::rule_endpoint stdout ----
[INFO] [stdout] Error: Error("invalid type: string \"bar\", expected a sequence", line: 0, column: 0)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     endpoint_rules::tests::rule_endpoint
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p laws-schema --lib`
[INFO] running `Command { std: "docker" "inspect" "a953fa7e992a71e3922fa8905d5a4415c6ac60c39bedf0ad19a203fc3b1d46bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a953fa7e992a71e3922fa8905d5a4415c6ac60c39bedf0ad19a203fc3b1d46bc", kill_on_drop: false }`
[INFO] [stdout] a953fa7e992a71e3922fa8905d5a4415c6ac60c39bedf0ad19a203fc3b1d46bc
