scion nightly
PublicNigthly run: Full test suite (unit, integration, acceptance, end to end)
Slowest 20 targets
- //src/test/shell/bazel:bazel_bootstrap_distfile_test on
Windows: PASSED in 1591.3s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_test on
macOS (shard 1): PASSED in 1361.4s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_test on
Ubuntu 20.04 LTS: PASSED in 1187.6s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_tar_test on
Ubuntu 20.04 LTS: PASSED in 1176.7s (log)
- //src/test/shell/bazel:bazel_determinism_test on
CentOS 7: PASSED in 1123.0s (log)
- //src/test/shell/bazel:bazel_determinism_test on
Ubuntu 20.04 LTS: PASSED in 1120.6s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_tar_test on
CentOS 7: PASSED in 1100.5s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_test on
CentOS 7: PASSED in 1069.1s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_tar_test on
Ubuntu 22.04 LTS: PASSED in 970.1s (log)
- //src/test/shell/bazel:bazel_determinism_test on
Ubuntu 22.04 LTS: PASSED in 904.2s (log)
- //src/test/py/bazel:bazel_windows_test on
Windows: FLAKY in 2 out of 3 runs in 871.9s (300.0s + 300.1s + 271.8s) (log)
- //src/test/shell/bazel:bazel_java_test_jdk11_toolchain_head (shard 2/2) on
Ubuntu 22.04 LTS: PASSED in 847.3s (log)
- //src/test/shell/bazel:bazel_java_test_jdk11_toolchain_head (shard 1/2) on
Ubuntu 22.04 LTS: PASSED in 825.0s (log)
- //src/test/shell/bazel:bazel_java_test_jdk11_toolchain_head (shard 1/2) on
Ubuntu 20.04 LTS: PASSED in 780.4s (log)
- //src/test/shell/bazel:bazel_bootstrap_distfile_test on
Ubuntu 22.04 LTS: PASSED in 777.7s (log)
- //src/test/shell/bazel:bazel_java_test_jdk17_toolchain_head (shard 2/2) on
Windows: PASSED in 773.2s (log)
- //src/test/shell/bazel:bazel_determinism_test on
macOS arm64 (shard 5): PASSED in 772.2s (log)
- //src/test/shell/bazel:bazel_java_test_jdk11_toolchain_head (shard 2/2) on
Windows: PASSED in 766.3s (log)
- //src/test/shell/bazel:bazel_java_test_jdk17_toolchain_head (shard 2/2) on
Ubuntu 22.04 LTS: PASSED in 727.5s (log)
- //src/test/shell/bazel:bazel_java_test_jdk11_toolchain_head (shard 1/2) on
Windows: PASSED in 716.2s (log)
Windows Failures
- //src/test/py/bazel:bazel_windows_test FLAKY in 2 out of 3 runs in 871.9s (300.0s + 300.1s + 271.8s): log
CentOS 7 Failures
- //src/test/java/com/google/devtools/build/lib/rules/proto:BazelProtoLibraryTest FLAKY in 1 out of 2 runs in 367.0s (300.4s + 66.7s): log
Build
bazel build --verbose_failures --announce_rc //:scion //:scion-ci && bazel build --verbose_failures //docker:prod //docker:test

Waited 2s
Ran in 2m 15s
Package
make dist-deb BFLAGS="--file_name_version=0.12.0-57-g241a2e72d" && make dist-openwrt BFLAGS="--file_name_version=0.12.0-57-g241a2e72d" && make dist-rpm BFLAGS="--file_name_version=0.12.0-57-g241a2e72d"



Waited 2s
Ran in 3m 21s
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

Waited 51s
Ran in 4m 9s
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 )
Waited 3s
Ran in 3m 20s
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
Waited 2s
Ran in 1m 50s
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 )

Waited 1s
Ran in 3m 29s
AT: app_vs_endhost_br_dispatchbazel test --test_output=streamed //acceptance/app_vs_endhost_br_dispatch:test
Waited 1s
Ran in 1m 5s
AT: cert_renewalbazel test --test_output=streamed //acceptance/cert_renewal:test
Waited 50s
Ran in 2m 42s
AT: hidden_pathsbazel test --test_output=streamed //acceptance/hidden_paths:test
Waited 50s
Ran in 2m 51s
AT: router_benchmarkbazel test --test_output=streamed //acceptance/router_benchmark:test
Waited 1m 10s
Ran in 2m 28s
AT: router_multi_bfdbazel test --test_output=streamed //acceptance/router_multi:test_bfd
Waited 1m 55s
Ran in 25s
AT: router_multi_nobfdbazel test --test_output=streamed //acceptance/router_multi:test_nobfd
Waited 2m 23s
Ran in 24s
AT: sig_pingbazel test --test_output=streamed //acceptance/sig_ping:test
Waited 2m 51s
Ran in 1m 24s
AT: topo_cs_reloadbazel test --test_output=streamed //acceptance/topo_cs_reload:go_default_test --test_arg=-test.v
Waited 3m 25s
Ran in 14s
AT: topo_daemon_reloadbazel test --test_output=streamed //acceptance/topo_daemon_reload:go_default_test --test_arg=-test.v
Waited 3m 32s
Ran in 10s
AT: trc_updatebazel test --test_output=streamed //acceptance/trc_update:test
Waited 3m 36s
Ran in 57s
Demo: file_transferbazel test --test_output=streamed //demo/file_transfer:file_transfer
Waited 3m 43s
Ran in 1m 28s
dist/test:deb_testbazel test --test_output=streamed //dist/test:deb_test
Waited 3m 44s
Ran in 32s
dist/test:openwrt_testbazel test --test_output=streamed //dist/test:openwrt_test
Waited 3m 44s
Ran in 2m 29s
dist/test:rpm_testbazel test --test_output=streamed //dist/test:rpm_test
Waited 4m 19s
Ran in 54s
IT: scion-pki/trcsbazel test --test_output=streamed //scion-pki/trcs:go_integration_test --test_arg=-test.v
Waited 4m 19s
Ran in 6s
AT: trc_ceremony_scion_pkibazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_scion_pki_test
Waited 4m 22s
Ran in 14s
AT: trc_ceremony_sensitive_scion_pkibazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_sensitive_scion_pki_test
Waited 4m 29s
Ran in 16s
AT: trc_ceremony_sensitivebazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_sensitive_test
Waited 4m 37s
Ran in 37s
AT: trc_ceremonybazel test --test_output=streamed //tools/cryptoplayground:trc_ceremony_test
Waited 4m 39s
Ran in 22s
Total Job Run Time: 47m 0s