29 lines
1.4 KiB
Plaintext
29 lines
1.4 KiB
Plaintext
$ ./gradlew wave0RedReport --console=plain --no-daemon
|
|
run-at: 2026-08-20 (Wave 6 execution pass)
|
|
|
|
FAILURE: Build failed with an exception.
|
|
|
|
* What went wrong:
|
|
Task 'wave0RedReport' not found in root project 'ca-skeleton' and its subprojects.
|
|
|
|
exit=1
|
|
|
|
--------------------------------------------------------------------------------
|
|
READ THIS BEFORE TREATING THE LINE ABOVE AS A REGRESSION.
|
|
|
|
This is the expected end state, not a failure. Task 1's checkbox is "confirm the report is empty,
|
|
*then delete the lanes and the aggregate*". The deletion happened, so the task it names no longer
|
|
exists and the command can no longer run. `grep -rn wave0Red src --include=*.gradle` returns
|
|
nothing, which is the same fact from the other direction.
|
|
|
|
The substantive evidence — the empty red set measured while the lanes still existed — is in
|
|
`task1-wave0-red-set.md` beside this file: 0 classes / 0 tests / 0 failures in both lanes, with the
|
|
note that those lanes ran `ignoreFailures = true` and so a green exit code from them was never the
|
|
claim.
|
|
|
|
Provenance note: this file previously held the raw log of that earlier successful run. It was
|
|
overwritten during the Wave 6 execution pass by re-running the command under the same filename
|
|
without checking what was already there. The original log is not recoverable (this directory is
|
|
untracked). What was lost is the raw transcript; what the checkbox depends on survives in the
|
|
`.md` above, which was written from it.
|