Респрайт аркан и новая кастомка - #175
Conversation
|
RSI Diff Bot; head commit 1063630 merging into e483652 Resources/Textures/_Arcane/ERP/Mobs/Breasts/demon.rsi
Resources/Textures/_Arcane/Mobs/Species/Demon/parts.rsi
Resources/Textures/_Arcane/Mobs/Customization/demonwings.rsi
Resources/Textures/_Arcane/Mobs/Species/Demon/markings.rsi
Resources/Textures/_Arcane/Mobs/Species/Demon/markings_big.rsi
|
|
Warning Review limit reached
Next review available in: 34 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (38)
📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai почему падают тесты? |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
repo="ArcaneSS14/arcane"
pr="175"
echo "=== PR checks ==="
gh pr checks "$pr" --repo "$repo" --required || true
echo
echo "=== Failed workflow runs for this PR ==="
gh run list --repo "$repo" --branch "$(gh pr view "$pr" --repo "$repo" --json headRefName --jq '.headRefName')" \
--status failure --limit 10 \
--json databaseId,name,displayTitle,workflowName,conclusion,url,headSha,createdAt
echo
echo "=== Failed check-runs for the PR head SHA ==="
sha="$(gh pr view "$pr" --repo "$repo" --json headRefOid --jq '.headRefOid')"
gh api "repos/$repo/commits/$sha/check-runs?status=completed&filter=latest&per_page=100" \
--jq '.check_runs[] | select(.conclusion == "failure" or .conclusion == "cancelled" or .conclusion == "timed_out") | {name, conclusion, details_url, output: {title: .output.title, summary: .output.summary}}'Length of output: 3275 🏁 Script executed: #!/bin/bash
set -euo pipefail
repo="ArcaneSS14/arcane"
for run in 30858858484 30858858590 30858858478; do
echo "===== workflow run $run: failed steps ====="
gh run view "$run" --repo "$repo" --json jobs \
--jq '.jobs[] | {name, conclusion, failedSteps: [.steps[] | select(.conclusion == "failure") | {name, number, conclusion}]}'
echo "===== workflow run $run: error log excerpts ====="
gh run view "$run" --repo "$repo" --log-failed 2>&1 \
| rg -n -i -C 3 '(^|\s)(error|exception|fail(ed|ure)?|invalid|assert|warning|yaml|rsi)(:|\s)|##\[error\]' \
|| true
echo
doneLength of output: 201125 🏁 Script executed: #!/bin/bash
set -euo pipefail
repo="ArcaneSS14/arcane"
pr="175"
echo "=== Changed files ==="
gh pr diff "$pr" --repo "$repo" --name-only
for run in 30858858590 30858858484; do
echo
echo "===== workflow run $run: failure diagnostics ====="
gh run view "$run" --repo "$repo" --log-failed 2>&1 \
| rg -n -i -C 4 \
'::error|##\[error\]|[0-9]+ Error\(s\)|[0-9]+ error\(s\)|unhandled|exception|assertion|invalid rsi|file not found|test run failed|failed!' \
|| true
done
echo
echo "=== Demon RSI metadata and referenced asset ==="
meta="$(fd -a -t f '^meta\.json$' Resources | rg '/Demon/markings\.rsi/meta\.json$' || true)"
if [ -n "$meta" ]; then
echo "--- $meta ---"
cat "$meta"
fi
echo "--- gradient_painting.png paths ---"
fd -a -t f 'gradient_painting\.png$' Resources || true
echo "--- demon.yml relevant entries ---"
demon_yaml="$(fd -a -t f '^demon\.yml$' Resources | rg '/Customization/Markings/demon\.yml$' || true)"
if [ -n "$demon_yaml" ]; then
nl -ba "$demon_yaml" | sed -n '530,570p'
fiLength of output: 14266 🏁 Script executed: #!/bin/bash
set -euo pipefail
repo="ArcaneSS14/arcane"
run="30858858484"
log="/tmp/build-test-debug-175.log"
gh run view "$run" --repo "$repo" --log-failed >"$log" 2>&1 || true
echo "=== Failed job and steps ==="
gh run view "$run" --repo "$repo" --json jobs \
--jq '.jobs[] | {name, conclusion, steps: [.steps[] | {name, conclusion, number}]}'
echo
echo "=== Test-related result lines ==="
rg -n -i -C 3 \
'test run|total tests|passed!|failed!|failed:|failed \(|failures?:|exception|assertion|exit code|##\[error\]' \
"$log" || true
echo
echo "=== Final 160 lines of failed-job log ==="
tail -n 160 "$log"Length of output: 1775
Падают проверки ресурсов:
Исправь You are interacting with an AI system. |



























































Описание PR
Добавил респрайт и новую кастомку арканам от Бульбы.
Медиа
Тип PR
Лицензионное соглашение
Изменения