Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inital MPLS parsing implementation #497

Merged
merged 2 commits into from
Nov 12, 2024

Initial MPLS implementation

837b131
Select commit
Loading
Failed to load commit list.
Merged

Inital MPLS parsing implementation #497

Initial MPLS implementation
837b131
Select commit
Loading
Failed to load commit list.
Google Cloud Build / buildtest (openconfig-lemming) succeeded Nov 8, 2024 in 7m 26s

Summary

Build Information

Trigger buildtest
Build d4f43da5-e1f9-4d84-bb7b-e0ca07fac19a
Start 2024-11-08T14:49:27-08:00
Duration 6m37.328s
Status SUCCESS

Steps

Step Status Duration
build SUCCESS 3m28.338s
test SUCCESS 3m1.872s

Details

starting build "d4f43da5-e1f9-4d84-bb7b-e0ca07fac19a"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/openconfig/lemming
 * branch            837b1317eef8d6bbbc942b838f87f04223ab7423 -> FETCH_HEAD
HEAD is now at 837b131 Initial MPLS implementation
SETUPBUILD
BUILD
Starting Step #0 - "build"
Step #0 - "build": Already have image (with digest): gcr.io/cloud-builders/bazel
Step #0 - "build":   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #0 - "build":                                  Dload  Upload   Total   Spent    Left  Speed
Step #0 - "build": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Step #0 - "build": 
100 5068k  100 5068k    0     0  13.0M      0 --:--:-- --:--:-- --:--:-- 13.0M
Step #0 - "build": Get:1 http://storage.googleapis.com/bazel-apt stable InRelease [2265 B]
Step #0 - "build": Get:2 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
Step #0 - "build": Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
Step #0 - "build": Get:4 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Step #0 - "build": Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB]
Step #0 - "build": Get:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
Step #0 - "build": Get:7 http://storage.googleapis.com/bazel-apt stable/jdk1.8 amd64 Packages [14.1 kB]
Step #0 - "build": Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
Step #0 - "build": Get:9 https://download.docker.com/linux/ubuntu focal/edge amd64 Packages [3343 B]
Step #0 - "build": Get:10 https://download.docker.com/linux/ubuntu focal/stable amd64 Packages [61.9 kB]
Step #0 - "build": Get:11 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1276 kB]
Step #0 - "build": Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
Step #0 - "build": Get:13 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB]
Step #0 - "build": Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4111 kB]
Step #0 - "build": Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
Step #0 - "build": Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4090 kB]
Step #0 - "build": Get:17 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
Step #0 - "build": Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
Step #0 - "build": Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.5 kB]
Step #0 - "build": Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4570 kB]
Step #0 - "build": Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4289 kB]
Step #0 - "build": Get:22 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1566 kB]
Step #0 - "build": Get:23 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
Step #0 - "build": Get:24 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
Step #0 - "build": Get:25 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main amd64 Packages [3180 B]
Step #0 - "build": Fetched 33.7 MB in 3s (11.9 MB/s)
Step #0 - "build": Reading package lists...
Step #0 - "build": Reading package lists...
Step #0 - "build": Building dependency tree...
Step #0 - "build": Reading state information...
Step #0 - "build": The following additional packages will be installed:
Step #0 - "build":   libnl-3-200 libnl-genl-3-200 libpcap0.8 libpcap0.8-dev
Step #0 - "build": The following NEW packages will be installed:
Step #0 - "build":   libnl-3-200 libnl-3-dev libnl-genl-3-200 libnl-genl-3-dev libpcap-dev
Step #0 - "build":   libpcap0.8 libpcap0.8-dev
Step #0 - "build": 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.
Step #0 - "build": Need to get 545 kB of archives.
Step #0 - "build": After this operation, 2136 kB of additional disk space will be used.
Step #0 - "build": Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcap0.8 amd64 1.9.1-3ubuntu1.20.04.1 [128 kB]
Step #0 - "build": Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-200 amd64 3.4.0-1ubuntu0.1 [54.4 kB]
Step #0 - "build": Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-dev amd64 3.4.0-1ubuntu0.1 [92.9 kB]
Step #0 - "build": Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-genl-3-200 amd64 3.4.0-1ubuntu0.1 [11.2 kB]
Step #0 - "build": Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-genl-3-dev amd64 3.4.0-1ubuntu0.1 [10.8 kB]
Step #0 - "build": Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcap0.8-dev amd64 1.9.1-3ubuntu1.20.04.1 [244 kB]
Step #0 - "build": Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcap-dev amd64 1.9.1-3ubuntu1.20.04.1 [3492 B]
Step #0 - "build": debconf: delaying package configuration, since apt-utils is not installed
Step #0 - "build": Fetched 545 kB in 0s (1939 kB/s)
Step #0 - "build": Selecting previously unselected package libpcap0.8:amd64.
Step #0 - "build": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 37327 files and directories currently installed.)
Step #0 - "build": Preparing to unpack .../0-libpcap0.8_1.9.1-3ubuntu1.20.04.1_amd64.deb ...
Step #0 - "build": Unpacking libpcap0.8:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #0 - "build": Selecting previously unselected package libnl-3-200:amd64.
Step #0 - "build": Preparing to unpack .../1-libnl-3-200_3.4.0-1ubuntu0.1_amd64.deb ...
Step #0 - "build": Unpacking libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
Step #0 - "build": Selecting previously unselected package libnl-3-dev:amd64.
Step #0 - "build": Preparing to unpack .../2-libnl-3-dev_3.4.0-1ubuntu0.1_amd64.deb ...
Step #0 - "build": Unpacking libnl-3-dev:amd64 (3.4.0-1ubuntu0.1) ...
Step #0 - "build": Selecting previously unselected package libnl-genl-3-200:amd64.
Step #0 - "build": Preparing to unpack .../3-libnl-genl-3-200_3.4.0-1ubuntu0.1_amd64.deb ...
Step #0 - "build": Unpacking libnl-genl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
Step #0 - "build": Selecting previously unselected package libnl-genl-3-dev:amd64.
Step #0 - "build": Preparing to unpack .../4-libnl-genl-3-dev_3.4.0-1ubuntu0.1_amd64.deb ...
Step #0 - "build": Unpacking libnl-genl-3-dev:amd64 (3.4.0-1ubuntu0.1) ...
Step #0 - "build": Selecting previously unselected package libpcap0.8-dev:amd64.
Step #0 - "build": Preparing to unpack .../5-libpcap0.8-dev_1.9.1-3ubuntu1.20.04.1_amd64.deb ...
Step #0 - "build": Unpacking libpcap0.8-dev:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #0 - "build": Selecting previously unselected package libpcap-dev:amd64.
Step #0 - "build": Preparing to unpack .../6-libpcap-dev_1.9.1-3ubuntu1.20.04.1_amd64.deb ...
Step #0 - "build": Unpacking libpcap-dev:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #0 - "build": Setting up libpcap0.8:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #0 - "build": Setting up libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
Step #0 - "build": Setting up libpcap0.8-dev:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #0 - "build": Setting up libnl-3-dev:amd64 (3.4.0-1ubuntu0.1) ...
Step #0 - "build": Setting up libnl-genl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
Step #0 - "build": Setting up libpcap-dev:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #0 - "build": Setting up libnl-genl-3-dev:amd64 (3.4.0-1ubuntu0.1) ...
Step #0 - "build": Processing triggers for libc-bin (2.31-0ubuntu9.16) ...
Step #0 - "build": 2024/11/08 22:49:42 Downloading https://releases.bazel.build/6.4.0/release/bazel-6.4.0-linux-x86_64...
Step #0 - "build": 2024/11/08 22:49:42 Skipping basic authentication for releases.bazel.build because no credentials found in /builder/home/.netrc
Step #0 - "build": Extracting Bazel installation...
Step #0 - "build": Starting local Bazel server and connecting to it...
Step #0 - "build": INFO: Invocation ID: 12992f5d-16cc-4e02-8bd7-5826901ae4ef
Step #0 - "build": Loading: 
Step #0 - "build": Loading: 
Step #0 - "build": Loading: 
Step #0 - "build": Loading: 
Step #0 - "build": Loading: 
Step #0 - "build": Loading: 
Step #0 - "build": Loading: 
Step #0 - "build": Loading: 0 packages loaded
Step #0 - "build": Analyzing: 247 targets (149 packages loaded, 0 targets configured)
Step #0 - "build": Analyzing: 247 targets (206 packages loaded, 892 targets configured)
Step #0 - "build": Analyzing: 247 targets (241 packages loaded, 939 targets configured)
Step #0 - "build": Analyzing: 247 targets (289 packages loaded, 945 targets configured)
Step #0 - "build": Analyzing: 247 targets (289 packages loaded, 945 targets configured)
Step #0 - "build": Analyzing: 247 targets (298 packages loaded, 1473 targets configured)
Step #0 - "build": Analyzing: 247 targets (304 packages loaded, 1634 targets configured)
Step #0 - "build": Analyzing: 247 targets (310 packages loaded, 1635 targets configured)
Step #0 - "build": Analyzing: 247 targets (323 packages loaded, 1694 targets configured)
Step #0 - "build": Analyzing: 247 targets (414 packages loaded, 14360 targets configured)
Step #0 - "build": Analyzing: 247 targets (494 packages loaded, 17026 targets configured)
Step #0 - "build": Analyzing: 247 targets (503 packages loaded, 17387 targets configured)
Step #0 - "build": Analyzing: 247 targets (504 packages loaded, 18028 targets configured)
Step #0 - "build": Analyzing: 247 targets (504 packages loaded, 18028 targets configured)
Step #0 - "build": Analyzing: 247 targets (504 packages loaded, 18028 targets configured)
Step #0 - "build": Analyzing: 247 targets (652 packages loaded, 18337 targets configured)
Step #0 - "build": Analyzing: 247 targets (790 packages loaded, 19107 targets configured)
Step #0 - "build": Analyzing: 247 targets (1050 packages loaded, 20505 targets configured)
Step #0 - "build": Analyzing: 247 targets (1258 packages loaded, 22479 targets configured)
Step #0 - "build": Analyzing: 247 targets (1359 packages loaded, 23442 targets configured)
Step #0 - "build": Analyzing: 247 targets (1426 packages loaded, 24332 targets configured)
Step #0 - "build": Analyzing: 247 targets (1432 packages loaded, 24357 targets configured)
Step #0 - "build": INFO: Analyzed 247 targets (1534 packages loaded, 24908 targets configured).
Step #0 - "build":  checking cached actions
Step #0 - "build": INFO: Found 247 targets...
Step #0 - "build": [0 / 87] [Prepa] Expanding template external/rules_pkg/pkg/private/tar/build_tar [for tool]
Step #0 - "build": [190 / 3,542] Copying files to directory debian_bookworm_linux_amd64/layout; Downloading external/debian_bookworm_linux_amd64/layout/blobs/sha256/c69ac6bed067a89df14c84f4d967080f459f23fd53f50562b615387bbbf64025; 0s remote-cache ... (13 actions, 0 running)
Step #0 - "build": [291 / 4,036] Copying files to directory debian_bookworm_linux_amd64/layout; Downloading external/debian_bookworm_linux_amd64/layout/blobs/sha256/fea1432adf0957427b45b0ef8e37cbfe045b7cf8c15e3f43e48f2f613e214d16, 42.1 MiB / 47.3 MiB; 1s remote-cache ... (16 actions, 0 running)
Step #0 - "build": [351 / 4,066] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 5.9 MiB / 12.2 MiB; 1s remote-cache ... (16 actions, 0 running)
Step #0 - "build": [379 / 4,218] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/tool/linux_amd64/compile, 11.0 MiB / 18.9 MiB; 2s remote-cache ... (16 actions, 0 running)
Step #0 - "build": [463 / 4,218] Compiling src/google/protobuf/generated_message_bases.cc; Downloading external/com_google_protobuf/_objs/protobuf/generated_message_bases.pic.o; 0s remote-cache ... (15 actions, 0 running)
Step #0 - "build": [497 / 4,218] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/runtime.a, 7.0 MiB / 12.2 MiB; 0s remote-cache ... (16 actions, 0 running)
Step #0 - "build": [530 / 4,218] GoStdlib external/io_bazel_rules_go/stdlib_/pkg [for tool]; 1s remote-cache ... (16 actions, 0 running)
Step #0 - "build": [618 / 4,218] Compiling src/compiler/objective_c_generator.cc [for tool]; Downloading external/com_github_grpc_grpc/src/compiler/_objs/grpc_plugin_support/objective_c_generator.o; 0s remote-cache ... (16 actions, 0 running)
Step #0 - "build": [630 / 4,218] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 8.2 MiB / 8.3 MiB; 1s remote-cache ... (16 actions, 0 running)
Step #0 - "build": INFO: From Compiling src/core/lib/gpr/posix/sync.cc:
Step #0 - "build": external/com_github_grpc_grpc/src/core/lib/gpr/posix/sync.cc:158:9: warning: multi-line comment [-Wcomment]
Step #0 - "build":   158 | #endif  // defined(GPR_POSIX_SYNC) && !defined(GPR_ABSEIL_SYNC) && \
Step #0 - "build":       |         ^
Step #0 - "build": INFO: From Action proto/forwarding/forwarding_action.grpc.pb.h:
Step #0 - "build": proto/forwarding/forwarding_port.proto:20:1: warning: Import google/rpc/status.proto is unused.
Step #0 - "build": [699 / 4,218] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net.a, 2.5 MiB / 4.1 MiB; 0s remote-cache ... (16 actions, 0 running)
Step #0 - "build": [711 / 4,218] GoStdlib external/io_bazel_rules_go/stdlib_/pkg; Downloading external/io_bazel_rules_go/stdlib_/pkg/linux_amd64/net/http.a, 8.0 MiB / 8.3 MiB; 1s remote-cache ... (15 actions, 0 running)
Step #0 - "build": INFO: From Compiling src/core/lib/gpr/windows/sync.cc:
Step #0 - "build": external/com_github_grpc_grpc/src/core/lib/gpr/windows/sync.cc:121:9: warning: multi-line comment [-Wcomment]
Step #0 - "build":   121 | #endif  // defined(GPR_WINDOWS) && !defined(GPR_ABSEIL_SYNC) && \
Step #0 - "build":       |         ^
Step #0 - "build": INFO: From Generating proto_library //proto/forwarding:forwarding_proto:
Step #0 - "build": proto/forwarding/forwarding_port.proto:20:1: warning: Import google/rpc/status.proto is unused.
Step #0 - "build": [800 / 4,218] Compiling src/google/protobuf/io/coded_stream.cc; Downloading external/com_google_protobuf/_objs/protobuf_lite/coded_stream.pic.d; 0s remote-cache ... (16 actions, 0 running)
Step #0 - "build": [891 / 4,218] Compiling proto/forwarding/forwarding_action.grpc.pb.cc; 0s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [989 / 4,218] Compiling proto/forwarding/forwarding_action.grpc.pb.cc; 1s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [1,084 / 4,218] Compiling proto/forwarding/forwarding_action.grpc.pb.cc; 2s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [1,181 / 4,218] Compiling proto/forwarding/forwarding_attribute.grpc.pb.cc; 0s remote-cache, linux-sandbox ... (18 actions, 4 running)
Step #0 - "build": INFO: From Generating Descriptor Set proto_library //proto/forwarding:forwarding_proto:
Step #0 - "build": proto/forwarding/forwarding_port.proto:20:1: warning: Import google/rpc/status.proto is unused.
Step #0 - "build": [1,279 / 4,218] Compiling proto/forwarding/forwarding_attribute.grpc.pb.cc; 1s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [1,379 / 4,218] Generating into bazel-out/k8-fastbuild/bin/proto/forwarding/forwarding_go_proto_/github.com/openconfig/lemming/proto/forwarding; 0s remote-cache, linux-sandbox ... (18 actions, 4 running)
Step #0 - "build": [1,479 / 4,218] Compiling proto/forwarding/forwarding_common.grpc.pb.cc; 1s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [1,573 / 4,218] Compiling proto/forwarding/forwarding_common.grpc.pb.cc; 2s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [1,670 / 4,218] Compiling proto/forwarding/forwarding_info.grpc.pb.cc; 0s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [1,764 / 4,218] Compiling proto/forwarding/forwarding_info.grpc.pb.cc; 1s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [1,862 / 4,218] Compiling proto/forwarding/forwarding_info.grpc.pb.cc; 2s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": INFO: From Compiling src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc:
Step #0 - "build": external/com_github_grpc_grpc/src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc:38:9: warning: multi-line comment [-Wcomment]
Step #0 - "build":    38 | #endif  // GRPC_IF_NAMETOINDEX == 0 || \
Step #0 - "build":       |         ^
Step #0 - "build": INFO: From Compiling src/core/lib/iomgr/grpc_if_nametoindex_posix.cc:
Step #0 - "build": external/com_github_grpc_grpc/src/core/lib/iomgr/grpc_if_nametoindex_posix.cc:42:9: warning: multi-line comment [-Wcomment]
Step #0 - "build":    42 | #endif  // GRPC_IF_NAMETOINDEX == 1 && \
Step #0 - "build":       |         ^
Step #0 - "build": [1,961 / 4,218] Compiling proto/forwarding/forwarding_notification.grpc.pb.cc; 0s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": INFO: From Compiling src/core/lib/event_engine/tcp_socket_utils.cc:
Step #0 - "build": external/com_github_grpc_grpc/src/core/lib/event_engine/tcp_socket_utils.cc: In function 'bool grpc_event_engine::experimental::ResolvedAddressToV4Mapped(const grpc_event_engine::experimental::EventEngine::ResolvedAddress&, grpc_event_engine::experimental::EventEngine::ResolvedAddress*)':
Step #0 - "build": external/com_github_grpc_grpc/src/core/lib/event_engine/tcp_socket_utils.cc:187:62: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'class grpc_event_engine::experimental::EventEngine::ResolvedAddress'; use assignment or value-initialization instead [-Wclass-memaccess]
Step #0 - "build":   187 |     memset(resolved_addr6_out, 0, sizeof(*resolved_addr6_out));
Step #0 - "build":       |                                                              ^
Step #0 - "build": In file included from external/com_github_grpc_grpc/src/core/lib/event_engine/tcp_socket_utils.h:24,
Step #0 - "build":                  from external/com_github_grpc_grpc/src/core/lib/event_engine/tcp_socket_utils.cc:16:
Step #0 - "build": external/com_github_grpc_grpc/include/grpc/event_engine/event_engine.h:147:9: note: 'class grpc_event_engine::experimental::EventEngine::ResolvedAddress' declared here
Step #0 - "build":   147 |   class ResolvedAddress {
Step #0 - "build":       |         ^~~~~~~~~~~~~~~
Step #0 - "build": [2,052 / 4,218] Compiling proto/forwarding/forwarding_notification.grpc.pb.cc; 1s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": INFO: From Compiling src/core/lib/resource_quota/memory_quota.cc:
Step #0 - "build": In file included from external/com_github_grpc_grpc/src/core/lib/resource_quota/memory_quota.cc:33:
Step #0 - "build": external/com_github_grpc_grpc/src/core/lib/promise/loop.h:124:31: warning: attribute ignored in declaration of 'union grpc_core::promise_detail::Loop<F>::<unnamed>' [-Wattributes]
Step #0 - "build":   124 |   GPR_NO_UNIQUE_ADDRESS union {
Step #0 - "build":       |                               ^
Step #0 - "build": external/com_github_grpc_grpc/src/core/lib/promise/loop.h:124:31: note: attribute for 'union grpc_core::promise_detail::Loop<F>::<unnamed>' must follow the 'union' keyword
Step #0 - "build": In file included from external/com_github_grpc_grpc/src/core/lib/resource_quota/memory_quota.cc:15:
Step #0 - "build": external/com_github_grpc_grpc/src/core/lib/resource_quota/memory_quota.cc: In member function 'void grpc_core::BasicMemoryQuota::Take(grpc_core::GrpcMemoryAllocatorImpl*, size_t)':
Step #0 - "build": external/com_github_grpc_grpc/src/core/lib/resource_quota/memory_quota.cc:398:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare]
Step #0 - "build":   398 |   GPR_DEBUG_ASSERT(amount <= std::numeric_limits<intptr_t>::max());
Step #0 - "build":       |                    ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Step #0 - "build": [2,125 / 4,218] Compiling proto/forwarding/forwarding_notification.grpc.pb.cc; 2s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": INFO: From Compiling src/core/ext/transport/chttp2/transport/flow_control.cc:
Step #0 - "build": In file included from external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/flow_control.cc:21:
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/flow_control.h:78:28: warning: 'warn_unused_result' attribute only applies to function types [-Wattributes]
Step #0 - "build":    78 | class GRPC_MUST_USE_RESULT FlowControlAction {
Step #0 - "build":       |                            ^~~~~~~~~~~~~~~~~
Step #0 - "build": [2,220 / 4,218] Compiling proto/forwarding/forwarding_operation.grpc.pb.cc; 0s remote-cache, linux-sandbox ... (16 actions, 2 running)
Step #0 - "build": [2,315 / 4,218] Compiling proto/forwarding/forwarding_operation.grpc.pb.cc; 1s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [2,410 / 4,218] Compiling proto/forwarding/forwarding_operation.grpc.pb.cc; 2s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [2,483 / 4,218] Compiling proto/forwarding/forwarding_operation.grpc.pb.cc; 3s remote-cache, linux-sandbox ... (17 actions, 2 running)
Step #0 - "build": [2,566 / 4,218] GoCompilePkg proto/forwarding/forwarding_go_proto.a; 0s remote-cache, linux-sandbox ... (20 actions, 8 running)
Step #0 - "build": [2,638 / 4,218] Compiling proto/forwarding/forwarding_packetsink.grpc.pb.cc; 1s remote-cache, linux-sandbox ... (19 actions, 6 running)
Step #0 - "build": INFO: From Compiling src/core/ext/transport/chttp2/transport/hpack_parser.cc:
Step #0 - "build": In file included from external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:44:
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h: In instantiation of 'void grpc_core::HuffDecoder<F>::Done0() [with F = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:237:9:   required from 'bool grpc_core::HuffDecoder<F>::Run() [with F = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:396:56:   required from 'static bool grpc_core::HPackParser::String::ParseHuff(grpc_core::HPackParser::Input*, uint32_t, Out) [with Out = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>; uint32_t = unsigned int]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:318:71:   required from here
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:338:52: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Step #0 - "build":   338 |         ok_ = (buffer_ & ((1 << buffer_len_) - 1)) == (1 << buffer_len_) - 1;
Step #0 - "build":       |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h: In instantiation of 'void grpc_core::HuffDecoder<F>::Done0() [with F = grpc_core::HPackParser::String::ParseBinary(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:237:9:   required from 'bool grpc_core::HuffDecoder<F>::Run() [with F = grpc_core::HPackParser::String::ParseBinary(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:396:56:   required from 'static bool grpc_core::HPackParser::String::ParseHuff(grpc_core::HPackParser::Input*, uint32_t, Out) [with Out = grpc_core::HPackParser::String::ParseBinary(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>; uint32_t = unsigned int]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:361:12:   required from here
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:338:52: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h: In instantiation of 'void grpc_core::HuffDecoder<F>::Done2() [with F = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:379:7:   required from 'void grpc_core::HuffDecoder<F>::DecodeStep1() [with F = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:251:11:   required from 'bool grpc_core::HuffDecoder<F>::Run() [with F = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:396:56:   required from 'static bool grpc_core::HPackParser::String::ParseHuff(grpc_core::HPackParser::Input*, uint32_t, Out) [with Out = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>; uint32_t = unsigned int]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:318:71:   required from here
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:491:52: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Step #0 - "build":   491 |         ok_ = (buffer_ & ((1 << buffer_len_) - 1)) == (1 << buffer_len_) - 1;
Step #0 - "build":       |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h: In instantiation of 'void grpc_core::HuffDecoder<F>::Done2() [with F = grpc_core::HPackParser::String::ParseBinary(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:379:7:   required from 'void grpc_core::HuffDecoder<F>::DecodeStep1() [with F = grpc_core::HPackParser::String::ParseBinary(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:251:11:   required from 'bool grpc_core::HuffDecoder<F>::Run() [with F = grpc_core::HPackParser::String::ParseBinary(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:396:56:   required from 'static bool grpc_core::HPackParser::String::ParseHuff(grpc_core::HPackParser::Input*, uint32_t, Out) [with Out = grpc_core::HPackParser::String::ParseBinary(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>; uint32_t = unsigned int]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:361:12:   required from here
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:491:52: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h: In instantiation of 'void grpc_core::HuffDecoder<F>::Done3() [with F = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:501:7:   required from 'void grpc_core::HuffDecoder<F>::DecodeStep2() [with F = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:389:9:   required from 'void grpc_core::HuffDecoder<F>::DecodeStep1() [with F = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/decode_huff.h:251:11:   required from 'bool grpc_core::HuffDecoder<F>::Run() [with F = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:396:56:   required from 'static bool grpc_core::HPackParser::String::ParseHuff(grpc_core::HPackParser::Input*, uint32_t, Out) [with Out = grpc_core::HPackParser::String::Parse(grpc_core::HPackParser::Input*)::<lambda(uint8_t)>; uint32_t = unsigned int]'
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/chttp2/transport/hpack_parser.cc:318:71:   required from here
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/cht
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds;region=us-central1/d4f43da5-e1f9-4d84-bb7b-e0ca07fac19a?project=1017650716852.]
...
ild": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc:134:29: warning: format not a string literal and no format arguments [-Wformat-security]
Step #0 - "build":   134 |   gpr_log(GPR_INFO, __func__);
Step #0 - "build":       |                             ^
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc: In function 'void perform_transport_op(grpc_transport*, grpc_transport_op*)':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc:641:29: warning: format not a string literal and no format arguments [-Wformat-security]
Step #0 - "build":   641 |   gpr_log(GPR_INFO, __func__);
Step #0 - "build":       |                             ^
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc: In function 'void destroy_stream(grpc_transport*, grpc_stream*, grpc_closure*)':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc:664:29: warning: format not a string literal and no format arguments [-Wformat-security]
Step #0 - "build":   664 |   gpr_log(GPR_INFO, __func__);
Step #0 - "build":       |                             ^
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc: In function 'void destroy_transport(grpc_transport*)':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc:683:29: warning: format not a string literal and no format arguments [-Wformat-security]
Step #0 - "build":   683 |   gpr_log(GPR_INFO, __func__);
Step #0 - "build":       |                             ^
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc: In function 'grpc_endpoint* get_endpoint(grpc_transport*)':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc:691:29: warning: format not a string literal and no format arguments [-Wformat-security]
Step #0 - "build":   691 |   gpr_log(GPR_INFO, __func__);
Step #0 - "build":       |                             ^
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc: In constructor 'grpc_binder_transport::grpc_binder_transport(std::unique_ptr<grpc_binder::Binder>, bool, std::shared_ptr<grpc::experimental::binder::SecurityPolicy>)':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc:720:29: warning: format not a string literal and no format arguments [-Wformat-security]
Step #0 - "build":   720 |   gpr_log(GPR_INFO, __func__);
Step #0 - "build":       |                             ^
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc: In function 'grpc_transport* grpc_create_binder_transport_client(std::unique_ptr<grpc_binder::Binder>, std::shared_ptr<grpc::experimental::binder::SecurityPolicy>)':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc:750:29: warning: format not a string literal and no format arguments [-Wformat-security]
Step #0 - "build":   750 |   gpr_log(GPR_INFO, __func__);
Step #0 - "build":       |                             ^
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc: In function 'grpc_transport* grpc_create_binder_transport_server(std::unique_ptr<grpc_binder::Binder>, std::shared_ptr<grpc::experimental::binder::SecurityPolicy>)':
Step #0 - "build": external/com_github_grpc_grpc/src/core/ext/transport/binder/transport/binder_transport.cc:765:29: warning: format not a string literal and no format arguments [-Wformat-security]
Step #0 - "build":   765 |   gpr_log(GPR_INFO, __func__);
Step #0 - "build":       |                             ^
Step #0 - "build": [3,977 / 4,218] GoLink dataplane/forwarding/infra/fwdflowcounter/fwdflowcounter_test_/fwdflowcounter_test; 0s remote-cache, linux-sandbox ... (20 actions, 10 running)
Step #0 - "build": [4,008 / 4,218] GoCompilePkg gnmi/oc/interfaces/interfaces.a; Downloading gnmi/oc/interfaces/interfaces.a, 52.9 MiB / 68.0 MiB; 1s remote-cache ... (18 actions, 6 running)
Step #0 - "build": [4,023 / 4,218] GoCompilePkg gnmi/oc/system/system.a; Downloading gnmi/oc/system/system.a, 38.8 MiB / 51.9 MiB; 2s remote-cache ... (21 actions, 10 running)
Step #0 - "build": [4,029 / 4,218] GoCompilePkg gnmi/oc/system/system.a; 3s remote-cache ... (21 actions, 10 running)
Step #0 - "build": [4,035 / 4,218] GoCompilePkg external/com_github_openconfig_ondatra/gnmi/oc/system/system.a; Downloading external/com_github_openconfig_ondatra/gnmi/oc/system/system.a, 69.8 MiB / 77.9 MiB; 4s remote-cache ... (18 actions, 4 running)
Step #0 - "build": [4,044 / 4,218] GoCompilePkg external/com_github_openconfig_ondatra/gnmi/oc/interfaces/interfaces.a; Downloading external/com_github_openconfig_ondatra/gnmi/oc/interfaces/interfaces.a, 53.8 MiB / 69.3 MiB; 4s remote-cache ... (17 actions, 2 running)
Step #0 - "build": [4,049 / 4,218] GoCompilePkg external/com_github_openconfig_ondatra/gnmi/oc/interfaces/interfaces.a; Downloading external/com_github_openconfig_ondatra/gnmi/oc/interfaces/interfaces.a, 65.8 MiB / 69.3 MiB; 5s remote-cache ... (18 actions, 4 running)
Step #0 - "build": [4,059 / 4,218] Linking dataplane/standalone/libsai.so; Downloading dataplane/standalone/libsai.so, 68.3 MiB / 102.5 MiB; 5s remote-cache ... (16 actions, 6 running)
Step #0 - "build": [4,065 / 4,218] Linking dataplane/standalone/libsai.so; Downloading dataplane/standalone/libsai.so, 89.3 MiB / 102.5 MiB; 6s remote-cache ... (15 actions, 4 running)
Step #0 - "build": [4,073 / 4,218] Linking dataplane/standalone/libsai.so; 7s remote-cache ... (17 actions, 10 running)
Step #0 - "build": [4,080 / 4,218] GoCompilePkg gnmi/oc/netinstbgp/netinstbgp.a; Downloading gnmi/oc/netinstbgp/netinstbgp.a, 134.6 MiB / 235.5 MiB; 8s remote-cache ... (15 actions, 9 running)
Step #0 - "build": [4,085 / 4,218] GoCompilePkg gnmi/oc/netinstbgp/netinstbgp.a; Downloading gnmi/oc/netinstbgp/netinstbgp.a, 164.5 MiB / 235.5 MiB; 9s remote-cache ... (10 actions, 4 running)
Step #0 - "build": [4,088 / 4,218] GoCompilePkg gnmi/oc/netinstbgp/netinstbgp.a; Downloading gnmi/oc/netinstbgp/netinstbgp.a, 207.5 MiB / 235.5 MiB; 11s remote-cache ... (8 actions, 4 running)
Step #0 - "build": [4,093 / 4,218] GoCompilePkg external/com_github_openconfig_ondatra/gnmi/oc/netinstbgp/netinstbgp.a; 10s remote-cache ... (4 actions, 2 running)
Step #0 - "build": [4,095 / 4,218] GoCompilePkg gnmi/oc/networkinstance/networkinstance.a; Downloading gnmi/oc/networkinstance/networkinstance.a, 68.8 MiB / 306.5 MiB; 1s remote-cache ... (4 actions, 2 running)
Step #0 - "build": [4,095 / 4,218] GoCompilePkg gnmi/oc/networkinstance/networkinstance.a; Downloading gnmi/oc/networkinstance/networkinstance.a, 208.1 MiB / 306.5 MiB; 3s remote-cache ... (4 actions, 2 running)
Step #0 - "build": [4,095 / 4,218] GoCompilePkg gnmi/oc/networkinstance/networkinstance.a; Downloading gnmi/oc/networkinstance/networkinstance.a, 257.0 MiB / 306.5 MiB; 4s remote-cache ... (4 actions, 2 running)
Step #0 - "build": [4,097 / 4,218] GoCompilePkg gnmi/oc/networkinstance/networkinstance.a; 5s remote-cache ... (5 actions, 3 running)
Step #0 - "build": [4,100 / 4,218] OCI Tarball //dataplane/standalone/lucius:image-tar; 1s remote-cache, linux-sandbox ... (4 actions, 2 running)
Step #0 - "build": [4,102 / 4,218] GoCompilePkg external/com_github_openconfig_ondatra/gnmi/oc/ocpath/ocpath.a; 1s remote-cache ... (7 actions, 0 running)
Step #0 - "build": [4,105 / 4,218] GoCompilePkg gnmi/fakedevice/fakedevice.a; Downloading gnmi/fakedevice/fakedevice.a, 30.9 MiB / 63.5 MiB; 1s remote-cache ... (6 actions, 0 running)
Step #0 - "build": [4,108 / 4,218] GoCompilePkg gnmi/fakedevice/fakedevice.a; 2s remote-cache ... (5 actions, 0 running)
Step #0 - "build": [4,120 / 4,218] GoCompilePkg bgp/bgp_test.internal.a; Downloading bgp/bgp_test.internal.a, 36.9 MiB / 64.2 MiB; 1s remote-cache ... (9 actions, 2 running)
Step #0 - "build": [4,124 / 4,218] GoCompilePkg bgp/bgp_test.internal.a; 2s remote-cache ... (7 actions, 2 running)
Step #0 - "build": [4,133 / 4,218] GoCompilePkg dataplane/dplanerc/dplanerc.a; 3s remote-cache, linux-sandbox ... (6 actions, 2 running)
Step #0 - "build": [4,138 / 4,218] [Prepa] GoCompilePkg sysrib/sysrib_test.internal.a
Step #0 - "build": [4,139 / 4,218] GoCompilePkg sysrib/sysrib_test.internal.a; 1s remote-cache, linux-sandbox ... (4 actions running)
Step #0 - "build": [4,139 / 4,218] GoCompilePkg sysrib/sysrib_test.internal.a; 5s remote-cache, linux-sandbox ... (4 actions running)
Step #0 - "build": [4,142 / 4,218] GoCompilePkg lemming.a; 0s remote-cache, linux-sandbox ... (5 actions, 4 running)
Step #0 - "build": [4,146 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 0s remote-cache, linux-sandbox ... (11 actions, 10 running)
Step #0 - "build": [4,150 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 2s remote-cache, linux-sandbox ... (10 actions running)
Step #0 - "build": [4,160 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 3s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,160 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 4s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,166 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 5s remote-cache, linux-sandbox ... (31 actions, 30 running)
Step #0 - "build": [4,169 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 7s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,170 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 8s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,171 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 9s remote-cache, linux-sandbox ... (31 actions, 30 running)
Step #0 - "build": [4,171 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 10s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,171 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 12s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,171 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 14s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,172 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 15s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,173 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 16s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,174 / 4,218] GoLink sysrib/sysrib_test_/sysrib_test; 17s remote-cache, linux-sandbox ... (31 actions, 30 running)
Step #0 - "build": [4,180 / 4,218] GoLink cmd/lemming/lemming_/lemming; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
Step #0 - "build": [4,184 / 4,218] GoLink cmd/lemming/lemming_/lemming; 19s remote-cache, linux-sandbox ... (31 actions running)
Step #0 - "build": [4,191 / 4,218] GoCompilePkgExternal integration_tests/onedut_oneotg_tests/static_route_test/static_route_test_test_test.external.a; 18s remote-cache, linux-sandbox ... (31 actions, 30 running)
Step #0 - "build": [4,192 / 4,218] GoCompilePkgExternal integration_tests/onedut_oneotg_tests/static_route_test/static_route_test_test_test.external.a; 19s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,192 / 4,218] GoCompilePkgExternal integration_tests/onedut_oneotg_tests/static_route_test/static_route_test_test_test.external.a; 21s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,192 / 4,218] GoCompilePkgExternal integration_tests/onedut_oneotg_tests/static_route_test/static_route_test_test_test.external.a; 23s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,193 / 4,218] GoCompilePkgExternal integration_tests/onedut_oneotg_tests/static_route_test/static_route_test_test_test.external.a; 24s remote-cache, linux-sandbox ... (31 actions, 30 running)
Step #0 - "build": [4,194 / 4,218] GoLink integration_tests/dataplane/tunnel/tunnel_test_/tunnel_test; 23s remote-cache, linux-sandbox ... (31 actions, 30 running)
Step #0 - "build": [4,195 / 4,218] GoLink integration_tests/dataplane/tunnel/tunnel_test_/tunnel_test; 24s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,197 / 4,218] GoLink integration_tests/dataplane/tunnel/tunnel_test_/tunnel_test; 25s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,198 / 4,218] GoLink integration_tests/dataplane/tunnel/tunnel_test_/tunnel_test; 27s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,199 / 4,218] GoLink integration_tests/dataplane/tunnel/tunnel_test_/tunnel_test; 29s remote-cache, linux-sandbox ... (31 actions, 30 running)
Step #0 - "build": [4,199 / 4,218] GoLink integration_tests/dataplane/tunnel/tunnel_test_/tunnel_test; 30s remote-cache, linux-sandbox ... (32 actions running)
Step #0 - "build": [4,201 / 4,218] GoLink integration_tests/dataplane/mymac/mymac_test_/mymac_test; 31s remote-cache, linux-sandbox ... (29 actions, 28 running)
Step #0 - "build": [4,205 / 4,218] GoLink integration_tests/dut_policy_tests/prefix_set/prefix_set_test_/prefix_set_test; 30s remote-cache, linux-sandbox ... (26 actions running)
Step #0 - "build": [4,208 / 4,218] GoLink integration_tests/onedut_tests/system_test/system_test_test_/system_test_test; 22s remote-cache, linux-sandbox ... (20 actions running)
Step #0 - "build": [4,208 / 4,218] GoLink integration_tests/onedut_tests/system_test/system_test_test_/system_test_test; 23s remote-cache, linux-sandbox ... (20 actions running)
Step #0 - "build": [4,210 / 4,218] GoLink integration_tests/twodut_tests/bgp_establish/bgp_establish_test_/bgp_establish_test; 24s remote-cache, linux-sandbox ... (16 actions running)
Step #0 - "build": [4,213 / 4,218] GoLink integration_tests/onedut_tests/complete_chassis_reboot/complete_chassis_reboot_test_/complete_chassis_reboot_test; 24s remote-cache, linux-sandbox ... (10 actions running)
Step #0 - "build": [4,213 / 4,218] GoLink integration_tests/onedut_tests/complete_chassis_reboot/complete_chassis_reboot_test_/complete_chassis_reboot_test; 26s remote-cache, linux-sandbox ... (10 actions running)
Step #0 - "build": [4,213 / 4,218] GoLink integration_tests/onedut_tests/complete_chassis_reboot/complete_chassis_reboot_test_/complete_chassis_reboot_test; 27s remote-cache, linux-sandbox ... (10 actions running)
Step #0 - "build": [4,216 / 4,218] GoLink integration_tests/onedut_oneotg_tests/static_route_test/static_route_test_test_/static_route_test_test; 20s remote-cache, linux-sandbox ... (4 actions running)
Step #0 - "build": [4,216 / 4,218] GoLink integration_tests/onedut_oneotg_tests/static_route_test/static_route_test_test_/static_route_test_test; 21s remote-cache, linux-sandbox ... (4 actions running)
Step #0 - "build": INFO: Elapsed time: 187.016s, Critical Path: 98.39s
Step #0 - "build": INFO: 4218 processes: 3744 remote cache hit, 254 internal, 218 linux-sandbox, 2 local.
Step #0 - "build": INFO: Build completed successfully, 4218 total actions
Finished Step #0 - "build"
Starting Step #1 - "test"
Step #1 - "test": Already have image (with digest): gcr.io/cloud-builders/bazel
Step #1 - "test":   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #1 - "test":                                  Dload  Upload   Total   Spent    Left  Speed
Step #1 - "test": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Step #1 - "test": 
100 5068k  100 5068k    0     0  13.9M      0 --:--:-- --:--:-- --:--:-- 13.9M
Step #1 - "test": Get:1 http://storage.googleapis.com/bazel-apt stable InRelease [2265 B]
Step #1 - "test": Get:2 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
Step #1 - "test": Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
Step #1 - "test": Get:4 http://storage.googleapis.com/bazel-apt stable/jdk1.8 amd64 Packages [14.1 kB]
Step #1 - "test": Get:5 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Step #1 - "test": Get:6 https://download.docker.com/linux/ubuntu focal/edge amd64 Packages [3343 B]
Step #1 - "test": Get:7 https://download.docker.com/linux/ubuntu focal/stable amd64 Packages [61.9 kB]
Step #1 - "test": Get:8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1276 kB]
Step #1 - "test": Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4111 kB]
Step #1 - "test": Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4090 kB]
Step #1 - "test": Get:11 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [24.6 kB]
Step #1 - "test": Get:12 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB]
Step #1 - "test": Get:13 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
Step #1 - "test": Get:14 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
Step #1 - "test": Get:15 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main amd64 Packages [3180 B]
Step #1 - "test": Get:16 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
Step #1 - "test": Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
Step #1 - "test": Get:18 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
Step #1 - "test": Get:19 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
Step #1 - "test": Get:20 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1566 kB]
Step #1 - "test": Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4570 kB]
Step #1 - "test": Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.5 kB]
Step #1 - "test": Get:23 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4289 kB]
Step #1 - "test": Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
Step #1 - "test": Get:25 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
Step #1 - "test": Fetched 33.7 MB in 3s (9931 kB/s)
Step #1 - "test": Reading package lists...
Step #1 - "test": Reading package lists...
Step #1 - "test": Building dependency tree...
Step #1 - "test": Reading state information...
Step #1 - "test": The following additional packages will be installed:
Step #1 - "test":   libnl-3-200 libnl-genl-3-200 libpcap0.8 libpcap0.8-dev
Step #1 - "test": The following NEW packages will be installed:
Step #1 - "test":   libnl-3-200 libnl-3-dev libnl-genl-3-200 libnl-genl-3-dev libpcap-dev
Step #1 - "test":   libpcap0.8 libpcap0.8-dev
Step #1 - "test": 0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.
Step #1 - "test": Need to get 545 kB of archives.
Step #1 - "test": After this operation, 2136 kB of additional disk space will be used.
Step #1 - "test": Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcap0.8 amd64 1.9.1-3ubuntu1.20.04.1 [128 kB]
Step #1 - "test": Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-200 amd64 3.4.0-1ubuntu0.1 [54.4 kB]
Step #1 - "test": Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-dev amd64 3.4.0-1ubuntu0.1 [92.9 kB]
Step #1 - "test": Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-genl-3-200 amd64 3.4.0-1ubuntu0.1 [11.2 kB]
Step #1 - "test": Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-genl-3-dev amd64 3.4.0-1ubuntu0.1 [10.8 kB]
Step #1 - "test": Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcap0.8-dev amd64 1.9.1-3ubuntu1.20.04.1 [244 kB]
Step #1 - "test": Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcap-dev amd64 1.9.1-3ubuntu1.20.04.1 [3492 B]
Step #1 - "test": debconf: delaying package configuration, since apt-utils is not installed
Step #1 - "test": Fetched 545 kB in 1s (563 kB/s)
Step #1 - "test": Selecting previously unselected package libpcap0.8:amd64.
Step #1 - "test": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 37327 files and directories currently installed.)
Step #1 - "test": Preparing to unpack .../0-libpcap0.8_1.9.1-3ubuntu1.20.04.1_amd64.deb ...
Step #1 - "test": Unpacking libpcap0.8:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #1 - "test": Selecting previously unselected package libnl-3-200:amd64.
Step #1 - "test": Preparing to unpack .../1-libnl-3-200_3.4.0-1ubuntu0.1_amd64.deb ...
Step #1 - "test": Unpacking libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
Step #1 - "test": Selecting previously unselected package libnl-3-dev:amd64.
Step #1 - "test": Preparing to unpack .../2-libnl-3-dev_3.4.0-1ubuntu0.1_amd64.deb ...
Step #1 - "test": Unpacking libnl-3-dev:amd64 (3.4.0-1ubuntu0.1) ...
Step #1 - "test": Selecting previously unselected package libnl-genl-3-200:amd64.
Step #1 - "test": Preparing to unpack .../3-libnl-genl-3-200_3.4.0-1ubuntu0.1_amd64.deb ...
Step #1 - "test": Unpacking libnl-genl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
Step #1 - "test": Selecting previously unselected package libnl-genl-3-dev:amd64.
Step #1 - "test": Preparing to unpack .../4-libnl-genl-3-dev_3.4.0-1ubuntu0.1_amd64.deb ...
Step #1 - "test": Unpacking libnl-genl-3-dev:amd64 (3.4.0-1ubuntu0.1) ...
Step #1 - "test": Selecting previously unselected package libpcap0.8-dev:amd64.
Step #1 - "test": Preparing to unpack .../5-libpcap0.8-dev_1.9.1-3ubuntu1.20.04.1_amd64.deb ...
Step #1 - "test": Unpacking libpcap0.8-dev:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #1 - "test": Selecting previously unselected package libpcap-dev:amd64.
Step #1 - "test": Preparing to unpack .../6-libpcap-dev_1.9.1-3ubuntu1.20.04.1_amd64.deb ...
Step #1 - "test": Unpacking libpcap-dev:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #1 - "test": Setting up libpcap0.8:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #1 - "test": Setting up libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
Step #1 - "test": Setting up libpcap0.8-dev:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #1 - "test": Setting up libnl-3-dev:amd64 (3.4.0-1ubuntu0.1) ...
Step #1 - "test": Setting up libnl-genl-3-200:amd64 (3.4.0-1ubuntu0.1) ...
Step #1 - "test": Setting up libpcap-dev:amd64 (1.9.1-3ubuntu1.20.04.1) ...
Step #1 - "test": Setting up libnl-genl-3-dev:amd64 (3.4.0-1ubuntu0.1) ...
Step #1 - "test": Processing triggers for libc-bin (2.31-0ubuntu9.16) ...
Step #1 - "test": Starting local Bazel server and connecting to it...
Step #1 - "test":  checking cached actions
Step #1 - "test":  checking cached actions
Step #1 - "test": Loading: 0 packages loaded
Step #1 - "test": Loading: 149 packages loaded
Step #1 - "test": INFO: Invocation ID: 56cb52f7-bd42-4ccd-8d63-b89af4b837f0
Step #1 - "test": Loading: 
Step #1 - "test": Loading: 
Step #1 - "test": Loading: 0 packages loaded
Step #1 - "test": Analyzing: 39 targets (0 packages loaded, 0 targets configured)
Step #1 - "test": Analyzing: 39 targets (60 packages loaded, 748 targets configured)
Step #1 - "test": Analyzing: 39 targets (147 packages loaded, 11263 targets configured)
Step #1 - "test": Analyzing: 39 targets (686 packages loaded, 14706 targets configured)
Step #1 - "test": Analyzing: 39 targets (1004 packages loaded, 18738 targets configured)
Step #1 - "test": INFO: Analyzed 39 targets (1081 packages loaded, 19624 targets configured).
Step #1 - "test": INFO: Found 39 test targets...
Step #1 - "test": [0 / 285] [Prepa] BazelWorkspaceStatusAction stable-status.txt
Step #1 - "test": [727 / 1,741] [Prepa] Testing //dataplane/forwarding/util/stats:stats_test
Step #1 - "test": [1,472 / 1,751] 1 / 39 tests; Testing //dataplane/forwarding/util/stats:stats_test; 0s remote-cache ... (14 actions, 6 running)
Step #1 - "test": [1,663 / 1,767] 22 / 39 tests; Testing //dataplane/forwarding/fwdport/ports:ports_test; 0s remote-cache, linux-sandbox ... (12 actions running)
Step #1 - "test": [1,706 / 1,769] 29 / 39 tests; checking cached actions
Step #1 - "test": [1,732 / 1,770] 29 / 39 tests; [Prepa] Testing //dataplane/protocol/lldp:lldp_test
Step #1 - "test": [1,770 / 1,775] 34 / 39 tests; Testing //sysrib:sysrib_test; 0s remote-cache
Step #1 - "test": [1,774 / 1,779] 34 / 39 tests; Testing //sysrib:sysrib_test; 1s remote-cache, linux-sandbox ... (10 actions running)
Step #1 - "test": [1,774 / 1,779] 35 / 39 tests; Testing //sysrib:sysrib_test; 8s remote-cache, linux-sandbox ... (10 actions running)
Step #1 - "test": [1,776 / 1,779] 36 / 39 tests; Testing //sysrib:sysrib_test; 10s remote-cache, linux-sandbox ... (6 actions running)
Step #1 - "test": [1,777 / 1,779] 37 / 39 tests; Testing //sysrib:sysrib_test; 12s remote-cache, linux-sandbox ... (4 actions running)
Step #1 - "test": [1,777 / 1,779] 37 / 39 tests; Testing //sysrib:sysrib_test; 22s remote-cache, linux-sandbox ... (4 actions running)
Step #1 - "test": [1,777 / 1,779] 37 / 39 tests; Testing //sysrib:sysrib_test; 25s remote-cache, linux-sandbox ... (4 actions running)
Step #1 - "test": [1,778 / 1,779] 38 / 39 tests; Testing //sysrib:sysrib_test; 26s remote-cache, linux-sandbox
Step #1 - "test": [1,778 / 1,779] 38 / 39 tests; Testing //sysrib:sysrib_test; 36s remote-cache, linux-sandbox
Step #1 - "test": [1,778 / 1,779] 38 / 39 tests; Testing //sysrib:sysrib_test; 66s remote-cache, linux-sandbox
Step #1 - "test": [1,778 / 1,779] 38 / 39 tests; Testing //sysrib:sysrib_test; 126s remote-cache, linux-sandbox
Step #1 - "test": [1,778 / 1,779] 38 / 39 tests; Testing //sysrib:sysrib_test; 155s remote-cache, linux-sandbox
Step #1 - "test": INFO: Elapsed time: 168.494s, Critical Path: 160.51s
Step #1 - "test": INFO: 40 processes: 19 remote cache hit, 1 internal, 20 linux-sandbox.
Step #1 - "test": INFO: Build completed successfully, 40 total actions
Step #1 - "test": //bgp:bgp_test                                                  (cached) PASSED in 1.1s
Step #1 - "test": //dataplane/apigen/protogen:protogen_test                       (cached) PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/util/frame:frame_test                    (cached) PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/util/hash/crc16:crc16_test               (cached) PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/util/hash/csum16:csum16_test             (cached) PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/util/queue:queue_test                    (cached) PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/util/stats:stats_test                    (cached) PASSED in 0.1s
Step #1 - "test": //dataplane/kernel/kerneltest:kerneltest_test                   (cached) PASSED in 0.1s
Step #1 - "test": //dataplane/luciusctl/sai:sai_test                              (cached) PASSED in 0.1s
Step #1 - "test": //dataplane/protocol:protocol_test                              (cached) PASSED in 0.2s
Step #1 - "test": //dataplane/protocol/lldp:lldp_test                             (cached) PASSED in 1.0s
Step #1 - "test": //dataplane/saiserver/attrmgr:attrmgr_test                      (cached) PASSED in 0.1s
Step #1 - "test": //dataplane/standalone/pkthandler/pktiohandler:pktiohandler_test (cached) PASSED in 0.1s
Step #1 - "test": //gnmi:gnmi_test                                                (cached) PASSED in 22.4s
Step #1 - "test": //gnmi/reconciler:reconciler_test                               (cached) PASSED in 1.0s
Step #1 - "test": //gnoi:gnoi_test                                                (cached) PASSED in 5.0s
Step #1 - "test": //gnsi/acltrie:acltrie_test                                     (cached) PASSED in 0.1s
Step #1 - "test": //gnsi/pathz:pathz_test                                         (cached) PASSED in 0.1s
Step #1 - "test": //operator/controllers:controllers_test                         (cached) PASSED in 0.5s
Step #1 - "test": //:lemming_test                                                          PASSED in 8.8s
Step #1 - "test": //dataplane/forwarding/fwdaction:fwdaction_test                          PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/fwdaction/actions:actions_test                    PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/fwdport:fwdport_test                              PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/fwdport/ports:ports_test                          PASSED in 0.5s
Step #1 - "test": //dataplane/forwarding/fwdtable:fwdtable_test                            PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/fwdtable/bridge:bridge_test                       PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/fwdtable/exact:exact_test                         PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/fwdtable/flow:flow_test                           PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/fwdtable/prefix:prefix_test                       PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/infra/fwdflowcounter:fwdflowcounter_test          PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/infra/fwdobject:fwdobject_test                    PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/infra/fwdpacket:fwdpacket_test                    PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/infra/fwdset:fwdset_test                          PASSED in 0.1s
Step #1 - "test": //dataplane/forwarding/protocol/packet:packet_test                       PASSED in 0.1s
Step #1 - "test": //dataplane/saiserver:saiserver_test                                     PASSED in 0.3s
Step #1 - "test": //integration_tests/dataplane/basictraffic:basictraffic_test             PASSED in 8.0s
Step #1 - "test": //integration_tests/dataplane/mymac:mymac_test                           PASSED in 24.4s
Step #1 - "test": //integration_tests/dataplane/tunnel:tunnel_test                         PASSED in 10.0s
Step #1 - "test": //sysrib:sysrib_test                                                     PASSED in 154.8s
Step #1 - "test": 
Step #1 - "test": Executed 20 out of 39 tests: 39 tests pass.
Step #1 - "test": There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
Finished Step #1 - "test"
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds;region=us-central1/d4f43da5-e1f9-4d84-bb7b-e0ca07fac19a?project=1017650716852