scion
PublicFull test suite (unit, integration, acceptance, end to end)
Deleted allowances for sloppy test code from udp underlay and simplify.
Canceled automatically after 4m 9s
Slowest 20 targets
- //src/test/shell/bazel:bazel_bootstrap_distfile_test on
macOS (shard 5): PASSED in 1277.4s (log)
- //src/test/shell/bazel:bazel_proto_library_test (shard 2/2) on
CentOS 7: PASSED in 1046.2s (log)
- //src/test/shell/bazel:bazel_proto_library_test (shard 1/2) on
CentOS 7: PASSED in 1000.7s (log)
- //src/test/shell/bazel:bazel_proto_library_test (shard 2/2) on
Ubuntu 20.04 LTS: PASSED in 962.6s (log)
- //src/test/shell/bazel:bazel_proto_library_test (shard 1/2) on
Ubuntu 20.04 LTS: PASSED in 883.9s (log)
- //src/test/shell/bazel:bazel_proto_library_test (shard 2/2) on
Ubuntu 22.04 LTS: PASSED in 854.4s (log)
- //src/test/shell/bazel:bazel_proto_library_test (shard 2/2) on
macOS arm64 (shard 1): PASSED in 812.5s (log)
- //src/test/shell/bazel:bazel_proto_library_test (shard 1/2) on
Ubuntu 22.04 LTS: PASSED in 790.3s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_test on
Windows: PASSED in 762.2s (log)
- //src/test/shell/bazel:bazel_proto_library_test (shard 1/2) on
macOS arm64 (shard 1): PASSED in 723.6s (log)
- //src/test/shell/bazel:bazel_determinism_test on
macOS arm64 (shard 5): PASSED in 686.7s (log)
- //src/test/java/com/google/devtools/build/lib/rules/java:JavaStarlarkApiTest on
CentOS 7: PASSED in 639.8s (log)
- //src/test/shell/bazel:bazel_java_test_jdk17_toolchain_head (shard 2/2) on
Windows: PASSED in 628.9s (log)
- //src/test/shell/bazel:bazel_java_test_jdk17_toolchain_head (shard 2/2) on
Ubuntu 20.04 LTS: PASSED in 624.4s (log)
- //src/test/shell/integration:target_compatible_with_test on
Windows: PASSED in 615.6s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_tar_test on
CentOS 7: PASSED in 612.9s (log)
- //src/test/shell/bazel:bazel_java_test_jdk17_toolchain_head (shard 1/2) on
Ubuntu 20.04 LTS: PASSED in 602.0s (log)
- //src/test/shell/bazel:bazel_java_test_jdk17_toolchain_head (shard 1/2) on
Windows: PASSED in 597.6s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_tar_test on
Ubuntu 20.04 LTS: PASSED in 585.9s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_tar_test on
Ubuntu 22.04 LTS: PASSED in 579.3s (log)
Build
bazel build --verbose_failures --announce_rc //:scion //:scion-ci && bazel build --verbose_failures //docker:prod //docker:test

Waited 1s
Ran in 2m 10s
Package
make dist-deb BFLAGS="--file_name_version=0.12.0-modified-ci" && make dist-openwrt BFLAGS="--file_name_version=0.12.0-modified-ci" && make dist-rpm BFLAGS="--file_name_version=0.12.0-modified-ci"



Canceled
Waited 1s
Ran in 1m 49s
Check Generated
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

Canceled
Waited 48s
Ran in 50s
E2E: default 🕴️ (scion, ping)echo "--- build" && make && echo "--- start topology" && ./scion.sh topology -c topology/default.topo && ./scion.sh run && tools/await-connectivity && ./bin/scion_integration || ( echo "^^^ +++" && false ) && ./bin/end2end_integration || ( echo "^^^ +++" && false )
Canceled
E2E: failing links 🕴️echo "--- build" && make && echo "--- start topology" && ./scion.sh topology -c topology/default-no-peers.topo && ./scion.sh run && tools/await-connectivity && ./bin/end2end_integration || ( echo "^^^ +++" && false ) && ./tools/integration/revocation_test.sh
Canceled
E2E: default
(ping)echo "--- build" && make build-dev docker-images && echo "--- start topology" && ./scion.sh topology -d && ./scion.sh run && tools/await-connectivity && echo "--- run tests" && ./bin/end2end_integration -d || ( echo "^^^ +++" && false )

Canceled
AT: app_vs_endhost_br_dispatchbazel test --test_output=streamed //acceptance/app_vs_endhost_br_dispatch:test
Canceled
AT: router_benchmarkbazel test --test_output=streamed //acceptance/router_benchmark:test
Canceled
AT: router_multi_bfdbazel test --test_output=streamed //acceptance/router_multi:test_bfd
Canceled
AT: router_multi_nobfdbazel test --test_output=streamed //acceptance/router_multi:test_nobfd
Canceled
AT: topo_cs_reloadbazel test --test_output=streamed //acceptance/topo_cs_reload:go_default_test --test_arg=-test.v
Canceled
AT: topo_daemon_reloadbazel test --test_output=streamed //acceptance/topo_daemon_reload:go_default_test --test_arg=-test.v
Canceled
Demo: file_transferbazel test --test_output=streamed //demo/file_transfer:file_transfer
Canceled
IT: scion-pki/trcsbazel test --test_output=streamed //scion-pki/trcs:go_integration_test --test_arg=-test.v
Canceled
AT: trc_ceremony_scion_pkibazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_scion_pki_test
Canceled
AT: trc_ceremony_sensitive_scion_pkibazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_sensitive_scion_pki_test
Canceled
AT: trc_ceremony_sensitivebazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_sensitive_test
Canceled
AT: trc_ceremonybazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_test
Canceled
Total Job Run Time: 7m 19s