scion

Public

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

Failed in 9m 11s
:pipeline:
Build :bazel:
Package :debian: :openwrt: :rpm:
Unit Tests :bazel:
Lint :bash:
Check Generated :bash:
Unit Tests :bazel:bazel test --config=race --config=unit_all
Waited 47s
·
Ran in 1m 37s
Lint :bash:make lint
Waited 1m 17s
·
Ran in 5m 0s
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 1m 16s
·
Ran in 3m 53s
Total Job Run Time: 16m 45s