Documentation Noob Tester #55
docs-noob-tester.lock.yml
on: schedule
Annotations
5 errors, 1 warning, and 30 notices
|
agent
Errors detected in agent logs - continuing workflow step (not failing for now)
|
|
agent
Line 30: Failed to start MCP client for playwright: McpError: MCP error -32000: Connection closed (Pattern: Copilot CLI timestamped ERROR messages, Raw log: 2025-12-28T07:34:54.954Z [ERROR] Failed to start MCP client for playwright: McpError: MCP error -32000: Connection close...)
|
|
agent
Line 30: MCP error -32000: Connection closed (Pattern: Generic ERROR messages, Raw log: 2025-12-28T07:34:54.954Z [ERROR] Failed to start MCP client for playwright: McpError: MCP error -32000: Connection close...)
|
|
agent
Line 26: --network host is not allowed (bypasses firewall) (Pattern: Generic ERROR messages, Raw log: 2025-12-28T07:34:54.953Z [LOG] [mcp server playwright stderr] [FIREWALL] ERROR: --network host is not allowed (bypasses ...)
|
|
agent
The path for one of the files in artifact is not valid: /playwright/Example:-IssueOps.html. Contains the following character: Colon :
Invalid characters include: Double quote ", Colon :, Less than <, Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage return \r, Line feed \n
The following characters are not allowed in files that are uploaded due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.
|
|
agent
Line 3316: ISSUE: No obvious Quick Start link\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nfi\\n\\n# Analyze Quick Start\\necho \\\"\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\necho \\\"=== 2. QUICK START GUIDE ===\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\ncontent=$(analyze_page \\\"$BASE_URL/setup/quick-start/\\\" \\\"Quick Start\\\")\\n\\n# Check for prerequisites\\nif echo \\\"$content\\\" | grep -qi \\\"prerequisite\\\"; then\\n echo \\\"✓ Prerequisites section found\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nelse\\n echo \\\"✗ ISSUE: No clear prerequisites section\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nfi\\n\\n# Check for gh installation\\nif echo \\\"$content\\\" | grep -qi \\\"gh.*install\\\\|install.*gh\\\"; then\\n echo \\\"✓ Installation instructions found\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nelse\\n echo \\\"? Installation instructions unclear\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nfi\\n\\n# Check for jargon without definitions\\nif echo \\\"$content\\\" | grep -qi \\\"frontmatter\\\" && ! echo \\\"$content\\\" | grep -qi \\\"frontmatter is\\\\|frontmatter:.*YAML\\\\|YAML.*header\\\"; then\\n echo \\\"✗ CONFUSING: 'frontmatter' used without clear definition\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nfi\\n\\nif echo \\\"$content\\\" | grep -qi \\\"\\\\bMCP\\\\b\\\" && ! echo \\\"$content\\\" | grep -qi \\\"MCP is\\\\|MCP.*stands\\\\|Model Context Protocol\\\"; then\\n echo \\\"✗ CONFUSING: 'MCP' acronym used without expansion\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nfi\\n\\n# Analyze CLI page\\necho \\\"\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\necho \\\"=== 3. CLI COMMANDS ===\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\ncontent=$(analyze_page \\\"$BASE_URL/setup/cli/\\\" \\\"CLI Commands\\\")\\n\\n# Check for examples\\ncode_count=$(echo \\\"$content\\\" | grep -c '<code' || echo \\\"0\\\")\\nif [ \\\"$code_count\\\" -lt 3 ]; then\\n echo \\\"✗ CONFUSING: Few code examples ($code_count found)\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nelse\\n echo \\\"✓ Good: Multiple code examples ($code_count)\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nfi\\n\\n# Analyze Authoring page\\necho \\\"\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\necho \\\"=== 4. CREATING WORKFLOWS (AGENTIC AUTHORING) ===\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\ncontent=$(analyze_page \\\"$BASE_URL/setup/agentic-authoring/\\\" \\\"Agentic Authoring\\\")\\n\\nif echo \\\"$content\\\" | grep -qi \\\"\\\\.md\\\\|markdown\\\"; then\\n echo \\\"✓ Markdown format mentioned\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nelse\\n echo \\\"✗ ISSUE: Workflow file format not clear\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nfi\\n\\nif echo \\\"$content\\\" | grep -q \\\"---\\\"; then\\n echo \\\"✓ YAML frontmatter example found\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nelse\\n echo \\\"? YAML frontmatter example may be missing\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nfi\\n\\n# Analyze example pages\\necho \\\"\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\necho \\\"=== 5. EXAMPLE PAGES ===\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\n\\ncontent=$(analyze_page \\\"$BASE_URL/examples/issue-pr-events/issueops/\\\" \\\"Example: IssueOps\\\")\\n\\nif echo \\\"$content\\\" | grep -qi \\\"how to use\\\\|usage\\\\|getting started\\\"; then\\n echo \\\"✓ Usage instructions found\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nelse\\n echo \\\"✗ CONFUSING: No clear 'how to use this' section\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nfi\\n\\n# Analyze Frontmatter reference\\necho \\\"\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\necho \\\"=== 6. REFERENCE: FRONTMATTER ===\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\ncontent=$(analyze_page \\\"$BASE_URL/reference/frontmatter/\\\" \\\"Frontmatter Reference\\\")\\n\\nif echo \\\"$content\\\" | grep -qi \\\"frontmatter is\\\\|YAML.*header\\\\|metadata.*section\\\"; then\\n echo \\\"✓ Frontmatter clearly defined\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nelse\\n echo \\\"✗ CONFUSING: Frontmatter definition unclear for beginners\\\" >> \\\"$OUTPUT_DIR/findings.txt\\\"\\nfi\\n\\n# C
|
|
activation
Copied: add_reaction_and_edit_comment.cjs
|
|
activation
Copied: add_labels.test.cjs
|
|
activation
Copied: add_labels.cjs
|
|
activation
Copied: add_copilot_reviewer.test.cjs
|
|
activation
Copied: add_copilot_reviewer.cjs
|
|
activation
Copied: add_comment.test.cjs
|
|
activation
Copied: add_comment.cjs
|
|
activation
Found 250 files in /home/runner/work/gh-aw/gh-aw/actions/setup/js
|
|
activation
Created directory: /tmp/gh-aw/actions
|
|
activation
Copying activation files to /tmp/gh-aw/actions
|
|
agent
Copied: add_reaction_and_edit_comment.cjs
|
|
agent
Copied: add_labels.test.cjs
|
|
agent
Copied: add_labels.cjs
|
|
agent
Copied: add_copilot_reviewer.test.cjs
|
|
agent
Copied: add_copilot_reviewer.cjs
|
|
agent
Copied: add_comment.test.cjs
|
|
agent
Copied: add_comment.cjs
|
|
agent
Found 250 files in /home/runner/work/gh-aw/gh-aw/actions/setup/js
|
|
agent
Created directory: /tmp/gh-aw/actions
|
|
agent
Copying activation files to /tmp/gh-aw/actions
|
|
conclusion
Copied: add_reaction_and_edit_comment.cjs
|
|
conclusion
Copied: add_labels.test.cjs
|
|
conclusion
Copied: add_labels.cjs
|
|
conclusion
Copied: add_copilot_reviewer.test.cjs
|
|
conclusion
Copied: add_copilot_reviewer.cjs
|
|
conclusion
Copied: add_comment.test.cjs
|
|
conclusion
Copied: add_comment.cjs
|
|
conclusion
Found 250 files in /home/runner/work/gh-aw/gh-aw/actions/setup/js
|
|
conclusion
Created directory: /tmp/gh-aw/actions
|
|
conclusion
Copying activation files to /tmp/gh-aw/actions
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
agent-stdio.log
|
9.17 KB |
sha256:4e905e303fcc9e678f8a154fa64c8bc62c1274bd4b1f89f86d300ac8f8b6c33b
|
|
|
agent_output.json
|
3.29 KB |
sha256:7b4de176df27647b8121cd95269955cace3f12491a12180f069f0c48d5ac369c
|
|
|
agent_outputs
|
37.7 KB |
sha256:648d8d28afc46ca7beca6971483e3b8eff825caf6ee971e154f6ed60222cef6a
|
|
|
aw_info.json
|
556 Bytes |
sha256:4c89fefbe2d4cac515231033098343f7de0b99af8890defdcc579710c3139c08
|
|
|
firewall-logs-documentation-noob-tester
|
2.31 KB |
sha256:a5ae952981ce4726c16558b57a3787e18791543fd1fd28221e0e3dbe7886d089
|
|
|
prompt.txt
|
3.69 KB |
sha256:06a017d0cee9fb5c6ca4b81af68ef3ffd72e6556a34e68582d5f95f58e4555e2
|
|
|
safe_output.jsonl
|
3.27 KB |
sha256:b074e8037ba5721d0ab7d292b5277d7bc8efdff8e1ac61c7241eda3d95ac6a19
|
|