scion

Public

Full test suite (unit, integration, acceptance, end to end)

Failed in 7m 43s
:pipeline:
Build :bazel:
Package :debian: :openwrt: :rpm:
Unit Tests :bazel:
Lint :bash:
Check Generated :bash:

Packages :debian:

Packages :openwrt:

Packages :rpm:

Lint :bash:make lint
Waited 42s
·
Ran in 5m 29s
Check Generated :bash:echo "--- go_deps.bzl" && mkdir -p /tmp/test-artifacts && cp go.mod go.sum go_deps.bzl /tmp/test-artifacts/ && make go.mod && make go_deps.bzl -B && diff -u /tmp/test-artifacts/go.mod go.mod && diff -u /tmp/test-artifacts/go.sum go.sum && diff -u /tmp/test-artifacts/go_deps.bzl go_deps.bzl && echo "--- protobuf" && cp -R pkg/proto/ /tmp/test-artifacts && make protobuf && diff -ur /tmp/test-artifacts/proto/ pkg/proto/ && echo "--- licenses" && mkdir -p /tmp/test-artifacts/licenses && ./tools/licenses.sh /tmp/test-artifacts/licenses && diff -rNu3 /tmp/test-artifacts/licenses ./licenses/data && echo "--- gomocks" && make mocksdiff && echo "--- antlr" && rm -rf /tmp/test-artifacts/antlr && cp -R antlr/ /tmp/test-artifacts/antlr && make antlr && diff -ur /tmp/test-artifacts/antlr/ antlr/ && echo "--- testdata" && ./tools/update_testdata.sh
Waited 44s
·
Ran in 3m 33s
Total Job Run Time: 17m 17s