7 matches across 1 files for error path:.github/workflows/check_release_deps.yml lang:YAML lang:YAML
snippet_mode: auto · sorted by relevance
.github/workflows/check_release_deps.yml YAML 7 matches · showing 5 view file →
126 # New manifest: absent at the base ref, so not a version bump.
127 continue
128 print(f"::error file={manifest}::failed to read base manifest: {stderr}")
129 sys.exit(1)
130 base = project_table(shown.stdout)
· · ·
189 project = data.get("project")
190 if project is None:
191 print(f"::error file={manifest_path}::no [project] table to resolve")
192 sys.exit(1)
193
· · ·
243 else
244 # Surface the resolver's reason (stdout+stderr were captured) and tell a
245 # likely-transient index/network error apart from a genuinely bad pin.
246 cat "$filtered_dir/compile.log"
247 if grep -qiE 'error sending request|failed to fetch|error trying to connect|connection|timed out|temporarily unavailable|status code (429|50[0-9])' "$filtered_dir/compile.log"; then
· · ·
247 if grep -qiE 'error sending request|failed to fetch|error trying to connect|connection|timed out|temporarily unavailable|status code (429|50[0-9])' "$filtered_dir/compile.log"; then
248 echo "❌ ${pkg_dir}: resolver hit a possible transient PyPI/index error"
249 transient=1
· · ·
248 echo "❌ ${pkg_dir}: resolver hit a possible transient PyPI/index error"
249 transient=1
250 else
+ 2 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.