feat(bazel): SOCKET_BAZEL_FORCE_QUERY_FALLBACK env-var gate for deterministic fallback-parser coverage #1761
ci.yml
on: pull_request
🧹 Lint Check
56s
🔍 Type Check
27s
Matrix: 🧪 Test Matrix
Annotations
23 errors and 1 warning
|
🧪 Test Matrix (20, ubuntu-latest)
Process completed with exit code 1.
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats "YES" as truthy and forces the fallback:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L602
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-P4sJ5T/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:602:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-P4sJ5T/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats "true" as truthy and forces the fallback:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L602
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-H0fjfN/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:602:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-H0fjfN/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats "1" as truthy and forces the fallback:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L602
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-RSIap3/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:602:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-RSIap3/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats "false" as falsy and uses the fast path:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L575
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-N9UdZX/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:575:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-N9UdZX/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats "0" as falsy and uses the fast path:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L575
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-lCXC8P/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:575:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-lCXC8P/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats empty string as falsy and uses the fast path:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L575
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-gmSw9N/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:575:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-gmSw9N/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats unset as falsy and uses the fast path:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L575
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-aiUpfA/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:575:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-aiUpfA/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > skips the unsorted_deps.json fast path and uses the regex fallback when the env var is "1":
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L542
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-CsCWqS/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:542:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-CsCWqS/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > uses the unsorted_deps.json fast path when the env var is unset:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L520
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-knVBkN/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:520:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-knVBkN/_whole_repo/maven_install.json' }
|
|
🧪 Test Matrix (24, ubuntu-latest)
The strategy configuration was canceled because "test._20_ubuntu-latest" failed
|
|
🧪 Test Matrix (24, ubuntu-latest)
Process completed with exit code 1.
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats "YES" as truthy and forces the fallback:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L602
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-wUQ7tn/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:602:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-wUQ7tn/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats "true" as truthy and forces the fallback:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L602
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-gzbvm0/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:602:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-gzbvm0/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats "1" as truthy and forces the fallback:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L602
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-u5GGsL/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:602:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-u5GGsL/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats "false" as falsy and uses the fast path:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L575
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-yDGGQn/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:575:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-yDGGQn/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats "0" as falsy and uses the fast path:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L575
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-YXPZUs/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:575:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-YXPZUs/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats empty string as falsy and uses the fast path:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L575
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-vEwF9y/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:575:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-vEwF9y/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > treats unset as falsy and uses the fast path:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L575
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-JnYJY9/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:575:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-JnYJY9/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > skips the unsorted_deps.json fast path and uses the regex fallback when the env var is "1":
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L542
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-TRji3f/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:542:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-TRji3f/_whole_repo/maven_install.json' }
|
|
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts > SOCKET_BAZEL_FORCE_QUERY_FALLBACK > uses the unsorted_deps.json fast path when the env var is unset:
src/commands/manifest/bazel/extract_bazel_to_maven.test.mts#L520
Error: ENOENT: no such file or directory, open '/tmp/bazel-extract-fallback-kccXCC/_whole_repo/maven_install.json'
❯ src/commands/manifest/bazel/extract_bazel_to_maven.test.mts:520:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/tmp/bazel-extract-fallback-kccXCC/_whole_repo/maven_install.json' }
|
|
🧪 Test Matrix (22, ubuntu-latest)
The strategy configuration was canceled because "test._20_ubuntu-latest" failed
|
|
🧪 Test Matrix (22, ubuntu-latest)
The operation was canceled.
|
|
🧹 Lint Check:
src/utils/purl-to-ghsa.mts#L4
`./errors.mts` import should occur before import of `./github.mts`
|