mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
parent
c4a682adbb
commit
709bf784eb
4 changed files with 233 additions and 73 deletions
292
run.json
292
run.json
File diff suppressed because one or more lines are too long
1
stages/008-verify@1/output.log
Normal file
1
stages/008-verify@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/85cf7720cc595c2cd8fb491ebfbf192d5ce07c2e6088688710eafe3cf2460e78
|
||||
7
stages/008-verify@1/script_timing.json
Normal file
7
stages/008-verify@1/script_timing.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"output": "blob://sha256/85cf7720cc595c2cd8fb491ebfbf192d5ce07c2e6088688710eafe3cf2460e78",
|
||||
"duration_ms": 104995,
|
||||
"termination": "cancelled",
|
||||
"output_bytes": 2425,
|
||||
"live_streaming": true
|
||||
}
|
||||
6
stages/008-verify@1/status.json
Normal file
6
stages/008-verify@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "failed",
|
||||
"notes": null,
|
||||
"failure_reason": "Script cancelled: git fetch origin main 2>&1 && git merge --no-edit --no-stat origin/main 2>&1 && cargo +nightly-2026-04-14 fmt --all 2>&1 && cargo dev docs refresh 2>&1 && cargo +nightly-2026-04-14 fmt --check --all 2>&1 && { command -v rg >/dev/null 2>&1 || { echo 'rg is required for verify'; exit 127; }; } && ! rg -n 'AuthMode::Disabled|RunAuthMethod|RunSubjectProvenance|\\bActorRef\\b|\\bActorKind\\b|AuthenticatedSubject|AuthenticatedService|AuthorizeRunScoped|AuthorizeRunBlob|AuthorizeStageArtifact|AuthorizeCommandLog|auth_method\\s*==\\s*\"disabled\"' lib/crates apps lib/packages docs/public/api-reference/fabro-api.yaml 2>&1 && cargo +nightly-2026-04-14 clippy --workspace --all-targets -- -D warnings 2>&1 && cargo nextest run --workspace --status-level slow --profile ci 2>&1 && cargo dev docs check 2>&1 && bun install --frozen-lockfile 2>&1 && (cd apps/fabro-web && bun run typecheck) 2>&1 && (cd apps/fabro-web && bun run test) 2>&1 && (cd lib/packages/fabro-api-client && bun run typecheck) 2>&1 && cargo dev build -- -p fabro-cli --release 2>&1\n\n## output\nFrom https://github.com/fabro-sh/fabro\n * branch main -> FETCH_HEAD\nAlready up to date.\n Compiling serde_core v1.0.228\n Compiling smallvec v1.15.1\n Compiling crossbeam-utils v0.8.21\n Compiling tracing v0.1.44\n Compiling cc v1.2.56\n Compiling percent-encoding v2.3.2\n Compiling utf8parse v0.2.2\n Compiling anstyle-query v1.1.5\n Compiling anstyle-parse v0.2.7\n Compiling colorchoice v1.0.4\n Compiling parking_lot_core v0.9.12\n Compiling icu_normalizer v2.1.1\n Compiling tracing-subscriber v0.3.22\n Compiling form_urlencoded v1.2.2\n Compiling is_terminal_polyfill v1.70.2\n Compiling parking_lot v0.12.5\n Compiling anstyle v1.0.13\n Compiling ulid v1.2.1\n Compiling crossterm v0.29.0\n Compiling idna_adapter v1.2.1\n Compiling crossbeam-epoch v0.9.18\n Compiling crossbeam-channel v0.5.15\n Compiling crossbeam-deque v0.8.6\n Compiling crossbeam-queue v0.3.12\n Compiling coolor v1.1.0\n Compiling idna v1.1.0\n Compiling crossbeam v0.8.4\n Compiling tokio v1.49.0\n Compiling anstream v0.6.21\n Compiling clap_lex v1.0.0\n Compiling url v2.5.8\n Compiling clap_builder v4.5.60\n Compiling serde v1.0.228\n Compiling serde_spanned v0.6.9\n Compiling toml_datetime v0.6.11\n Compiling crokey v1.4.0\n Compiling toml_edit v0.22.27\n Compiling serde_json v1.0.149\n Compiling termimad v0.34.1\n Compiling ipnet v2.11.0\n Compiling fabro-proc v0.243.0-nightly.1 (/home/daytona/repos/fabro-sh/fabro/lib/crates/fabro-proc)\n Compiling toml v0.8.23\n Compiling chrono v0.4.44\n Compiling fabro-model v0.243.0-nightly.1 (/home/daytona/repos/fabro-sh/fabro/lib/crates/fabro-model)\n Compiling fabro-util v0.243.0-nightly.1 (/home/daytona/repos/fabro-sh/fabro/lib/crates/fabro-util)\n Compiling fabro-options-metadata v0.243.0-nightly.1 (/home/daytona/repos/fabro-sh/fabro/lib/crates/fabro-options-metadata)\n Compiling fabro-types v0.243.0-nightly.1 (/home/daytona/repos/fabro-sh/fabro/lib/crates/fabro-types)\n Compiling csv-core v0.1.13\n Compiling csv v1.4.0\n Compiling clap v4.5.60\n Compiling quick-xml v0.36.2\n Compiling fabro-config v0.243.0-nightly.1 (/home/daytona/repos/fabro-sh/fabro/lib/crates/fabro-config)\n Compiling fabro-dev v0.243.0-nightly.1 (/home/daytona/repos/fabro-sh/fabro/lib/crates/fabro-dev)\n Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s\n Running `target/debug/fabro-dev docs refresh`\n",
|
||||
"timestamp": "2026-05-24T13:47:57.153750Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue