>>> Building on sparc64-2c under devel/bazel BDEPENDS = [devel/jdk/11;archivers/zip;shells/bash;lang/gcc/8,-c++;archivers/unzip;lang/gcc/8,-libs;lang/gcc/8;lang/python/3] DIST = [devel/bazel:bazel-6.3.2-dist.zip;devel/bazel:abseil-abseil-cpp-20230802.1.tar.gz] FULLPKGNAME = bazel-6.3.2p1 RDEPENDS = [lang/python/3;lang/gcc/8,-libs;devel/jdk/11] (Junk lock obtained for sparc64-2c at 1721925523.85) >>> Running depends in devel/bazel at 1721925523.95 last junk was in security/py-axolotl-curve25519,python3 /usr/sbin/pkg_add -aI -Drepair bash-5.2.26 jdk-11.0.23.9.2v0 zip-3.0p2 was: /usr/sbin/pkg_add -aI -Drepair bash-5.2.26 g++-8.4.0p23 gcc-8.4.0p22 gcc-libs-8.4.0p22 jdk-11.0.23.9.2v0 python-3.11.9p3 unzip-6.0p17 zip-3.0p2 /usr/sbin/pkg_add -aI -Drepair bash-5.2.26 jdk-11.0.23.9.2v0 zip-3.0p2 New and changed readme(s): /usr/local/share/doc/pkg-readmes/jdk-11 --- +jdk-11.0.23.9.2v0 ------------------- You may wish to add /usr/local/jdk-11/man to /etc/man.conf >>> Running show-prepare-results in devel/bazel at 1721925588.24 ===> devel/bazel ===> Building from scratch bazel-6.3.2p1 ===> bazel-6.3.2p1 depends on: zip-* -> zip-3.0p2 ===> bazel-6.3.2p1 depends on: bash-* -> bash-5.2.26 ===> bazel-6.3.2p1 depends on: jdk->=11v0,<12v0 -> jdk-11.0.23.9.2v0 ===> bazel-6.3.2p1 depends on: python->=3.11,<3.12 -> python-3.11.9p3 ===> bazel-6.3.2p1 depends on: gcc->=8,<9 -> gcc-8.4.0p22 ===> bazel-6.3.2p1 depends on: g++->=8,<9 -> g++-8.4.0p23 ===> bazel-6.3.2p1 depends on: unzip-* -> unzip-6.0p17 ===> bazel-6.3.2p1 depends on: gcc-libs->=8,<9 -> gcc-libs-8.4.0p22 ===> Verifying specs: estdc++>=17 pthread c m estdc++>=19 ===> found estdc++.19.0 pthread.27.1 c.100.2 m.10.1 bash-5.2.26 g++-8.4.0p23 gcc-8.4.0p22 gcc-libs-8.4.0p22 jdk-11.0.23.9.2v0 python-3.11.9p3 unzip-6.0p17 zip-3.0p2 (Junk lock released for sparc64-2c at 1721925601.40) distfiles size=207818135 >>> Running patch in devel/bazel at 1721925601.51 ===> devel/bazel ===> Checking files for bazel-6.3.2p1 `/usr/ports/distfiles/bazel-6.3.2-dist.zip' is up to date. `/usr/ports/distfiles/abseil-abseil-cpp-20230802.1.tar.gz' is up to date. >> (SHA256) bazel-6.3.2-dist.zip: OK >> (SHA256) abseil-abseil-cpp-20230802.1.tar.gz: OK ===> Extracting for bazel-6.3.2p1 ===> Patching for bazel-6.3.2p1 ===> Applying OpenBSD patch patch-distdir_deps_bzl Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |c-ares fails to build and seems unused, remove it | |abseil is too old, update it | |upb needs a patch to get rid of offsetof warnings | |Index: distdir_deps.bzl |--- distdir_deps.bzl.orig |+++ distdir_deps.bzl -------------------------- Patching file distdir_deps.bzl using Plan A... Hunk #1 succeeded at 196. Hunk #2 succeeded at 208. Hunk #3 succeeded at 221. done ===> Applying OpenBSD patch patch-src_main_java_com_google_devtools_build_lib_actions_ParameterFile_java Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Suppress |java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @1941a8ff | |bazel issue: |https://github.com/bazelbuild/bazel/issues/14548 | |Maybe could use this instead, but it's ultimately an upstream problem. |https://stackoverflow.com/questions/41265266/how-to-solve-inaccessibleobjectexception-unable-to-make-member-accessible-m | |Index: src/main/java/com/google/devtools/build/lib/actions/ParameterFile.java |--- src/main/java/com/google/devtools/build/lib/actions/ParameterFile.java.orig |+++ src/main/java/com/google/devtools/build/lib/actions/ParameterFile.java -------------------------- Patching file src/main/java/com/google/devtools/build/lib/actions/ParameterFile.java using Plan A... Hunk #1 succeeded at 116. Hunk #2 succeeded at 123. done ===> Applying OpenBSD patch patch-third_party_grpc_grpc_1_47_0_patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Remove unused cares with more gusto | |Add a missing include causing grpc to fail building due to missing type definitions. | |Index: third_party/grpc/grpc_1.47.0.patch |--- third_party/grpc/grpc_1.47.0.patch.orig |+++ third_party/grpc/grpc_1.47.0.patch -------------------------- Patching file third_party/grpc/grpc_1.47.0.patch using Plan A... Hunk #1 succeeded at 11. Hunk #2 succeeded at 77. Hunk #3 succeeded at 148. done ===> Applying OpenBSD patch patch-third_party_upb_BUILD Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |upb needs a patch to get rid of offsetof warnings | |Index: third_party/upb/BUILD |--- third_party/upb/BUILD.orig |+++ third_party/upb/BUILD -------------------------- Patching file third_party/upb/BUILD using Plan A... Hunk #1 succeeded at 22. done ===> Applying OpenBSD patch patch-third_party_upb_upb_patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |upb needs a patch to get rid of offsetof warnings | |Index: third_party/upb/upb.patch |--- third_party/upb/upb.patch.orig |+++ third_party/upb/upb.patch -------------------------- (Creating file third_party/upb/upb.patch...) Patching file third_party/upb/upb.patch using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-tools_cpp_bsd_cc_toolchain_config_bzl Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Suppress volumnous complaints about deprecated build-ins in abseil | |abseil needs c++14 | |Index: tools/cpp/bsd_cc_toolchain_config.bzl |--- tools/cpp/bsd_cc_toolchain_config.bzl.orig |+++ tools/cpp/bsd_cc_toolchain_config.bzl -------------------------- Patching file tools/cpp/bsd_cc_toolchain_config.bzl using Plan A... Hunk #1 succeeded at 132. Hunk #2 succeeded at 160. done cp /usr/ports/distfiles/abseil-abseil-cpp-20230802.1.tar.gz /usr/obj/ports/bazel-6.3.2/bazel-6.3.2/derived/distdir/20230802.1.tar.gz mkdir /usr/obj/ports/bazel-6.3.2/bazel-6.3.2/third_party/abseil cp /usr/ports/devel/bazel/files/patch-absl* /usr/obj/ports/bazel-6.3.2/bazel-6.3.2/third_party/abseil ===> Compiler link: gcc -> /usr/local/bin/egcc ===> Compiler link: cc -> /usr/local/bin/egcc ===> Compiler link: c++ -> /usr/local/bin/eg++ ===> Compiler link: g++ -> /usr/local/bin/eg++ >>> Running configure in devel/bazel at 1721925677.89 ===> devel/bazel ===> Generating configure for bazel-6.3.2p1 ===> Configuring for bazel-6.3.2p1 >>> Running build in devel/bazel at 1721925679.87 ===> devel/bazel ===> Building for bazel-6.3.2p1 cd /usr/obj/ports/bazel-6.3.2/bazel-6.3.2 && /usr/bin/env -i VERBOSE=yes JAVA_HOME=/usr/local/jdk-11 CC=cc PYTHONUSERBASE=/usr/obj/ports/bazel-6.3.2 PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool" PATH='/usr/obj/ports/bazel-6.3.2/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/bazel-6.3.2_writes_to_HOME' PICFLAG="-fPIC" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP= MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/obj/ports/bazel-6.3.2/bin/install -c -m 755" BSD_INSTALL_SCRIPT="/usr/obj/ports/bazel-6.3.2/bin/install -c -m 755" BSD_INSTALL_DATA="/usr/obj/ports/bazel-6.3.2/bin/install -c -m 644" BSD_INSTALL_MAN="/usr/obj/ports/bazel-6.3.2/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/usr/obj/ports/bazel-6.3.2/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/usr/obj/ports/bazel-6.3.2/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/usr/obj/ports/bazel-6.3.2/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/usr/obj/ports/bazel-6.3.2/bin/install -d -m 755" EMBED_LABEL="6.3.2" EXTRA_BAZEL_ARGS="--tool_java_runtime_version=local_jdk_11" BAZEL_WRKDIR=/usr/obj/ports/bazel-6.3.2/tmp PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin" JAVA_HOME=/usr/local/jdk-11 SOURCE_DATE_EPOCH="0" /usr/local/bin/bash ./compile.sh Building Bazel from scratch../usr/local/jdk-11/bin/javac -classpath derived/jars/com_google_protobuf/java/core/libcore.jar:derived/jars/com_google_protobuf/java/core/liblite.jar:derived/jars/com_google_protobuf/java/util/libutil.jar:derived/jars/zstd-jni/libzstd-jni.jar:third_party/allocation_instrumenter/java-allocation-instrumenter-3.3.0.jar:third_party/android_common/com.android.tools.build_builder-model_2.0.0.jar:third_party/android_common/com.android.tools.build_builder-test-api_2.0.0.jar:third_party/android_common/com.android.tools.build_builder_2.0.0.jar:third_party/android_common/com.android.tools.build_manifest-merger_25.0.0-patched.jar:third_party/android_common/com.android.tools.external.lombok_lombok-ast_0.2.3.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_26.1.2-stripped.jar:third_party/android_common/com.android.tools.layoutlib_layoutlib_26.1.2.jar:third_party/android_common/com.android.tools.lint_lint-api_25.0.0.jar:third_party/android_common/com.android.tools.lint_lint-checks_25.0.0.jar:third_party/android_common/com.android.tools_common_25.0.0.jar:third_party/android_common/com.android.tools_dvlib_25.0.0.jar:third_party/android_common/com.android.tools_repository_25.0.0.jar:third_party/android_common/com.android.tools_sdk-common_25.0.0-patched-stripped.jar:third_party/android_common/com.android.tools_sdk-common_25.0.0-patched.jar:third_party/android_common/com.android.tools_sdklib_25.0.0.jar:third_party/android_common/com.android_annotations_25.0.0.jar:third_party/animal_sniffer/animal-sniffer-annotations-1.14.jar:third_party/antlr/antlr4-4.5.3.jar:third_party/apache_commons_codec/commons-codec-1.10.jar:third_party/apache_commons_collections/commons-collections-3.2.2.jar:third_party/apache_commons_compress/apache-commons-compress-1.19.jar:third_party/apache_commons_io/commons-io-2.4.jar:third_party/apache_commons_lang/commons-lang-2.6.jar:third_party/apache_commons_pool2/commons-pool2-2.8.0.jar:third_party/apache_velocity/velocity-1.7.jar:third_party/api_client/google-api-client-1.22.0.jar:third_party/api_client/google-api-client-gson-1.22.0.jar:third_party/api_client/google-http-client-1.41.4.jar:third_party/api_client/google-http-client-gson-1.41.4.jar:third_party/asm/asm-9.2-sources.jar:third_party/asm/asm-9.2.jar:third_party/asm/asm-analysis-9.2-sources.jar:third_party/asm/asm-analysis-9.2.jar:third_party/asm/asm-commons-9.2-sources.jar:third_party/asm/asm-commons-9.2.jar:third_party/asm/asm-tree-9.2-sources.jar:third_party/asm/asm-tree-9.2.jar:third_party/asm/asm-util-9.2-sources.jar:third_party/asm/asm-util-9.2.jar:third_party/auth/google-auth-library-credentials-1.6.0.jar:third_party/auth/google-auth-library-oauth2-http-1.6.0.jar:third_party/auto/auto-common-1.1.2.jar:third_party/auto/auto-service-1.0-rc7.jar:third_party/auto/auto-service-annotations-1.0-rc7.jar:third_party/auto/auto-value-1.8.2.jar:third_party/auto/auto-value-annotations-1.8.2.jar:third_party/auto/auto-value-gson-extension-1.3.1.jar:third_party/auto/auto-value-gson-factory-1.3.1.jar:third_party/auto/auto-value-gson-runtime-1.3.1.jar:third_party/auto/autotransient-1.0.0.jar:third_party/bazel_bootstrap/libautocodec-annotation.jar:third_party/bazel_bootstrap/libautocodec-processor.jar:third_party/bazel_bootstrap/libregistered-singleton.jar:third_party/bazel_bootstrap/libserialization-constant-annotation.jar:third_party/bazel_bootstrap/libserialization-constant-processor.jar:third_party/bazel_bootstrap/libserialization-processor-util.jar:third_party/bazel_bootstrap/libserialization.jar:third_party/bazel_bootstrap/libunsafe-provider.jar:third_party/bytebuddy/byte-buddy-1.9.7.jar:third_party/bytebuddy/byte-buddy-agent-1.9.7.jar:third_party/caffeine/caffeine-2.9.2.jar:third_party/checker_framework_annotations/checker-qual-3.2.0-sources.jar:third_party/checker_framework_annotations/checker-qual-3.2.0.jar:third_party/checker_framework_dataflow/dataflow-errorprone-3.15.0-sources.jar:third_party/checker_framework_dataflow/dataflow-errorprone-3.15.0.jar:third_party/checker_framework_dataflow/dataflow-shaded-3.11.0-sources.jar:third_party/checker_framework_dataflow/dataflow-shaded-3.11.0.jar:third_party/checker_framework_javacutil/javacutil-3.2.0-sources.jar:third_party/checker_framework_javacutil/javacutil-3.2.0.jar:third_party/compile_testing/compile-testing-0.18.jar:third_party/diffutils/diffutils-1.3.0.jar:third_party/error_prone/error_prone_annotation-2.20.0.jar:third_party/error_prone/error_prone_annotations-2.20.0.jar:third_party/error_prone/error_prone_check_api-2.20.0.jar:third_party/error_prone/error_prone_core-2.20.0.jar:third_party/error_prone/error_prone_type_annotations-2.20.0.jar:third_party/error_prone/threeten-extra-1.5.0.jar:third_party/flogger/flogger-0.5.1.jar:third_party/flogger/flogger-system-backend-0.5.1.jar:third_party/flogger/google-extensions-0.5.1.jar:third_party/grpc-java/grpc-api-1.45.1.jar:third_party/grpc-java/grpc-api-1.47.0.jar:third_party/grpc-java/grpc-auth-1.45.1.jar:third_party/grpc-java/grpc-auth-1.47.0.jar:third_party/grpc-java/grpc-context-1.45.1.jar:third_party/grpc-java/grpc-context-1.47.0.jar:third_party/grpc-java/grpc-core-1.45.1.jar:third_party/grpc-java/grpc-core-1.47.0.jar:third_party/grpc-java/grpc-netty-1.45.1.jar:third_party/grpc-java/grpc-netty-1.47.0.jar:third_party/grpc-java/grpc-protobuf-1.45.1.jar:third_party/grpc-java/grpc-protobuf-1.47.0.jar:third_party/grpc-java/grpc-protobuf-lite-1.45.1.jar:third_party/grpc-java/grpc-protobuf-lite-1.47.0.jar:third_party/grpc-java/grpc-stub-1.45.1.jar:third_party/grpc-java/grpc-stub-1.47.0.jar:third_party/gson/gson-2.8.6.jar:third_party/guava/failureaccess-1.0.1.jar:third_party/hamcrest/hamcrest-core-1.3.jar:third_party/hungarian_algorithm/software-and-algorithms-1.0-src.jar:third_party/hungarian_algorithm/software-and-algorithms-1.0.jar:third_party/ijar/test/jar-with-manifest-and-target-label.jar:third_party/ijar/test/jar-with-manifest.jar:third_party/ijar/test/jar-without-manifest.jar:third_party/ijar/test/libwrongcentraldir.jar:third_party/ijar/test/nestmates/nestmates.jar:third_party/ijar/test/records/records.jar:third_party/ijar/test/sealed/sealed.jar:third_party/java-diff-utils/java-diff-utils-4.0.jar:third_party/java/android_databinding/v3_4_0/base.jar:third_party/java/android_databinding/v3_4_0/compiler.jar:third_party/java/android_databinding/v3_4_0/compiler_common.jar:third_party/java/android_databinding/v3_4_0/exec.jar:third_party/java/android_databinding/v3_4_0/x_common.jar:third_party/java/j2objc-annotations/j2objc-annotations-1.1.jar:third_party/java/jacoco/jacocoagent-0.8.7.jar:third_party/java/jacoco/org.jacoco.agent-0.8.7-sources.jar:third_party/java/jacoco/org.jacoco.agent-0.8.7.jar:third_party/java/jacoco/org.jacoco.ant-0.8.7-nodeps.jar:third_party/java/jacoco/org.jacoco.ant-0.8.7-sources.jar:third_party/java/jacoco/org.jacoco.ant-0.8.7.jar:third_party/java/jacoco/org.jacoco.core-0.8.7-sources.jar:third_party/java/jacoco/org.jacoco.core-0.8.7.jar:third_party/java/jacoco/org.jacoco.report-0.8.7-sources.jar:third_party/java/jacoco/org.jacoco.report-0.8.7.jar:third_party/java/javapoet/javapoet-1.12.1.jar:third_party/java/jcommander/jcommander-1.48.jar:third_party/java/proguard/proguard6.2.2/lib/proguard.jar:third_party/java/proguard/proguard6.2.2/lib/proguardgui.jar:third_party/java/proguard/proguard6.2.2/lib/retrace.jar:third_party/javax_activation/javax.activation-api-1.2.0-sources.jar:third_party/javax_activation/javax.activation-api-1.2.0.jar:third_party/javax_annotations/javax.annotation-api-1.3.2-sources.jar:third_party/javax_annotations/javax.annotation-api-1.3.2.jar:third_party/jaxb/2.3.0/jaxb-api-2.3.0-sources.jar:third_party/jaxb/2.3.0/jaxb-api-2.3.0.jar:third_party/jaxb/2.3.0/jaxb-core-2.3.0-sources.jar:third_party/jaxb/2.3.0/jaxb-core-2.3.0.jar:third_party/jaxb/2.3.0/jaxb-impl-2.3.0-sources.jar:third_party/jaxb/2.3.0/jaxb-impl-2.3.0.jar:third_party/jaxb/jaxb-api-2.3.1-patched.jar:third_party/jaxb/jaxb-api-2.3.1-sources.jar:third_party/jaxb/jaxb-api-2.3.1.jar:third_party/jcip_annotations/jcip-annotations-1.0-1.jar:third_party/jetbrains_annotations/annotations-13.0.jar:third_party/jetifier/jetifier-core-1.0.0-beta04.jar:third_party/jimfs/jimfs-1.1.jar:third_party/jsr305/jsr-305.jar:third_party/jsr330_inject/javax.inject.jar:third_party/junit/junit-4.13.jar:third_party/juniversalchardet/juniversalchardet-1.0.3.jar:third_party/kotlin_stdlib/kotlin-stdlib-1.3.21.jar:third_party/kotlin_stdlib/kotlin-stdlib-common-1.3.21.jar:third_party/kotlin_stdlib/kotlin-stdlib-jdk7-1.3.21.jar:third_party/kotlin_stdlib/kotlin-stdlib-jdk8-1.3.21.jar:third_party/mockito/mockito-core-3.12.4.jar:third_party/netty/netty-buffer-4.1.75.Final.jar:third_party/netty/netty-codec-4.1.75.Final.jar:third_party/netty/netty-codec-http-4.1.75.Final.jar:third_party/netty/netty-codec-http2-4.1.75.Final.jar:third_party/netty/netty-common-4.1.75.Final.jar:third_party/netty/netty-handler-4.1.75.Final.jar:third_party/netty/netty-handler-proxy-4.1.75.Final.jar:third_party/netty/netty-resolver-4.1.75.Final.jar:third_party/netty/netty-resolver-dns-4.1.75.Final.jar:third_party/netty/netty-transport-4.1.75.Final.jar:third_party/netty/netty-transport-classes-epoll-4.1.75.Final.jar:third_party/netty/netty-transport-classes-kqueue-4.1.75.Final.jar:third_party/netty/netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar:third_party/netty/netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar:third_party/netty/netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar:third_party/netty/netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar:third_party/netty/netty-transport-native-unix-common-4.1.75.Final-linux-aarch_64.jar:third_party/netty/netty-transport-native-unix-common-4.1.75.Final-linux-x86_64.jar:third_party/netty/netty-transport-native-unix-common-4.1.75.Final-osx-aarch_64.jar:third_party/netty/netty-transport-native-unix-common-4.1.75.Final-osx-x86_64.jar:third_party/netty/netty-transport-native-unix-common-4.1.75.Final.jar:third_party/netty/netty-transport-sctp-4.1.75.Final.jar:third_party/objenesis/objenesis-1_3.jar:third_party/opencensus/opencensus-api-0.24.0.jar:third_party/opencensus/opencensus-contrib-grpc-metrics-0.24.0.jar:third_party/opencensus/opencensus-contrib-http-util-0.31.0.jar:third_party/pcollections/pcollections-2.1.2.jar:third_party/perfmark/perfmark-api-0.19.0.jar:third_party/reactive_streams/reactive-streams-1.0.3.jar:third_party/rxjava3/rxjava-3.1.2.jar:third_party/tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar:third_party/truth/truth-1.0.1.jar:third_party/truth8/truth-java8-extension-1.0.1.jar:third_party/truth_proto/truth-liteproto-extension-1.0.1.jar:third_party/truth_proto/truth-proto-extension-1.0.1.jar:third_party/turbine/turbine_direct.jar:third_party/xz/xz-1.9.jar:::third_party/guava/guava-31.1-jre.jar:third_party/guava/guava-testlib-31.1-jre.jar::/usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL -sourcepath src/java_tools/singlejar/java/com/google/devtools/build/zip:src/main/java:tools/java/runfiles:/usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/src -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes -source 11 -target 11 -encoding UTF-8 @/usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_iv2x89j9/param src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:17: warning: Signal is internal proprietary API and may be removed in a future release import sun.misc.Signal; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:18: warning: SignalHandler is internal proprietary API and may be removed in a future release import sun.misc.SignalHandler; ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:21: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:17: warning: Signal is internal proprietary API and may be removed in a future release import sun.misc.Signal; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:18: warning: SignalHandler is internal proprietary API and may be removed in a future release import sun.misc.SignalHandler; ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:21: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:17: warning: Signal is internal proprietary API and may be removed in a future release import sun.misc.Signal; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:18: warning: SignalHandler is internal proprietary API and may be removed in a future release import sun.misc.SignalHandler; ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:21: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:17: warning: Signal is internal proprietary API and may be removed in a future release import sun.misc.Signal; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:18: warning: SignalHandler is internal proprietary API and may be removed in a future release import sun.misc.SignalHandler; ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:21: warning: Unsafe is internal proprietary API and may be removed in a future release import sun.misc.Unsafe; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:29: warning: Signal is internal proprietary API and may be removed in a future release private static final Signal SIGINT = new Signal("INT"); ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:29: warning: Signal is internal proprietary API and may be removed in a future release private static final Signal SIGINT = new Signal("INT"); ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:29: warning: Signal is internal proprietary API and may be removed in a future release private static final Signal SIGINT = new Signal("INT"); ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:29: warning: Signal is internal proprietary API and may be removed in a future release private static final Signal SIGINT = new Signal("INT"); ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:29: warning: Signal is internal proprietary API and may be removed in a future release private static final Signal SIGINT = new Signal("INT"); ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:31: warning: SignalHandler is internal proprietary API and may be removed in a future release private SignalHandler oldHandler; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:31: warning: SignalHandler is internal proprietary API and may be removed in a future release private SignalHandler oldHandler; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:31: warning: SignalHandler is internal proprietary API and may be removed in a future release private SignalHandler oldHandler; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:31: warning: SignalHandler is internal proprietary API and may be removed in a future release private SignalHandler oldHandler; ^ src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:39: warning: Signal is internal proprietary API and may be removed in a future release this.oldHandler = Signal.handle(SIGINT, signal -> run()); ^ warning: Signal is internal proprietary API and may be removed in a future release src/main/java/com/google/devtools/build/lib/server/signal/InterruptSignalHandler.java:45: warning: Signal is internal proprietary API and may be removed in a future release Signal.handle(SIGINT, oldHandler); ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:31: warning: Unsafe is internal proprietary API and may be removed in a future release private static final Unsafe UNSAFE = getUnsafe(); ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:31: warning: Unsafe is internal proprietary API and may be removed in a future release private static final Unsafe UNSAFE = getUnsafe(); ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:31: warning: Unsafe is internal proprietary API and may be removed in a future release private static final Unsafe UNSAFE = getUnsafe(); ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:31: warning: Unsafe is internal proprietary API and may be removed in a future release private static final Unsafe UNSAFE = getUnsafe(); ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:33: warning: Unsafe is internal proprietary API and may be removed in a future release public static Unsafe unsafe() { ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:33: warning: Unsafe is internal proprietary API and may be removed in a future release public static Unsafe unsafe() { ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:33: warning: Unsafe is internal proprietary API and may be removed in a future release public static Unsafe unsafe() { ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:33: warning: Unsafe is internal proprietary API and may be removed in a future release public static Unsafe unsafe() { ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:43: warning: Unsafe is internal proprietary API and may be removed in a future release private static Unsafe getUnsafe() { ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:43: warning: Unsafe is internal proprietary API and may be removed in a future release private static Unsafe getUnsafe() { ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:43: warning: Unsafe is internal proprietary API and may be removed in a future release private static Unsafe getUnsafe() { ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:43: warning: Unsafe is internal proprietary API and may be removed in a future release private static Unsafe getUnsafe() { ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:48: warning: Unsafe is internal proprietary API and may be removed in a future release new PrivilegedExceptionAction() { ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:50: warning: Unsafe is internal proprietary API and may be removed in a future release public Unsafe run() throws Exception { ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:51: warning: Unsafe is internal proprietary API and may be removed in a future release Class unsafeClass = Unsafe.class; ^ src/main/java/com/google/devtools/build/lib/unsafe/UnsafeProvider.java:51: warning: Unsafe is internal proprietary API and may be removed in a future release Class unsafeClass = Unsafe.class; ^ warning: Implicitly compiled files were not subject to annotation processing. Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 41 warnings .unzip -qn derived/jars/com_google_protobuf/java/core/libcore.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn derived/jars/com_google_protobuf/java/core/liblite.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn derived/jars/com_google_protobuf/java/util/libutil.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn derived/jars/zstd-jni/libzstd-jni.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/allocation_instrumenter/java-allocation-instrumenter-3.3.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools.build_builder-model_2.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools.build_builder-test-api_2.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools.build_builder_2.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools.build_manifest-merger_25.0.0-patched.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools.external.lombok_lombok-ast_0.2.3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools.layoutlib_layoutlib_26.1.2-stripped.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools.layoutlib_layoutlib_26.1.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools.lint_lint-api_25.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools.lint_lint-checks_25.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools_common_25.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools_dvlib_25.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools_repository_25.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools_sdk-common_25.0.0-patched-stripped.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools_sdk-common_25.0.0-patched.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android.tools_sdklib_25.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/android_common/com.android_annotations_25.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/animal_sniffer/animal-sniffer-annotations-1.14.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/antlr/antlr4-4.5.3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/apache_commons_codec/commons-codec-1.10.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/apache_commons_collections/commons-collections-3.2.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/apache_commons_compress/apache-commons-compress-1.19.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/apache_commons_io/commons-io-2.4.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/apache_commons_lang/commons-lang-2.6.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/apache_commons_pool2/commons-pool2-2.8.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/apache_velocity/velocity-1.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/api_client/google-api-client-1.22.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/api_client/google-api-client-gson-1.22.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/api_client/google-http-client-1.41.4.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/api_client/google-http-client-gson-1.41.4.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/asm/asm-9.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/asm/asm-9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/asm/asm-analysis-9.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/asm/asm-analysis-9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/asm/asm-commons-9.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/asm/asm-commons-9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/asm/asm-tree-9.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/asm/asm-tree-9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/asm/asm-util-9.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/asm/asm-util-9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auth/google-auth-library-credentials-1.6.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auth/google-auth-library-oauth2-http-1.6.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auto/auto-common-1.1.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auto/auto-service-1.0-rc7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auto/auto-service-annotations-1.0-rc7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auto/auto-value-1.8.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auto/auto-value-annotations-1.8.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auto/auto-value-gson-extension-1.3.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auto/auto-value-gson-factory-1.3.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auto/auto-value-gson-runtime-1.3.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/auto/autotransient-1.0.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/bazel_bootstrap/libautocodec-annotation.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/bazel_bootstrap/libautocodec-processor.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/bazel_bootstrap/libregistered-singleton.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/bazel_bootstrap/libserialization-constant-annotation.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/bazel_bootstrap/libserialization-constant-processor.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/bazel_bootstrap/libserialization-processor-util.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/bazel_bootstrap/libserialization.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/bazel_bootstrap/libunsafe-provider.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/bytebuddy/byte-buddy-1.9.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/bytebuddy/byte-buddy-agent-1.9.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/caffeine/caffeine-2.9.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/checker_framework_annotations/checker-qual-3.2.0-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/checker_framework_annotations/checker-qual-3.2.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/checker_framework_dataflow/dataflow-errorprone-3.15.0-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/checker_framework_dataflow/dataflow-errorprone-3.15.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/checker_framework_dataflow/dataflow-shaded-3.11.0-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/checker_framework_dataflow/dataflow-shaded-3.11.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/checker_framework_javacutil/javacutil-3.2.0-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/checker_framework_javacutil/javacutil-3.2.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/compile_testing/compile-testing-0.18.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/diffutils/diffutils-1.3.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/error_prone/error_prone_annotation-2.20.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/error_prone/error_prone_annotations-2.20.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/error_prone/error_prone_check_api-2.20.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/error_prone/error_prone_core-2.20.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/error_prone/error_prone_type_annotations-2.20.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/error_prone/threeten-extra-1.5.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/flogger/flogger-0.5.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/flogger/flogger-system-backend-0.5.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/flogger/google-extensions-0.5.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-api-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-api-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-auth-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-auth-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-context-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-context-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-core-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-core-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-netty-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-netty-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-protobuf-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-protobuf-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-protobuf-lite-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-protobuf-lite-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-stub-1.45.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/grpc-java/grpc-stub-1.47.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/gson/gson-2.8.6.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/guava/failureaccess-1.0.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/hamcrest/hamcrest-core-1.3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/hungarian_algorithm/software-and-algorithms-1.0-src.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/hungarian_algorithm/software-and-algorithms-1.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/ijar/test/jar-with-manifest-and-target-label.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/ijar/test/jar-with-manifest.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/ijar/test/jar-without-manifest.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/ijar/test/libwrongcentraldir.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/ijar/test/nestmates/nestmates.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/ijar/test/records/records.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/ijar/test/sealed/sealed.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java-diff-utils/java-diff-utils-4.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/android_databinding/v3_4_0/base.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/android_databinding/v3_4_0/compiler.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/android_databinding/v3_4_0/compiler_common.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/android_databinding/v3_4_0/exec.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/android_databinding/v3_4_0/x_common.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/j2objc-annotations/j2objc-annotations-1.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jacoco/jacocoagent-0.8.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jacoco/org.jacoco.agent-0.8.7-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jacoco/org.jacoco.agent-0.8.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jacoco/org.jacoco.ant-0.8.7-nodeps.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jacoco/org.jacoco.ant-0.8.7-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jacoco/org.jacoco.ant-0.8.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jacoco/org.jacoco.core-0.8.7-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jacoco/org.jacoco.core-0.8.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jacoco/org.jacoco.report-0.8.7-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jacoco/org.jacoco.report-0.8.7.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/javapoet/javapoet-1.12.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/jcommander/jcommander-1.48.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/proguard/proguard6.2.2/lib/proguard.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/proguard/proguard6.2.2/lib/proguardgui.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/java/proguard/proguard6.2.2/lib/retrace.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/javax_activation/javax.activation-api-1.2.0-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/javax_activation/javax.activation-api-1.2.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/javax_annotations/javax.annotation-api-1.3.2-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/javax_annotations/javax.annotation-api-1.3.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jaxb/2.3.0/jaxb-api-2.3.0-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jaxb/2.3.0/jaxb-api-2.3.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jaxb/2.3.0/jaxb-core-2.3.0-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jaxb/2.3.0/jaxb-core-2.3.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jaxb/2.3.0/jaxb-impl-2.3.0-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jaxb/2.3.0/jaxb-impl-2.3.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jaxb/jaxb-api-2.3.1-patched.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jaxb/jaxb-api-2.3.1-sources.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jaxb/jaxb-api-2.3.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jcip_annotations/jcip-annotations-1.0-1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jetbrains_annotations/annotations-13.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jetifier/jetifier-core-1.0.0-beta04.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jimfs/jimfs-1.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jsr305/jsr-305.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/jsr330_inject/javax.inject.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/junit/junit-4.13.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/juniversalchardet/juniversalchardet-1.0.3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/kotlin_stdlib/kotlin-stdlib-1.3.21.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/kotlin_stdlib/kotlin-stdlib-common-1.3.21.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/kotlin_stdlib/kotlin-stdlib-jdk7-1.3.21.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/kotlin_stdlib/kotlin-stdlib-jdk8-1.3.21.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/mockito/mockito-core-3.12.4.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-buffer-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-codec-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-codec-http-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-codec-http2-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-common-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-handler-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-handler-proxy-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-resolver-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-resolver-dns-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-classes-epoll-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-classes-kqueue-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-native-epoll-4.1.75.Final-linux-aarch_64.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-native-epoll-4.1.75.Final-linux-x86_64.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-native-kqueue-4.1.75.Final-osx-aarch_64.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-native-kqueue-4.1.75.Final-osx-x86_64.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-native-unix-common-4.1.75.Final-linux-aarch_64.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-native-unix-common-4.1.75.Final-linux-x86_64.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-native-unix-common-4.1.75.Final-osx-aarch_64.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-native-unix-common-4.1.75.Final-osx-x86_64.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-native-unix-common-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/netty/netty-transport-sctp-4.1.75.Final.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/objenesis/objenesis-1_3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/opencensus/opencensus-api-0.24.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/opencensus/opencensus-contrib-grpc-metrics-0.24.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/opencensus/opencensus-contrib-http-util-0.31.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/pcollections/pcollections-2.1.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/perfmark/perfmark-api-0.19.0.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/reactive_streams/reactive-streams-1.0.3.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/rxjava3/rxjava-3.1.2.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/tomcat_annotations_api/tomcat-annotations-api-8.0.5.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/truth/truth-1.0.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/truth8/truth-java8-extension-1.0.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/truth_proto/truth-liteproto-extension-1.0.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/truth_proto/truth-proto-extension-1.0.1.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/turbine/turbine_direct.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/xz/xz-1.9.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/guava/guava-31.1-jre.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes unzip -qn third_party/guava/guava-testlib-31.1-jre.jar -d /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes ./usr/local/jdk-11/bin/jar cmf /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/MANIFEST.MF /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/libblaze.jar -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes A.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes AUTHORS -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes AnnotatedClass.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes Annotations$ParametersOnlyAnnotation.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes Annotations$RuntimeInvisible.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes Annotations$RuntimeVisible.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes Annotations.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes B.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes LICENSE -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes LICENSE-junit.txt -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes LICENSE.txt -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes MANIFEST.MF -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes NOTICE -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes NOTICE.txt -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes NestTest$P.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes NestTest.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes RecordTest.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes SealedTest$Bar.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes SealedTest$Foo.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes SealedTest.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes about.html -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes android -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes androidx -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes api-versions.xml -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes api_diff.proto -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes autovalue -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes autovaluegson -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes blogspot -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes build -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes com -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes data_binding_version_info.properties -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes default.config -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes default.generated.config -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes deps.proto -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes difflib -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes io -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes jacocoagent.jar -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes javax -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes junit -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes kotlin -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes libzstd-jni.so -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes lombok -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes manifest.proto -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes module-info.class -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes module-info.java -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes net -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes org -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes pom.xml -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes proguard -C /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/classes textfile.txt .. Building Bazel with Bazel. .Loading: Loading: Fetching repository @bazelci_rules; starting  Loading: Fetching repository @bazelci_rules; starting  Loading: Fetching repository @bazelci_rules; starting Fetching https://mirror.bazel.build/...0.tar.gz; Checking in SHA-256 cache   Loading: Fetching repository @bazelci_rules; starting Fetching .../external/bazelci_rules; Extracting bazelci_rules-1.0.0.tar.gz   Loading: Fetching repository @bazelci_rules; Patching repository  Loading: Loading: Loading: Fetching repository @io_bazel_skydoc; starting  Loading: Fetching repository @io_bazel_skydoc; starting Fetching ...tar.gz; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/1ef781ced3b1443dca3ed05dec1989eca1a4e1cd.tar.gz    Loading: Fetching repository @io_bazel_skydoc; starting Fetching ...tar.gz; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/1ef781ced3b1443dca3ed05dec1989eca1a4e1cd.tar.gz    Loading: Fetching repository @io_bazel_skydoc; starting  Loading: Fetching repository @io_bazel_skydoc; starting Fetching ...skydoc; Extracting 1ef781ced3b1443dca3ed05dec1989eca1a4e1cd.ta\ r.gz    Loading: Fetching repository @io_bazel_skydoc; starting Fetching ...skydoc; Extracting 1ef781ced3b1443dca3ed05dec1989eca1a4e1cd.ta\ r.gz    Loading: Fetching repository @io_bazel_skydoc; starting 4s Fetching ...skydoc; Extracting 1ef781ced3b1443dca3ed05dec1989eca1a4e1cd.ta\ r.gz    Loading: Fetching repository @io_bazel_skydoc; starting 5s Fetching ...skydoc; Extracting 1ef781ced3b1443dca3ed05dec1989eca1a4e1cd.ta\ r.gz    Loading: Fetching repository @io_bazel_skydoc; starting 6s Fetching ...skydoc; Extracting 1ef781ced3b1443dca3ed05dec1989eca1a4e1cd.ta\ r.gz 4s    Loading: Fetching repository @bazel_tools; starting  Loading: Loading: Fetching repository @io_bazel_rules_sass; starting  Loading: Fetching repository @io_bazel_rules_sass; starting Fetching ...hKb1PL/out/external/io_bazel_rules_sass; Extracting 1.25.0.zip   Loading: Loading: Fetching repository @build_bazel_rules_nodejs; starting  Loading: Fetching repository @build_bazel_rules_nodejs; starting Fetching ...build_bazel_rules_nodejs; Extracting rules_nodejs-5.5.0.tar.gz   Loading: Fetching repository @build_bazel_rules_nodejs; starting Fetching ...build_bazel_rules_nodejs; Extracting rules_nodejs-5.5.0.tar.gz   Loading: Loading: Fetching repository @rules_nodejs; starting  Loading: Fetching repository @rules_nodejs; starting Fetching repository @bazel_skylib; starting Fetching ...ut/external/bazel_skylib; Extracting bazel-skylib-1.0.3.tar.gz Fetching ...ternal/rules_nodejs; Extracting rules_nodejs-core-5.5.0.tar.gz     Loading: Fetching repository @rules_nodejs; starting Fetching repository @bazel_skylib; Patching repository Fetching ...ternal/rules_nodejs; Extracting rules_nodejs-core-5.5.0.tar.gz    Loading: Fetching repository @rules_nodejs; starting Fetching repository @bazel_skylib; Patching repository   Loading: Fetching repository @bazel_skylib; Patching repository  Loading: DEBUG: /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/out/external/build_bazel_rules_nodejs/index.bzl:122:10: WARNING: check_rules_nodejs_version has been removed. This is a no-op, please remove the call. Loading: Loading: Fetching repository @rules_pkg; starting Fetching ...b1PL/out/external/rules_pkg; Extracting rules_pkg-0.7.0.tar.gz   Loading: Loading: Fetching repository @local_config_winsdk; starting  Loading: Loading: Fetching repository @com_github_grpc_grpc; starting Fetching ...tar.gz; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/v1.47.0.tar.gz    Loading: Fetching repository @com_github_grpc_grpc; starting  Loading: Fetching repository @com_github_grpc_grpc; starting Fetching ...L/out/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz   Loading: Fetching repository @com_github_grpc_grpc; starting Fetching ...L/out/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz   Loading: Fetching repository @com_github_grpc_grpc; starting Fetching ...L/out/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz   Loading: Fetching repository @com_github_grpc_grpc; starting 4s Fetching ...L/out/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz   Loading: Fetching repository @com_github_grpc_grpc; starting 5s Fetching ...ut/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 4s   Loading: Fetching repository @com_github_grpc_grpc; starting 6s Fetching ...ut/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 5s   Loading: Fetching repository @com_github_grpc_grpc; starting 7s Fetching ...ut/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 6s   Loading: Fetching repository @com_github_grpc_grpc; starting 8s Fetching ...ut/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 7s   Loading: Fetching repository @com_github_grpc_grpc; starting 9s Fetching ...ut/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 8s   Loading: Fetching repository @com_github_grpc_grpc; starting 10s Fetching ...ut/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 9s   Loading: Fetching repository @com_github_grpc_grpc; starting 11s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 10s   Loading: Fetching repository @com_github_grpc_grpc; starting 12s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 11s   Loading: Fetching repository @com_github_grpc_grpc; starting 13s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 12s   Loading: Fetching repository @com_github_grpc_grpc; starting 14s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 13s   Loading: Fetching repository @com_github_grpc_grpc; starting 15s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 14s   Loading: Fetching repository @com_github_grpc_grpc; starting 16s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 15s   Loading: Fetching repository @com_github_grpc_grpc; starting 18s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 16s   Loading: Fetching repository @com_github_grpc_grpc; starting 19s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 17s   Loading: Fetching repository @com_github_grpc_grpc; starting 20s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 18s   Loading: Fetching repository @com_github_grpc_grpc; starting 21s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 19s   Loading: Fetching repository @com_github_grpc_grpc; starting 22s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 21s   Loading: Fetching repository @com_github_grpc_grpc; starting 23s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 22s   Loading: Fetching repository @com_github_grpc_grpc; starting 24s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 23s   Loading: Fetching repository @com_github_grpc_grpc; starting 25s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 24s   Loading: Fetching repository @com_github_grpc_grpc; starting 26s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 25s   Loading: Fetching repository @com_github_grpc_grpc; starting 27s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 26s   Loading: Fetching repository @com_github_grpc_grpc; starting 28s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 27s   Loading: Fetching repository @com_github_grpc_grpc; starting 29s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 28s   Loading: Fetching repository @com_github_grpc_grpc; starting 30s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 29s   Loading: Fetching repository @com_github_grpc_grpc; starting 31s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 30s   Loading: Fetching repository @com_github_grpc_grpc; starting 32s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 31s   Loading: Fetching repository @com_github_grpc_grpc; starting 33s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 32s   Loading: Fetching repository @com_github_grpc_grpc; starting 34s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 33s   Loading: Fetching repository @com_github_grpc_grpc; starting 35s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 34s   Loading: Fetching repository @com_github_grpc_grpc; starting 36s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 35s   Loading: Fetching repository @com_github_grpc_grpc; starting 37s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 36s   Loading: Fetching repository @com_github_grpc_grpc; starting 39s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 37s   Loading: Fetching repository @com_github_grpc_grpc; starting 40s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 38s   Loading: Fetching repository @com_github_grpc_grpc; starting 41s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 39s   Loading: Fetching repository @com_github_grpc_grpc; starting 42s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 40s   Loading: Fetching repository @com_github_grpc_grpc; starting 43s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 42s   Loading: Fetching repository @com_github_grpc_grpc; starting 44s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 43s   Loading: Fetching repository @com_github_grpc_grpc; starting 45s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 44s   Loading: Fetching repository @com_github_grpc_grpc; starting 46s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 45s   Loading: Fetching repository @com_github_grpc_grpc; starting 47s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 46s   Loading: Fetching repository @com_github_grpc_grpc; starting 48s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 47s   Loading: Fetching repository @com_github_grpc_grpc; starting 49s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 48s   Loading: Fetching repository @com_github_grpc_grpc; starting 50s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 49s   Loading: Fetching repository @com_github_grpc_grpc; starting 51s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 50s   Loading: Fetching repository @com_github_grpc_grpc; starting 52s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 51s   Loading: Fetching repository @com_github_grpc_grpc; starting 53s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 52s   Loading: Fetching repository @com_github_grpc_grpc; starting 54s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 53s   Loading: Fetching repository @com_github_grpc_grpc; starting 55s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 54s   Loading: Fetching repository @com_github_grpc_grpc; starting 56s Fetching ...t/external/com_github_grpc_grpc; Extracting v1.47.0.tar.gz 55s   Loading: Fetching repository @com_github_grpc_grpc; starting 57s  Loading: Fetching repository @com_github_grpc_grpc; Patching repository 57s  Loading: Loading: Fetching repository @com_google_googleapis; starting  Loading: Fetching repository @com_google_googleapis; starting Fetching repository @com_google_protobuf; starting Fetching repository @upb; starting Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching ...tar.gz; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/v3.19.6.tar.gz Fetching ...lidate; Extracting 4694024279bdac52b77e22dc87808bd0fd732b69.ta\ r.gz Fetching ...al/upb; Extracting a5477045acaa34586420942098f5fecd3570f577.ta\ r.gz           Loading: Fetching repository @com_google_googleapis; starting Fetching repository @com_google_protobuf; starting Fetching repository @upb; starting Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching ...lidate; Extracting 4694024279bdac52b77e22dc87808bd0fd732b69.ta\ r.gz Fetching ...al/upb; Extracting a5477045acaa34586420942098f5fecd3570f577.ta\ r.gz         Loading: Fetching repository @com_google_googleapis; starting Fetching repository @com_google_protobuf; starting Fetching repository @upb; starting Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching ...lidate; Extracting 4694024279bdac52b77e22dc87808bd0fd732b69.ta\ r.gz Fetching ...al/upb; Extracting a5477045acaa34586420942098f5fecd3570f577.ta\ r.gz Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz           Loading: Fetching repository @com_google_googleapis; starting Fetching repository @com_google_protobuf; starting Fetching repository @upb; starting Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching ...lidate; Extracting 4694024279bdac52b77e22dc87808bd0fd732b69.ta\ r.gz Fetching ...al/upb; Extracting a5477045acaa34586420942098f5fecd3570f577.ta\ r.gz Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...PL/out/external/com_google_protobuf; Extracting v3.19.6.tar.gz            Loading: Fetching repository @com_google_googleapis; starting Fetching repository @com_google_protobuf; starting Fetching repository @upb; Patching repository Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching ...lidate; Extracting 4694024279bdac52b77e22dc87808bd0fd732b69.ta\ r.gz Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...PL/out/external/com_google_protobuf; Extracting v3.19.6.tar.gz          Loading: Fetching repository @com_google_googleapis; starting Fetching repository @com_google_protobuf; starting Fetching repository @com_envoyproxy_protoc_gen_validate; starting Fetching ...lidate; Extracting 4694024279bdac52b77e22dc87808bd0fd732b69.ta\ r.gz Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...PL/out/external/com_google_protobuf; Extracting v3.19.6.tar.gz         Loading: Fetching repository @com_google_googleapis; starting Fetching repository @com_google_protobuf; starting Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...PL/out/external/com_google_protobuf; Extracting v3.19.6.tar.gz Fetching repository @bazel_gazelle; starting Fetching ...tar.gz; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/bazel-gazelle-v0.24.0.tar.gz         Loading: Fetching repository @com_google_googleapis; starting Fetching repository @com_google_protobuf; starting Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...PL/out/external/com_google_protobuf; Extracting v3.19.6.tar.gz Fetching repository @bazel_gazelle; starting Fetching ...xternal/bazel_gazelle; Extracting bazel-gazelle-v0.24.0.tar.gz        Loading: Fetching repository @com_google_googleapis; starting Fetching repository @com_google_protobuf; starting Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...PL/out/external/com_google_protobuf; Extracting v3.19.6.tar.gz Fetching repository @bazel_gazelle; starting Fetching ...xternal/bazel_gazelle; Extracting bazel-gazelle-v0.24.0.tar.gz        Loading: Fetching repository @com_google_googleapis; starting 4s Fetching repository @com_google_protobuf; starting 4s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz Fetching ...PL/out/external/com_google_protobuf; Extracting v3.19.6.tar.gz Fetching repository @bazel_gazelle; starting Fetching ...xternal/bazel_gazelle; Extracting bazel-gazelle-v0.24.0.tar.gz        Loading: Fetching repository @com_google_googleapis; starting 5s Fetching repository @com_google_protobuf; starting 5s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 4s Fetching ...out/external/com_google_protobuf; Extracting v3.19.6.tar.gz 4s Fetching repository @bazel_gazelle; starting Fetching ...xternal/bazel_gazelle; Extracting bazel-gazelle-v0.24.0.tar.gz        Loading: Fetching repository @com_google_googleapis; starting 6s Fetching repository @com_google_protobuf; starting 6s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 5s Fetching ...out/external/com_google_protobuf; Extracting v3.19.6.tar.gz 5s Fetching repository @bazel_gazelle; starting 4s Fetching ...rnal/bazel_gazelle; Extracting bazel-gazelle-v0.24.0.tar.gz 4s        Loading: Fetching repository @com_google_googleapis; starting 7s Fetching repository @com_google_protobuf; starting 7s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 6s Fetching ...out/external/com_google_protobuf; Extracting v3.19.6.tar.gz 6s Fetching repository @bazel_gazelle; starting 5s Fetching ...rnal/bazel_gazelle; Extracting bazel-gazelle-v0.24.0.tar.gz 5s        Loading: Fetching repository @com_google_googleapis; starting 8s Fetching repository @com_google_protobuf; starting 8s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 7s Fetching ...out/external/com_google_protobuf; Extracting v3.19.6.tar.gz 7s Fetching repository @bazel_gazelle; starting 6s Fetching ...rnal/bazel_gazelle; Extracting bazel-gazelle-v0.24.0.tar.gz 6s        Loading: Fetching repository @com_google_googleapis; starting 9s Fetching repository @com_google_protobuf; starting 9s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 8s Fetching ...out/external/com_google_protobuf; Extracting v3.19.6.tar.gz 8s Fetching repository @bazel_gazelle; starting 7s Fetching ...rnal/bazel_gazelle; Extracting bazel-gazelle-v0.24.0.tar.gz 7s        Loading: Fetching repository @com_google_googleapis; starting 10s Fetching repository @com_google_protobuf; starting 10s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 9s Fetching ...out/external/com_google_protobuf; Extracting v3.19.6.tar.gz 9s Fetching repository @bazel_gazelle; starting 8s Fetching ...rnal/bazel_gazelle; Extracting bazel-gazelle-v0.24.0.tar.gz 8s        Loading: Fetching repository @com_google_googleapis; starting 11s Fetching repository @com_google_protobuf; starting 11s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 10s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 10s      Loading: Fetching repository @com_google_googleapis; starting 12s Fetching repository @com_google_protobuf; starting 12s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 11s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 11s      Loading: Fetching repository @com_google_googleapis; starting 13s Fetching repository @com_google_protobuf; starting 13s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 12s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 12s      Loading: Fetching repository @com_google_googleapis; starting 14s Fetching repository @com_google_protobuf; starting 14s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 13s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 13s      Loading: Fetching repository @com_google_googleapis; starting 15s Fetching repository @com_google_protobuf; starting 15s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 14s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 14s      Loading: Fetching repository @com_google_googleapis; starting 16s Fetching repository @com_google_protobuf; starting 16s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 15s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 15s      Loading: Fetching repository @com_google_googleapis; starting 17s Fetching repository @com_google_protobuf; starting 17s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 16s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 16s      Loading: Fetching repository @com_google_googleapis; starting 18s Fetching repository @com_google_protobuf; starting 18s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 17s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 17s      Loading: Fetching repository @com_google_googleapis; starting 19s Fetching repository @com_google_protobuf; starting 19s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 18s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 18s      Loading: Fetching repository @com_google_googleapis; starting 20s Fetching repository @com_google_protobuf; starting 20s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 19s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 19s      Loading: Fetching repository @com_google_googleapis; starting 21s Fetching repository @com_google_protobuf; starting 21s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 21s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 20s      Loading: Fetching repository @com_google_googleapis; starting 22s Fetching repository @com_google_protobuf; starting 22s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 22s Fetching ...ut/external/com_google_protobuf; Extracting v3.19.6.tar.gz 21s      Loading: Fetching repository @com_google_googleapis; starting 23s Fetching repository @com_google_protobuf; starting 23s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 22s     Loading: Fetching repository @com_google_googleapis; starting 23s Fetching repository @com_google_protobuf; Patching repository 23s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 23s     Loading: Fetching repository @com_google_googleapis; starting 24s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 23s    Loading: Fetching repository @com_google_googleapis; starting 25s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 24s    Loading: Fetching repository @com_google_googleapis; starting 26s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 25s    Loading: Fetching repository @com_google_googleapis; starting 27s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 26s    Loading: Fetching repository @com_google_googleapis; starting 28s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 28s    Loading: Fetching repository @com_google_googleapis; starting 29s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 29s    Loading: Fetching repository @com_google_googleapis; starting 30s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 30s    Loading: Fetching repository @com_google_googleapis; starting 31s Fetching ...leapis; Extracting 2f9af297c84c55c8b871ba4495e01ade42476c92.ta\ r.gz 31s    Loading: Loading: Loading: 0 packages loaded Loading: 0 packages loaded currently loading: src  Loading: 1 packages loaded Analyzing: target //src:bazel_nojdk (1 packages loaded) Analyzing: target //src:bazel_nojdk (1 packages loaded) Analyzing: target //src:bazel_nojdk (1 packages loaded, 0 targets configured) Analyzing: target //src:bazel_nojdk (1 packages loaded, 0 targets configured) Fetching repository @local_config_platform; starting  Analyzing: target //src:bazel_nojdk (1 packages loaded, 0 targets configured) currently loading: @local_config_platform//  Analyzing: target //src:bazel_nojdk (2 packages loaded, 0 targets configured) Fetching repository @platforms; starting  Analyzing: target //src:bazel_nojdk (3 packages loaded, 0 targets configured) Analyzing: target //src:bazel_nojdk (3 packages loaded, 3 targets configured) currently loading:  Analyzing: target //src:bazel_nojdk (3 packages loaded, 3 targets configured) currently loading: Fetching repository @rules_java; Patching repository Fetching repository @rules_license; starting Fetching .../external/rules_license; Extracting rules_license-0.0.3.tar.gz     Analyzing: target //src:bazel_nojdk (3 packages loaded, 3 targets configured) currently loading: Fetching repository @rules_java; Patching repository Fetching repository @rules_license; starting    Analyzing: target //src:bazel_nojdk (3 packages loaded, 3 targets configured) currently loading: Fetching repository @rules_java; Patching repository   Analyzing: target //src:bazel_nojdk (3 packages loaded, 3 targets configured) currently loading:  Analyzing: target //src:bazel_nojdk (4 packages loaded, 6 targets configured) currently loading: src/main/cpp  Analyzing: target //src:bazel_nojdk (6 packages loaded, 6 targets configured) Analyzing: target //src:bazel_nojdk (6 packages loaded, 12 targets configured) currently loading: src/conditions ... (2 packages)  Analyzing: target //src:bazel_nojdk (7 packages loaded, 13 targets configured) currently loading: @bazel_tools//tools/cpp ... (2 packages)  Analyzing: target //src:bazel_nojdk (8 packages loaded, 14 targets configured) currently loading: @rules_license//licenses/spdx  Analyzing: target //src:bazel_nojdk (11 packages loaded, 15 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (2 packages)   Analyzing: target //src:bazel_nojdk (13 packages loaded, 16 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (3 packages) Fetching repository @local_jdk; starting Fetching repository @local_config_sh; starting Fetching ...ository @remotejdk11_win_arm64_toolchain_config_repo; starting      Analyzing: target //src:bazel_nojdk (14 packages loaded, 19 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (3 packages) Fetching repository @local_jdk; starting Fetching repository @remotejdk17_macos_toolchain_config_repo; starting     Analyzing: target //src:bazel_nojdk (16 packages loaded, 21 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (8 packages) Fetching repository @local_jdk; starting Fetching repository @local_config_cc_toolchains; Restarting. Fetching repository @rules_proto; starting Fetching repository @rules_python; Restarting. Fetching repository @rules_cc; starting        Analyzing: target //src:bazel_nojdk (23 packages loaded, 28 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (7 packages) Fetching repository @local_jdk; starting Fetching repository @rules_proto; starting Fetching repository @rules_cc; starting Fetching ...hKb1PL/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz       Analyzing: target //src:bazel_nojdk (28 packages loaded, 31 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (20 packages) Fetching repository @local_jdk; starting Fetching repository @rules_proto; starting Fetching repository @rules_cc; starting Fetching ...hKb1PL/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz Fetching ..._proto; Extracting 7e4afce6fe62dbff0a4a03450143146f9f2d7488.ta\ r.gz         Analyzing: target //src:bazel_nojdk (29 packages loaded, 31 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (21 packages) Fetching repository @local_jdk; starting Fetching repository @rules_proto; starting Fetching repository @rules_cc; starting Fetching ...hKb1PL/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz       Analyzing: target //src:bazel_nojdk (30 packages loaded, 35 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (21 packages) Fetching repository @local_jdk; starting Fetching repository @rules_proto; Patching repository Fetching repository @rules_cc; starting Fetching ...hKb1PL/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz       Analyzing: target //src:bazel_nojdk (40 packages loaded, 37 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (19 packages) Fetching repository @local_jdk; starting Fetching repository @rules_proto; Patching repository Fetching repository @rules_cc; starting Fetching ...hKb1PL/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz       Analyzing: target //src:bazel_nojdk (42 packages loaded, 37 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (17 packages) Fetching repository @local_jdk; starting Fetching repository @rules_proto; Patching repository Fetching repository @rules_cc; starting Fetching ...hKb1PL/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz       Analyzing: target //src:bazel_nojdk (43 packages loaded, 40 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (16 packages) Fetching repository @local_jdk; starting Fetching repository @rules_proto; Patching repository Fetching repository @rules_cc; starting Fetching ...hKb1PL/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz       Analyzing: target //src:bazel_nojdk (50 packages loaded, 43 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (10 packages) Fetching repository @local_jdk; starting Fetching repository @rules_proto; Patching repository Fetching repository @rules_cc; starting Fetching ...hKb1PL/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz       Analyzing: target //src:bazel_nojdk (53 packages loaded, 43 targets configured\ ) currently loading: @rules_license//licenses/spdx ... (7 packages) Fetching repository @local_jdk; starting Fetching repository @rules_cc; starting Fetching ...hKb1PL/out/external/rules_cc; Extracting rules_cc-0.0.2.tar.gz      Analyzing: target //src:bazel_nojdk (58 packages loaded, 43 targets configured\ ) currently loading: src/main/protobuf ... (3 packages) Fetching repository @local_jdk; starting Fetching repository @rules_cc; Patching repository     Analyzing: target //src:bazel_nojdk (60 packages loaded, 44 targets configured\ ) currently loading: src/main/protobuf Fetching repository @local_jdk; starting Fetching repository @rules_cc; Patching repository     Analyzing: target //src:bazel_nojdk (60 packages loaded, 48 targets configured\ ) currently loading: src/main/protobuf Fetching repository @local_jdk; starting 4s    Analyzing: target //src:bazel_nojdk (61 packages loaded, 51 targets configured\ ) currently loading: src/java_tools/buildjar Fetching repository @local_jdk; starting 4s    Analyzing: target //src:bazel_nojdk (75 packages loaded, 74 targets configured\ ) currently loading: tools/windows ... (5 packages) Fetching repository @local_jdk; starting 4s    Analyzing: target //src:bazel_nojdk (85 packages loaded, 125 targets configure\ d) currently loading: tools/test ... (3 packages) Fetching repository @local_jdk; starting 5s    Analyzing: target //src:bazel_nojdk (94 packages loaded, 158 targets configure\ d) currently loading: tools/test/CoverageOutputGenerator/java/com/google/devt\ ools/coverageoutputgenerator ... (2 packages) Fetching repository @local_jdk; starting 5s     Analyzing: target //src:bazel_nojdk (99 packages loaded, 266 targets configure\ d) Fetching repository @local_jdk; starting 5s   Analyzing: target //src:bazel_nojdk (99 packages loaded, 328 targets configure\ d) currently loading: tools/bash/runfiles Fetching repository @local_jdk; starting 5s    Analyzing: target //src:bazel_nojdk (108 packages loaded, 397 targets configur\ ed) currently loading: tools/build_defs/repo ... (3 packages)   Analyzing: target //src:bazel_nojdk (114 packages loaded, 519 targets configur\ ed) currently loading: tools/build_defs/pkg ... (3 packages)   Analyzing: target //src:bazel_nojdk (117 packages loaded, 565 targets configur\ ed) currently loading: @local_jdk//   Analyzing: target //src:bazel_nojdk (118 packages loaded, 594 targets configur\ ed) currently loading: @rules_nodejs//nodejs   Analyzing: target //src:bazel_nojdk (118 packages loaded, 712 targets configur\ ed) currently loading: @rules_nodejs//nodejs ... (2 packages)   Analyzing: target //src:bazel_nojdk (119 packages loaded, 749 targets configur\ ed) currently loading: @rules_nodejs//nodejs   Analyzing: target //src:bazel_nojdk (120 packages loaded, 877 targets configur\ ed) currently loading: @bazel_tools//tools/def_parser   Analyzing: target //src:bazel_nojdk (126 packages loaded, 881 targets configur\ ed) currently loading: @bazel_tools//tools/build_defs/cc/whitelists/parse_head\ ers_and_layering_check    Analyzing: target //src:bazel_nojdk (128 packages loaded, 914 targets configur\ ed)  Analyzing: target //src:bazel_nojdk (128 packages loaded, 938 targets configur\ ed) currently loading: third_party/protobuf   Analyzing: target //src:bazel_nojdk (130 packages loaded, 950 targets configur\ ed) currently loading: @com_google_protobuf// ... (2 packages)   Analyzing: target //src:bazel_nojdk (131 packages loaded, 1005 targets configu\ red) currently loading: @com_google_protobuf// ... (2 packages)   Analyzing: target //src:bazel_nojdk (133 packages loaded, 1048 targets configu\ red) currently loading: @com_google_protobuf// ... (3 packages)   Analyzing: target //src:bazel_nojdk (134 packages loaded, 1067 targets configu\ red) currently loading: @com_google_protobuf// ... (4 packages)   Analyzing: target //src:bazel_nojdk (137 packages loaded, 1069 targets configu\ red) currently loading: @com_google_protobuf// ... (5 packages)   Analyzing: target //src:bazel_nojdk (143 packages loaded, 1076 targets configu\ red) currently loading: @com_google_protobuf// ... (5 packages)   Analyzing: target //src:bazel_nojdk (150 packages loaded, 1084 targets configu\ red) currently loading: @com_google_protobuf// ... (4 packages)   Analyzing: target //src:bazel_nojdk (155 packages loaded, 1088 targets configu\ red) currently loading: @com_google_protobuf// ... (6 packages)   Analyzing: target //src:bazel_nojdk (158 packages loaded, 1088 targets configu\ red) currently loading: @com_google_protobuf// ... (5 packages)   Analyzing: target //src:bazel_nojdk (160 packages loaded, 1101 targets configu\ red) currently loading: @com_google_protobuf// ... (4 packages)   Analyzing: target //src:bazel_nojdk (160 packages loaded, 1125 targets configu\ red) currently loading: @com_google_protobuf// ... (5 packages)   Analyzing: target //src:bazel_nojdk (164 packages loaded, 1138 targets configu\ red) currently loading: @com_google_protobuf// ... (7 packages)   Analyzing: target //src:bazel_nojdk (167 packages loaded, 1139 targets configu\ red) currently loading: @com_google_protobuf// ... (6 packages)   Analyzing: target //src:bazel_nojdk (169 packages loaded, 1151 targets configu\ red) currently loading: @com_google_protobuf// ... (5 packages)   Analyzing: target //src:bazel_nojdk (169 packages loaded, 1154 targets configu\ red) currently loading: @com_google_protobuf// ... (6 packages)   Analyzing: target //src:bazel_nojdk (170 packages loaded, 1183 targets configu\ red) currently loading: @com_google_protobuf// ... (5 packages)   Analyzing: target //src:bazel_nojdk (171 packages loaded, 1214 targets configu\ red) currently loading: @com_google_protobuf// ... (5 packages)   Analyzing: target //src:bazel_nojdk (173 packages loaded, 1233 targets configu\ red) currently loading: @com_google_protobuf// ... (4 packages)   Analyzing: target //src:bazel_nojdk (175 packages loaded, 1283 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (3 packages)   Analyzing: target //src:bazel_nojdk (178 packages loaded, 1308 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (2 packages)   Analyzing: target //src:bazel_nojdk (180 packages loaded, 1334 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (3 packages)   Analyzing: target //src:bazel_nojdk (181 packages loaded, 1351 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (3 packages)   Analyzing: target //src:bazel_nojdk (184 packages loaded, 1358 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (2 packages)   Analyzing: target //src:bazel_nojdk (185 packages loaded, 1530 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (2 packages)   Analyzing: target //src:bazel_nojdk (186 packages loaded, 1675 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (2 packages)   Analyzing: target //src:bazel_nojdk (187 packages loaded, 1825 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (2 packages)   Analyzing: target //src:bazel_nojdk (189 packages loaded, 1841 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (3 packages)   Analyzing: target //src:bazel_nojdk (190 packages loaded, 1894 targets configu\ red) currently loading: @com_github_grpc_grpc// ... (4 packages)   Analyzing: target //src:bazel_nojdk (196 packages loaded, 1917 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (4 packages) Fetching repository @zstd-jni; starting     Analyzing: target //src:bazel_nojdk (199 packages loaded, 1921 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (3 packages) Fetching repository @zstd-jni; starting Fetching ...-3.zip; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/v1.5.2-3.zip       Analyzing: target //src:bazel_nojdk (201 packages loaded, 1967 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (4 packages) Fetching repository @zstd-jni; starting Fetching ...-3.zip; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/v1.5.2-3.zip       Analyzing: target //src:bazel_nojdk (203 packages loaded, 2016 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (5 packages) Fetching repository @zstd-jni; starting Fetching ...-3.zip; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/v1.5.2-3.zip       Analyzing: target //src:bazel_nojdk (206 packages loaded, 2070 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (5 packages) Fetching repository @zstd-jni; starting Fetching ...-3.zip; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/v1.5.2-3.zip       Analyzing: target //src:bazel_nojdk (210 packages loaded, 2100 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (3 packages) Fetching repository @zstd-jni; starting Fetching ...-3.zip; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/v1.5.2-3.zip       Analyzing: target //src:bazel_nojdk (212 packages loaded, 2104 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (4 packages) Fetching repository @zstd-jni; starting Fetching ...-3.zip; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/v1.5.2-3.zip       Analyzing: target //src:bazel_nojdk (222 packages loaded, 2156 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (3 packages) Fetching repository @zstd-jni; starting Fetching ...-3.zip; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/v1.5.2-3.zip       Analyzing: target //src:bazel_nojdk (231 packages loaded, 2195 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/skyframe ..\ . (3 packages) Fetching repository @zstd-jni; starting     Analyzing: target //src:bazel_nojdk (239 packages loaded, 2269 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (2 packages) Fetching repository @zstd-jni; starting     Analyzing: target //src:bazel_nojdk (244 packages loaded, 2364 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (4 packages) Fetching repository @zstd-jni; starting     Analyzing: target //src:bazel_nojdk (247 packages loaded, 2397 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (6 packages) Fetching repository @zstd-jni; starting     Analyzing: target //src:bazel_nojdk (260 packages loaded, 2457 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (3 packages) Fetching repository @zstd-jni; starting     Analyzing: target //src:bazel_nojdk (262 packages loaded, 2560 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (5 packages) Fetching repository @zstd-jni; starting Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; Restarting.       Analyzing: target //src:bazel_nojdk (266 packages loaded, 2594 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (6 packages) Fetching repository @zstd-jni; starting Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting       Analyzing: target //src:bazel_nojdk (277 packages loaded, 2631 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (3 packages) Fetching repository @zstd-jni; starting Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting Fetching ...tar.gz; Checking SHA-256 of /usr/obj/ports/bazel-6.3.2/bazel-6\ .3.2/derived/distdir/20230802.1.tar.gz         Analyzing: target //src:bazel_nojdk (280 packages loaded, 2742 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (4 packages) Fetching repository @zstd-jni; starting Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting       Analyzing: target //src:bazel_nojdk (282 packages loaded, 2786 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (4 packages) Fetching repository @zstd-jni; starting Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting       Analyzing: target //src:bazel_nojdk (285 packages loaded, 2848 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (4 packages) Fetching repository @zstd-jni; starting Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz        Analyzing: target //src:bazel_nojdk (287 packages loaded, 3011 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (3 packages) Fetching repository @zstd-jni; starting 4s Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz        Analyzing: target //src:bazel_nojdk (288 packages loaded, 3317 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (4 packages) Fetching repository @zstd-jni; starting 4s Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz        Analyzing: target //src:bazel_nojdk (291 packages loaded, 3551 targets configu\ red) currently loading: src/main/java/com/google/devtools/build/lib/runtime/com\ mands/license ... (3 packages) Fetching repository @zstd-jni; starting 4s Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz        Analyzing: target //src:bazel_nojdk (294 packages loaded, 3715 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (3 packages) Fetching repository @zstd-jni; starting 5s Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (294 packages loaded, 3990 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (4 packages) Fetching repository @zstd-jni; starting 5s Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (295 packages loaded, 4359 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (4 packages) Fetching repository @zstd-jni; starting 5s Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (296 packages loaded, 4423 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (4 packages) Fetching repository @zstd-jni; starting 6s Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (300 packages loaded, 4477 targets configu\ red) currently loading: @com_google_protobuf//java/core Fetching repository @zstd-jni; starting 6s Fetching .../bazel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip Fetching repository @com_google_absl; starting Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (301 packages loaded, 4559 targets configu\ red) currently loading: @com_google_protobuf//java/core Fetching repository @zstd-jni; starting 6s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 4s Fetching repository @com_google_absl; starting Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (308 packages loaded, 4653 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 packages) Fetching repository @zstd-jni; starting 6s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 4s Fetching repository @com_google_absl; starting 4s Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (310 packages loaded, 4813 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (3 packages) Fetching repository @zstd-jni; starting 7s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 4s Fetching repository @com_google_absl; starting 4s Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (314 packages loaded, 4818 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (3 packages) Fetching repository @zstd-jni; starting 7s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 4s Fetching repository @com_google_absl; starting 4s Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (319 packages loaded, 4867 targets configu\ red) currently loading: @com_google_protobuf//java/core Fetching repository @zstd-jni; starting 7s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 4s Fetching repository @com_google_absl; starting 4s Fetching ...1PL/out/external/com_google_absl; Extracting 20230802.1.tar.gz       Analyzing: target //src:bazel_nojdk (319 packages loaded, 4915 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (2 packages) Fetching repository @zstd-jni; starting 8s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 5s Fetching repository @com_google_absl; starting 5s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 4s       Analyzing: target //src:bazel_nojdk (325 packages loaded, 5026 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (4 packages) Fetching repository @zstd-jni; starting 8s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 5s Fetching repository @com_google_absl; starting 5s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 4s       Analyzing: target //src:bazel_nojdk (327 packages loaded, 5236 targets configu\ red) currently loading: @com_google_protobuf//java/core ... (6 packages) Fetching repository @zstd-jni; starting 8s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 5s Fetching repository @com_google_absl; starting 5s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 4s       Analyzing: target //src:bazel_nojdk (336 packages loaded, 5239 targets configu\ red) currently loading: third_party/jarjar ... (3 packages) Fetching repository @zstd-jni; starting 8s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 6s Fetching repository @com_google_absl; starting 6s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 4s       Analyzing: target //src:bazel_nojdk (343 packages loaded, 5472 targets configu\ red) Fetching repository @zstd-jni; starting 9s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 6s Fetching repository @com_google_absl; starting 6s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 5s      Analyzing: target //src:bazel_nojdk (343 packages loaded, 5727 targets configu\ red) currently loading: third_party/java/android_databinding/v3_4_0 Fetching repository @zstd-jni; starting 9s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 6s Fetching repository @com_google_absl; starting 6s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 5s       Analyzing: target //src:bazel_nojdk (344 packages loaded, 6023 targets configu\ red) currently loading: third_party/ijar/test ... (2 packages) Fetching repository @zstd-jni; starting 9s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 6s Fetching repository @com_google_absl; starting 6s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 5s       Analyzing: target //src:bazel_nojdk (346 packages loaded, 7439 targets configu\ red) Fetching repository @zstd-jni; starting 10s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 8s Fetching repository @com_google_absl; starting 8s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 6s      Analyzing: target //src:bazel_nojdk (346 packages loaded, 7511 targets configu\ red) Fetching repository @zstd-jni; starting 11s Fetching ...zel_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 9s Fetching repository @com_google_absl; starting 9s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 8s      Analyzing: target //src:bazel_nojdk (346 packages loaded, 7604 targets configu\ red) Fetching repository @zstd-jni; starting 12s Fetching ...el_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 10s Fetching repository @com_google_absl; starting 10s Fetching .../out/external/com_google_absl; Extracting 20230802.1.tar.gz 9s      Analyzing: target //src:bazel_nojdk (346 packages loaded, 7695 targets configu\ red) Fetching repository @zstd-jni; starting 14s Fetching ...el_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 11s Fetching repository @com_google_absl; starting 11s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 10s      Analyzing: target //src:bazel_nojdk (346 packages loaded, 7758 targets configu\ red) Fetching repository @zstd-jni; starting 15s Fetching ...el_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 12s Fetching repository @com_google_absl; starting 12s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 11s      Analyzing: target //src:bazel_nojdk (346 packages loaded, 7842 targets configu\ red) Fetching repository @zstd-jni; starting 16s Fetching ...el_wqhKb1PL/out/external/zstd-jni; Extracting v1.5.2-3.zip 13s Fetching repository @com_google_absl; starting 13s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 12s      Analyzing: target //src:bazel_nojdk (346 packages loaded, 7904 targets configu\ red) Fetching repository @zstd-jni; Patching repository 16s Fetching repository @com_google_absl; starting 14s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 13s     Analyzing: target //src:bazel_nojdk (346 packages loaded, 7961 targets configu\ red) Fetching repository @zstd-jni; Patching repository 17s Fetching repository @com_google_absl; starting 15s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 14s     Analyzing: target //src:bazel_nojdk (346 packages loaded, 7972 targets configu\ red) currently loading: @zstd-jni// Fetching repository @com_google_absl; starting 15s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 14s     Analyzing: target //src:bazel_nojdk (346 packages loaded, 7987 targets configu\ red) currently loading: @zstd-jni// Fetching repository @com_google_absl; starting 16s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 14s     Analyzing: target //src:bazel_nojdk (347 packages loaded, 8333 targets configu\ red) currently loading: @rules_license//licenses/generic Fetching repository @com_google_absl; starting 17s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 15s     Analyzing: target //src:bazel_nojdk (349 packages loaded, 8367 targets configu\ red) Fetching repository @com_google_absl; starting 17s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 16s    Analyzing: target //src:bazel_nojdk (349 packages loaded, 8476 targets configu\ red) Fetching repository @com_google_absl; starting 18s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 17s    Analyzing: target //src:bazel_nojdk (349 packages loaded, 8573 targets configu\ red) Fetching repository @com_google_absl; starting 19s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 18s    Analyzing: target //src:bazel_nojdk (349 packages loaded, 8645 targets configu\ red) Fetching repository @com_google_absl; starting 20s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 19s    Analyzing: target //src:bazel_nojdk (349 packages loaded, 8702 targets configu\ red) Fetching repository @com_google_absl; starting 21s Fetching ...out/external/com_google_absl; Extracting 20230802.1.tar.gz 20s    Analyzing: target //src:bazel_nojdk (349 packages loaded, 8703 targets configu\ red) Fetching repository @com_google_absl; starting 21s   Analyzing: target //src:bazel_nojdk (349 packages loaded, 8703 targets configu\ red) Fetching repository @com_google_absl; Patching repository 22s   Analyzing: target //src:bazel_nojdk (349 packages loaded, 8703 targets configu\ red) currently loading: @com_google_absl//absl/types ... (12 packages)   Analyzing: target //src:bazel_nojdk (358 packages loaded, 8708 targets configu\ red) currently loading: @com_google_absl//absl/container ... (4 packages)   Analyzing: target //src:bazel_nojdk (362 packages loaded, 8774 targets configu\ red) currently loading: @com_google_absl//absl/strings ... (2 packages)   Analyzing: target //src:bazel_nojdk (364 packages loaded, 8984 targets configu\ red) currently loading: @com_google_absl//absl/strings ... (2 packages)   Analyzing: target //src:bazel_nojdk (367 packages loaded, 9025 targets configu\ red) currently loading: @com_google_absl//absl/strings ... (2 packages)   Analyzing: target //src:bazel_nojdk (369 packages loaded, 9195 targets configu\ red) Fetching repository @com_github_cncf_udpa; starting   Analyzing: target //src:bazel_nojdk (369 packages loaded, 9426 targets configu\ red) Fetching repository @com_github_cncf_udpa; starting Fetching ...f_udpa; Extracting cb28da3451f158a947dfc45090fe92b07b243bc1.ta\ r.gz     Analyzing: target //src:bazel_nojdk (369 packages loaded, 9440 targets configu\ red) currently loading: @upb// Fetching repository @com_github_cncf_udpa; starting Fetching ...f_udpa; Extracting cb28da3451f158a947dfc45090fe92b07b243bc1.ta\ r.gz      Analyzing: target //src:bazel_nojdk (369 packages loaded, 9611 targets configu\ red) currently loading: @upb//   Analyzing: target //src:bazel_nojdk (369 packages loaded, 9720 targets configu\ red) currently loading: @upb// ... (3 packages)   Analyzing: target //src:bazel_nojdk (373 packages loaded, 9851 targets configu\ red) currently loading: @upb// ... (4 packages)   Analyzing: target //src:bazel_nojdk (379 packages loaded, 9897 targets configu\ red) currently loading: @com_google_googleapis//google/rpc ... (4 packages)   Analyzing: target //src:bazel_nojdk (382 packages loaded, 9933 targets configu\ red) currently loading: @com_google_googleapis//google/rpc ... (2 packages)   Analyzing: target //src:bazel_nojdk (384 packages loaded, 10127 targets config\ ured)  Analyzing: target //src:bazel_nojdk (384 packages loaded, 10195 targets config\ ured)  Analyzing: target //src:bazel_nojdk (384 packages loaded, 10228 targets config\ ured)  Analyzing: target //src:bazel_nojdk (384 packages loaded, 10239 targets config\ ured)  Analyzing: target //src:bazel_nojdk (384 packages loaded, 10273 targets config\ ured)  Analyzing: target //src:bazel_nojdk (384 packages loaded, 10302 targets config\ ured)  Analyzing: target //src:bazel_nojdk (384 packages loaded, 10338 targets config\ ured)  Analyzing: target //src:bazel_nojdk (384 packages loaded, 10354 targets config\ ured)  INFO: Analyzed target //src:bazel_nojdk (384 packages loaded, 10354 targets configured).  checking cached actions INFO: Found 1 target...  checking cached actions  checking cached actions [0 / 230] [Scann] Compiling src/main/tools/daemonize.c [0 / 230] 5 actions, 2 running //src/tools/singlejar:singlejar; 0s local @bazel_tools//third_party/ijar:zipper; 0s local @com_google_protobuf//:protoc; 0s local Executing genrule //src:platforms_archive; 0s local Compiling src/main/tools/daemonize.c; 0s local Compiling third_party/zlib/zutil.c; 0s local [Prepa] BazelWorkspaceStatusAction stable-status.txt        [4 / 234] 3 actions running Compiling src/main/tools/daemonize.c; 0s local Executing genrule //src:platforms_archive; 0s local Compiling third_party/zlib/zutil.c; 0s local [Prepa] @bazel_tools//third_party/ijar:zipper [Prepa] @com_google_protobuf//:protoc      [4 / 234] 6 actions running Compiling src/main/tools/daemonize.c; 0s local Executing genrule //src:platforms_archive; 0s local Compiling third_party/zlib/zutil.c; 0s local @bazel_tools//third_party/ijar:zipper; 0s local @com_google_protobuf//:protoc; 0s local //src/tools/singlejar:singlejar; 0s local       [4 / 234] 7 actions, 6 running Compiling src/main/tools/daemonize.c; 0s local Executing genrule //src:platforms_archive; 0s local Compiling third_party/zlib/zutil.c; 0s local @bazel_tools//third_party/ijar:zipper; 0s local @com_google_protobuf//:protoc; 0s local //src/tools/singlejar:singlejar; 0s local [Prepa] Executing genrule //src:package_bazel_on_host_platform [for tool]        [4 / 234] 7 actions running Compiling src/main/tools/daemonize.c; 1s local Executing genrule //src:platforms_archive; 1s local Compiling third_party/zlib/zutil.c; 1s local @bazel_tools//third_party/ijar:zipper; 0s local @com_google_protobuf//:protoc; 0s local //src/tools/singlejar:singlejar; 0s local //src:package_bazel_on_host_platform; 0s local        [7 / 278] 5 actions, 4 running Compiling src/main/tools/daemonize.c; 1s local Executing genrule //src:platforms_archive; 1s local Compiling third_party/zlib/zutil.c; 1s local //src:package_bazel_on_host_platform; 1s local [Scann] Compiling third_party/zlib/zutil.c [for tool]      [9 / 298] 5 actions, 4 running Compiling src/main/tools/daemonize.c; 2s local Compiling third_party/zlib/zutil.c; 2s local Compiling third_party/zlib/zutil.c [for tool]; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local [Prepa] @bazel_tools//tools/python:_generate_wrappers      [9 / 298] 6 actions running Compiling src/main/tools/daemonize.c; 2s local Compiling third_party/zlib/zutil.c; 2s local Compiling third_party/zlib/zutil.c [for tool]; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Executing genrule //third_party/zlib:embedded_build_file; 0s local @bazel_tools//tools/python:_generate_wrappers; 0s local       [11 / 299] 6 actions running Compiling src/main/tools/daemonize.c; 2s local Compiling third_party/zlib/zutil.c; 2s local Compiling third_party/zlib/zutil.c [for tool]; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Executing genrule //third_party/zlib:embedded_build_file; 0s local //src:create_embedded_tools; 0s local       [12 / 299] 5 actions running Compiling src/main/tools/daemonize.c; 2s local Compiling third_party/zlib/zutil.c; 2s local Compiling third_party/zlib/zutil.c [for tool]; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local //src:create_embedded_tools; 0s local      [12 / 299] 6 actions, 5 running Compiling src/main/tools/daemonize.c; 3s local Compiling third_party/zlib/zutil.c; 3s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling src/main/cpp/util/strings.cc [for tool]; 1s local //src:create_embedded_tools; 0s local [Sched] Compiling third_party/zlib/zutil.c [for tool]       [13 / 300] 6 actions running Compiling src/main/tools/daemonize.c; 3s local Compiling third_party/zlib/zutil.c; 3s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling src/main/cpp/util/strings.cc [for tool]; 1s local Compiling third_party/zlib/zutil.c [for tool]; 0s local      [14 / 300] 5 actions running Compiling src/main/tools/daemonize.c; 3s local Compiling third_party/zlib/zutil.c; 3s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling src/main/cpp/util/strings.cc [for tool]; 1s local Compiling third_party/zlib/zutil.c [for tool]; 0s local      [14 / 300] 6 actions, 5 running Compiling src/main/tools/daemonize.c; 3s local Compiling third_party/zlib/zutil.c; 3s local Compiling third_party/zlib/zutil.c [for tool]; 2s local Compiling src/main/cpp/util/strings.cc [for tool]; 2s local Compiling third_party/zlib/zutil.c [for tool]; 0s local [Scann] Compiling third_party/ijar/zip_main.cc [for tool]       [14 / 300] 6 actions running Compiling src/main/tools/daemonize.c; 4s local Compiling third_party/zlib/zutil.c; 4s local Compiling third_party/zlib/zutil.c [for tool]; 2s local Compiling src/main/cpp/util/strings.cc [for tool]; 2s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling third_party/ijar/zip_main.cc [for tool]; 0s local       [15 / 300] 5 actions running Compiling src/main/tools/daemonize.c; 4s local Compiling third_party/zlib/zutil.c; 4s local Compiling src/main/cpp/util/strings.cc [for tool]; 2s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling third_party/ijar/zip_main.cc [for tool]; 0s local      [16 / 300] 6 actions, 5 running Compiling src/main/tools/daemonize.c; 5s local Compiling src/main/cpp/util/strings.cc [for tool]; 3s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling third_party/ijar/zip_main.cc [for tool]; 1s local Compiling third_party/zlib/uncompr.c; 0s local [Scann] Compiling third_party/zlib/uncompr.c [for tool]       [16 / 300] 6 actions, 5 running Compiling src/main/tools/daemonize.c; 5s local Compiling src/main/cpp/util/strings.cc [for tool]; 3s local Compiling third_party/zlib/zutil.c [for tool]; 1s local Compiling third_party/ijar/zip_main.cc [for tool]; 1s local Compiling third_party/zlib/uncompr.c; 0s local [Prepa] Compiling third_party/zlib/uncompr.c [for tool]       [17 / 300] 6 actions, 5 running Compiling src/main/tools/daemonize.c; 5s local Compiling src/main/cpp/util/strings.cc [for tool]; 3s local Compiling third_party/ijar/zip_main.cc [for tool]; 1s local Compiling third_party/zlib/uncompr.c; 0s local Compiling third_party/zlib/uncompr.c [for tool]; 0s local [Scann] Compiling third_party/zlib/uncompr.c [for tool]       [17 / 300] 6 actions running Compiling src/main/cpp/util/strings.cc [for tool]; 4s local Compiling third_party/ijar/zip_main.cc [for tool]; 1s local Compiling third_party/zlib/uncompr.c; 1s local Compiling third_party/zlib/uncompr.c [for tool]; 0s local Compiling third_party/zlib/uncompr.c [for tool]; 0s local      [18 / 301] 6 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 4s local Compiling third_party/ijar/zip_main.cc [for tool]; 2s local Compiling third_party/zlib/uncompr.c; 1s local Compiling third_party/zlib/uncompr.c [for tool]; 1s local Compiling third_party/zlib/uncompr.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize       [19 / 301] 6 actions, 4 running Compiling src/main/cpp/util/strings.cc [for tool]; 4s local Compiling third_party/ijar/zip_main.cc [for tool]; 2s local Compiling third_party/zlib/uncompr.c [for tool]; 1s local Compiling third_party/zlib/uncompr.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize [Scann] Compiling third_party/zlib/trees.c       [19 / 301] 6 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 4s local Compiling third_party/ijar/zip_main.cc [for tool]; 2s local Compiling third_party/zlib/uncompr.c [for tool]; 1s local Compiling third_party/zlib/uncompr.c [for tool]; 1s local Compiling third_party/zlib/trees.c; 0s local [Sched] Linking src/main/tools/daemonize       [20 / 302] 6 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 5s local Compiling third_party/ijar/zip_main.cc [for tool]; 3s local Compiling third_party/zlib/uncompr.c [for tool]; 1s local Compiling third_party/zlib/trees.c; 0s local Compiling third_party/zlib/trees.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize       [20 / 302] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 5s local Compiling third_party/ijar/zip_main.cc [for tool]; 3s local Compiling third_party/zlib/uncompr.c [for tool]; 1s local Compiling third_party/zlib/trees.c; 0s local Compiling third_party/zlib/trees.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize [Prepa] Executing genrule //tools/cpp/runfiles:srcs_for_embedded_tools        [20 / 302] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 5s local Compiling third_party/ijar/zip_main.cc [for tool]; 3s local Compiling third_party/zlib/uncompr.c [for tool]; 2s local Compiling third_party/zlib/trees.c; 1s local Compiling third_party/zlib/trees.c [for tool]; 0s local Executing genrule //tools/cpp/runfiles:srcs_for_embedded_tools; 0s local [Sched] Linking src/main/tools/daemonize        [21 / 302] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 5s local Compiling third_party/ijar/zip_main.cc [for tool]; 3s local Compiling third_party/zlib/trees.c; 1s local Compiling third_party/zlib/trees.c [for tool]; 0s local Executing genrule //tools/cpp/runfiles:srcs_for_embedded_tools; 0s local [Sched] Linking src/main/tools/daemonize [Sched] Compiling third_party/zlib/trees.c [for tool]        [21 / 302] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 6s local Compiling third_party/ijar/zip_main.cc [for tool]; 4s local Compiling third_party/zlib/trees.c; 1s local Compiling third_party/zlib/trees.c [for tool]; 1s local Executing genrule //tools/cpp/runfiles:srcs_for_embedded_tools; 0s local Compiling third_party/zlib/trees.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize        [22 / 302] 6 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 6s local Compiling third_party/ijar/zip_main.cc [for tool]; 4s local Compiling third_party/zlib/trees.c; 1s local Compiling third_party/zlib/trees.c [for tool]; 1s local Compiling third_party/zlib/trees.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize       [22 / 302] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 7s local Compiling third_party/ijar/zip_main.cc [for tool]; 4s local Compiling third_party/zlib/trees.c; 2s local Compiling third_party/zlib/trees.c [for tool]; 1s local Compiling third_party/zlib/trees.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize [Prepa] Executing genrule //tools/java:copy_java_stub_template        [22 / 302] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 7s local Compiling third_party/ijar/zip_main.cc [for tool]; 5s local Compiling third_party/zlib/trees.c; 2s local Compiling third_party/zlib/trees.c [for tool]; 2s local Compiling third_party/zlib/trees.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize       [23 / 303] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 7s local Compiling third_party/ijar/zip_main.cc [for tool]; 5s local Compiling third_party/zlib/trees.c; 2s local Compiling third_party/zlib/trees.c [for tool]; 2s local Compiling third_party/zlib/trees.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize [Prepa] Writing file src/embedded_tools_nojdk.params        [24 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 7s local Compiling third_party/ijar/zip_main.cc [for tool]; 5s local Compiling third_party/zlib/trees.c; 3s local Compiling third_party/zlib/trees.c [for tool]; 2s local Compiling third_party/zlib/trees.c [for tool]; 1s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 0s local [Sched] Linking src/main/tools/daemonize        [24 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 8s local Compiling third_party/ijar/zip_main.cc [for tool]; 6s local Compiling third_party/zlib/trees.c; 4s local Compiling third_party/zlib/trees.c [for tool]; 3s local Compiling third_party/zlib/trees.c [for tool]; 3s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 1s local [Sched] Linking src/main/tools/daemonize; 4s        [24 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 10s local Compiling third_party/ijar/zip_main.cc [for tool]; 7s local Compiling third_party/zlib/trees.c; 5s local Compiling third_party/zlib/trees.c [for tool]; 4s local Compiling third_party/zlib/trees.c [for tool]; 4s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 2s local [Sched] Linking src/main/tools/daemonize; 5s        [24 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 11s local Compiling third_party/ijar/zip_main.cc [for tool]; 8s local Compiling third_party/zlib/trees.c; 6s local Compiling third_party/zlib/trees.c [for tool]; 6s local Compiling third_party/zlib/trees.c [for tool]; 5s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 3s local [Sched] Linking src/main/tools/daemonize; 6s        [24 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 12s local Compiling third_party/ijar/zip_main.cc [for tool]; 10s local Compiling third_party/zlib/trees.c; 7s local Compiling third_party/zlib/trees.c [for tool]; 7s local Compiling third_party/zlib/trees.c [for tool]; 6s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 4s local [Sched] Linking src/main/tools/daemonize; 7s        [24 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 13s local Compiling third_party/ijar/zip_main.cc [for tool]; 11s local Compiling third_party/zlib/trees.c; 8s local Compiling third_party/zlib/trees.c [for tool]; 8s local Compiling third_party/zlib/trees.c [for tool]; 7s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 5s local [Sched] Linking src/main/tools/daemonize; 9s        [24 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 14s local Compiling third_party/ijar/zip_main.cc [for tool]; 12s local Compiling third_party/zlib/trees.c; 9s local Compiling third_party/zlib/trees.c [for tool]; 9s local Compiling third_party/zlib/trees.c [for tool]; 8s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 6s local [Sched] Linking src/main/tools/daemonize; 10s        [24 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 15s local Compiling third_party/ijar/zip_main.cc [for tool]; 13s local Compiling third_party/zlib/trees.c; 10s local Compiling third_party/zlib/trees.c [for tool]; 10s local Compiling third_party/zlib/trees.c [for tool]; 9s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 7s local [Sched] Linking src/main/tools/daemonize; 11s        [25 / 305] 6 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 15s local Compiling third_party/ijar/zip_main.cc [for tool]; 13s local Compiling third_party/zlib/trees.c; 10s local Compiling third_party/zlib/trees.c [for tool]; 10s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 7s local [Sched] Linking src/main/tools/daemonize; 11s       [26 / 305] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 15s local Compiling third_party/ijar/zip_main.cc [for tool]; 13s local Compiling third_party/zlib/trees.c; 11s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 7s local Compiling third_party/zlib/inftrees.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 11s [Prepa] Compiling third_party/zlib/inftrees.c [for tool]        [26 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 16s local Compiling third_party/ijar/zip_main.cc [for tool]; 13s local Compiling third_party/zlib/trees.c; 11s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 8s local Compiling third_party/zlib/inftrees.c [for tool]; 0s local Compiling third_party/zlib/inftrees.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 11s        [27 / 305] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 16s local Compiling third_party/ijar/zip_main.cc [for tool]; 14s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 8s local Compiling third_party/zlib/inftrees.c [for tool]; 0s local Compiling third_party/zlib/inftrees.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 12s [Scann] Compiling third_party/zlib/inftrees.c        [27 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 16s local Compiling third_party/ijar/zip_main.cc [for tool]; 14s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 8s local Compiling third_party/zlib/inftrees.c [for tool]; 0s local Compiling third_party/zlib/inftrees.c [for tool]; 0s local Compiling third_party/zlib/inftrees.c; 0s local [Sched] Linking src/main/tools/daemonize; 12s        [27 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 17s local Compiling third_party/ijar/zip_main.cc [for tool]; 15s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 9s local Compiling third_party/zlib/inftrees.c [for tool]; 1s local Compiling third_party/zlib/inftrees.c [for tool]; 1s local Compiling third_party/zlib/inftrees.c; 1s local [Sched] Linking src/main/tools/daemonize; 13s        [28 / 305] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 17s local Compiling third_party/ijar/zip_main.cc [for tool]; 15s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 10s local Compiling third_party/zlib/inftrees.c [for tool]; 2s local Compiling third_party/zlib/inftrees.c; 1s local [Sched] Linking src/main/tools/daemonize; 13s [Scann] Compiling third_party/zlib/inflate.c [for tool]        [28 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 18s local Compiling third_party/ijar/zip_main.cc [for tool]; 16s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 10s local Compiling third_party/zlib/inftrees.c [for tool]; 2s local Compiling third_party/zlib/inftrees.c; 2s local Compiling third_party/zlib/inflate.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 14s        [29 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 18s local Compiling third_party/ijar/zip_main.cc [for tool]; 16s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 10s local Compiling third_party/zlib/inftrees.c; 2s local Compiling third_party/zlib/inflate.c [for tool]; 0s local Compiling third_party/zlib/inflate.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 14s        [30 / 305] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 18s local Compiling third_party/ijar/zip_main.cc [for tool]; 16s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 11s local Compiling third_party/zlib/inflate.c [for tool]; 0s local Compiling third_party/zlib/inflate.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 14s [Scann] Compiling third_party/zlib/inflate.c        [30 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 19s local Compiling third_party/ijar/zip_main.cc [for tool]; 17s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 11s local Compiling third_party/zlib/inflate.c [for tool]; 1s local Compiling third_party/zlib/inflate.c [for tool]; 0s local Compiling third_party/zlib/inflate.c; 0s local [Sched] Linking src/main/tools/daemonize; 15s        [30 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 20s local Compiling third_party/ijar/zip_main.cc [for tool]; 18s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 12s local Compiling third_party/zlib/inflate.c [for tool]; 2s local Compiling third_party/zlib/inflate.c [for tool]; 1s local Compiling third_party/zlib/inflate.c; 1s local [Sched] Linking src/main/tools/daemonize; 16s        [30 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 21s local Compiling third_party/ijar/zip_main.cc [for tool]; 19s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 13s local Compiling third_party/zlib/inflate.c [for tool]; 3s local Compiling third_party/zlib/inflate.c [for tool]; 2s local Compiling third_party/zlib/inflate.c; 2s local [Sched] Linking src/main/tools/daemonize; 17s        [30 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 22s local Compiling third_party/ijar/zip_main.cc [for tool]; 20s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 14s local Compiling third_party/zlib/inflate.c [for tool]; 4s local Compiling third_party/zlib/inflate.c [for tool]; 3s local Compiling third_party/zlib/inflate.c; 3s local [Sched] Linking src/main/tools/daemonize; 18s        [30 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 23s local Compiling third_party/ijar/zip_main.cc [for tool]; 21s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 15s local Compiling third_party/zlib/inflate.c [for tool]; 5s local Compiling third_party/zlib/inflate.c [for tool]; 4s local Compiling third_party/zlib/inflate.c; 4s local [Sched] Linking src/main/tools/daemonize; 19s        [30 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 24s local Compiling third_party/ijar/zip_main.cc [for tool]; 22s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 16s local Compiling third_party/zlib/inflate.c [for tool]; 6s local Compiling third_party/zlib/inflate.c [for tool]; 6s local Compiling third_party/zlib/inflate.c; 5s local [Sched] Linking src/main/tools/daemonize; 20s        [30 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 25s local Compiling third_party/ijar/zip_main.cc [for tool]; 23s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 17s local Compiling third_party/zlib/inflate.c [for tool]; 7s local Compiling third_party/zlib/inflate.c [for tool]; 7s local Compiling third_party/zlib/inflate.c; 6s local [Sched] Linking src/main/tools/daemonize; 21s        [30 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 26s local Compiling third_party/ijar/zip_main.cc [for tool]; 24s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 18s local Compiling third_party/zlib/inflate.c [for tool]; 8s local Compiling third_party/zlib/inflate.c [for tool]; 8s local Compiling third_party/zlib/inflate.c; 7s local [Sched] Linking src/main/tools/daemonize; 22s        [30 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 27s local Compiling third_party/ijar/zip_main.cc [for tool]; 25s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 19s local Compiling third_party/zlib/inflate.c [for tool]; 9s local Compiling third_party/zlib/inflate.c [for tool]; 9s local Compiling third_party/zlib/inflate.c; 8s local [Sched] Linking src/main/tools/daemonize; 23s        [30 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 28s local Compiling third_party/ijar/zip_main.cc [for tool]; 26s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 20s local Compiling third_party/zlib/inflate.c [for tool]; 10s local Compiling third_party/zlib/inflate.c [for tool]; 10s local Compiling third_party/zlib/inflate.c; 9s local [Sched] Linking src/main/tools/daemonize; 24s        [30 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 29s local Compiling third_party/ijar/zip_main.cc [for tool]; 27s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 21s local Compiling third_party/zlib/inflate.c [for tool]; 11s local Compiling third_party/zlib/inflate.c [for tool]; 10s local Compiling third_party/zlib/inflate.c; 10s local [Sched] Linking src/main/tools/daemonize; 24s [Prepa] @bazel_tools//tools/jdk:gen_include/openbsd/jni_md.h         [30 / 305] 8 actions, 7 running Compiling src/main/cpp/util/strings.cc [for tool]; 29s local Compiling third_party/ijar/zip_main.cc [for tool]; 27s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 21s local Compiling third_party/zlib/inflate.c [for tool]; 11s local Compiling third_party/zlib/inflate.c [for tool]; 11s local Compiling third_party/zlib/inflate.c; 10s local @bazel_tools//tools/jdk:gen_include/openbsd/jni_md.h; 0s local [Sched] Linking src/main/tools/daemonize; 25s         [31 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 29s local Compiling third_party/ijar/zip_main.cc [for tool]; 27s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 21s local Compiling third_party/zlib/inflate.c [for tool]; 11s local Compiling third_party/zlib/inflate.c [for tool]; 11s local Compiling third_party/zlib/inflate.c; 10s local [Sched] Linking src/main/tools/daemonize; 25s        [31 / 305] 8 actions, 7 running Compiling src/main/cpp/util/strings.cc [for tool]; 29s local Compiling third_party/ijar/zip_main.cc [for tool]; 27s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 22s local Compiling third_party/zlib/inflate.c [for tool]; 12s local Compiling third_party/zlib/inflate.c [for tool]; 11s local Compiling third_party/zlib/inflate.c; 11s local Executing genrule @bazel_tools//tools/jdk:gen_include/jni.h; 0s local [Sched] Linking src/main/tools/daemonize; 25s         [31 / 305] 8 actions, 7 running Compiling src/main/cpp/util/strings.cc [for tool]; 30s local Compiling third_party/ijar/zip_main.cc [for tool]; 28s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 23s local Compiling third_party/zlib/inflate.c [for tool]; 13s local Compiling third_party/zlib/inflate.c [for tool]; 12s local Compiling third_party/zlib/inflate.c; 12s local Executing genrule @bazel_tools//tools/jdk:gen_include/jni.h; 1s local [Sched] Linking src/main/tools/daemonize; 26s         [32 / 305] 7 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 31s local Compiling third_party/ijar/zip_main.cc [for tool]; 29s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 23s local Compiling third_party/zlib/inflate.c [for tool]; 13s local Compiling third_party/zlib/inflate.c [for tool]; 12s local Compiling third_party/zlib/inflate.c; 12s local [Sched] Linking src/main/tools/daemonize; 27s        [32 / 305] 8 actions, 7 running Compiling src/main/cpp/util/strings.cc [for tool]; 31s local Compiling third_party/ijar/zip_main.cc [for tool]; 29s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 23s local Compiling third_party/zlib/inflate.c [for tool]; 13s local Compiling third_party/zlib/inflate.c [for tool]; 13s local Compiling third_party/zlib/inflate.c; 12s local Compiling .../java/net/starlark/java/eval/cpu_profiler_unimpl.cc; 0s local [Sched] Linking src/main/tools/daemonize; 27s         [32 / 305] 8 actions, 7 running Compiling src/main/cpp/util/strings.cc [for tool]; 32s local Compiling third_party/ijar/zip_main.cc [for tool]; 30s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 24s local Compiling third_party/zlib/inflate.c [for tool]; 14s local Compiling third_party/zlib/inflate.c [for tool]; 14s local Compiling third_party/zlib/inflate.c; 13s local Compiling .../java/net/starlark/java/eval/cpu_profiler_unimpl.cc; 1s local [Sched] Linking src/main/tools/daemonize; 28s         [32 / 305] 8 actions, 7 running Compiling src/main/cpp/util/strings.cc [for tool]; 33s local Compiling third_party/ijar/zip_main.cc [for tool]; 31s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 25s local Compiling third_party/zlib/inflate.c [for tool]; 15s local Compiling third_party/zlib/inflate.c [for tool]; 15s local Compiling third_party/zlib/inflate.c; 14s local Compiling .../java/net/starlark/java/eval/cpu_profiler_unimpl.cc; 2s local [Sched] Linking src/main/tools/daemonize; 29s         [33 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 33s local Compiling third_party/ijar/zip_main.cc [for tool]; 31s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 26s local Compiling third_party/zlib/inflate.c [for tool]; 16s local Compiling third_party/zlib/inflate.c [for tool]; 15s local Compiling third_party/zlib/inflate.c; 15s local [Sched] Linking src/main/tools/daemonize; 29s [Prepa] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [33 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 34s local Compiling third_party/ijar/zip_main.cc [for tool]; 32s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 26s local Compiling third_party/zlib/inflate.c [for tool]; 16s local Compiling third_party/zlib/inflate.c [for tool]; 15s local Compiling third_party/zlib/inflate.c; 15s local [Sched] Linking src/main/tools/daemonize; 30s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [34 / 305] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 34s local Compiling third_party/ijar/zip_main.cc [for tool]; 32s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 26s local Compiling third_party/zlib/inflate.c [for tool]; 16s local Compiling third_party/zlib/inflate.c; 15s local [Sched] Linking src/main/tools/daemonize; 30s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so [Scann] Compiling third_party/zlib/inffast.c [for tool]         [34 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 34s local Compiling third_party/ijar/zip_main.cc [for tool]; 32s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 27s local Compiling third_party/zlib/inflate.c [for tool]; 16s local Compiling third_party/zlib/inflate.c; 16s local Compiling third_party/zlib/inffast.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 30s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [34 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 35s local Compiling third_party/ijar/zip_main.cc [for tool]; 33s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 28s local Compiling third_party/zlib/inflate.c [for tool]; 17s local Compiling third_party/zlib/inflate.c; 17s local Compiling third_party/zlib/inffast.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize; 31s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [35 / 305] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 36s local Compiling third_party/ijar/zip_main.cc [for tool]; 34s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 28s local Compiling third_party/zlib/inflate.c; 17s local Compiling third_party/zlib/inffast.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize; 32s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so [Scann] Compiling third_party/zlib/inffast.c [for tool]         [35 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 36s local Compiling third_party/ijar/zip_main.cc [for tool]; 34s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 28s local Compiling third_party/zlib/inflate.c; 17s local Compiling third_party/zlib/inffast.c [for tool]; 1s local Compiling third_party/zlib/inffast.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 32s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [36 / 305] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 36s local Compiling third_party/ijar/zip_main.cc [for tool]; 34s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 29s local Compiling third_party/zlib/inflate.c; 18s local Compiling third_party/zlib/inffast.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 32s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so [Scann] Compiling third_party/zlib/infback.c [for tool]         [36 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 37s local Compiling third_party/ijar/zip_main.cc [for tool]; 35s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 29s local Compiling third_party/zlib/inflate.c; 18s local Compiling third_party/zlib/inffast.c [for tool]; 1s local Compiling third_party/zlib/infback.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 33s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [37 / 305] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 37s local Compiling third_party/ijar/zip_main.cc [for tool]; 35s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 29s local Compiling third_party/zlib/inffast.c [for tool]; 1s local Compiling third_party/zlib/infback.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 33s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so [Scann] Compiling third_party/zlib/inffast.c         [37 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 37s local Compiling third_party/ijar/zip_main.cc [for tool]; 35s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 30s local Compiling third_party/zlib/inffast.c [for tool]; 1s local Compiling third_party/zlib/infback.c [for tool]; 0s local Compiling third_party/zlib/inffast.c; 0s local [Sched] Linking src/main/tools/daemonize; 33s [Sched] Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so         [38 / 305] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 38s local Compiling third_party/ijar/zip_main.cc [for tool]; 36s local Compiling third_party/zlib/inffast.c [for tool]; 2s local Compiling third_party/zlib/infback.c [for tool]; 1s local Compiling third_party/zlib/inffast.c; 0s local [Sched] Linking src/main/tools/daemonize; 34s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 4s        [38 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 38s local Compiling third_party/ijar/zip_main.cc [for tool]; 36s local Compiling third_party/zlib/inffast.c [for tool]; 2s local Compiling third_party/zlib/infback.c [for tool]; 1s local Compiling third_party/zlib/inffast.c; 0s local Compiling third_party/ijar/zip.cc [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 34s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 4s         [39 / 305] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 39s local Compiling third_party/ijar/zip_main.cc [for tool]; 36s local Compiling third_party/zlib/infback.c [for tool]; 2s local Compiling third_party/zlib/inffast.c; 1s local Compiling third_party/ijar/zip.cc [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 34s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 5s [Scann] Compiling third_party/zlib/infback.c [for tool]         [39 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 39s local Compiling third_party/ijar/zip_main.cc [for tool]; 37s local Compiling third_party/zlib/infback.c [for tool]; 2s local Compiling third_party/zlib/inffast.c; 1s local Compiling third_party/ijar/zip.cc [for tool]; 1s local Compiling third_party/zlib/infback.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 35s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 5s         [40 / 305] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 39s local Compiling third_party/ijar/zip_main.cc [for tool]; 37s local Compiling third_party/zlib/infback.c [for tool]; 2s local Compiling third_party/ijar/zip.cc [for tool]; 1s local Compiling third_party/zlib/infback.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 35s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 5s [Scann] Compiling third_party/zlib/infback.c         [40 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 40s local Compiling third_party/ijar/zip_main.cc [for tool]; 38s local Compiling third_party/zlib/infback.c [for tool]; 3s local Compiling third_party/ijar/zip.cc [for tool]; 1s local Compiling third_party/zlib/infback.c [for tool]; 1s local Compiling third_party/zlib/infback.c; 0s local [Sched] Linking src/main/tools/daemonize; 36s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 6s         [40 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 41s local Compiling third_party/ijar/zip_main.cc [for tool]; 39s local Compiling third_party/zlib/infback.c [for tool]; 4s local Compiling third_party/ijar/zip.cc [for tool]; 2s local Compiling third_party/zlib/infback.c [for tool]; 2s local Compiling third_party/zlib/infback.c; 1s local [Sched] Linking src/main/tools/daemonize; 37s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 7s         [40 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 42s local Compiling third_party/ijar/zip_main.cc [for tool]; 40s local Compiling third_party/zlib/infback.c [for tool]; 5s local Compiling third_party/ijar/zip.cc [for tool]; 3s local Compiling third_party/zlib/infback.c [for tool]; 3s local Compiling third_party/zlib/infback.c; 2s local [Sched] Linking src/main/tools/daemonize; 38s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 8s         [40 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 43s local Compiling third_party/ijar/zip_main.cc [for tool]; 41s local Compiling third_party/zlib/infback.c [for tool]; 6s local Compiling third_party/ijar/zip.cc [for tool]; 5s local Compiling third_party/zlib/infback.c [for tool]; 4s local Compiling third_party/zlib/infback.c; 3s local [Sched] Linking src/main/tools/daemonize; 39s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 9s         [41 / 305] 8 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 44s local Compiling third_party/ijar/zip_main.cc [for tool]; 42s local Compiling third_party/ijar/zip.cc [for tool]; 5s local Compiling third_party/zlib/infback.c [for tool]; 5s local Compiling third_party/zlib/infback.c; 4s local [Sched] Linking src/main/tools/daemonize; 40s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 10s [Scann] Compiling third_party/zlib/gzwrite.c [for tool]         [41 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 44s local Compiling third_party/ijar/zip_main.cc [for tool]; 42s local Compiling third_party/ijar/zip.cc [for tool]; 6s local Compiling third_party/zlib/infback.c [for tool]; 5s local Compiling third_party/zlib/infback.c; 4s local Compiling third_party/zlib/gzwrite.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 40s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 10s         [42 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 44s local Compiling third_party/ijar/zip_main.cc [for tool]; 42s local Compiling third_party/ijar/zip.cc [for tool]; 6s local Compiling third_party/zlib/infback.c; 4s local Compiling third_party/zlib/gzwrite.c [for tool]; 0s local Compiling third_party/zlib/gzwrite.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 40s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 10s         [43 / 305] 7 actions, 5 running Compiling src/main/cpp/util/strings.cc [for tool]; 45s local Compiling third_party/ijar/zip_main.cc [for tool]; 43s local Compiling third_party/ijar/zip.cc [for tool]; 7s local Compiling third_party/zlib/gzwrite.c [for tool]; 1s local Compiling third_party/zlib/gzwrite.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize; 41s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 11s        [43 / 305] 8 actions, 6 running Compiling src/main/cpp/util/strings.cc [for tool]; 45s local Compiling third_party/ijar/zip_main.cc [for tool]; 43s local Compiling third_party/ijar/zip.cc [for tool]; 7s local Compiling third_party/zlib/gzwrite.c [for tool]; 1s local Compiling third_party/zlib/gzwrite.c [for tool]; 1s local Compiling third_party/zlib/gzwrite.c; 0s local [Sched] Linking src/main/tools/daemonize; 41s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 11s         [44 / 305] 8 actions, 5 running Compiling third_party/ijar/zip_main.cc [for tool]; 43s local Compiling third_party/ijar/zip.cc [for tool]; 7s local Compiling third_party/zlib/gzwrite.c [for tool]; 1s local Compiling third_party/zlib/gzwrite.c [for tool]; 1s local Compiling third_party/zlib/gzwrite.c; 0s local [Sched] Linking src/main/tools/daemonize; 41s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 12s [Prepa] Linking src/main/cpp/util/libstrings.a [for tool]         [44 / 305] 8 actions, 5 running Compiling third_party/ijar/zip_main.cc [for tool]; 44s local Compiling third_party/ijar/zip.cc [for tool]; 8s local Compiling third_party/zlib/gzwrite.c [for tool]; 2s local Compiling third_party/zlib/gzwrite.c [for tool]; 1s local Compiling third_party/zlib/gzwrite.c; 0s local [Sched] Linking src/main/tools/daemonize; 42s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 12s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]         [45 / 305] 8 actions, 4 running Compiling third_party/ijar/zip_main.cc [for tool]; 45s local Compiling third_party/ijar/zip.cc [for tool]; 8s local Compiling third_party/zlib/gzwrite.c [for tool]; 2s local Compiling third_party/zlib/gzwrite.c; 1s local [Sched] Linking src/main/tools/daemonize; 42s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 13s [Sched] Linking src/main/cpp/util/libstrings.a [for tool] [Scann] Compiling third_party/zlib/gzread.c [for tool]         [46 / 305] 8 actions, 4 running Compiling third_party/ijar/zip_main.cc [for tool]; 45s local Compiling third_party/ijar/zip.cc [for tool]; 8s local Compiling third_party/zlib/gzwrite.c; 1s local Compiling third_party/zlib/gzread.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 43s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 13s [Sched] Linking src/main/cpp/util/libstrings.a [for tool] [Scann] Compiling third_party/zlib/gzread.c [for tool]         [46 / 305] 8 actions, 5 running Compiling third_party/ijar/zip_main.cc [for tool]; 45s local Compiling third_party/ijar/zip.cc [for tool]; 9s local Compiling third_party/zlib/gzwrite.c; 2s local Compiling third_party/zlib/gzread.c [for tool]; 0s local Compiling third_party/zlib/gzread.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 43s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 13s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]         [47 / 305] 8 actions, 5 running Compiling third_party/ijar/zip_main.cc [for tool]; 45s local Compiling third_party/ijar/zip.cc [for tool]; 9s local Compiling third_party/zlib/gzread.c [for tool]; 0s local Compiling third_party/zlib/gzread.c [for tool]; 0s local Compiling third_party/zlib/gzread.c; 0s local [Sched] Linking src/main/tools/daemonize; 43s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 13s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]         [47 / 305] 8 actions, 5 running Compiling third_party/ijar/zip_main.cc [for tool]; 46s local Compiling third_party/ijar/zip.cc [for tool]; 10s local Compiling third_party/zlib/gzread.c [for tool]; 1s local Compiling third_party/zlib/gzread.c [for tool]; 1s local Compiling third_party/zlib/gzread.c; 1s local [Sched] Linking src/main/tools/daemonize; 44s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 15s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]         [47 / 305] 8 actions, 5 running Compiling third_party/ijar/zip_main.cc [for tool]; 47s local Compiling third_party/ijar/zip.cc [for tool]; 11s local Compiling third_party/zlib/gzread.c [for tool]; 2s local Compiling third_party/zlib/gzread.c [for tool]; 2s local Compiling third_party/zlib/gzread.c; 2s local [Sched] Linking src/main/tools/daemonize; 45s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 16s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 4s         [48 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 11s local Compiling third_party/zlib/gzread.c [for tool]; 3s local Compiling third_party/zlib/gzread.c [for tool]; 2s local Compiling third_party/zlib/gzread.c; 2s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 46s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 16s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 4s         [49 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 12s local Compiling third_party/zlib/gzread.c [for tool]; 3s local Compiling third_party/zlib/gzread.c; 2s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 46s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 16s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 4s [Scann] Compiling third_party/zlib/gzlib.c [for tool]         [49 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 12s local Compiling third_party/zlib/gzread.c [for tool]; 3s local Compiling third_party/zlib/gzread.c; 3s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local Compiling third_party/zlib/gzlib.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 46s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 16s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 4s         [50 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 12s local Compiling third_party/zlib/gzread.c [for tool]; 4s local Compiling third_party/ijar/platform_utils.cc [for tool]; 1s local Compiling third_party/zlib/gzlib.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 47s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 17s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 5s [Scann] Compiling third_party/zlib/gzlib.c         [51 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 13s local Compiling third_party/ijar/platform_utils.cc [for tool]; 1s local Compiling third_party/zlib/gzlib.c [for tool]; 0s local Compiling third_party/zlib/gzlib.c; 0s local [Sched] Linking src/main/tools/daemonize; 47s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 17s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 5s [Scann] Compiling third_party/zlib/gzlib.c [for tool]         [51 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 13s local Compiling third_party/ijar/platform_utils.cc [for tool]; 1s local Compiling third_party/zlib/gzlib.c [for tool]; 1s local Compiling third_party/zlib/gzlib.c; 0s local Compiling third_party/zlib/gzlib.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 47s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 17s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 5s         [51 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 14s local Compiling third_party/ijar/platform_utils.cc [for tool]; 2s local Compiling third_party/zlib/gzlib.c [for tool]; 2s local Compiling third_party/zlib/gzlib.c; 1s local Compiling third_party/zlib/gzlib.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize; 48s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 18s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 6s         [52 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 14s local Compiling third_party/ijar/platform_utils.cc [for tool]; 3s local Compiling third_party/zlib/gzlib.c; 1s local Compiling third_party/zlib/gzlib.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize; 49s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 19s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 7s [Scann] Compiling third_party/zlib/gzclose.c [for tool]         [52 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 15s local Compiling third_party/ijar/platform_utils.cc [for tool]; 3s local Compiling third_party/zlib/gzlib.c; 2s local Compiling third_party/zlib/gzlib.c [for tool]; 1s local Compiling third_party/zlib/gzclose.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 49s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 19s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 7s         [53 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 15s local Compiling third_party/ijar/platform_utils.cc [for tool]; 4s local Compiling third_party/zlib/gzlib.c; 3s local Compiling third_party/zlib/gzlib.c [for tool]; 2s local [Sched] Linking src/main/tools/daemonize; 50s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 20s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 8s [Scann] Compiling third_party/zlib/deflate.c [for tool]         [54 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 16s local Compiling third_party/ijar/platform_utils.cc [for tool]; 4s local Compiling third_party/zlib/gzlib.c [for tool]; 3s local Compiling third_party/zlib/deflate.c [for tool]; 0s local Compiling third_party/zlib/gzclose.c; 0s local [Sched] Linking src/main/tools/daemonize; 50s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 20s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 8s         [55 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 16s local Compiling third_party/ijar/platform_utils.cc [for tool]; 4s local Compiling third_party/zlib/deflate.c [for tool]; 0s local Compiling third_party/zlib/gzclose.c; 0s local [Sched] Linking src/main/tools/daemonize; 50s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 20s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 8s [Sched] Compiling third_party/zlib/gzclose.c [for tool]         [55 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 16s local Compiling third_party/ijar/platform_utils.cc [for tool]; 5s local Compiling third_party/zlib/deflate.c [for tool]; 0s local Compiling third_party/zlib/gzclose.c; 0s local Compiling third_party/zlib/gzclose.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 50s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 21s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 9s         [56 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 16s local Compiling third_party/ijar/platform_utils.cc [for tool]; 5s local Compiling third_party/zlib/deflate.c [for tool]; 1s local Compiling third_party/zlib/gzclose.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 51s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 21s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 9s [Scann] Compiling third_party/zlib/deflate.c         [56 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 17s local Compiling third_party/ijar/platform_utils.cc [for tool]; 5s local Compiling third_party/zlib/deflate.c [for tool]; 1s local Compiling third_party/zlib/gzclose.c [for tool]; 0s local Compiling third_party/zlib/deflate.c; 0s local [Sched] Linking src/main/tools/daemonize; 51s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 21s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 9s         [57 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 17s local Compiling third_party/ijar/platform_utils.cc [for tool]; 5s local Compiling third_party/zlib/deflate.c [for tool]; 1s local Compiling third_party/zlib/deflate.c; 0s local [Sched] Linking src/main/tools/daemonize; 51s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 21s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 9s [Scann] Compiling third_party/zlib/deflate.c [for tool]         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 17s local Compiling third_party/ijar/platform_utils.cc [for tool]; 6s local Compiling third_party/zlib/deflate.c [for tool]; 1s local Compiling third_party/zlib/deflate.c; 0s local Compiling third_party/zlib/deflate.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 52s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 22s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 10s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 18s local Compiling third_party/ijar/platform_utils.cc [for tool]; 7s local Compiling third_party/zlib/deflate.c [for tool]; 2s local Compiling third_party/zlib/deflate.c; 1s local Compiling third_party/zlib/deflate.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize; 53s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 23s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 11s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 19s local Compiling third_party/ijar/platform_utils.cc [for tool]; 8s local Compiling third_party/zlib/deflate.c [for tool]; 4s local Compiling third_party/zlib/deflate.c; 2s local Compiling third_party/zlib/deflate.c [for tool]; 2s local [Sched] Linking src/main/tools/daemonize; 54s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 24s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 12s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 21s local Compiling third_party/ijar/platform_utils.cc [for tool]; 9s local Compiling third_party/zlib/deflate.c [for tool]; 5s local Compiling third_party/zlib/deflate.c; 4s local Compiling third_party/zlib/deflate.c [for tool]; 3s local [Sched] Linking src/main/tools/daemonize; 55s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 25s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 13s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 22s local Compiling third_party/ijar/platform_utils.cc [for tool]; 10s local Compiling third_party/zlib/deflate.c [for tool]; 6s local Compiling third_party/zlib/deflate.c; 5s local Compiling third_party/zlib/deflate.c [for tool]; 4s local [Sched] Linking src/main/tools/daemonize; 56s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 26s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 14s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 23s local Compiling third_party/ijar/platform_utils.cc [for tool]; 11s local Compiling third_party/zlib/deflate.c [for tool]; 7s local Compiling third_party/zlib/deflate.c; 6s local Compiling third_party/zlib/deflate.c [for tool]; 5s local [Sched] Linking src/main/tools/daemonize; 57s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 27s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 15s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 24s local Compiling third_party/ijar/platform_utils.cc [for tool]; 12s local Compiling third_party/zlib/deflate.c [for tool]; 8s local Compiling third_party/zlib/deflate.c; 7s local Compiling third_party/zlib/deflate.c [for tool]; 6s local [Sched] Linking src/main/tools/daemonize; 58s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 28s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 16s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 25s local Compiling third_party/ijar/platform_utils.cc [for tool]; 13s local Compiling third_party/zlib/deflate.c [for tool]; 9s local Compiling third_party/zlib/deflate.c; 8s local Compiling third_party/zlib/deflate.c [for tool]; 7s local [Sched] Linking src/main/tools/daemonize; 59s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 29s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 17s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 26s local Compiling third_party/ijar/platform_utils.cc [for tool]; 14s local Compiling third_party/zlib/deflate.c [for tool]; 10s local Compiling third_party/zlib/deflate.c; 9s local Compiling third_party/zlib/deflate.c [for tool]; 8s local [Sched] Linking src/main/tools/daemonize; 60s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 30s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 18s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 27s local Compiling third_party/ijar/platform_utils.cc [for tool]; 15s local Compiling third_party/zlib/deflate.c [for tool]; 11s local Compiling third_party/zlib/deflate.c; 10s local Compiling third_party/zlib/deflate.c [for tool]; 9s local [Sched] Linking src/main/tools/daemonize; 61s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 31s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 19s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 28s local Compiling third_party/ijar/platform_utils.cc [for tool]; 16s local Compiling third_party/zlib/deflate.c [for tool]; 12s local Compiling third_party/zlib/deflate.c; 11s local Compiling third_party/zlib/deflate.c [for tool]; 10s local [Sched] Linking src/main/tools/daemonize; 62s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 32s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 20s         [57 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 29s local Compiling third_party/ijar/platform_utils.cc [for tool]; 17s local Compiling third_party/zlib/deflate.c [for tool]; 13s local Compiling third_party/zlib/deflate.c; 12s local Compiling third_party/zlib/deflate.c [for tool]; 11s local [Sched] Linking src/main/tools/daemonize; 63s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 33s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 21s         [58 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 29s local Compiling third_party/ijar/platform_utils.cc [for tool]; 18s local Compiling third_party/zlib/deflate.c; 12s local Compiling third_party/zlib/deflate.c [for tool]; 12s local [Sched] Linking src/main/tools/daemonize; 64s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 34s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 22s [Scann] Compiling third_party/zlib/crc32.c [for tool]         [58 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 30s local Compiling third_party/ijar/platform_utils.cc [for tool]; 18s local Compiling third_party/zlib/deflate.c; 13s local Compiling third_party/zlib/deflate.c [for tool]; 12s local Compiling third_party/zlib/crc32.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 64s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 34s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 22s         [59 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 30s local Compiling third_party/ijar/platform_utils.cc [for tool]; 18s local Compiling third_party/zlib/deflate.c [for tool]; 13s local Compiling third_party/zlib/crc32.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 64s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 34s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 22s [Scann] Compiling third_party/zlib/crc32.c         [59 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 30s local Compiling third_party/ijar/platform_utils.cc [for tool]; 19s local Compiling third_party/zlib/deflate.c [for tool]; 13s local Compiling third_party/zlib/crc32.c [for tool]; 0s local Compiling third_party/zlib/crc32.c; 0s local [Sched] Linking src/main/tools/daemonize; 65s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 35s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 23s         [60 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 31s local Compiling third_party/ijar/platform_utils.cc [for tool]; 19s local Compiling third_party/zlib/crc32.c [for tool]; 1s local Compiling third_party/zlib/crc32.c; 0s local [Sched] Linking src/main/tools/daemonize; 65s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 35s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 23s [Scann] Compiling third_party/zlib/crc32.c [for tool]         [60 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 31s local Compiling third_party/ijar/platform_utils.cc [for tool]; 20s local Compiling third_party/zlib/crc32.c [for tool]; 2s local Compiling third_party/zlib/crc32.c; 1s local Compiling third_party/zlib/crc32.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 66s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 36s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 24s         [61 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 32s local Compiling third_party/ijar/platform_utils.cc [for tool]; 21s local Compiling third_party/zlib/crc32.c; 2s local Compiling third_party/zlib/crc32.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize; 67s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 37s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 25s [Scann] Compiling third_party/zlib/compress.c [for tool]         [61 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 33s local Compiling third_party/ijar/platform_utils.cc [for tool]; 21s local Compiling third_party/zlib/crc32.c; 2s local Compiling third_party/zlib/crc32.c [for tool]; 1s local Compiling third_party/zlib/compress.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 67s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 37s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 25s         [62 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 33s local Compiling third_party/ijar/platform_utils.cc [for tool]; 21s local Compiling third_party/zlib/crc32.c; 3s local Compiling third_party/zlib/crc32.c [for tool]; 2s local [Sched] Linking src/main/tools/daemonize; 67s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 38s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 26s [Scann] Compiling third_party/zlib/adler32.c [for tool]         [63 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 33s local Compiling third_party/ijar/platform_utils.cc [for tool]; 22s local Compiling third_party/zlib/crc32.c [for tool]; 2s local Compiling third_party/zlib/adler32.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 68s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 38s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 26s [Prepa] Compiling third_party/zlib/compress.c         [63 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 34s local Compiling third_party/ijar/platform_utils.cc [for tool]; 22s local Compiling third_party/zlib/crc32.c [for tool]; 2s local Compiling third_party/zlib/adler32.c [for tool]; 0s local Compiling third_party/zlib/compress.c; 0s local [Sched] Linking src/main/tools/daemonize; 68s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 38s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 26s         [64 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 34s local Compiling third_party/ijar/platform_utils.cc [for tool]; 23s local Compiling third_party/zlib/crc32.c [for tool]; 3s local Compiling third_party/zlib/adler32.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize; 69s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 39s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 27s [Scann] Compiling third_party/zlib/adler32.c         [65 / 306] 8 actions, 5 running Compiling third_party/ijar/zip.cc [for tool]; 35s local Compiling third_party/ijar/platform_utils.cc [for tool]; 23s local Compiling third_party/zlib/adler32.c [for tool]; 1s local Compiling third_party/zlib/adler32.c; 0s local Compiling third_party/zlib/compress.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 69s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 39s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 27s         [66 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 36s local Compiling third_party/ijar/platform_utils.cc [for tool]; 24s local Compiling third_party/zlib/adler32.c; 1s local Compiling third_party/zlib/compress.c [for tool]; 1s local [Sched] Linking src/main/tools/daemonize; 70s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 40s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 28s [Prepa] Linking third_party/zlib/libzlib_checked_in.a [for tool]         [67 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 36s local Compiling third_party/ijar/platform_utils.cc [for tool]; 24s local Compiling third_party/zlib/adler32.c; 1s local Compiling third_party/zlib/adler32.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 70s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 40s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 28s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool]         [68 / 306] 8 actions, 3 running Compiling third_party/ijar/zip.cc [for tool]; 36s local Compiling third_party/ijar/platform_utils.cc [for tool]; 25s local Compiling third_party/zlib/adler32.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 71s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 41s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 29s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool] [Prepa] Linking third_party/zlib/libzlib_checked_in.a         [68 / 306] 8 actions, 3 running Compiling third_party/ijar/zip.cc [for tool]; 37s local Compiling third_party/ijar/platform_utils.cc [for tool]; 25s local Compiling third_party/zlib/adler32.c [for tool]; 0s local [Sched] Linking src/main/tools/daemonize; 71s [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 41s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 29s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a         [68 / 306] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 37s local Compiling third_party/ijar/platform_utils.cc [for tool]; 26s local Compiling third_party/zlib/adler32.c [for tool]; 1s local Linking src/main/tools/daemonize; 0s local [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 42s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 30s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a         [70 / 306] 8 actions, 2 running Compiling third_party/ijar/zip.cc [for tool]; 38s local Linking src/main/tools/daemonize; 0s local [Sched] Linking .../java/net/starlark/java/eval/libcpu_profiler.so; 42s [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 30s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [70 / 306] 8 actions, 3 running Compiling third_party/ijar/zip.cc [for tool]; 38s local Linking src/main/tools/daemonize; 0s local Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so; 0s local [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 30s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [72 / 307] 7 actions, 2 running Compiling third_party/ijar/zip.cc [for tool]; 38s local Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so; 0s local [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 31s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] @bazel_tools//third_party/zlib:zlib_checked_in        [72 / 307] 8 actions, 3 running Compiling third_party/ijar/zip.cc [for tool]; 39s local Linking src/main/java/net/starlark/java/eval/libcpu_profiler.so; 0s local Compiling src/main/tools/dummy-sandbox.c; 0s local [Sched] Linking src/main/cpp/util/libstrings.a [for tool]; 31s [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [73 / 307] 7 actions, 3 running Compiling third_party/ijar/zip.cc [for tool]; 39s local Compiling src/main/tools/dummy-sandbox.c; 0s local Linking src/main/cpp/util/libstrings.a [for tool]; 0s local [Sched] Linking third_party/zlib/libzlib_checked_in.a [for tool] [Sched] Linking third_party/zlib/libzlib_checked_in.a [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] @bazel_tools//third_party/zlib:zlib_checked_in        [74 / 316] 8 actions, 3 running Compiling third_party/ijar/zip.cc [for tool]; 39s local Compiling src/main/tools/dummy-sandbox.c; 0s local Linking third_party/zlib/libzlib_checked_in.a [for tool]; 0s local [Sched] Linking third_party/zlib/libzlib_checked_in.a [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] @bazel_tools//third_party/zlib:zlib_checked_in [Sched] Compiling src/main/tools/logging.cc [Sched] Compiling src/main/cpp/util/port.cc [for tool]         [74 / 316] 8 actions, 4 running Compiling third_party/ijar/zip.cc [for tool]; 39s local Compiling src/main/tools/dummy-sandbox.c; 0s local Linking third_party/zlib/libzlib_checked_in.a [for tool]; 0s local Compiling src/main/tools/logging.cc; 0s local [Sched] Linking third_party/zlib/libzlib_checked_in.a Compiling src/main/cpp/util/port.cc [for tool]; 0s local [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] @bazel_tools//third_party/zlib:zlib_checked_in         [77 / 316] 7 actions, 3 running Compiling src/main/tools/logging.cc; 0s local Compiling src/main/cpp/util/port.cc [for tool]; 0s local Linking third_party/zlib/libzlib_checked_in.a; 0s local [Sched] @bazel_tools//third_party/ijar:platform_utils [Sched] @bazel_tools//third_party/zlib:zlib_checked_in [Sched] Linking external/bazel_tools/third_party/ijar/libzip.a [for tool] [Prepa] Linking src/main/tools/linux-sandbox        [78 / 349] 7 actions, 3 running Compiling src/main/tools/logging.cc; 0s local Compiling src/main/cpp/util/port.cc [for tool]; 0s local @bazel_tools//third_party/ijar:platform_utils; 0s local [Sched] @bazel_tools//third_party/zlib:zlib_checked_in [Sched] Linking external/bazel_tools/third_party/ijar/libzip.a [for tool] [Sched] Linking src/main/tools/linux-sandbox [Scann] Compiling third_party/ijar/zlib_client.cc        [79 / 353] 7 actions, 3 running Compiling src/main/tools/logging.cc; 0s local Compiling src/main/cpp/util/port.cc [for tool]; 0s local @bazel_tools//third_party/zlib:zlib_checked_in; 0s local [Sched] Linking external/bazel_tools/third_party/ijar/libzip.a [for tool] [Sched] Linking src/main/tools/linux-sandbox [Sched] Compiling third_party/ijar/zlib_client.cc [Sched] Compiling src/main/cpp/util/path_posix.cc [for tool]        [80 / 354] 7 actions, 3 running Compiling src/main/tools/logging.cc; 0s local Compiling src/main/cpp/util/port.cc [for tool]; 0s local Linking external/bazel_tools/.../ijar/libzip.a [for tool]; 0s local [Sched] Linking src/main/tools/linux-sandbox [Sched] Compiling third_party/ijar/zlib_client.cc [Sched] Compiling src/main/cpp/util/path_posix.cc [for tool] [Scann] Compiling third_party/ijar/zlib_client.cc [for tool]        [82 / 355] 5 actions, 3 running Compiling src/main/tools/logging.cc; 1s local Linking src/main/tools/linux-sandbox; 0s local Compiling third_party/ijar/zlib_client.cc; 0s local [Sched] Compiling src/main/cpp/util/path_posix.cc [for tool] [Sched] Compiling third_party/ijar/zlib_client.cc [for tool]      [83 / 355] 7 actions, 3 running Linking src/main/tools/linux-sandbox; 0s local Compiling third_party/ijar/zlib_client.cc; 0s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local [Sched] Compiling third_party/ijar/zlib_client.cc [for tool] [Sched] Linking src/main/tools/liblogging.a [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Compiling src/main/cpp/util/errors_posix.cc [for tool]        [83 / 355] 7 actions, 4 running Linking src/main/tools/linux-sandbox; 0s local Compiling third_party/ijar/zlib_client.cc; 0s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 0s local [Sched] Compiling third_party/ijar/zlib_client.cc [for tool] [Sched] Linking src/main/tools/liblogging.a [Sched] Linking src/main/cpp/util/libport.a [for tool]        [84 / 358] 6 actions, 4 running Compiling third_party/ijar/zlib_client.cc; 1s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 0s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a [Sched] Linking src/main/cpp/util/libport.a [for tool]       [85 / 365] 7 actions, 5 running Compiling third_party/ijar/zlib_client.cc; 1s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 1s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 0s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a [Sched] Linking src/main/cpp/util/libport.a [for tool] [Prepa] Compiling third_party/ijar/zlib_client.cc [for tool]        [86 / 371] 7 actions, 4 running Compiling third_party/ijar/zlib_client.cc; 1s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 1s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 0s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a [Sched] Linking src/main/cpp/util/libport.a [for tool] [Sched] Compiling third_party/ijar/zlib_client.cc [for tool]        [86 / 371] 7 actions, 5 running Compiling third_party/ijar/zlib_client.cc; 1s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 1s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 1s local Compiling third_party/ijar/zlib_client.cc [for tool]; 1s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a [Sched] Linking src/main/cpp/util/libport.a [for tool]        [86 / 371] 8 actions, 5 running Compiling third_party/ijar/zlib_client.cc; 2s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 2s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 1s local Compiling third_party/ijar/zlib_client.cc [for tool]; 1s local Compiling third_party/ijar/zlib_client.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a [Sched] Linking src/main/cpp/util/libport.a [for tool] [Scann] Compiling src/google/protobuf/wire_format_lite.cc [for tool]         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 2s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 2s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 2s local Compiling third_party/ijar/zlib_client.cc [for tool]; 2s local Compiling third_party/ijar/zlib_client.cc [for tool]; 1s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 0s local [Sched] Linking src/main/tools/liblogging.a [Sched] Linking src/main/cpp/util/libport.a [for tool]         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 3s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 3s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 3s local Compiling third_party/ijar/zlib_client.cc [for tool]; 3s local Compiling third_party/ijar/zlib_client.cc [for tool]; 2s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 1s local [Sched] Linking src/main/tools/liblogging.a [Sched] Linking src/main/cpp/util/libport.a [for tool]         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 4s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 4s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 4s local Compiling third_party/ijar/zlib_client.cc [for tool]; 4s local Compiling third_party/ijar/zlib_client.cc [for tool]; 3s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 2s local [Sched] Linking src/main/tools/liblogging.a; 4s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 4s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 5s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 5s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 5s local Compiling third_party/ijar/zlib_client.cc [for tool]; 5s local Compiling third_party/ijar/zlib_client.cc [for tool]; 4s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 3s local [Sched] Linking src/main/tools/liblogging.a; 5s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 5s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 6s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 6s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 6s local Compiling third_party/ijar/zlib_client.cc [for tool]; 6s local Compiling third_party/ijar/zlib_client.cc [for tool]; 5s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 4s local [Sched] Linking src/main/tools/liblogging.a; 6s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 6s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 7s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 7s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 7s local Compiling third_party/ijar/zlib_client.cc [for tool]; 7s local Compiling third_party/ijar/zlib_client.cc [for tool]; 6s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 5s local [Sched] Linking src/main/tools/liblogging.a; 7s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 7s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 9s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 8s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 8s local Compiling third_party/ijar/zlib_client.cc [for tool]; 8s local Compiling third_party/ijar/zlib_client.cc [for tool]; 7s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 6s local [Sched] Linking src/main/tools/liblogging.a; 8s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 8s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 10s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 9s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 9s local Compiling third_party/ijar/zlib_client.cc [for tool]; 9s local Compiling third_party/ijar/zlib_client.cc [for tool]; 8s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 7s local [Sched] Linking src/main/tools/liblogging.a; 9s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 9s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 11s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 10s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 10s local Compiling third_party/ijar/zlib_client.cc [for tool]; 10s local Compiling third_party/ijar/zlib_client.cc [for tool]; 9s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 8s local [Sched] Linking src/main/tools/liblogging.a; 10s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 10s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 12s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 11s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 11s local Compiling third_party/ijar/zlib_client.cc [for tool]; 11s local Compiling third_party/ijar/zlib_client.cc [for tool]; 10s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 9s local [Sched] Linking src/main/tools/liblogging.a; 11s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 11s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 12s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 12s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 12s local Compiling third_party/ijar/zlib_client.cc [for tool]; 12s local Compiling third_party/ijar/zlib_client.cc [for tool]; 11s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 10s local [Sched] Linking src/main/tools/liblogging.a; 12s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 12s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 14s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 13s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 13s local Compiling third_party/ijar/zlib_client.cc [for tool]; 13s local Compiling third_party/ijar/zlib_client.cc [for tool]; 12s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 11s local [Sched] Linking src/main/tools/liblogging.a; 13s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 13s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 15s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 14s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 14s local Compiling third_party/ijar/zlib_client.cc [for tool]; 14s local Compiling third_party/ijar/zlib_client.cc [for tool]; 13s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 12s local [Sched] Linking src/main/tools/liblogging.a; 14s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 14s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 16s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 15s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 15s local Compiling third_party/ijar/zlib_client.cc [for tool]; 15s local Compiling third_party/ijar/zlib_client.cc [for tool]; 14s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 13s local [Sched] Linking src/main/tools/liblogging.a; 15s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 15s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 17s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 17s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 16s local Compiling third_party/ijar/zlib_client.cc [for tool]; 16s local Compiling third_party/ijar/zlib_client.cc [for tool]; 15s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 14s local [Sched] Linking src/main/tools/liblogging.a; 16s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 16s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 18s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 18s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 17s local Compiling third_party/ijar/zlib_client.cc [for tool]; 17s local Compiling third_party/ijar/zlib_client.cc [for tool]; 16s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 15s local [Sched] Linking src/main/tools/liblogging.a; 18s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 18s         [86 / 371] 8 actions, 6 running Compiling third_party/ijar/zlib_client.cc; 19s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 19s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 18s local Compiling third_party/ijar/zlib_client.cc [for tool]; 18s local Compiling third_party/ijar/zlib_client.cc [for tool]; 17s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 16s local [Sched] Linking src/main/tools/liblogging.a; 19s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 19s         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 20s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 19s local Compiling third_party/ijar/zlib_client.cc [for tool]; 19s local Compiling third_party/ijar/zlib_client.cc [for tool]; 18s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 17s local [Sched] Linking src/main/tools/liblogging.a; 19s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 19s [Prepa] Linking third_party/ijar/libzlib_client.a         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 20s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 19s local Compiling third_party/ijar/zlib_client.cc [for tool]; 19s local Compiling third_party/ijar/zlib_client.cc [for tool]; 18s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 17s local [Sched] Linking src/main/tools/liblogging.a; 20s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 20s [Sched] Linking third_party/ijar/libzlib_client.a         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 21s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 20s local Compiling third_party/ijar/zlib_client.cc [for tool]; 20s local Compiling third_party/ijar/zlib_client.cc [for tool]; 19s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 19s local [Sched] Linking src/main/tools/liblogging.a; 21s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 21s [Sched] Linking third_party/ijar/libzlib_client.a         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 22s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 21s local Compiling third_party/ijar/zlib_client.cc [for tool]; 21s local Compiling third_party/ijar/zlib_client.cc [for tool]; 21s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 20s local [Sched] Linking src/main/tools/liblogging.a; 22s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 22s [Sched] Linking third_party/ijar/libzlib_client.a         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 23s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 23s local Compiling third_party/ijar/zlib_client.cc [for tool]; 23s local Compiling third_party/ijar/zlib_client.cc [for tool]; 22s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 21s local [Sched] Linking src/main/tools/liblogging.a; 23s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 23s [Sched] Linking third_party/ijar/libzlib_client.a         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 24s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 24s local Compiling third_party/ijar/zlib_client.cc [for tool]; 24s local Compiling third_party/ijar/zlib_client.cc [for tool]; 23s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 22s local [Sched] Linking src/main/tools/liblogging.a; 24s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 24s [Sched] Linking third_party/ijar/libzlib_client.a; 4s         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 25s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 25s local Compiling third_party/ijar/zlib_client.cc [for tool]; 25s local Compiling third_party/ijar/zlib_client.cc [for tool]; 24s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 23s local [Sched] Linking src/main/tools/liblogging.a; 25s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 25s [Sched] Linking third_party/ijar/libzlib_client.a; 5s         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 26s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 26s local Compiling third_party/ijar/zlib_client.cc [for tool]; 26s local Compiling third_party/ijar/zlib_client.cc [for tool]; 25s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 24s local [Sched] Linking src/main/tools/liblogging.a; 26s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 26s [Sched] Linking third_party/ijar/libzlib_client.a; 6s         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 27s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 27s local Compiling third_party/ijar/zlib_client.cc [for tool]; 27s local Compiling third_party/ijar/zlib_client.cc [for tool]; 26s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 25s local [Sched] Linking src/main/tools/liblogging.a; 27s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 27s [Sched] Linking third_party/ijar/libzlib_client.a; 7s         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 28s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 28s local Compiling third_party/ijar/zlib_client.cc [for tool]; 28s local Compiling third_party/ijar/zlib_client.cc [for tool]; 27s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 26s local [Sched] Linking src/main/tools/liblogging.a; 28s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 28s [Sched] Linking third_party/ijar/libzlib_client.a; 8s         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 29s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 29s local Compiling third_party/ijar/zlib_client.cc [for tool]; 29s local Compiling third_party/ijar/zlib_client.cc [for tool]; 28s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 27s local [Sched] Linking src/main/tools/liblogging.a; 29s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 29s [Sched] Linking third_party/ijar/libzlib_client.a; 9s         [87 / 371] 8 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 30s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 30s local Compiling third_party/ijar/zlib_client.cc [for tool]; 30s local Compiling third_party/ijar/zlib_client.cc [for tool]; 29s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 28s local [Sched] Linking src/main/tools/liblogging.a; 30s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 30s [Sched] Linking third_party/ijar/libzlib_client.a; 10s         [88 / 371] 8 actions, 4 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 31s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 30s local Compiling third_party/ijar/zlib_client.cc [for tool]; 29s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 28s local [Sched] Linking src/main/tools/liblogging.a; 31s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 31s [Sched] Linking third_party/ijar/libzlib_client.a; 11s [Prepa] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool]         [88 / 371] 8 actions, 4 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 31s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 31s local Compiling third_party/ijar/zlib_client.cc [for tool]; 30s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 29s local [Sched] Linking src/main/tools/liblogging.a; 31s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 31s [Sched] Linking third_party/ijar/libzlib_client.a; 11s [Sched] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool]         [88 / 371] 8 actions, 4 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 32s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 32s local Compiling third_party/ijar/zlib_client.cc [for tool]; 31s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 30s local [Sched] Linking src/main/tools/liblogging.a; 32s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 32s [Sched] Linking third_party/ijar/libzlib_client.a; 12s [Sched] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool]         [89 / 371] 8 actions, 3 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 33s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 32s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 30s local [Sched] Linking src/main/tools/liblogging.a; 33s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 33s [Sched] Linking third_party/ijar/libzlib_client.a; 13s [Sched] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool] [Prepa] Linking third_party/ijar/libzlib_client.a [for tool]         [89 / 371] 8 actions, 3 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 33s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 33s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 31s local [Sched] Linking src/main/tools/liblogging.a; 33s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 33s [Sched] Linking third_party/ijar/libzlib_client.a; 13s [Sched] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool] [Sched] Linking third_party/ijar/libzlib_client.a [for tool]         [89 / 371] 8 actions, 3 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 34s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 34s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 32s local [Sched] Linking src/main/tools/liblogging.a; 34s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 34s [Sched] Linking third_party/ijar/libzlib_client.a; 14s [Sched] Linking external/bazel_tools/.../ijar/libzlib_client.a [for tool] [Sched] Linking third_party/ijar/libzlib_client.a [for tool]         [89 / 371] 8 actions, 3 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 35s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 35s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 33s local [Sched] Linking src/main/tools/liblogging.a; 35s [Sched] Linking src/main/cpp/util/libport.a [for tool]; 35s [Sched] Linking third_party/ijar/libzlib_client.a; 15s [Sched] @bazel_tools//third_party/ijar:zlib_client; 4s [Sched] Linking third_party/ijar/libzlib_client.a [for tool]         [89 / 371] 8 actions, 4 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 36s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 35s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 33s local Linking src/main/tools/liblogging.a; 0s local [Sched] Linking src/main/cpp/util/libport.a [for tool]; 36s [Sched] Linking third_party/ijar/libzlib_client.a; 16s [Sched] @bazel_tools//third_party/ijar:zlib_client; 4s [Sched] Linking third_party/ijar/libzlib_client.a [for tool]         [91 / 379] 7 actions, 4 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 36s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 34s local Linking src/main/cpp/util/libport.a [for tool]; 0s local Linking third_party/ijar/libzlib_client.a; 0s local [Sched] @bazel_tools//third_party/ijar:zlib_client; 5s [Sched] Linking third_party/ijar/libzlib_client.a [for tool] [Sched] Linking external/bazel_tools/.../cpp/util/liberrors.a [for tool]        [95 / 389] 6 actions, 3 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 36s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 34s local @bazel_tools//third_party/ijar:zlib_client; 0s local [Sched] Linking third_party/ijar/libzlib_client.a [for tool] [Sched] Linking external/bazel_tools/.../cpp/util/liberrors.a [for tool] [Sched] Compiling src/main/cpp/util/numbers.cc [for tool]       [98 / 393] 7 actions, 4 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 37s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 34s local Linking third_party/ijar/libzlib_client.a [for tool]; 0s local Linking external/bazel_tools/.../cpp/util/liberrors.a [for tool]; 0s local [Sched] Compiling src/main/cpp/util/numbers.cc [for tool] [Sched] Compiling src/main/cpp/util/port.cc [Sched] Compiling src/main/cpp/util/strings.cc [for tool]        [99 / 394] 6 actions running Compiling src/main/cpp/util/path_posix.cc [for tool]; 37s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 34s local Compiling src/main/cpp/util/numbers.cc [for tool]; 0s local Compiling src/main/cpp/util/port.cc; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local       [100 / 395] 7 actions, 6 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 37s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 35s local Compiling src/main/cpp/util/numbers.cc [for tool]; 0s local Compiling src/main/cpp/util/port.cc; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local [Prepa] Compiling src/main/cpp/util/port.cc [for tool]        [100 / 395] 7 actions running Compiling src/main/cpp/util/path_posix.cc [for tool]; 37s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 35s local Compiling src/main/cpp/util/numbers.cc [for tool]; 0s local Compiling src/main/cpp/util/port.cc; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local Compiling src/main/cpp/util/port.cc [for tool]; 0s local        [101 / 395] 7 actions, 6 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 38s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 35s local Compiling src/main/cpp/util/numbers.cc [for tool]; 0s local Compiling src/main/cpp/util/strings.cc [for tool]; 0s local Compiling third_party/ijar/platform_utils.cc [for tool]; 0s local Compiling src/main/cpp/util/port.cc [for tool]; 0s local [Prepa] Linking src/main/cpp/util/libport.a        [102 / 395] 7 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 38s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 36s local Compiling src/main/cpp/util/numbers.cc [for tool]; 1s local Compiling src/main/cpp/util/strings.cc [for tool]; 1s local Compiling third_party/ijar/platform_utils.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]        [102 / 395] 7 actions, 5 running Compiling src/main/cpp/util/path_posix.cc [for tool]; 39s local Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 37s local Compiling src/main/cpp/util/numbers.cc [for tool]; 2s local Compiling src/main/cpp/util/strings.cc [for tool]; 2s local Compiling third_party/ijar/platform_utils.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]        [103 / 395] 7 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 38s local Compiling src/main/cpp/util/numbers.cc [for tool]; 3s local Compiling src/main/cpp/util/strings.cc [for tool]; 3s local Compiling third_party/ijar/platform_utils.cc [for tool]; 3s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool] [Scann] Compiling src/main/cpp/util/file_posix.cc [for tool]        [103 / 395] 7 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 38s local Compiling src/main/cpp/util/numbers.cc [for tool]; 3s local Compiling src/main/cpp/util/strings.cc [for tool]; 3s local Compiling third_party/ijar/platform_utils.cc [for tool]; 3s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]        [103 / 395] 7 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 39s local Compiling src/main/cpp/util/numbers.cc [for tool]; 4s local Compiling src/main/cpp/util/strings.cc [for tool]; 4s local Compiling third_party/ijar/platform_utils.cc [for tool]; 4s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]        [103 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 40s local Compiling src/main/cpp/util/numbers.cc [for tool]; 5s local Compiling src/main/cpp/util/strings.cc [for tool]; 5s local Compiling third_party/ijar/platform_utils.cc [for tool]; 5s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.a; 4s [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 4s [Prepa] JavacBootstrap .../build/buildjar/libstarlark-deps.jar [for tool]         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 40s local Compiling src/main/cpp/util/numbers.cc [for tool]; 5s local Compiling src/main/cpp/util/strings.cc [for tool]; 5s local Compiling third_party/ijar/platform_utils.cc [for tool]; 5s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 2s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 4s [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 4s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 41s local Compiling src/main/cpp/util/numbers.cc [for tool]; 6s local Compiling src/main/cpp/util/strings.cc [for tool]; 6s local Compiling third_party/ijar/platform_utils.cc [for tool]; 6s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 3s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a; 5s [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 5s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 42s local Compiling src/main/cpp/util/numbers.cc [for tool]; 7s local Compiling src/main/cpp/util/strings.cc [for tool]; 7s local Compiling third_party/ijar/platform_utils.cc [for tool]; 7s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 4s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.a; 6s [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 6s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 43s local Compiling src/main/cpp/util/numbers.cc [for tool]; 8s local Compiling src/main/cpp/util/strings.cc [for tool]; 8s local Compiling third_party/ijar/platform_utils.cc [for tool]; 8s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 5s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 3s local [Sched] Linking src/main/cpp/util/libport.a; 7s [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 7s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 44s local Compiling src/main/cpp/util/numbers.cc [for tool]; 9s local Compiling src/main/cpp/util/strings.cc [for tool]; 9s local Compiling third_party/ijar/platform_utils.cc [for tool]; 9s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 6s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 4s local [Sched] Linking src/main/cpp/util/libport.a; 8s [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 8s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 45s local Compiling src/main/cpp/util/numbers.cc [for tool]; 10s local Compiling src/main/cpp/util/strings.cc [for tool]; 10s local Compiling third_party/ijar/platform_utils.cc [for tool]; 10s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 7s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 5s local [Sched] Linking src/main/cpp/util/libport.a; 9s [Sched] Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 9s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 46s local Compiling src/main/cpp/util/numbers.cc [for tool]; 11s local Compiling src/main/cpp/util/strings.cc [for tool]; 11s local Compiling third_party/ijar/platform_utils.cc [for tool]; 11s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 8s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 6s local [Sched] Linking src/main/cpp/util/libport.a; 10s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 10s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 47s local Compiling src/main/cpp/util/numbers.cc [for tool]; 12s local Compiling src/main/cpp/util/strings.cc [for tool]; 12s local Compiling third_party/ijar/platform_utils.cc [for tool]; 12s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 9s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 7s local [Sched] Linking src/main/cpp/util/libport.a; 11s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 11s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 48s local Compiling src/main/cpp/util/numbers.cc [for tool]; 14s local Compiling src/main/cpp/util/strings.cc [for tool]; 14s local Compiling third_party/ijar/platform_utils.cc [for tool]; 14s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 10s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 8s local [Sched] Linking src/main/cpp/util/libport.a; 13s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 12s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 49s local Compiling src/main/cpp/util/numbers.cc [for tool]; 14s local Compiling src/main/cpp/util/strings.cc [for tool]; 14s local Compiling third_party/ijar/platform_utils.cc [for tool]; 14s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 11s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 9s local [Sched] Linking src/main/cpp/util/libport.a; 13s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 13s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 50s local Compiling src/main/cpp/util/numbers.cc [for tool]; 16s local Compiling src/main/cpp/util/strings.cc [for tool]; 16s local Compiling third_party/ijar/platform_utils.cc [for tool]; 16s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 12s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 10s local [Sched] Linking src/main/cpp/util/libport.a; 15s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 15s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 52s local Compiling src/main/cpp/util/numbers.cc [for tool]; 17s local Compiling src/main/cpp/util/strings.cc [for tool]; 17s local Compiling third_party/ijar/platform_utils.cc [for tool]; 17s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 13s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 11s local [Sched] Linking src/main/cpp/util/libport.a; 16s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 16s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 53s local Compiling src/main/cpp/util/numbers.cc [for tool]; 18s local Compiling src/main/cpp/util/strings.cc [for tool]; 18s local Compiling third_party/ijar/platform_utils.cc [for tool]; 18s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 14s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 12s local [Sched] Linking src/main/cpp/util/libport.a; 17s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 17s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 54s local Compiling src/main/cpp/util/numbers.cc [for tool]; 19s local Compiling src/main/cpp/util/strings.cc [for tool]; 19s local Compiling third_party/ijar/platform_utils.cc [for tool]; 19s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 15s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 13s local [Sched] Linking src/main/cpp/util/libport.a; 18s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 18s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 55s local Compiling src/main/cpp/util/numbers.cc [for tool]; 20s local Compiling src/main/cpp/util/strings.cc [for tool]; 20s local Compiling third_party/ijar/platform_utils.cc [for tool]; 20s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 16s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 14s local [Sched] Linking src/main/cpp/util/libport.a; 19s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 19s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 56s local Compiling src/main/cpp/util/numbers.cc [for tool]; 21s local Compiling src/main/cpp/util/strings.cc [for tool]; 21s local Compiling third_party/ijar/platform_utils.cc [for tool]; 21s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 18s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 15s local [Sched] Linking src/main/cpp/util/libport.a; 20s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 20s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 57s local Compiling src/main/cpp/util/numbers.cc [for tool]; 22s local Compiling src/main/cpp/util/strings.cc [for tool]; 22s local Compiling third_party/ijar/platform_utils.cc [for tool]; 22s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 19s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 16s local [Sched] Linking src/main/cpp/util/libport.a; 21s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 21s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 58s local Compiling src/main/cpp/util/numbers.cc [for tool]; 23s local Compiling src/main/cpp/util/strings.cc [for tool]; 23s local Compiling third_party/ijar/platform_utils.cc [for tool]; 23s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 20s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 17s local [Sched] Linking src/main/cpp/util/libport.a; 22s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 22s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 59s local Compiling src/main/cpp/util/numbers.cc [for tool]; 24s local Compiling src/main/cpp/util/strings.cc [for tool]; 24s local Compiling third_party/ijar/platform_utils.cc [for tool]; 24s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 21s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 19s local [Sched] Linking src/main/cpp/util/libport.a; 23s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 23s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 60s local Compiling src/main/cpp/util/numbers.cc [for tool]; 25s local Compiling src/main/cpp/util/strings.cc [for tool]; 25s local Compiling third_party/ijar/platform_utils.cc [for tool]; 25s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 22s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 20s local [Sched] Linking src/main/cpp/util/libport.a; 24s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 24s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 61s local Compiling src/main/cpp/util/numbers.cc [for tool]; 26s local Compiling src/main/cpp/util/strings.cc [for tool]; 26s local Compiling third_party/ijar/platform_utils.cc [for tool]; 26s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 23s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 21s local [Sched] Linking src/main/cpp/util/libport.a; 25s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 25s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 62s local Compiling src/main/cpp/util/numbers.cc [for tool]; 27s local Compiling src/main/cpp/util/strings.cc [for tool]; 27s local Compiling third_party/ijar/platform_utils.cc [for tool]; 27s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 24s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 22s local [Sched] Linking src/main/cpp/util/libport.a; 26s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 26s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 63s local Compiling src/main/cpp/util/numbers.cc [for tool]; 28s local Compiling src/main/cpp/util/strings.cc [for tool]; 28s local Compiling third_party/ijar/platform_utils.cc [for tool]; 28s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 25s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 23s local [Sched] Linking src/main/cpp/util/libport.a; 27s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 27s         [103 / 395] 8 actions, 6 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 64s local Compiling src/main/cpp/util/numbers.cc [for tool]; 29s local Compiling src/main/cpp/util/strings.cc [for tool]; 29s local Compiling third_party/ijar/platform_utils.cc [for tool]; 29s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 26s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 24s local [Sched] Linking src/main/cpp/util/libport.a; 28s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 28s         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 65s local Compiling src/main/cpp/util/strings.cc [for tool]; 30s local Compiling third_party/ijar/platform_utils.cc [for tool]; 30s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 27s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 25s local [Sched] Linking src/main/cpp/util/libport.a; 29s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 29s [Prepa] Linking src/main/cpp/util/libnumbers.a [for tool]         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 65s local Compiling src/main/cpp/util/strings.cc [for tool]; 30s local Compiling third_party/ijar/platform_utils.cc [for tool]; 30s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 27s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 25s local [Sched] Linking src/main/cpp/util/libport.a; 29s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 29s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 66s local Compiling src/main/cpp/util/strings.cc [for tool]; 31s local Compiling third_party/ijar/platform_utils.cc [for tool]; 31s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 28s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 26s local [Sched] Linking src/main/cpp/util/libport.a; 30s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 30s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 67s local Compiling src/main/cpp/util/strings.cc [for tool]; 32s local Compiling third_party/ijar/platform_utils.cc [for tool]; 32s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 29s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 27s local [Sched] Linking src/main/cpp/util/libport.a; 31s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 31s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 68s local Compiling src/main/cpp/util/strings.cc [for tool]; 33s local Compiling third_party/ijar/platform_utils.cc [for tool]; 33s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 30s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 28s local [Sched] Linking src/main/cpp/util/libport.a; 32s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 32s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 69s local Compiling src/main/cpp/util/strings.cc [for tool]; 35s local Compiling third_party/ijar/platform_utils.cc [for tool]; 35s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 31s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 29s local [Sched] Linking src/main/cpp/util/libport.a; 34s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 33s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 4s         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 70s local Compiling src/main/cpp/util/strings.cc [for tool]; 36s local Compiling third_party/ijar/platform_utils.cc [for tool]; 36s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 32s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 30s local [Sched] Linking src/main/cpp/util/libport.a; 35s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 34s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 5s         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 71s local Compiling src/main/cpp/util/strings.cc [for tool]; 37s local Compiling third_party/ijar/platform_utils.cc [for tool]; 37s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 33s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 31s local [Sched] Linking src/main/cpp/util/libport.a; 36s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 36s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 6s         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 73s local Compiling src/main/cpp/util/strings.cc [for tool]; 38s local Compiling third_party/ijar/platform_utils.cc [for tool]; 38s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 34s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 32s local [Sched] Linking src/main/cpp/util/libport.a; 37s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 37s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 7s         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 74s local Compiling src/main/cpp/util/strings.cc [for tool]; 39s local Compiling third_party/ijar/platform_utils.cc [for tool]; 39s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 35s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 33s local [Sched] Linking src/main/cpp/util/libport.a; 38s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 38s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 8s         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 75s local Compiling src/main/cpp/util/strings.cc [for tool]; 40s local Compiling third_party/ijar/platform_utils.cc [for tool]; 40s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 36s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 34s local [Sched] Linking src/main/cpp/util/libport.a; 39s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 39s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 9s         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 76s local Compiling src/main/cpp/util/strings.cc [for tool]; 41s local Compiling third_party/ijar/platform_utils.cc [for tool]; 41s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 37s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 35s local [Sched] Linking src/main/cpp/util/libport.a; 40s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 40s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 10s         [104 / 395] 8 actions, 5 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 77s local Compiling src/main/cpp/util/strings.cc [for tool]; 42s local Compiling third_party/ijar/platform_utils.cc [for tool]; 42s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 38s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 36s local [Sched] Linking src/main/cpp/util/libport.a; 41s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 41s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 11s         [105 / 395] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 77s local Compiling third_party/ijar/platform_utils.cc [for tool]; 42s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 39s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 37s local [Sched] Linking src/main/cpp/util/libport.a; 41s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 41s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 12s [Prepa] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool]         [105 / 395] 8 actions, 4 running Compiling src/google/protobuf/wire_format_lite.cc [for tool]; 78s local Compiling third_party/ijar/platform_utils.cc [for tool]; 43s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 39s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 37s local [Sched] Linking src/main/cpp/util/libport.a; 42s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 42s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 12s [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool]         [106 / 395] 7 actions, 3 running Compiling third_party/ijar/platform_utils.cc [for tool]; 43s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 40s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 38s local [Sched] Linking src/main/cpp/util/libport.a; 42s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 42s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 13s [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool]        [106 / 395] 8 actions, 4 running Compiling third_party/ijar/platform_utils.cc [for tool]; 44s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 40s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 38s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.a; 43s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 42s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 13s [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool]         [107 / 395] 8 actions, 3 running Compiling src/main/cpp/util/file_posix.cc [for tool]; 41s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 39s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a; 44s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 44s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 14s [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool] [Prepa] Linking third_party/ijar/libplatform_utils.a [for tool]         [107 / 395] 8 actions, 3 running Compiling src/main/cpp/util/file_posix.cc [for tool]; 41s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 39s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.a; 44s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 44s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 14s [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool] [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]         [107 / 395] 8 actions, 3 running Compiling src/main/cpp/util/file_posix.cc [for tool]; 43s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 40s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.a; 45s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 45s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 15s [Sched] Linking external/bazel_tools/.../cpp/util/libstrings.a [for tool] [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]         [107 / 395] 8 actions, 3 running Compiling src/main/cpp/util/file_posix.cc [for tool]; 44s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 41s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 3s local [Sched] Linking src/main/cpp/util/libport.a; 46s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 46s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 16s [Sched] Linking external/bazel_tools/.../util/libstrings.a [for tool]; 4s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]         [107 / 395] 8 actions, 3 running Compiling src/main/cpp/util/file_posix.cc [for tool]; 45s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 42s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 4s local [Sched] Linking src/main/cpp/util/libport.a; 47s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 47s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 17s [Sched] Linking external/bazel_tools/.../util/libstrings.a [for tool]; 5s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]         [107 / 395] 8 actions, 3 running Compiling src/main/cpp/util/file_posix.cc [for tool]; 46s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 44s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 5s local [Sched] Linking src/main/cpp/util/libport.a; 48s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 48s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 18s [Sched] Linking external/bazel_tools/.../util/libstrings.a [for tool]; 6s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]; 4s         [107 / 395] 8 actions, 3 running Compiling src/main/cpp/util/file_posix.cc [for tool]; 47s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 45s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 6s local [Sched] Linking src/main/cpp/util/libport.a; 49s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 49s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 19s [Sched] Linking external/bazel_tools/.../util/libstrings.a [for tool]; 7s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]; 5s         [107 / 395] 8 actions, 3 running Compiling src/main/cpp/util/file_posix.cc [for tool]; 48s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 46s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 7s local [Sched] Linking src/main/cpp/util/libport.a; 50s [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 50s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 21s [Sched] Linking external/bazel_tools/.../util/libstrings.a [for tool]; 8s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]; 6s         [107 / 395] 8 actions, 4 running Compiling src/main/cpp/util/file_posix.cc [for tool]; 48s local JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 46s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 7s local Linking src/main/cpp/util/libport.a; 0s local [Sched] Linking external/bazel_tools/.../util/libport.a [for tool]; 50s [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 21s [Sched] Linking external/bazel_tools/.../util/libstrings.a [for tool]; 8s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]; 6s         [109 / 400] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 46s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 8s local Linking external/bazel_tools/.../cpp/util/libport.a [for tool]; 0s local [Sched] Linking src/main/cpp/util/libnumbers.a [for tool]; 21s [Sched] Linking external/bazel_tools/.../util/libstrings.a [for tool]; 9s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]; 7s [Sched] Compiling src/main/cpp/util/path.cc [for tool]        [110 / 436] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 46s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 8s local Linking src/main/cpp/util/libnumbers.a [for tool]; 0s local [Sched] Linking external/bazel_tools/.../util/libstrings.a [for tool]; 9s [Sched] Linking third_party/ijar/libplatform_utils.a [for tool]; 7s [Sched] Compiling src/main/cpp/util/path.cc [for tool] [Scann] Compiling src/main/cpp/util/logging.cc [for tool] [Sched] Compiling src/google/protobuf/wire_format_lite.cc         [112 / 437] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 47s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 8s local Linking third_party/ijar/libplatform_utils.a [for tool]; 0s local [Sched] Compiling src/main/cpp/util/path.cc [for tool] [Sched] Compiling src/google/protobuf/wire_format_lite.cc [Sched] Compiling src/main/cpp/util/logging.cc [for tool] [Sched] Compiling src/main/cpp/util/md5.cc [for tool] [Prepa] Writing file build-info-nonvolatile.properties         [113 / 439] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 47s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 8s local Writing file build-info-nonvolatile.properties; 0s local Compiling src/google/protobuf/wire_format_lite.cc; 0s local Compiling src/main/cpp/util/path.cc [for tool]; 0s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local Compiling src/main/cpp/util/md5.cc [for tool]; 0s local        [113 / 439] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 47s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 9s local Writing file build-info-nonvolatile.properties; 0s local Compiling src/google/protobuf/wire_format_lite.cc; 0s local Compiling src/main/cpp/util/path.cc [for tool]; 0s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local Compiling src/main/cpp/util/md5.cc [for tool]; 0s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 0s local         [114 / 439] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 47s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 9s local Compiling src/google/protobuf/wire_format_lite.cc; 0s local Compiling src/main/cpp/util/path.cc [for tool]; 0s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local Compiling src/main/cpp/util/md5.cc [for tool]; 0s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 0s local Writing file build-info-volatile.properties; 0s local         [115 / 442] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 48s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 9s local Compiling src/google/protobuf/wire_format_lite.cc; 0s local Compiling src/main/cpp/util/path.cc [for tool]; 0s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local Compiling src/main/cpp/util/md5.cc [for tool]; 0s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 0s local        [115 / 469] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 49s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 10s local Compiling src/google/protobuf/wire_format_lite.cc; 1s local Compiling src/main/cpp/util/path.cc [for tool]; 1s local Compiling src/main/cpp/util/logging.cc [for tool]; 1s local Compiling src/main/cpp/util/md5.cc [for tool]; 1s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 1s local [Prepa] @com_google_protobuf//:source_context_proto         [118 / 472] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 49s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 11s local Compiling src/google/protobuf/wire_format_lite.cc; 2s local Compiling src/main/cpp/util/path.cc [for tool]; 2s local Compiling src/main/cpp/util/logging.cc [for tool]; 2s local Compiling src/main/cpp/util/md5.cc [for tool]; 2s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 1s local        [120 / 474] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 49s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 11s local Compiling src/google/protobuf/wire_format_lite.cc; 2s local Compiling src/main/cpp/util/path.cc [for tool]; 2s local Compiling src/main/cpp/util/logging.cc [for tool]; 2s local Compiling src/main/cpp/util/md5.cc [for tool]; 2s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 2s local [Prepa] @com_google_protobuf//:api_proto         [121 / 475] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 49s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 11s local Compiling src/google/protobuf/wire_format_lite.cc; 2s local Compiling src/main/cpp/util/path.cc [for tool]; 2s local Compiling src/main/cpp/util/logging.cc [for tool]; 2s local Compiling src/main/cpp/util/md5.cc [for tool]; 2s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 2s local [Prepa] @com_google_protobuf//:wrappers_proto         [122 / 476] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 50s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 11s local Compiling src/google/protobuf/wire_format_lite.cc; 3s local Compiling src/main/cpp/util/path.cc [for tool]; 3s local Compiling src/main/cpp/util/logging.cc [for tool]; 3s local Compiling src/main/cpp/util/md5.cc [for tool]; 3s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 2s local [Prepa] @com_google_protobuf//:timestamp_proto         [123 / 477] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 50s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 12s local Compiling src/google/protobuf/wire_format_lite.cc; 3s local Compiling src/main/cpp/util/path.cc [for tool]; 3s local Compiling src/main/cpp/util/logging.cc [for tool]; 3s local Compiling src/main/cpp/util/md5.cc [for tool]; 3s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 3s local [Prepa] @com_google_protobuf//:struct_proto         [125 / 479] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 50s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 12s local Compiling src/google/protobuf/wire_format_lite.cc; 3s local Compiling src/main/cpp/util/path.cc [for tool]; 3s local Compiling src/main/cpp/util/logging.cc [for tool]; 3s local Compiling src/main/cpp/util/md5.cc [for tool]; 3s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 3s local [Prepa] @com_google_protobuf//:empty_proto         [126 / 480] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 51s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 12s local Compiling src/google/protobuf/wire_format_lite.cc; 3s local Compiling src/main/cpp/util/path.cc [for tool]; 3s local Compiling src/main/cpp/util/logging.cc [for tool]; 3s local Compiling src/main/cpp/util/md5.cc [for tool]; 3s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 3s local        [127 / 486] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 51s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 12s local Compiling src/google/protobuf/wire_format_lite.cc; 4s local Compiling src/main/cpp/util/path.cc [for tool]; 4s local Compiling src/main/cpp/util/logging.cc [for tool]; 4s local Compiling src/main/cpp/util/md5.cc [for tool]; 4s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 3s local        [127 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 52s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 13s local Compiling src/google/protobuf/wire_format_lite.cc; 4s local Compiling src/main/cpp/util/path.cc [for tool]; 4s local Compiling src/main/cpp/util/logging.cc [for tool]; 4s local Compiling src/main/cpp/util/md5.cc [for tool]; 4s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 4s local [Scann] Compiling src/main/cpp/util/port.cc         [127 / 502] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 52s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 13s local Compiling src/google/protobuf/wire_format_lite.cc; 5s local Compiling src/main/cpp/util/path.cc [for tool]; 5s local Compiling src/main/cpp/util/logging.cc [for tool]; 5s local Compiling src/main/cpp/util/md5.cc [for tool]; 5s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 4s local Compiling src/main/cpp/util/port.cc; 0s local         [127 / 502] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 53s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 15s local Compiling src/google/protobuf/wire_format_lite.cc; 6s local Compiling src/main/cpp/util/path.cc [for tool]; 6s local Compiling src/main/cpp/util/logging.cc [for tool]; 6s local Compiling src/main/cpp/util/md5.cc [for tool]; 6s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 5s local Compiling src/main/cpp/util/port.cc; 1s local         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 53s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 15s local Compiling src/google/protobuf/wire_format_lite.cc; 6s local Compiling src/main/cpp/util/path.cc [for tool]; 6s local Compiling src/main/cpp/util/logging.cc [for tool]; 6s local Compiling src/main/cpp/util/md5.cc [for tool]; 6s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 6s local [Sched] Linking src/main/cpp/util/libport.pic.a         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 54s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 16s local Compiling src/google/protobuf/wire_format_lite.cc; 7s local Compiling src/main/cpp/util/path.cc [for tool]; 7s local Compiling src/main/cpp/util/logging.cc [for tool]; 7s local Compiling src/main/cpp/util/md5.cc [for tool]; 7s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 7s local [Sched] Linking src/main/cpp/util/libport.pic.a         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 55s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 17s local Compiling src/google/protobuf/wire_format_lite.cc; 8s local Compiling src/main/cpp/util/path.cc [for tool]; 8s local Compiling src/main/cpp/util/logging.cc [for tool]; 8s local Compiling src/main/cpp/util/md5.cc [for tool]; 8s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 8s local [Sched] Linking src/main/cpp/util/libport.pic.a         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 56s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 18s local Compiling src/google/protobuf/wire_format_lite.cc; 9s local Compiling src/main/cpp/util/path.cc [for tool]; 9s local Compiling src/main/cpp/util/logging.cc [for tool]; 9s local Compiling src/main/cpp/util/md5.cc [for tool]; 9s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 9s local [Sched] Linking src/main/cpp/util/libport.pic.a         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 57s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 19s local Compiling src/google/protobuf/wire_format_lite.cc; 10s local Compiling src/main/cpp/util/path.cc [for tool]; 10s local Compiling src/main/cpp/util/logging.cc [for tool]; 10s local Compiling src/main/cpp/util/md5.cc [for tool]; 10s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 10s local [Sched] Linking src/main/cpp/util/libport.pic.a; 4s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 58s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 20s local Compiling src/google/protobuf/wire_format_lite.cc; 11s local Compiling src/main/cpp/util/path.cc [for tool]; 11s local Compiling src/main/cpp/util/logging.cc [for tool]; 11s local Compiling src/main/cpp/util/md5.cc [for tool]; 11s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 11s local [Sched] Linking src/main/cpp/util/libport.pic.a; 5s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 59s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 21s local Compiling src/google/protobuf/wire_format_lite.cc; 12s local Compiling src/main/cpp/util/path.cc [for tool]; 12s local Compiling src/main/cpp/util/logging.cc [for tool]; 12s local Compiling src/main/cpp/util/md5.cc [for tool]; 12s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 12s local [Sched] Linking src/main/cpp/util/libport.pic.a; 6s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 60s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 22s local Compiling src/google/protobuf/wire_format_lite.cc; 13s local Compiling src/main/cpp/util/path.cc [for tool]; 13s local Compiling src/main/cpp/util/logging.cc [for tool]; 13s local Compiling src/main/cpp/util/md5.cc [for tool]; 13s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 13s local [Sched] Linking src/main/cpp/util/libport.pic.a; 7s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 62s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 23s local Compiling src/google/protobuf/wire_format_lite.cc; 14s local Compiling src/main/cpp/util/path.cc [for tool]; 14s local Compiling src/main/cpp/util/logging.cc [for tool]; 14s local Compiling src/main/cpp/util/md5.cc [for tool]; 14s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 14s local [Sched] Linking src/main/cpp/util/libport.pic.a; 8s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 63s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 24s local Compiling src/google/protobuf/wire_format_lite.cc; 15s local Compiling src/main/cpp/util/path.cc [for tool]; 15s local Compiling src/main/cpp/util/logging.cc [for tool]; 15s local Compiling src/main/cpp/util/md5.cc [for tool]; 15s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 15s local [Sched] Linking src/main/cpp/util/libport.pic.a; 9s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 64s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 25s local Compiling src/google/protobuf/wire_format_lite.cc; 16s local Compiling src/main/cpp/util/path.cc [for tool]; 16s local Compiling src/main/cpp/util/logging.cc [for tool]; 16s local Compiling src/main/cpp/util/md5.cc [for tool]; 16s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 16s local [Sched] Linking src/main/cpp/util/libport.pic.a; 10s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 64s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 26s local Compiling src/google/protobuf/wire_format_lite.cc; 17s local Compiling src/main/cpp/util/path.cc [for tool]; 17s local Compiling src/main/cpp/util/logging.cc [for tool]; 17s local Compiling src/main/cpp/util/md5.cc [for tool]; 17s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 17s local [Sched] Linking src/main/cpp/util/libport.pic.a; 11s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 66s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 27s local Compiling src/google/protobuf/wire_format_lite.cc; 18s local Compiling src/main/cpp/util/path.cc [for tool]; 18s local Compiling src/main/cpp/util/logging.cc [for tool]; 18s local Compiling src/main/cpp/util/md5.cc [for tool]; 18s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 18s local [Sched] Linking src/main/cpp/util/libport.pic.a; 12s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 67s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 28s local Compiling src/google/protobuf/wire_format_lite.cc; 19s local Compiling src/main/cpp/util/path.cc [for tool]; 19s local Compiling src/main/cpp/util/logging.cc [for tool]; 19s local Compiling src/main/cpp/util/md5.cc [for tool]; 19s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 19s local [Sched] Linking src/main/cpp/util/libport.pic.a; 13s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 68s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 29s local Compiling src/google/protobuf/wire_format_lite.cc; 20s local Compiling src/main/cpp/util/path.cc [for tool]; 20s local Compiling src/main/cpp/util/logging.cc [for tool]; 20s local Compiling src/main/cpp/util/md5.cc [for tool]; 20s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 20s local [Sched] Linking src/main/cpp/util/libport.pic.a; 14s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 69s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 30s local Compiling src/google/protobuf/wire_format_lite.cc; 21s local Compiling src/main/cpp/util/path.cc [for tool]; 21s local Compiling src/main/cpp/util/logging.cc [for tool]; 21s local Compiling src/main/cpp/util/md5.cc [for tool]; 21s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 21s local [Sched] Linking src/main/cpp/util/libport.pic.a; 15s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 70s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 31s local Compiling src/google/protobuf/wire_format_lite.cc; 23s local Compiling src/main/cpp/util/path.cc [for tool]; 23s local Compiling src/main/cpp/util/logging.cc [for tool]; 23s local Compiling src/main/cpp/util/md5.cc [for tool]; 23s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 22s local [Sched] Linking src/main/cpp/util/libport.pic.a; 16s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 71s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 32s local Compiling src/google/protobuf/wire_format_lite.cc; 24s local Compiling src/main/cpp/util/path.cc [for tool]; 24s local Compiling src/main/cpp/util/logging.cc [for tool]; 24s local Compiling src/main/cpp/util/md5.cc [for tool]; 24s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 23s local [Sched] Linking src/main/cpp/util/libport.pic.a; 17s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 72s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 33s local Compiling src/google/protobuf/wire_format_lite.cc; 25s local Compiling src/main/cpp/util/path.cc [for tool]; 25s local Compiling src/main/cpp/util/logging.cc [for tool]; 25s local Compiling src/main/cpp/util/md5.cc [for tool]; 25s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 24s local [Sched] Linking src/main/cpp/util/libport.pic.a; 18s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 73s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 34s local Compiling src/google/protobuf/wire_format_lite.cc; 26s local Compiling src/main/cpp/util/path.cc [for tool]; 26s local Compiling src/main/cpp/util/logging.cc [for tool]; 26s local Compiling src/main/cpp/util/md5.cc [for tool]; 26s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 25s local [Sched] Linking src/main/cpp/util/libport.pic.a; 19s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 74s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 36s local Compiling src/google/protobuf/wire_format_lite.cc; 27s local Compiling src/main/cpp/util/path.cc [for tool]; 27s local Compiling src/main/cpp/util/logging.cc [for tool]; 27s local Compiling src/main/cpp/util/md5.cc [for tool]; 27s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 26s local [Sched] Linking src/main/cpp/util/libport.pic.a; 20s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 75s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 37s local Compiling src/google/protobuf/wire_format_lite.cc; 28s local Compiling src/main/cpp/util/path.cc [for tool]; 28s local Compiling src/main/cpp/util/logging.cc [for tool]; 28s local Compiling src/main/cpp/util/md5.cc [for tool]; 28s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 27s local [Sched] Linking src/main/cpp/util/libport.pic.a; 21s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 76s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 38s local Compiling src/google/protobuf/wire_format_lite.cc; 29s local Compiling src/main/cpp/util/path.cc [for tool]; 29s local Compiling src/main/cpp/util/logging.cc [for tool]; 29s local Compiling src/main/cpp/util/md5.cc [for tool]; 29s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 28s local [Sched] Linking src/main/cpp/util/libport.pic.a; 23s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 77s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 39s local Compiling src/google/protobuf/wire_format_lite.cc; 30s local Compiling src/main/cpp/util/path.cc [for tool]; 30s local Compiling src/main/cpp/util/logging.cc [for tool]; 30s local Compiling src/main/cpp/util/md5.cc [for tool]; 30s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 30s local [Sched] Linking src/main/cpp/util/libport.pic.a; 24s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 78s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 40s local Compiling src/google/protobuf/wire_format_lite.cc; 31s local Compiling src/main/cpp/util/path.cc [for tool]; 31s local Compiling src/main/cpp/util/logging.cc [for tool]; 31s local Compiling src/main/cpp/util/md5.cc [for tool]; 31s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 31s local [Sched] Linking src/main/cpp/util/libport.pic.a; 25s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 79s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 41s local Compiling src/google/protobuf/wire_format_lite.cc; 32s local Compiling src/main/cpp/util/path.cc [for tool]; 32s local Compiling src/main/cpp/util/logging.cc [for tool]; 32s local Compiling src/main/cpp/util/md5.cc [for tool]; 32s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 32s local [Sched] Linking src/main/cpp/util/libport.pic.a; 26s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 80s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 42s local Compiling src/google/protobuf/wire_format_lite.cc; 33s local Compiling src/main/cpp/util/path.cc [for tool]; 33s local Compiling src/main/cpp/util/logging.cc [for tool]; 33s local Compiling src/main/cpp/util/md5.cc [for tool]; 33s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 33s local [Sched] Linking src/main/cpp/util/libport.pic.a; 27s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 81s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 43s local Compiling src/google/protobuf/wire_format_lite.cc; 34s local Compiling src/main/cpp/util/path.cc [for tool]; 34s local Compiling src/main/cpp/util/logging.cc [for tool]; 34s local Compiling src/main/cpp/util/md5.cc [for tool]; 34s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 34s local [Sched] Linking src/main/cpp/util/libport.pic.a; 28s         [128 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 82s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 44s local Compiling src/google/protobuf/wire_format_lite.cc; 35s local Compiling src/main/cpp/util/path.cc [for tool]; 35s local Compiling src/main/cpp/util/logging.cc [for tool]; 35s local Compiling src/main/cpp/util/md5.cc [for tool]; 35s local Compiling third_party/ijar/mapped_file_unix.cc [for tool]; 35s local [Sched] Linking src/main/cpp/util/libport.pic.a; 29s         [129 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 83s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 45s local Compiling src/google/protobuf/wire_format_lite.cc; 36s local Compiling src/main/cpp/util/path.cc [for tool]; 36s local Compiling src/main/cpp/util/logging.cc [for tool]; 36s local Compiling src/main/cpp/util/md5.cc [for tool]; 36s local [Sched] Linking src/main/cpp/util/libport.pic.a; 30s [Scann] Compiling third_party/ijar/zip.cc [for tool]         [129 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 83s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 45s local Compiling src/google/protobuf/wire_format_lite.cc; 36s local Compiling src/main/cpp/util/path.cc [for tool]; 36s local Compiling src/main/cpp/util/logging.cc [for tool]; 36s local Compiling src/main/cpp/util/md5.cc [for tool]; 36s local Compiling third_party/ijar/zip.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.pic.a; 30s         [129 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 84s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 46s local Compiling src/google/protobuf/wire_format_lite.cc; 37s local Compiling src/main/cpp/util/path.cc [for tool]; 37s local Compiling src/main/cpp/util/logging.cc [for tool]; 37s local Compiling src/main/cpp/util/md5.cc [for tool]; 37s local Compiling third_party/ijar/zip.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.pic.a; 31s         [129 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 85s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 47s local Compiling src/google/protobuf/wire_format_lite.cc; 38s local Compiling src/main/cpp/util/path.cc [for tool]; 38s local Compiling src/main/cpp/util/logging.cc [for tool]; 38s local Compiling src/main/cpp/util/md5.cc [for tool]; 38s local Compiling third_party/ijar/zip.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.pic.a; 32s         [129 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 87s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 48s local Compiling src/google/protobuf/wire_format_lite.cc; 39s local Compiling src/main/cpp/util/path.cc [for tool]; 39s local Compiling src/main/cpp/util/logging.cc [for tool]; 39s local Compiling src/main/cpp/util/md5.cc [for tool]; 39s local Compiling third_party/ijar/zip.cc [for tool]; 3s local [Sched] Linking src/main/cpp/util/libport.pic.a; 33s         [129 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 88s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 49s local Compiling src/google/protobuf/wire_format_lite.cc; 40s local Compiling src/main/cpp/util/path.cc [for tool]; 40s local Compiling src/main/cpp/util/logging.cc [for tool]; 40s local Compiling src/main/cpp/util/md5.cc [for tool]; 40s local Compiling third_party/ijar/zip.cc [for tool]; 4s local [Sched] Linking src/main/cpp/util/libport.pic.a; 34s         [130 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 88s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 50s local Compiling src/google/protobuf/wire_format_lite.cc; 41s local Compiling src/main/cpp/util/logging.cc [for tool]; 41s local Compiling src/main/cpp/util/md5.cc [for tool]; 41s local Compiling third_party/ijar/zip.cc [for tool]; 4s local [Sched] Linking src/main/cpp/util/libport.pic.a; 35s [Scann] Compiling src/main/cpp/util/file.cc [for tool]         [130 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 88s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 50s local Compiling src/google/protobuf/wire_format_lite.cc; 41s local Compiling src/main/cpp/util/logging.cc [for tool]; 41s local Compiling src/main/cpp/util/md5.cc [for tool]; 41s local Compiling third_party/ijar/zip.cc [for tool]; 5s local Compiling src/main/cpp/util/file.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.pic.a; 35s         [130 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 89s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 51s local Compiling src/google/protobuf/wire_format_lite.cc; 42s local Compiling src/main/cpp/util/logging.cc [for tool]; 42s local Compiling src/main/cpp/util/md5.cc [for tool]; 42s local Compiling third_party/ijar/zip.cc [for tool]; 6s local Compiling src/main/cpp/util/file.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.pic.a; 36s         [130 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 91s local Compiling src/google/protobuf/stubs/time.cc [for tool]; 52s local Compiling src/google/protobuf/wire_format_lite.cc; 43s local Compiling src/main/cpp/util/logging.cc [for tool]; 43s local Compiling src/main/cpp/util/md5.cc [for tool]; 43s local Compiling third_party/ijar/zip.cc [for tool]; 7s local Compiling src/main/cpp/util/file.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.pic.a; 37s         [131 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 92s local Compiling src/google/protobuf/wire_format_lite.cc; 44s local Compiling src/main/cpp/util/logging.cc [for tool]; 44s local Compiling src/main/cpp/util/md5.cc [for tool]; 44s local Compiling third_party/ijar/zip.cc [for tool]; 8s local Compiling src/main/cpp/util/file.cc [for tool]; 3s local [Sched] Linking src/main/cpp/util/libport.pic.a; 38s [Scann] Compiling src/google/protobuf/stubs/strutil.cc [for tool]         [131 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 92s local Compiling src/google/protobuf/wire_format_lite.cc; 45s local Compiling src/main/cpp/util/logging.cc [for tool]; 45s local Compiling src/main/cpp/util/md5.cc [for tool]; 45s local Compiling third_party/ijar/zip.cc [for tool]; 8s local Compiling src/main/cpp/util/file.cc [for tool]; 3s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 0s local [Sched] Linking src/main/cpp/util/libport.pic.a; 38s         [131 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 93s local Compiling src/google/protobuf/wire_format_lite.cc; 46s local Compiling src/main/cpp/util/logging.cc [for tool]; 46s local Compiling src/main/cpp/util/md5.cc [for tool]; 46s local Compiling third_party/ijar/zip.cc [for tool]; 9s local Compiling src/main/cpp/util/file.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 1s local [Sched] Linking src/main/cpp/util/libport.pic.a; 39s         [131 / 502] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 94s local Compiling src/google/protobuf/wire_format_lite.cc; 47s local Compiling src/main/cpp/util/logging.cc [for tool]; 47s local Compiling src/main/cpp/util/md5.cc [for tool]; 47s local Compiling third_party/ijar/zip.cc [for tool]; 10s local Compiling src/main/cpp/util/file.cc [for tool]; 5s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.pic.a; 40s         [132 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 94s local Compiling src/google/protobuf/wire_format_lite.cc; 47s local Compiling src/main/cpp/util/logging.cc [for tool]; 47s local Compiling third_party/ijar/zip.cc [for tool]; 11s local Compiling src/main/cpp/util/file.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 2s local [Sched] Linking src/main/cpp/util/libport.pic.a; 41s [Prepa] Linking src/main/cpp/util/libmd5.a [for tool]         [132 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 95s local Compiling src/google/protobuf/wire_format_lite.cc; 48s local Compiling src/main/cpp/util/logging.cc [for tool]; 48s local Compiling third_party/ijar/zip.cc [for tool]; 11s local Compiling src/main/cpp/util/file.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 3s local [Sched] Linking src/main/cpp/util/libport.pic.a; 41s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]         [132 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 96s local Compiling src/google/protobuf/wire_format_lite.cc; 49s local Compiling src/main/cpp/util/logging.cc [for tool]; 49s local Compiling third_party/ijar/zip.cc [for tool]; 12s local Compiling src/main/cpp/util/file.cc [for tool]; 7s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 4s local [Sched] Linking src/main/cpp/util/libport.pic.a; 42s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]         [132 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 97s local Compiling src/google/protobuf/wire_format_lite.cc; 50s local Compiling src/main/cpp/util/logging.cc [for tool]; 50s local Compiling third_party/ijar/zip.cc [for tool]; 13s local Compiling src/main/cpp/util/file.cc [for tool]; 8s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 5s local [Sched] Linking src/main/cpp/util/libport.pic.a; 43s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]         [132 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 98s local Compiling src/google/protobuf/wire_format_lite.cc; 51s local Compiling src/main/cpp/util/logging.cc [for tool]; 51s local Compiling third_party/ijar/zip.cc [for tool]; 14s local Compiling src/main/cpp/util/file.cc [for tool]; 9s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 6s local [Sched] Linking src/main/cpp/util/libport.pic.a; 44s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]         [132 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 99s local Compiling src/google/protobuf/wire_format_lite.cc; 52s local Compiling src/main/cpp/util/logging.cc [for tool]; 52s local Compiling third_party/ijar/zip.cc [for tool]; 15s local Compiling src/main/cpp/util/file.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 7s local [Sched] Linking src/main/cpp/util/libport.pic.a; 45s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 4s         [132 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 100s local Compiling src/google/protobuf/wire_format_lite.cc; 53s local Compiling src/main/cpp/util/logging.cc [for tool]; 53s local Compiling third_party/ijar/zip.cc [for tool]; 16s local Compiling src/main/cpp/util/file.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 8s local [Sched] Linking src/main/cpp/util/libport.pic.a; 47s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 5s         [132 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 101s local Compiling src/google/protobuf/wire_format_lite.cc; 54s local Compiling src/main/cpp/util/logging.cc [for tool]; 54s local Compiling third_party/ijar/zip.cc [for tool]; 17s local Compiling src/main/cpp/util/file.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 9s local [Sched] Linking src/main/cpp/util/libport.pic.a; 48s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 6s         [132 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 102s local Compiling src/google/protobuf/wire_format_lite.cc; 55s local Compiling src/main/cpp/util/logging.cc [for tool]; 55s local Compiling third_party/ijar/zip.cc [for tool]; 18s local Compiling src/main/cpp/util/file.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 10s local [Sched] Linking src/main/cpp/util/libport.pic.a; 49s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 7s         [132 / 502] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 103s local Compiling src/google/protobuf/wire_format_lite.cc; 56s local Compiling src/main/cpp/util/logging.cc [for tool]; 56s local Compiling third_party/ijar/zip.cc [for tool]; 20s local Compiling src/main/cpp/util/file.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 11s local [Sched] Linking src/main/cpp/util/libport.pic.a; 50s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 8s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 104s local Compiling src/google/protobuf/wire_format_lite.cc; 57s local Compiling third_party/ijar/zip.cc [for tool]; 20s local Compiling src/main/cpp/util/file.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 12s local [Sched] Linking src/main/cpp/util/libport.pic.a; 51s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 9s [Prepa] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 104s local Compiling src/google/protobuf/wire_format_lite.cc; 57s local Compiling third_party/ijar/zip.cc [for tool]; 21s local Compiling src/main/cpp/util/file.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 12s local [Sched] Linking src/main/cpp/util/libport.pic.a; 51s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 10s [Sched] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 105s local Compiling src/google/protobuf/wire_format_lite.cc; 58s local Compiling third_party/ijar/zip.cc [for tool]; 22s local Compiling src/main/cpp/util/file.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 13s local [Sched] Linking src/main/cpp/util/libport.pic.a; 52s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 11s [Sched] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 107s local Compiling src/google/protobuf/wire_format_lite.cc; 59s local Compiling third_party/ijar/zip.cc [for tool]; 23s local Compiling src/main/cpp/util/file.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 15s local [Sched] Linking src/main/cpp/util/libport.pic.a; 53s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 12s [Sched] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 108s local Compiling src/google/protobuf/wire_format_lite.cc; 60s local Compiling third_party/ijar/zip.cc [for tool]; 24s local Compiling src/main/cpp/util/file.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 16s local [Sched] Linking src/main/cpp/util/libport.pic.a; 54s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 13s [Sched] Linking external/bazel_tools/.../cpp/util/liblogging.a [for tool]         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 109s local Compiling src/google/protobuf/wire_format_lite.cc; 61s local Compiling third_party/ijar/zip.cc [for tool]; 25s local Compiling src/main/cpp/util/file.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 17s local [Sched] Linking src/main/cpp/util/libport.pic.a; 55s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 14s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 4s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 110s local Compiling src/google/protobuf/wire_format_lite.cc; 63s local Compiling third_party/ijar/zip.cc [for tool]; 26s local Compiling src/main/cpp/util/file.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 18s local [Sched] Linking src/main/cpp/util/libport.pic.a; 56s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 15s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 5s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 111s local Compiling src/google/protobuf/wire_format_lite.cc; 64s local Compiling third_party/ijar/zip.cc [for tool]; 27s local Compiling src/main/cpp/util/file.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 19s local [Sched] Linking src/main/cpp/util/libport.pic.a; 57s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 16s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 6s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 112s local Compiling src/google/protobuf/wire_format_lite.cc; 65s local Compiling third_party/ijar/zip.cc [for tool]; 28s local Compiling src/main/cpp/util/file.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 20s local [Sched] Linking src/main/cpp/util/libport.pic.a; 58s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 17s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 7s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 113s local Compiling src/google/protobuf/wire_format_lite.cc; 66s local Compiling third_party/ijar/zip.cc [for tool]; 29s local Compiling src/main/cpp/util/file.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 21s local [Sched] Linking src/main/cpp/util/libport.pic.a; 59s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 18s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 8s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 114s local Compiling src/google/protobuf/wire_format_lite.cc; 67s local Compiling third_party/ijar/zip.cc [for tool]; 30s local Compiling src/main/cpp/util/file.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 22s local [Sched] Linking src/main/cpp/util/libport.pic.a; 60s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 19s [Sched] Linking external/bazel_tools/.../util/liblogging.a [for tool]; 9s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 115s local Compiling src/google/protobuf/wire_format_lite.cc; 68s local Compiling third_party/ijar/zip.cc [for tool]; 31s local Compiling src/main/cpp/util/file.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 23s local [Sched] Linking src/main/cpp/util/libport.pic.a; 61s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 20s [Sched] @bazel_tools//src/main/cpp/util:logging; 10s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 116s local Compiling src/google/protobuf/wire_format_lite.cc; 69s local Compiling third_party/ijar/zip.cc [for tool]; 32s local Compiling src/main/cpp/util/file.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 24s local [Sched] Linking src/main/cpp/util/libport.pic.a; 62s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 21s [Sched] @bazel_tools//src/main/cpp/util:logging; 11s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 117s local Compiling src/google/protobuf/wire_format_lite.cc; 70s local Compiling third_party/ijar/zip.cc [for tool]; 33s local Compiling src/main/cpp/util/file.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 25s local [Sched] Linking src/main/cpp/util/libport.pic.a; 64s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 22s [Sched] @bazel_tools//src/main/cpp/util:logging; 12s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 118s local Compiling src/google/protobuf/wire_format_lite.cc; 71s local Compiling third_party/ijar/zip.cc [for tool]; 34s local Compiling src/main/cpp/util/file.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 26s local [Sched] Linking src/main/cpp/util/libport.pic.a; 65s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 23s [Sched] @bazel_tools//src/main/cpp/util:logging; 14s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 119s local Compiling src/google/protobuf/wire_format_lite.cc; 72s local Compiling third_party/ijar/zip.cc [for tool]; 35s local Compiling src/main/cpp/util/file.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 27s local [Sched] Linking src/main/cpp/util/libport.pic.a; 66s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 24s [Sched] @bazel_tools//src/main/cpp/util:logging; 15s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 120s local Compiling src/google/protobuf/wire_format_lite.cc; 73s local Compiling third_party/ijar/zip.cc [for tool]; 37s local Compiling src/main/cpp/util/file.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 28s local [Sched] Linking src/main/cpp/util/libport.pic.a; 67s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 25s [Sched] @bazel_tools//src/main/cpp/util:logging; 16s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 121s local Compiling src/google/protobuf/wire_format_lite.cc; 74s local Compiling third_party/ijar/zip.cc [for tool]; 38s local Compiling src/main/cpp/util/file.cc [for tool]; 33s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 29s local [Sched] Linking src/main/cpp/util/libport.pic.a; 68s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 26s [Sched] @bazel_tools//src/main/cpp/util:logging; 17s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 122s local Compiling src/google/protobuf/wire_format_lite.cc; 75s local Compiling third_party/ijar/zip.cc [for tool]; 39s local Compiling src/main/cpp/util/file.cc [for tool]; 34s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 30s local [Sched] Linking src/main/cpp/util/libport.pic.a; 69s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 27s [Sched] @bazel_tools//src/main/cpp/util:logging; 18s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 123s local Compiling src/google/protobuf/wire_format_lite.cc; 76s local Compiling third_party/ijar/zip.cc [for tool]; 40s local Compiling src/main/cpp/util/file.cc [for tool]; 35s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 31s local [Sched] Linking src/main/cpp/util/libport.pic.a; 70s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 28s [Sched] @bazel_tools//src/main/cpp/util:logging; 19s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 124s local Compiling src/google/protobuf/wire_format_lite.cc; 77s local Compiling third_party/ijar/zip.cc [for tool]; 41s local Compiling src/main/cpp/util/file.cc [for tool]; 36s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 32s local [Sched] Linking src/main/cpp/util/libport.pic.a; 71s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 29s [Sched] @bazel_tools//src/main/cpp/util:logging; 20s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 125s local Compiling src/google/protobuf/wire_format_lite.cc; 78s local Compiling third_party/ijar/zip.cc [for tool]; 42s local Compiling src/main/cpp/util/file.cc [for tool]; 37s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 33s local [Sched] Linking src/main/cpp/util/libport.pic.a; 72s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 31s [Sched] @bazel_tools//src/main/cpp/util:logging; 21s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 126s local Compiling src/google/protobuf/wire_format_lite.cc; 79s local Compiling third_party/ijar/zip.cc [for tool]; 43s local Compiling src/main/cpp/util/file.cc [for tool]; 38s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 34s local [Sched] Linking src/main/cpp/util/libport.pic.a; 73s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 32s [Sched] @bazel_tools//src/main/cpp/util:logging; 22s         [133 / 502] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 128s local Compiling src/google/protobuf/wire_format_lite.cc; 80s local Compiling third_party/ijar/zip.cc [for tool]; 44s local Compiling src/main/cpp/util/file.cc [for tool]; 39s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 36s local [Sched] Linking src/main/cpp/util/libport.pic.a; 74s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 33s [Sched] @bazel_tools//src/main/cpp/util:logging; 23s         [134 / 502] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 128s local Compiling src/google/protobuf/wire_format_lite.cc; 81s local Compiling third_party/ijar/zip.cc [for tool]; 45s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 36s local [Sched] Linking src/main/cpp/util/libport.pic.a; 75s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 33s [Sched] @bazel_tools//src/main/cpp/util:logging; 24s [Prepa] Linking external/bazel_tools/.../util/libfilesystem.a [for tool]         [134 / 502] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 129s local Compiling src/google/protobuf/wire_format_lite.cc; 81s local Compiling third_party/ijar/zip.cc [for tool]; 45s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 37s local [Sched] Linking src/main/cpp/util/libport.pic.a; 75s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 34s [Sched] @bazel_tools//src/main/cpp/util:logging; 24s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool]         [135 / 502] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 129s local Compiling src/google/protobuf/wire_format_lite.cc; 82s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 37s local [Sched] Linking src/main/cpp/util/libport.pic.a; 75s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 34s [Sched] @bazel_tools//src/main/cpp/util:logging; 24s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool] [Prepa] Linking third_party/ijar/libzip.a [for tool]         [135 / 502] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 129s local Compiling src/google/protobuf/wire_format_lite.cc; 82s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 37s local [Sched] Linking src/main/cpp/util/libport.pic.a; 76s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 34s [Sched] @bazel_tools//src/main/cpp/util:logging; 25s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool] [Sched] Linking third_party/ijar/libzip.a [for tool]         [135 / 502] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 130s local Compiling src/google/protobuf/wire_format_lite.cc; 83s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 38s local [Sched] Linking src/main/cpp/util/libport.pic.a; 77s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 35s [Sched] @bazel_tools//src/main/cpp/util:logging; 26s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool] [Sched] Linking third_party/ijar/libzip.a [for tool]         [135 / 502] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 131s local Compiling src/google/protobuf/wire_format_lite.cc; 84s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 39s local [Sched] Linking src/main/cpp/util/libport.pic.a; 78s [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 36s [Sched] @bazel_tools//src/main/cpp/util:logging; 27s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool] [Sched] Linking third_party/ijar/libzip.a [for tool]         [135 / 502] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 132s local Compiling src/google/protobuf/wire_format_lite.cc; 84s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 40s local Linking src/main/cpp/util/libport.pic.a; 0s local [Sched] Linking src/main/cpp/util/libmd5.a [for tool]; 37s [Sched] @bazel_tools//src/main/cpp/util:logging; 27s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool] [Sched] Linking third_party/ijar/libzip.a [for tool]         [137 / 503] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 132s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 40s local Linking src/main/cpp/util/libmd5.a [for tool]; 0s local [Sched] @bazel_tools//src/main/cpp/util:logging; 27s [Sched] Linking external/bazel_tools/.../util/libfilesystem.a [for tool] [Sched] Linking third_party/ijar/libzip.a [for tool] [Prepa] Compiling src/google/protobuf/stubs/time.cc [Prepa] Compiling src/main/cpp/util/md5.cc         [139 / 504] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 132s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 40s local @bazel_tools//src/main/cpp/util:filesystem; 0s local [Sched] Linking third_party/ijar/libzip.a [for tool] [Sched] Compiling src/google/protobuf/stubs/time.cc [Sched] Compiling src/main/cpp/util/md5.cc [Sched] Compiling src/main/cpp/util/logging.cc [for tool]        [140 / 641] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 132s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 40s local Linking third_party/ijar/libzip.a [for tool]; 0s local [Sched] Compiling src/google/protobuf/stubs/time.cc [Sched] Compiling src/main/cpp/util/md5.cc [Sched] Compiling src/main/cpp/util/logging.cc [for tool] [Prepa] Linking external/bazel_tools/third_party/ijar/zipper [for tool]        [141 / 642] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 133s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 41s local Compiling src/google/protobuf/stubs/time.cc; 0s local Compiling src/main/cpp/util/md5.cc; 0s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local @bazel_tools//tools/jdk:platformclasspath; 0s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool]        [141 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 133s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 41s local Compiling src/google/protobuf/stubs/time.cc; 0s local Compiling src/main/cpp/util/md5.cc; 0s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local @bazel_tools//tools/jdk:platformclasspath; 0s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool] [Sched] Compiling third_party/ijar/classfile.cc [for tool]         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 133s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 41s local Compiling src/google/protobuf/stubs/time.cc; 0s local Compiling src/main/cpp/util/md5.cc; 0s local Compiling src/main/cpp/util/logging.cc [for tool]; 0s local @bazel_tools//tools/jdk:platformclasspath; 0s local Compiling third_party/ijar/classfile.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool]         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 134s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 42s local Compiling src/google/protobuf/stubs/time.cc; 1s local Compiling src/main/cpp/util/md5.cc; 1s local Compiling src/main/cpp/util/logging.cc [for tool]; 1s local @bazel_tools//tools/jdk:platformclasspath; 1s local Compiling third_party/ijar/classfile.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool]         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 135s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 43s local Compiling src/google/protobuf/stubs/time.cc; 2s local Compiling src/main/cpp/util/md5.cc; 2s local Compiling src/main/cpp/util/logging.cc [for tool]; 2s local @bazel_tools//tools/jdk:platformclasspath; 2s local Compiling third_party/ijar/classfile.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool]         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 136s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 44s local Compiling src/google/protobuf/stubs/time.cc; 3s local Compiling src/main/cpp/util/md5.cc; 3s local Compiling src/main/cpp/util/logging.cc [for tool]; 3s local @bazel_tools//tools/jdk:platformclasspath; 3s local Compiling third_party/ijar/classfile.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/third_party/ijar/zipper [for tool]         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 137s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 45s local Compiling src/google/protobuf/stubs/time.cc; 4s local Compiling src/main/cpp/util/md5.cc; 4s local Compiling src/main/cpp/util/logging.cc [for tool]; 4s local @bazel_tools//tools/jdk:platformclasspath; 4s local Compiling third_party/ijar/classfile.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 4s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 138s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 46s local Compiling src/google/protobuf/stubs/time.cc; 5s local Compiling src/main/cpp/util/md5.cc; 5s local Compiling src/main/cpp/util/logging.cc [for tool]; 5s local @bazel_tools//tools/jdk:platformclasspath; 5s local Compiling third_party/ijar/classfile.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 5s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 139s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 47s local Compiling src/google/protobuf/stubs/time.cc; 6s local Compiling src/main/cpp/util/md5.cc; 6s local Compiling src/main/cpp/util/logging.cc [for tool]; 6s local @bazel_tools//tools/jdk:platformclasspath; 6s local Compiling third_party/ijar/classfile.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 7s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 140s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 48s local Compiling src/google/protobuf/stubs/time.cc; 8s local Compiling src/main/cpp/util/md5.cc; 8s local Compiling src/main/cpp/util/logging.cc [for tool]; 8s local @bazel_tools//tools/jdk:platformclasspath; 8s local Compiling third_party/ijar/classfile.cc [for tool]; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 8s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 141s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 49s local Compiling src/google/protobuf/stubs/time.cc; 9s local Compiling src/main/cpp/util/md5.cc; 9s local Compiling src/main/cpp/util/logging.cc [for tool]; 9s local @bazel_tools//tools/jdk:platformclasspath; 9s local Compiling third_party/ijar/classfile.cc [for tool]; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 9s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 143s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 51s local Compiling src/google/protobuf/stubs/time.cc; 10s local Compiling src/main/cpp/util/md5.cc; 10s local Compiling src/main/cpp/util/logging.cc [for tool]; 10s local @bazel_tools//tools/jdk:platformclasspath; 10s local Compiling third_party/ijar/classfile.cc [for tool]; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 10s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 143s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 51s local Compiling src/google/protobuf/stubs/time.cc; 10s local Compiling src/main/cpp/util/md5.cc; 10s local Compiling src/main/cpp/util/logging.cc [for tool]; 10s local @bazel_tools//tools/jdk:platformclasspath; 10s local Compiling third_party/ijar/classfile.cc [for tool]; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 10s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 144s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 52s local Compiling src/google/protobuf/stubs/time.cc; 12s local Compiling src/main/cpp/util/md5.cc; 12s local Compiling src/main/cpp/util/logging.cc [for tool]; 12s local @bazel_tools//tools/jdk:platformclasspath; 12s local Compiling third_party/ijar/classfile.cc [for tool]; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 12s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 145s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 53s local Compiling src/google/protobuf/stubs/time.cc; 13s local Compiling src/main/cpp/util/md5.cc; 13s local Compiling src/main/cpp/util/logging.cc [for tool]; 13s local @bazel_tools//tools/jdk:platformclasspath; 13s local Compiling third_party/ijar/classfile.cc [for tool]; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 13s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 147s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 54s local Compiling src/google/protobuf/stubs/time.cc; 14s local Compiling src/main/cpp/util/md5.cc; 14s local Compiling src/main/cpp/util/logging.cc [for tool]; 14s local @bazel_tools//tools/jdk:platformclasspath; 14s local Compiling third_party/ijar/classfile.cc [for tool]; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 14s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 148s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 56s local Compiling src/google/protobuf/stubs/time.cc; 15s local Compiling src/main/cpp/util/md5.cc; 15s local Compiling src/main/cpp/util/logging.cc [for tool]; 15s local @bazel_tools//tools/jdk:platformclasspath; 15s local Compiling third_party/ijar/classfile.cc [for tool]; 14s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 15s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 149s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 57s local Compiling src/google/protobuf/stubs/time.cc; 16s local Compiling src/main/cpp/util/md5.cc; 16s local Compiling src/main/cpp/util/logging.cc [for tool]; 16s local @bazel_tools//tools/jdk:platformclasspath; 16s local Compiling third_party/ijar/classfile.cc [for tool]; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 16s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 150s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 58s local Compiling src/google/protobuf/stubs/time.cc; 17s local Compiling src/main/cpp/util/md5.cc; 17s local Compiling src/main/cpp/util/logging.cc [for tool]; 17s local @bazel_tools//tools/jdk:platformclasspath; 17s local Compiling third_party/ijar/classfile.cc [for tool]; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 17s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 151s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 59s local Compiling src/google/protobuf/stubs/time.cc; 18s local Compiling src/main/cpp/util/md5.cc; 18s local Compiling src/main/cpp/util/logging.cc [for tool]; 18s local @bazel_tools//tools/jdk:platformclasspath; 18s local Compiling third_party/ijar/classfile.cc [for tool]; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 18s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 152s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 60s local Compiling src/google/protobuf/stubs/time.cc; 19s local Compiling src/main/cpp/util/md5.cc; 19s local Compiling src/main/cpp/util/logging.cc [for tool]; 19s local @bazel_tools//tools/jdk:platformclasspath; 19s local Compiling third_party/ijar/classfile.cc [for tool]; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 19s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 153s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 61s local Compiling src/google/protobuf/stubs/time.cc; 20s local Compiling src/main/cpp/util/md5.cc; 20s local Compiling src/main/cpp/util/logging.cc [for tool]; 20s local @bazel_tools//tools/jdk:platformclasspath; 20s local Compiling third_party/ijar/classfile.cc [for tool]; 19s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 20s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 154s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 62s local Compiling src/google/protobuf/stubs/time.cc; 21s local Compiling src/main/cpp/util/md5.cc; 21s local Compiling src/main/cpp/util/logging.cc [for tool]; 21s local @bazel_tools//tools/jdk:platformclasspath; 21s local Compiling third_party/ijar/classfile.cc [for tool]; 21s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 21s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 155s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 63s local Compiling src/google/protobuf/stubs/time.cc; 22s local Compiling src/main/cpp/util/md5.cc; 22s local Compiling src/main/cpp/util/logging.cc [for tool]; 22s local @bazel_tools//tools/jdk:platformclasspath; 22s local Compiling third_party/ijar/classfile.cc [for tool]; 22s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 22s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 156s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 64s local Compiling src/google/protobuf/stubs/time.cc; 23s local Compiling src/main/cpp/util/md5.cc; 23s local Compiling src/main/cpp/util/logging.cc [for tool]; 23s local @bazel_tools//tools/jdk:platformclasspath; 23s local Compiling third_party/ijar/classfile.cc [for tool]; 23s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 23s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 157s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 65s local Compiling src/google/protobuf/stubs/time.cc; 24s local Compiling src/main/cpp/util/md5.cc; 24s local Compiling src/main/cpp/util/logging.cc [for tool]; 24s local @bazel_tools//tools/jdk:platformclasspath; 24s local Compiling third_party/ijar/classfile.cc [for tool]; 24s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 24s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 158s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 66s local Compiling src/google/protobuf/stubs/time.cc; 25s local Compiling src/main/cpp/util/md5.cc; 25s local Compiling src/main/cpp/util/logging.cc [for tool]; 25s local @bazel_tools//tools/jdk:platformclasspath; 25s local Compiling third_party/ijar/classfile.cc [for tool]; 25s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 25s         [141 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 159s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 67s local Compiling src/google/protobuf/stubs/time.cc; 26s local Compiling src/main/cpp/util/md5.cc; 26s local Compiling src/main/cpp/util/logging.cc [for tool]; 26s local @bazel_tools//tools/jdk:platformclasspath; 26s local Compiling third_party/ijar/classfile.cc [for tool]; 26s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 26s         [142 / 642] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 160s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 68s local Compiling src/google/protobuf/stubs/time.cc; 27s local Compiling src/main/cpp/util/md5.cc; 27s local Compiling src/main/cpp/util/logging.cc [for tool]; 27s local Compiling third_party/ijar/classfile.cc [for tool]; 26s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 27s        [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 160s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 68s local Compiling src/google/protobuf/stubs/time.cc; 27s local Compiling src/main/cpp/util/md5.cc; 27s local Compiling src/main/cpp/util/logging.cc [for tool]; 27s local Compiling third_party/ijar/classfile.cc [for tool]; 27s local @bazel_tools//tools/jdk:platformclasspath; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 27s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 161s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 69s local Compiling src/google/protobuf/stubs/time.cc; 28s local Compiling src/main/cpp/util/md5.cc; 28s local Compiling src/main/cpp/util/logging.cc [for tool]; 28s local Compiling third_party/ijar/classfile.cc [for tool]; 28s local @bazel_tools//tools/jdk:platformclasspath; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 28s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 162s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 70s local Compiling src/google/protobuf/stubs/time.cc; 29s local Compiling src/main/cpp/util/md5.cc; 29s local Compiling src/main/cpp/util/logging.cc [for tool]; 29s local Compiling third_party/ijar/classfile.cc [for tool]; 29s local @bazel_tools//tools/jdk:platformclasspath; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 29s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 163s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 71s local Compiling src/google/protobuf/stubs/time.cc; 30s local Compiling src/main/cpp/util/md5.cc; 30s local Compiling src/main/cpp/util/logging.cc [for tool]; 30s local Compiling third_party/ijar/classfile.cc [for tool]; 30s local @bazel_tools//tools/jdk:platformclasspath; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 30s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 164s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 72s local Compiling src/google/protobuf/stubs/time.cc; 31s local Compiling src/main/cpp/util/md5.cc; 31s local Compiling src/main/cpp/util/logging.cc [for tool]; 31s local Compiling third_party/ijar/classfile.cc [for tool]; 31s local @bazel_tools//tools/jdk:platformclasspath; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 31s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 165s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 73s local Compiling src/google/protobuf/stubs/time.cc; 32s local Compiling src/main/cpp/util/md5.cc; 32s local Compiling src/main/cpp/util/logging.cc [for tool]; 32s local Compiling third_party/ijar/classfile.cc [for tool]; 32s local @bazel_tools//tools/jdk:platformclasspath; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 32s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 166s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 74s local Compiling src/google/protobuf/stubs/time.cc; 33s local Compiling src/main/cpp/util/md5.cc; 33s local Compiling src/main/cpp/util/logging.cc [for tool]; 33s local Compiling third_party/ijar/classfile.cc [for tool]; 33s local @bazel_tools//tools/jdk:platformclasspath; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 33s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 167s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 75s local Compiling src/google/protobuf/stubs/time.cc; 34s local Compiling src/main/cpp/util/md5.cc; 34s local Compiling src/main/cpp/util/logging.cc [for tool]; 34s local Compiling third_party/ijar/classfile.cc [for tool]; 34s local @bazel_tools//tools/jdk:platformclasspath; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 34s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 168s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 76s local Compiling src/google/protobuf/stubs/time.cc; 35s local Compiling src/main/cpp/util/md5.cc; 35s local Compiling src/main/cpp/util/logging.cc [for tool]; 35s local Compiling third_party/ijar/classfile.cc [for tool]; 35s local @bazel_tools//tools/jdk:platformclasspath; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 36s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 169s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 77s local Compiling src/google/protobuf/stubs/time.cc; 37s local Compiling src/main/cpp/util/md5.cc; 37s local Compiling src/main/cpp/util/logging.cc [for tool]; 37s local Compiling third_party/ijar/classfile.cc [for tool]; 36s local @bazel_tools//tools/jdk:platformclasspath; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 37s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 170s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 78s local Compiling src/google/protobuf/stubs/time.cc; 38s local Compiling src/main/cpp/util/md5.cc; 38s local Compiling src/main/cpp/util/logging.cc [for tool]; 38s local Compiling third_party/ijar/classfile.cc [for tool]; 37s local @bazel_tools//tools/jdk:platformclasspath; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 38s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 172s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 79s local Compiling src/google/protobuf/stubs/time.cc; 39s local Compiling src/main/cpp/util/md5.cc; 39s local Compiling src/main/cpp/util/logging.cc [for tool]; 39s local Compiling third_party/ijar/classfile.cc [for tool]; 38s local @bazel_tools//tools/jdk:platformclasspath; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 39s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 172s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 80s local Compiling src/google/protobuf/stubs/time.cc; 39s local Compiling src/main/cpp/util/md5.cc; 39s local Compiling src/main/cpp/util/logging.cc [for tool]; 39s local Compiling third_party/ijar/classfile.cc [for tool]; 38s local @bazel_tools//tools/jdk:platformclasspath; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 39s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 173s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 81s local Compiling src/google/protobuf/stubs/time.cc; 40s local Compiling src/main/cpp/util/md5.cc; 40s local Compiling src/main/cpp/util/logging.cc [for tool]; 40s local Compiling third_party/ijar/classfile.cc [for tool]; 39s local @bazel_tools//tools/jdk:platformclasspath; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 40s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 174s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 82s local Compiling src/google/protobuf/stubs/time.cc; 41s local Compiling src/main/cpp/util/md5.cc; 41s local Compiling src/main/cpp/util/logging.cc [for tool]; 41s local Compiling third_party/ijar/classfile.cc [for tool]; 40s local @bazel_tools//tools/jdk:platformclasspath; 14s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 41s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 175s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 83s local Compiling src/google/protobuf/stubs/time.cc; 42s local Compiling src/main/cpp/util/md5.cc; 42s local Compiling src/main/cpp/util/logging.cc [for tool]; 42s local Compiling third_party/ijar/classfile.cc [for tool]; 42s local @bazel_tools//tools/jdk:platformclasspath; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 42s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 176s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 84s local Compiling src/google/protobuf/stubs/time.cc; 43s local Compiling src/main/cpp/util/md5.cc; 43s local Compiling src/main/cpp/util/logging.cc [for tool]; 43s local Compiling third_party/ijar/classfile.cc [for tool]; 43s local @bazel_tools//tools/jdk:platformclasspath; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 43s         [142 / 642] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 177s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 85s local Compiling src/google/protobuf/stubs/time.cc; 44s local Compiling src/main/cpp/util/md5.cc; 44s local Compiling src/main/cpp/util/logging.cc [for tool]; 44s local Compiling third_party/ijar/classfile.cc [for tool]; 44s local @bazel_tools//tools/jdk:platformclasspath; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 44s         [143 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 177s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 85s local Compiling src/google/protobuf/stubs/time.cc; 44s local Compiling src/main/cpp/util/logging.cc [for tool]; 44s local Compiling third_party/ijar/classfile.cc [for tool]; 44s local @bazel_tools//tools/jdk:platformclasspath; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 44s [Sched] Linking src/main/cpp/util/libmd5.pic.a         [143 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 178s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 86s local Compiling src/google/protobuf/stubs/time.cc; 45s local Compiling src/main/cpp/util/logging.cc [for tool]; 45s local Compiling third_party/ijar/classfile.cc [for tool]; 45s local @bazel_tools//tools/jdk:platformclasspath; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 45s [Sched] Linking src/main/cpp/util/libmd5.pic.a         [143 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 179s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 87s local Compiling src/google/protobuf/stubs/time.cc; 46s local Compiling src/main/cpp/util/logging.cc [for tool]; 46s local Compiling third_party/ijar/classfile.cc [for tool]; 46s local @bazel_tools//tools/jdk:platformclasspath; 19s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 46s [Sched] Linking src/main/cpp/util/libmd5.pic.a         [143 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 180s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 88s local Compiling src/google/protobuf/stubs/time.cc; 47s local Compiling src/main/cpp/util/logging.cc [for tool]; 47s local Compiling third_party/ijar/classfile.cc [for tool]; 47s local @bazel_tools//tools/jdk:platformclasspath; 20s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 47s [Sched] Linking src/main/cpp/util/libmd5.pic.a         [143 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 181s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 89s local Compiling src/google/protobuf/stubs/time.cc; 49s local Compiling src/main/cpp/util/logging.cc [for tool]; 49s local Compiling third_party/ijar/classfile.cc [for tool]; 48s local @bazel_tools//tools/jdk:platformclasspath; 21s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 49s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 4s         [143 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 182s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 90s local Compiling src/google/protobuf/stubs/time.cc; 50s local Compiling src/main/cpp/util/logging.cc [for tool]; 50s local Compiling third_party/ijar/classfile.cc [for tool]; 49s local @bazel_tools//tools/jdk:platformclasspath; 22s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 50s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 5s         [143 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 184s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 91s local Compiling src/google/protobuf/stubs/time.cc; 51s local Compiling src/main/cpp/util/logging.cc [for tool]; 51s local Compiling third_party/ijar/classfile.cc [for tool]; 50s local @bazel_tools//tools/jdk:platformclasspath; 23s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 51s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 6s         [144 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 184s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 92s local Compiling src/main/cpp/util/logging.cc [for tool]; 51s local Compiling third_party/ijar/classfile.cc [for tool]; 50s local @bazel_tools//tools/jdk:platformclasspath; 23s local Compiling src/google/protobuf/stubs/strutil.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 51s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 6s         [144 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 185s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 93s local Compiling src/main/cpp/util/logging.cc [for tool]; 52s local Compiling third_party/ijar/classfile.cc [for tool]; 51s local @bazel_tools//tools/jdk:platformclasspath; 25s local Compiling src/google/protobuf/stubs/strutil.cc; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 52s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 7s         [144 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 186s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 94s local Compiling src/main/cpp/util/logging.cc [for tool]; 53s local Compiling third_party/ijar/classfile.cc [for tool]; 52s local @bazel_tools//tools/jdk:platformclasspath; 26s local Compiling src/google/protobuf/stubs/strutil.cc; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 53s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 8s         [144 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 187s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 95s local Compiling src/main/cpp/util/logging.cc [for tool]; 54s local Compiling third_party/ijar/classfile.cc [for tool]; 54s local @bazel_tools//tools/jdk:platformclasspath; 27s local Compiling src/google/protobuf/stubs/strutil.cc; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 54s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 9s         [144 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 188s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 96s local Compiling src/main/cpp/util/logging.cc [for tool]; 55s local Compiling third_party/ijar/classfile.cc [for tool]; 55s local @bazel_tools//tools/jdk:platformclasspath; 28s local Compiling src/google/protobuf/stubs/strutil.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 55s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 10s         [144 / 642] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 189s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 97s local Compiling src/main/cpp/util/logging.cc [for tool]; 56s local Compiling third_party/ijar/classfile.cc [for tool]; 56s local @bazel_tools//tools/jdk:platformclasspath; 29s local Compiling src/google/protobuf/stubs/strutil.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 56s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 11s         [145 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 190s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 98s local Compiling third_party/ijar/classfile.cc [for tool]; 56s local @bazel_tools//tools/jdk:platformclasspath; 29s local Compiling src/google/protobuf/stubs/strutil.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 57s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 12s [Prepa] Linking src/main/cpp/util/liblogging.a [for tool]         [145 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 190s local Compiling src/google/protobuf/stubs/strutil.cc [for tool]; 98s local Compiling third_party/ijar/classfile.cc [for tool]; 57s local @bazel_tools//tools/jdk:platformclasspath; 30s local Compiling src/google/protobuf/stubs/strutil.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 57s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 12s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 190s local Compiling third_party/ijar/classfile.cc [for tool]; 57s local @bazel_tools//tools/jdk:platformclasspath; 30s local Compiling src/google/protobuf/stubs/strutil.cc; 6s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 57s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 13s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 191s local Compiling third_party/ijar/classfile.cc [for tool]; 58s local @bazel_tools//tools/jdk:platformclasspath; 31s local Compiling src/google/protobuf/stubs/strutil.cc; 7s local @com_google_protobuf//:protobuf_lite; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 59s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 14s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 192s local Compiling third_party/ijar/classfile.cc [for tool]; 59s local @bazel_tools//tools/jdk:platformclasspath; 32s local Compiling src/google/protobuf/stubs/strutil.cc; 8s local @com_google_protobuf//:protobuf_lite; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 60s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 15s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 193s local Compiling third_party/ijar/classfile.cc [for tool]; 60s local @bazel_tools//tools/jdk:platformclasspath; 33s local Compiling src/google/protobuf/stubs/strutil.cc; 9s local @com_google_protobuf//:protobuf_lite; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 61s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 16s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 195s local Compiling third_party/ijar/classfile.cc [for tool]; 61s local @bazel_tools//tools/jdk:platformclasspath; 34s local Compiling src/google/protobuf/stubs/strutil.cc; 10s local @com_google_protobuf//:protobuf_lite; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 62s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 17s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 4s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 196s local Compiling third_party/ijar/classfile.cc [for tool]; 62s local @bazel_tools//tools/jdk:platformclasspath; 35s local Compiling src/google/protobuf/stubs/strutil.cc; 11s local @com_google_protobuf//:protobuf_lite; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 63s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 18s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 5s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 197s local Compiling third_party/ijar/classfile.cc [for tool]; 63s local @bazel_tools//tools/jdk:platformclasspath; 36s local Compiling src/google/protobuf/stubs/strutil.cc; 13s local @com_google_protobuf//:protobuf_lite; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 64s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 19s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 6s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 198s local Compiling third_party/ijar/classfile.cc [for tool]; 64s local @bazel_tools//tools/jdk:platformclasspath; 37s local Compiling src/google/protobuf/stubs/strutil.cc; 14s local @com_google_protobuf//:protobuf_lite; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 65s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 20s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 7s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 199s local Compiling third_party/ijar/classfile.cc [for tool]; 65s local @bazel_tools//tools/jdk:platformclasspath; 38s local Compiling src/google/protobuf/stubs/strutil.cc; 15s local @com_google_protobuf//:protobuf_lite; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 66s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 21s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 8s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 200s local Compiling third_party/ijar/classfile.cc [for tool]; 66s local @bazel_tools//tools/jdk:platformclasspath; 40s local Compiling src/google/protobuf/stubs/strutil.cc; 16s local @com_google_protobuf//:protobuf_lite; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 67s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 22s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 10s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 201s local Compiling third_party/ijar/classfile.cc [for tool]; 67s local @bazel_tools//tools/jdk:platformclasspath; 41s local Compiling src/google/protobuf/stubs/strutil.cc; 17s local @com_google_protobuf//:protobuf_lite; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 68s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 23s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 11s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 201s local Compiling third_party/ijar/classfile.cc [for tool]; 68s local @bazel_tools//tools/jdk:platformclasspath; 41s local Compiling src/google/protobuf/stubs/strutil.cc; 17s local @com_google_protobuf//:protobuf_lite; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 68s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 23s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 11s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 202s local Compiling third_party/ijar/classfile.cc [for tool]; 69s local @bazel_tools//tools/jdk:platformclasspath; 42s local Compiling src/google/protobuf/stubs/strutil.cc; 18s local @com_google_protobuf//:protobuf_lite; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 69s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 25s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 12s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 203s local Compiling third_party/ijar/classfile.cc [for tool]; 70s local @bazel_tools//tools/jdk:platformclasspath; 43s local Compiling src/google/protobuf/stubs/strutil.cc; 19s local @com_google_protobuf//:protobuf_lite; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 70s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 26s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 13s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 204s local Compiling third_party/ijar/classfile.cc [for tool]; 71s local @bazel_tools//tools/jdk:platformclasspath; 44s local Compiling src/google/protobuf/stubs/strutil.cc; 20s local @com_google_protobuf//:protobuf_lite; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 71s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 27s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 14s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 205s local Compiling third_party/ijar/classfile.cc [for tool]; 72s local @bazel_tools//tools/jdk:platformclasspath; 45s local Compiling src/google/protobuf/stubs/strutil.cc; 21s local @com_google_protobuf//:protobuf_lite; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 72s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 28s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 15s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 206s local Compiling third_party/ijar/classfile.cc [for tool]; 73s local @bazel_tools//tools/jdk:platformclasspath; 46s local Compiling src/google/protobuf/stubs/strutil.cc; 22s local @com_google_protobuf//:protobuf_lite; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 73s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 29s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 16s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 207s local Compiling third_party/ijar/classfile.cc [for tool]; 74s local @bazel_tools//tools/jdk:platformclasspath; 47s local Compiling src/google/protobuf/stubs/strutil.cc; 23s local @com_google_protobuf//:protobuf_lite; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 74s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 30s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 17s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 208s local Compiling third_party/ijar/classfile.cc [for tool]; 75s local @bazel_tools//tools/jdk:platformclasspath; 48s local Compiling src/google/protobuf/stubs/strutil.cc; 24s local @com_google_protobuf//:protobuf_lite; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 76s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 31s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 18s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 209s local Compiling third_party/ijar/classfile.cc [for tool]; 76s local @bazel_tools//tools/jdk:platformclasspath; 49s local Compiling src/google/protobuf/stubs/strutil.cc; 25s local @com_google_protobuf//:protobuf_lite; 19s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 77s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 32s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 19s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 211s local Compiling third_party/ijar/classfile.cc [for tool]; 77s local @bazel_tools//tools/jdk:platformclasspath; 50s local Compiling src/google/protobuf/stubs/strutil.cc; 26s local @com_google_protobuf//:protobuf_lite; 20s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 78s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 33s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 20s         [146 / 642] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 212s local Compiling third_party/ijar/classfile.cc [for tool]; 78s local @bazel_tools//tools/jdk:platformclasspath; 51s local Compiling src/google/protobuf/stubs/strutil.cc; 27s local @com_google_protobuf//:protobuf_lite; 21s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 79s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 34s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 21s         [147 / 648] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 212s local Compiling third_party/ijar/classfile.cc [for tool]; 79s local Compiling src/google/protobuf/stubs/strutil.cc; 28s local @com_google_protobuf//:protobuf_lite; 21s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 79s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 34s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 22s        [147 / 764] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 213s local Compiling third_party/ijar/classfile.cc [for tool]; 79s local Compiling src/google/protobuf/stubs/strutil.cc; 29s local @com_google_protobuf//:protobuf_lite; 22s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 80s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 35s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 22s [Prepa] @com_google_protobuf//:source_context_proto         [150 / 767] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 213s local Compiling third_party/ijar/classfile.cc [for tool]; 80s local Compiling src/google/protobuf/stubs/strutil.cc; 29s local @com_google_protobuf//:protobuf_lite; 22s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 80s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 35s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 23s [Prepa] @com_google_protobuf//:descriptor_proto         [151 / 767] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 213s local Compiling third_party/ijar/classfile.cc [for tool]; 80s local Compiling src/google/protobuf/stubs/strutil.cc; 29s local @com_google_protobuf//:protobuf_lite; 23s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 80s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 36s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 23s [Prepa] @com_google_protobuf//:compiler_plugin_proto         [155 / 772] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 213s local Compiling third_party/ijar/classfile.cc [for tool]; 80s local Compiling src/google/protobuf/stubs/strutil.cc; 29s local @com_google_protobuf//:protobuf_lite; 23s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 81s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 36s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 23s [Prepa] @com_google_protobuf//:struct_proto         [157 / 774] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 214s local Compiling third_party/ijar/classfile.cc [for tool]; 80s local Compiling src/google/protobuf/stubs/strutil.cc; 30s local @com_google_protobuf//:protobuf_lite; 23s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 81s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 36s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 23s        [159 / 786] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 214s local Compiling third_party/ijar/classfile.cc [for tool]; 80s local Compiling src/google/protobuf/stubs/strutil.cc; 30s local @com_google_protobuf//:protobuf_lite; 23s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 81s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 36s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 24s        [159 / 828] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 214s local Compiling third_party/ijar/classfile.cc [for tool]; 81s local Compiling src/google/protobuf/stubs/strutil.cc; 30s local @com_google_protobuf//:protobuf_lite; 24s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 81s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 37s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 24s [Prepa] //third_party/grpc-java:grpc-java-plugin_checked_in         [160 / 828] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 215s local Compiling third_party/ijar/classfile.cc [for tool]; 81s local Compiling src/google/protobuf/stubs/strutil.cc; 31s local @com_google_protobuf//:protobuf_lite; 24s local //third_party/grpc-java:grpc-java-plugin_checked_in; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 82s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 37s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 24s         [161 / 830] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 215s local Compiling third_party/ijar/classfile.cc [for tool]; 82s local Compiling src/google/protobuf/stubs/strutil.cc; 31s local @com_google_protobuf//:protobuf_lite; 24s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 82s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 37s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 25s [Scann] //third_party/grpc-java:grpc-java-plugin_checked_in         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 215s local Compiling third_party/ijar/classfile.cc [for tool]; 82s local Compiling src/google/protobuf/stubs/strutil.cc; 31s local @com_google_protobuf//:protobuf_lite; 24s local //third_party/grpc-java:grpc-java-plugin_checked_in; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 82s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 38s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 25s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 216s local Compiling third_party/ijar/classfile.cc [for tool]; 83s local Compiling src/google/protobuf/stubs/strutil.cc; 32s local @com_google_protobuf//:protobuf_lite; 26s local //third_party/grpc-java:grpc-java-plugin_checked_in; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 83s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 39s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 26s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 217s local Compiling third_party/ijar/classfile.cc [for tool]; 84s local Compiling src/google/protobuf/stubs/strutil.cc; 33s local @com_google_protobuf//:protobuf_lite; 27s local //third_party/grpc-java:grpc-java-plugin_checked_in; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 84s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 40s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 27s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 218s local Compiling third_party/ijar/classfile.cc [for tool]; 85s local Compiling src/google/protobuf/stubs/strutil.cc; 34s local @com_google_protobuf//:protobuf_lite; 28s local //third_party/grpc-java:grpc-java-plugin_checked_in; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 85s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 41s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 28s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 219s local Compiling third_party/ijar/classfile.cc [for tool]; 86s local Compiling src/google/protobuf/stubs/strutil.cc; 35s local @com_google_protobuf//:protobuf_lite; 29s local //third_party/grpc-java:grpc-java-plugin_checked_in; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 87s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 42s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 29s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 220s local Compiling third_party/ijar/classfile.cc [for tool]; 87s local Compiling src/google/protobuf/stubs/strutil.cc; 36s local @com_google_protobuf//:protobuf_lite; 30s local //third_party/grpc-java:grpc-java-plugin_checked_in; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 88s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 43s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 30s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 221s local Compiling third_party/ijar/classfile.cc [for tool]; 88s local Compiling src/google/protobuf/stubs/strutil.cc; 37s local @com_google_protobuf//:protobuf_lite; 31s local //third_party/grpc-java:grpc-java-plugin_checked_in; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 89s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 44s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 31s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 223s local Compiling third_party/ijar/classfile.cc [for tool]; 89s local Compiling src/google/protobuf/stubs/strutil.cc; 38s local @com_google_protobuf//:protobuf_lite; 32s local //third_party/grpc-java:grpc-java-plugin_checked_in; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 90s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 45s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 32s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 224s local Compiling third_party/ijar/classfile.cc [for tool]; 90s local Compiling src/google/protobuf/stubs/strutil.cc; 39s local @com_google_protobuf//:protobuf_lite; 33s local //third_party/grpc-java:grpc-java-plugin_checked_in; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 91s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 46s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 33s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 225s local Compiling third_party/ijar/classfile.cc [for tool]; 91s local Compiling src/google/protobuf/stubs/strutil.cc; 40s local @com_google_protobuf//:protobuf_lite; 34s local //third_party/grpc-java:grpc-java-plugin_checked_in; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 92s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 47s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 34s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 225s local Compiling third_party/ijar/classfile.cc [for tool]; 92s local Compiling src/google/protobuf/stubs/strutil.cc; 41s local @com_google_protobuf//:protobuf_lite; 35s local //third_party/grpc-java:grpc-java-plugin_checked_in; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 92s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 48s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 35s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 226s local Compiling third_party/ijar/classfile.cc [for tool]; 93s local Compiling src/google/protobuf/stubs/strutil.cc; 42s local @com_google_protobuf//:protobuf_lite; 36s local //third_party/grpc-java:grpc-java-plugin_checked_in; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 93s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 49s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 36s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 227s local Compiling third_party/ijar/classfile.cc [for tool]; 94s local Compiling src/google/protobuf/stubs/strutil.cc; 43s local @com_google_protobuf//:protobuf_lite; 37s local //third_party/grpc-java:grpc-java-plugin_checked_in; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 95s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 50s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 37s         [161 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 228s local Compiling third_party/ijar/classfile.cc [for tool]; 95s local Compiling src/google/protobuf/stubs/strutil.cc; 44s local @com_google_protobuf//:protobuf_lite; 38s local //third_party/grpc-java:grpc-java-plugin_checked_in; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 96s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 51s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 38s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 229s local Compiling third_party/ijar/classfile.cc [for tool]; 95s local Compiling src/google/protobuf/stubs/strutil.cc; 45s local //third_party/grpc-java:grpc-java-plugin_checked_in; 13s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 96s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 51s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 38s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 230s local Compiling third_party/ijar/classfile.cc [for tool]; 96s local Compiling src/google/protobuf/stubs/strutil.cc; 46s local //third_party/grpc-java:grpc-java-plugin_checked_in; 14s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 97s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 52s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 39s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 231s local Compiling third_party/ijar/classfile.cc [for tool]; 97s local Compiling src/google/protobuf/stubs/strutil.cc; 47s local //third_party/grpc-java:grpc-java-plugin_checked_in; 15s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 98s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 53s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 40s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 232s local Compiling third_party/ijar/classfile.cc [for tool]; 98s local Compiling src/google/protobuf/stubs/strutil.cc; 48s local //third_party/grpc-java:grpc-java-plugin_checked_in; 16s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 99s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 54s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 42s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 233s local Compiling third_party/ijar/classfile.cc [for tool]; 99s local Compiling src/google/protobuf/stubs/strutil.cc; 49s local //third_party/grpc-java:grpc-java-plugin_checked_in; 17s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 100s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 55s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 43s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 234s local Compiling third_party/ijar/classfile.cc [for tool]; 101s local Compiling src/google/protobuf/stubs/strutil.cc; 50s local //third_party/grpc-java:grpc-java-plugin_checked_in; 18s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 101s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 56s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 44s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 235s local Compiling third_party/ijar/classfile.cc [for tool]; 102s local Compiling src/google/protobuf/stubs/strutil.cc; 51s local //third_party/grpc-java:grpc-java-plugin_checked_in; 19s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 102s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 57s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 45s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 236s local Compiling third_party/ijar/classfile.cc [for tool]; 103s local Compiling src/google/protobuf/stubs/strutil.cc; 52s local //third_party/grpc-java:grpc-java-plugin_checked_in; 21s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 103s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 58s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 46s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 237s local Compiling third_party/ijar/classfile.cc [for tool]; 104s local Compiling src/google/protobuf/stubs/strutil.cc; 53s local //third_party/grpc-java:grpc-java-plugin_checked_in; 22s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 104s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 59s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 47s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 238s local Compiling third_party/ijar/classfile.cc [for tool]; 105s local Compiling src/google/protobuf/stubs/strutil.cc; 54s local //third_party/grpc-java:grpc-java-plugin_checked_in; 23s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 105s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 61s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 48s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 239s local Compiling third_party/ijar/classfile.cc [for tool]; 106s local Compiling src/google/protobuf/stubs/strutil.cc; 55s local //third_party/grpc-java:grpc-java-plugin_checked_in; 24s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 106s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 62s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 49s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 240s local Compiling third_party/ijar/classfile.cc [for tool]; 107s local Compiling src/google/protobuf/stubs/strutil.cc; 56s local //third_party/grpc-java:grpc-java-plugin_checked_in; 25s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 107s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 63s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 50s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 240s local Compiling third_party/ijar/classfile.cc [for tool]; 107s local Compiling src/google/protobuf/stubs/strutil.cc; 56s local //third_party/grpc-java:grpc-java-plugin_checked_in; 25s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 108s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 63s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 50s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 241s local Compiling third_party/ijar/classfile.cc [for tool]; 108s local Compiling src/google/protobuf/stubs/strutil.cc; 57s local //third_party/grpc-java:grpc-java-plugin_checked_in; 26s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 109s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 64s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 51s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 243s local Compiling third_party/ijar/classfile.cc [for tool]; 109s local Compiling src/google/protobuf/stubs/strutil.cc; 58s local //third_party/grpc-java:grpc-java-plugin_checked_in; 27s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 110s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 65s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 52s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 244s local Compiling third_party/ijar/classfile.cc [for tool]; 110s local Compiling src/google/protobuf/stubs/strutil.cc; 59s local //third_party/grpc-java:grpc-java-plugin_checked_in; 28s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 111s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 66s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 53s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 245s local Compiling third_party/ijar/classfile.cc [for tool]; 111s local Compiling src/google/protobuf/stubs/strutil.cc; 60s local //third_party/grpc-java:grpc-java-plugin_checked_in; 29s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 112s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 67s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 54s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 246s local Compiling third_party/ijar/classfile.cc [for tool]; 112s local Compiling src/google/protobuf/stubs/strutil.cc; 62s local //third_party/grpc-java:grpc-java-plugin_checked_in; 30s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 113s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 68s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 55s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 247s local Compiling third_party/ijar/classfile.cc [for tool]; 113s local Compiling src/google/protobuf/stubs/strutil.cc; 63s local //third_party/grpc-java:grpc-java-plugin_checked_in; 31s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 114s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 69s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 56s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 248s local Compiling third_party/ijar/classfile.cc [for tool]; 114s local Compiling src/google/protobuf/stubs/strutil.cc; 64s local //third_party/grpc-java:grpc-java-plugin_checked_in; 32s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 19s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 115s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 70s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 58s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 249s local Compiling third_party/ijar/classfile.cc [for tool]; 115s local Compiling src/google/protobuf/stubs/strutil.cc; 65s local //third_party/grpc-java:grpc-java-plugin_checked_in; 33s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 20s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 116s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 71s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 59s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 250s local Compiling third_party/ijar/classfile.cc [for tool]; 117s local Compiling src/google/protobuf/stubs/strutil.cc; 66s local //third_party/grpc-java:grpc-java-plugin_checked_in; 34s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 21s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 117s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 72s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 60s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 251s local Compiling third_party/ijar/classfile.cc [for tool]; 118s local Compiling src/google/protobuf/stubs/strutil.cc; 67s local //third_party/grpc-java:grpc-java-plugin_checked_in; 35s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 22s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 118s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 73s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 61s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 252s local Compiling third_party/ijar/classfile.cc [for tool]; 119s local Compiling src/google/protobuf/stubs/strutil.cc; 68s local //third_party/grpc-java:grpc-java-plugin_checked_in; 37s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 23s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 119s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 74s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 62s         [162 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 253s local Compiling third_party/ijar/classfile.cc [for tool]; 120s local Compiling src/google/protobuf/stubs/strutil.cc; 69s local //third_party/grpc-java:grpc-java-plugin_checked_in; 38s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 24s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 120s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 75s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 63s         [163 / 830] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 254s local Compiling third_party/ijar/classfile.cc [for tool]; 120s local //third_party/grpc-java:grpc-java-plugin_checked_in; 38s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 25s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 121s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 76s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 64s [Scann] Compiling src/google/protobuf/stubs/structurally_valid.cc         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 254s local Compiling third_party/ijar/classfile.cc [for tool]; 121s local //third_party/grpc-java:grpc-java-plugin_checked_in; 39s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 121s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 77s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 64s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 255s local Compiling third_party/ijar/classfile.cc [for tool]; 122s local //third_party/grpc-java:grpc-java-plugin_checked_in; 40s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 122s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 78s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 65s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 256s local Compiling third_party/ijar/classfile.cc [for tool]; 123s local //third_party/grpc-java:grpc-java-plugin_checked_in; 41s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 123s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 79s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 66s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 257s local Compiling third_party/ijar/classfile.cc [for tool]; 124s local //third_party/grpc-java:grpc-java-plugin_checked_in; 42s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 124s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 80s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 67s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 258s local Compiling third_party/ijar/classfile.cc [for tool]; 125s local //third_party/grpc-java:grpc-java-plugin_checked_in; 43s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 125s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 81s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 68s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 259s local Compiling third_party/ijar/classfile.cc [for tool]; 126s local //third_party/grpc-java:grpc-java-plugin_checked_in; 44s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 127s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 82s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 69s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 260s local Compiling third_party/ijar/classfile.cc [for tool]; 127s local //third_party/grpc-java:grpc-java-plugin_checked_in; 45s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 128s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 83s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 70s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 262s local Compiling third_party/ijar/classfile.cc [for tool]; 128s local //third_party/grpc-java:grpc-java-plugin_checked_in; 46s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 129s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 84s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 71s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 263s local Compiling third_party/ijar/classfile.cc [for tool]; 129s local //third_party/grpc-java:grpc-java-plugin_checked_in; 47s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 34s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 130s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 85s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 72s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 264s local Compiling third_party/ijar/classfile.cc [for tool]; 130s local //third_party/grpc-java:grpc-java-plugin_checked_in; 48s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 35s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 131s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 86s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 73s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 265s local Compiling third_party/ijar/classfile.cc [for tool]; 131s local //third_party/grpc-java:grpc-java-plugin_checked_in; 49s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 36s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 132s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 87s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 74s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 266s local Compiling third_party/ijar/classfile.cc [for tool]; 132s local //third_party/grpc-java:grpc-java-plugin_checked_in; 50s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 37s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 133s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 88s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 75s         [163 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 267s local Compiling third_party/ijar/classfile.cc [for tool]; 133s local //third_party/grpc-java:grpc-java-plugin_checked_in; 51s local Compiling src/google/protobuf/stubs/stringprintf.cc [for tool]; 38s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 134s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 89s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 76s         [164 / 830] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 268s local Compiling third_party/ijar/classfile.cc [for tool]; 134s local //third_party/grpc-java:grpc-java-plugin_checked_in; 52s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 135s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 90s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 77s [Scann] Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]         [164 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 268s local Compiling third_party/ijar/classfile.cc [for tool]; 134s local //third_party/grpc-java:grpc-java-plugin_checked_in; 52s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 14s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 135s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 90s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 78s         [165 / 830] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 268s local //third_party/grpc-java:grpc-java-plugin_checked_in; 53s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 14s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 136s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 91s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 78s [Scann] Compiling third_party/ijar/ijar.cc [for tool]         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 269s local //third_party/grpc-java:grpc-java-plugin_checked_in; 53s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 14s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 1s local Compiling third_party/ijar/ijar.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 136s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 91s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 78s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 270s local //third_party/grpc-java:grpc-java-plugin_checked_in; 54s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 15s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 2s local Compiling third_party/ijar/ijar.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 137s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 92s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 79s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 271s local //third_party/grpc-java:grpc-java-plugin_checked_in; 55s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 16s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 3s local Compiling third_party/ijar/ijar.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 138s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 93s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 81s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 272s local //third_party/grpc-java:grpc-java-plugin_checked_in; 56s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 18s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 4s local Compiling third_party/ijar/ijar.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 139s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 94s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 82s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 273s local //third_party/grpc-java:grpc-java-plugin_checked_in; 57s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 19s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 5s local Compiling third_party/ijar/ijar.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 140s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 95s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 83s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 274s local //third_party/grpc-java:grpc-java-plugin_checked_in; 58s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 20s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 6s local Compiling third_party/ijar/ijar.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 141s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 96s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 84s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 275s local //third_party/grpc-java:grpc-java-plugin_checked_in; 60s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 21s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 7s local Compiling third_party/ijar/ijar.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 142s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 97s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 85s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 276s local //third_party/grpc-java:grpc-java-plugin_checked_in; 61s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 22s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 8s local Compiling third_party/ijar/ijar.cc [for tool]; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 143s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 98s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 86s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 277s local //third_party/grpc-java:grpc-java-plugin_checked_in; 62s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 23s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 9s local Compiling third_party/ijar/ijar.cc [for tool]; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 144s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 100s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 87s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 278s local //third_party/grpc-java:grpc-java-plugin_checked_in; 63s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 24s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 10s local Compiling third_party/ijar/ijar.cc [for tool]; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 145s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 101s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 88s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 279s local //third_party/grpc-java:grpc-java-plugin_checked_in; 63s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 24s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 11s local Compiling third_party/ijar/ijar.cc [for tool]; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 146s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 101s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 89s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 280s local //third_party/grpc-java:grpc-java-plugin_checked_in; 64s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 26s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 12s local Compiling third_party/ijar/ijar.cc [for tool]; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 147s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 102s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 90s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 281s local //third_party/grpc-java:grpc-java-plugin_checked_in; 65s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 27s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 13s local Compiling third_party/ijar/ijar.cc [for tool]; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 148s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 103s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 91s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 282s local //third_party/grpc-java:grpc-java-plugin_checked_in; 66s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 28s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 14s local Compiling third_party/ijar/ijar.cc [for tool]; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 149s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 104s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 92s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 283s local //third_party/grpc-java:grpc-java-plugin_checked_in; 68s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 29s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 15s local Compiling third_party/ijar/ijar.cc [for tool]; 14s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 150s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 105s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 93s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 284s local //third_party/grpc-java:grpc-java-plugin_checked_in; 69s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 30s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 16s local Compiling third_party/ijar/ijar.cc [for tool]; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 151s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 106s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 94s         [165 / 830] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 285s local //third_party/grpc-java:grpc-java-plugin_checked_in; 70s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 31s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 17s local Compiling third_party/ijar/ijar.cc [for tool]; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 152s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 108s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 95s         [166 / 834] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 286s local //third_party/grpc-java:grpc-java-plugin_checked_in; 70s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 31s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 153s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 108s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 95s        [166 / 876] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 286s local //third_party/grpc-java:grpc-java-plugin_checked_in; 70s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 32s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 153s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 108s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 96s [Scann] Compiling src/tools/singlejar/singlejar_main.cc [for tool]         [166 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 286s local //third_party/grpc-java:grpc-java-plugin_checked_in; 71s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 32s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 18s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 153s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 109s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 96s         [166 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 287s local //third_party/grpc-java:grpc-java-plugin_checked_in; 72s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 33s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 19s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 154s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 110s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 97s         [166 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 288s local //third_party/grpc-java:grpc-java-plugin_checked_in; 73s local Compiling src/google/protobuf/stubs/structurally_valid.cc; 34s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 20s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 155s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 111s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 98s         [167 / 876] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 289s local //third_party/grpc-java:grpc-java-plugin_checked_in; 73s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 21s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 156s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 111s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 98s [Scann] Compiling src/google/protobuf/stubs/stringprintf.cc         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 289s local //third_party/grpc-java:grpc-java-plugin_checked_in; 73s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 21s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 3s local Compiling src/google/protobuf/stubs/stringprintf.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 156s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 111s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 99s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 290s local //third_party/grpc-java:grpc-java-plugin_checked_in; 75s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 22s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/stringprintf.cc; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 157s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 112s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 100s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 291s local //third_party/grpc-java:grpc-java-plugin_checked_in; 76s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 23s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 5s local Compiling src/google/protobuf/stubs/stringprintf.cc; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 158s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 113s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 101s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 292s local //third_party/grpc-java:grpc-java-plugin_checked_in; 77s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 24s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/stringprintf.cc; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 159s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 115s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 102s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 293s local //third_party/grpc-java:grpc-java-plugin_checked_in; 78s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 25s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 7s local Compiling src/google/protobuf/stubs/stringprintf.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 160s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 116s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 103s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 294s local //third_party/grpc-java:grpc-java-plugin_checked_in; 79s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 26s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 8s local Compiling src/google/protobuf/stubs/stringprintf.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 161s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 117s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 104s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 295s local //third_party/grpc-java:grpc-java-plugin_checked_in; 80s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 27s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 9s local Compiling src/google/protobuf/stubs/stringprintf.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 162s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 118s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 105s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 296s local //third_party/grpc-java:grpc-java-plugin_checked_in; 81s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 28s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/stringprintf.cc; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 163s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 119s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 106s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 297s local //third_party/grpc-java:grpc-java-plugin_checked_in; 82s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 29s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/stringprintf.cc; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 164s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 120s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 107s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 298s local //third_party/grpc-java:grpc-java-plugin_checked_in; 83s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 30s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/stringprintf.cc; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 166s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 121s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 108s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 299s local //third_party/grpc-java:grpc-java-plugin_checked_in; 84s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 31s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/stringprintf.cc; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 167s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 122s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 109s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 300s local //third_party/grpc-java:grpc-java-plugin_checked_in; 85s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 32s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/stringprintf.cc; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 167s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 122s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 110s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 301s local //third_party/grpc-java:grpc-java-plugin_checked_in; 86s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 33s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/stringprintf.cc; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 168s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 124s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 111s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 302s local //third_party/grpc-java:grpc-java-plugin_checked_in; 87s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 34s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/stringprintf.cc; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 169s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 125s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 112s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 303s local //third_party/grpc-java:grpc-java-plugin_checked_in; 88s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 35s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/stringprintf.cc; 14s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 170s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 126s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 113s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 304s local //third_party/grpc-java:grpc-java-plugin_checked_in; 89s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 36s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/stringprintf.cc; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 171s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 127s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 114s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 305s local //third_party/grpc-java:grpc-java-plugin_checked_in; 90s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 37s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/stringprintf.cc; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 172s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 128s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 115s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 306s local //third_party/grpc-java:grpc-java-plugin_checked_in; 91s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 38s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/stringprintf.cc; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 174s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 129s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 116s         [167 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 307s local //third_party/grpc-java:grpc-java-plugin_checked_in; 92s local Compiling src/google/protobuf/stubs/stringpiece.cc [for tool]; 39s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringprintf.cc; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 175s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 130s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 117s         [168 / 876] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 308s local //third_party/grpc-java:grpc-java-plugin_checked_in; 92s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringprintf.cc; 19s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 175s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 130s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 117s [Scann] Compiling src/google/protobuf/stubs/statusor.cc [for tool]         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 308s local //third_party/grpc-java:grpc-java-plugin_checked_in; 92s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringprintf.cc; 19s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 175s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 130s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 118s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 309s local //third_party/grpc-java:grpc-java-plugin_checked_in; 93s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/stringprintf.cc; 20s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 176s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 131s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 119s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 310s local //third_party/grpc-java:grpc-java-plugin_checked_in; 95s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/stringprintf.cc; 21s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 177s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 132s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 120s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 311s local //third_party/grpc-java:grpc-java-plugin_checked_in; 96s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/stringprintf.cc; 22s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 178s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 133s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 121s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 312s local //third_party/grpc-java:grpc-java-plugin_checked_in; 97s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/stringprintf.cc; 23s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 179s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 135s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 122s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 313s local //third_party/grpc-java:grpc-java-plugin_checked_in; 98s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/stringprintf.cc; 24s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 180s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 136s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 123s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 314s local //third_party/grpc-java:grpc-java-plugin_checked_in; 99s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/stringprintf.cc; 25s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 181s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 137s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 124s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 315s local //third_party/grpc-java:grpc-java-plugin_checked_in; 100s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/stringprintf.cc; 26s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 182s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 138s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 125s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 316s local //third_party/grpc-java:grpc-java-plugin_checked_in; 101s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/stringprintf.cc; 27s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 183s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 139s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 126s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 317s local //third_party/grpc-java:grpc-java-plugin_checked_in; 102s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/stringprintf.cc; 28s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 184s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 140s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 127s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 318s local //third_party/grpc-java:grpc-java-plugin_checked_in; 103s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/stringprintf.cc; 29s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 186s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 141s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 128s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 319s local //third_party/grpc-java:grpc-java-plugin_checked_in; 104s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 33s local Compiling src/google/protobuf/stubs/stringprintf.cc; 30s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 186s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 142s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 129s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 320s local //third_party/grpc-java:grpc-java-plugin_checked_in; 105s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 34s local Compiling src/google/protobuf/stubs/stringprintf.cc; 31s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 187s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 143s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 130s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 321s local //third_party/grpc-java:grpc-java-plugin_checked_in; 106s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 35s local Compiling src/google/protobuf/stubs/stringprintf.cc; 32s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 188s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 144s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 131s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 322s local //third_party/grpc-java:grpc-java-plugin_checked_in; 107s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 36s local Compiling src/google/protobuf/stubs/stringprintf.cc; 33s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 14s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 189s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 145s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 132s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 323s local //third_party/grpc-java:grpc-java-plugin_checked_in; 108s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 37s local Compiling src/google/protobuf/stubs/stringprintf.cc; 34s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 191s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 146s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 133s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 324s local //third_party/grpc-java:grpc-java-plugin_checked_in; 109s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 38s local Compiling src/google/protobuf/stubs/stringprintf.cc; 35s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 192s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 147s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 134s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 326s local //third_party/grpc-java:grpc-java-plugin_checked_in; 110s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 39s local Compiling src/google/protobuf/stubs/stringprintf.cc; 36s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 193s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 148s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 135s         [168 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 327s local //third_party/grpc-java:grpc-java-plugin_checked_in; 111s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 40s local Compiling src/google/protobuf/stubs/stringprintf.cc; 37s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 194s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 149s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 136s         [169 / 876] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 327s local //third_party/grpc-java:grpc-java-plugin_checked_in; 112s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 41s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 19s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 194s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 150s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 137s [Scann] Compiling src/google/protobuf/stubs/stringpiece.cc         [169 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 327s local //third_party/grpc-java:grpc-java-plugin_checked_in; 112s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 41s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/stringpiece.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 195s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 150s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 137s         [169 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 328s local //third_party/grpc-java:grpc-java-plugin_checked_in; 113s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 42s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/stringpiece.cc; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 196s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 151s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 138s         [169 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 330s local //third_party/grpc-java:grpc-java-plugin_checked_in; 114s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 43s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/stringpiece.cc; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 197s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 152s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 139s         [169 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 331s local //third_party/grpc-java:grpc-java-plugin_checked_in; 115s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 44s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/stringpiece.cc; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 198s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 153s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 140s         [169 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 332s local //third_party/grpc-java:grpc-java-plugin_checked_in; 116s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 45s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/stringpiece.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 199s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 154s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 141s         [169 / 876] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 333s local //third_party/grpc-java:grpc-java-plugin_checked_in; 117s local Compiling src/tools/singlejar/singlejar_main.cc [for tool]; 46s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/stringpiece.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 200s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 155s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 142s         [170 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 333s local //third_party/grpc-java:grpc-java-plugin_checked_in; 118s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/stringpiece.cc; 5s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 200s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 155s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 143s         [170 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 334s local //third_party/grpc-java:grpc-java-plugin_checked_in; 119s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/stringpiece.cc; 6s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 201s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 156s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 144s         [170 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 335s local //third_party/grpc-java:grpc-java-plugin_checked_in; 120s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/stringpiece.cc; 7s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 202s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 157s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 145s         [170 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 336s local //third_party/grpc-java:grpc-java-plugin_checked_in; 121s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/stringpiece.cc; 8s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 203s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 159s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 146s         [170 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 337s local //third_party/grpc-java:grpc-java-plugin_checked_in; 122s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/stringpiece.cc; 9s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 204s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 160s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 147s         [170 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 338s local //third_party/grpc-java:grpc-java-plugin_checked_in; 123s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/stringpiece.cc; 11s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 205s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 161s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 148s         [170 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 339s local //third_party/grpc-java:grpc-java-plugin_checked_in; 124s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/stringpiece.cc; 12s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 206s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 162s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 149s         [170 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 340s local //third_party/grpc-java:grpc-java-plugin_checked_in; 125s local Compiling src/google/protobuf/stubs/statusor.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/stringpiece.cc; 13s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 207s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 163s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 150s         [171 / 877] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 341s local //third_party/grpc-java:grpc-java-plugin_checked_in; 126s local Compiling src/google/protobuf/stubs/stringpiece.cc; 14s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 208s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 164s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 151s [Scann] Compiling src/google/protobuf/stubs/status.cc [for tool]         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 342s local //third_party/grpc-java:grpc-java-plugin_checked_in; 126s local Compiling src/google/protobuf/stubs/stringpiece.cc; 14s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 8s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 209s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 164s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 151s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 343s local //third_party/grpc-java:grpc-java-plugin_checked_in; 127s local Compiling src/google/protobuf/stubs/stringpiece.cc; 15s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 9s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 210s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 165s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 152s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 344s local //third_party/grpc-java:grpc-java-plugin_checked_in; 128s local Compiling src/google/protobuf/stubs/stringpiece.cc; 16s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 211s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 166s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 153s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 345s local //third_party/grpc-java:grpc-java-plugin_checked_in; 129s local Compiling src/google/protobuf/stubs/stringpiece.cc; 17s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 212s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 167s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 155s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 346s local //third_party/grpc-java:grpc-java-plugin_checked_in; 130s local Compiling src/google/protobuf/stubs/stringpiece.cc; 18s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 213s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 168s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 156s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 347s local //third_party/grpc-java:grpc-java-plugin_checked_in; 131s local Compiling src/google/protobuf/stubs/stringpiece.cc; 19s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 214s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 169s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 157s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 348s local //third_party/grpc-java:grpc-java-plugin_checked_in; 132s local Compiling src/google/protobuf/stubs/stringpiece.cc; 20s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 215s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 170s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 158s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 349s local //third_party/grpc-java:grpc-java-plugin_checked_in; 134s local Compiling src/google/protobuf/stubs/stringpiece.cc; 21s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 216s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 171s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 159s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 350s local //third_party/grpc-java:grpc-java-plugin_checked_in; 135s local Compiling src/google/protobuf/stubs/stringpiece.cc; 22s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 217s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 172s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 160s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 351s local //third_party/grpc-java:grpc-java-plugin_checked_in; 136s local Compiling src/google/protobuf/stubs/stringpiece.cc; 23s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 218s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 174s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 161s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 352s local //third_party/grpc-java:grpc-java-plugin_checked_in; 137s local Compiling src/google/protobuf/stubs/stringpiece.cc; 24s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 219s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 175s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 162s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 353s local //third_party/grpc-java:grpc-java-plugin_checked_in; 137s local Compiling src/google/protobuf/stubs/stringpiece.cc; 25s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 220s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 175s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 162s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 354s local //third_party/grpc-java:grpc-java-plugin_checked_in; 138s local Compiling src/google/protobuf/stubs/stringpiece.cc; 26s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 221s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 176s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 163s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 355s local //third_party/grpc-java:grpc-java-plugin_checked_in; 139s local Compiling src/google/protobuf/stubs/stringpiece.cc; 27s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 222s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 177s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 164s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 356s local //third_party/grpc-java:grpc-java-plugin_checked_in; 140s local Compiling src/google/protobuf/stubs/stringpiece.cc; 28s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 14s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 223s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 178s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 165s         [171 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 357s local //third_party/grpc-java:grpc-java-plugin_checked_in; 141s local Compiling src/google/protobuf/stubs/stringpiece.cc; 29s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 224s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 179s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 167s         [172 / 877] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 358s local Compiling src/google/protobuf/stubs/stringpiece.cc; 30s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 225s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 180s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 167s        [172 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 358s local Compiling src/google/protobuf/stubs/stringpiece.cc; 30s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 16s local //third_party/grpc-java:grpc-java-plugin_checked_in; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 225s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 180s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 168s         [172 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 359s local Compiling src/google/protobuf/stubs/stringpiece.cc; 31s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 17s local //third_party/grpc-java:grpc-java-plugin_checked_in; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 226s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 181s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 169s         [172 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 360s local Compiling src/google/protobuf/stubs/stringpiece.cc; 32s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 18s local //third_party/grpc-java:grpc-java-plugin_checked_in; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 227s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 182s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 170s         [172 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 361s local Compiling src/google/protobuf/stubs/stringpiece.cc; 33s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 19s local //third_party/grpc-java:grpc-java-plugin_checked_in; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 228s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 183s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 171s         [172 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 362s local Compiling src/google/protobuf/stubs/stringpiece.cc; 34s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 20s local //third_party/grpc-java:grpc-java-plugin_checked_in; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 229s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 184s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 172s         [172 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 363s local Compiling src/google/protobuf/stubs/stringpiece.cc; 35s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 21s local //third_party/grpc-java:grpc-java-plugin_checked_in; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 230s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 186s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 173s         [173 / 877] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 364s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 22s local //third_party/grpc-java:grpc-java-plugin_checked_in; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 231s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 187s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 174s        [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 364s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 23s local //third_party/grpc-java:grpc-java-plugin_checked_in; 6s local Compiling src/google/protobuf/stubs/statusor.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 231s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 187s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 174s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 365s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 24s local //third_party/grpc-java:grpc-java-plugin_checked_in; 7s local Compiling src/google/protobuf/stubs/statusor.cc; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 233s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 188s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 175s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 366s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 33s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 25s local //third_party/grpc-java:grpc-java-plugin_checked_in; 8s local Compiling src/google/protobuf/stubs/statusor.cc; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 234s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 189s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 176s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 368s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 34s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 26s local //third_party/grpc-java:grpc-java-plugin_checked_in; 9s local Compiling src/google/protobuf/stubs/statusor.cc; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 235s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 190s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 177s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 369s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 35s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 27s local //third_party/grpc-java:grpc-java-plugin_checked_in; 10s local Compiling src/google/protobuf/stubs/statusor.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 236s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 191s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 178s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 370s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 36s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 28s local //third_party/grpc-java:grpc-java-plugin_checked_in; 11s local Compiling src/google/protobuf/stubs/statusor.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 237s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 192s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 179s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 371s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 37s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 29s local //third_party/grpc-java:grpc-java-plugin_checked_in; 13s local Compiling src/google/protobuf/stubs/statusor.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 238s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 193s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 180s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 372s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 38s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 30s local //third_party/grpc-java:grpc-java-plugin_checked_in; 14s local Compiling src/google/protobuf/stubs/statusor.cc; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 239s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 194s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 181s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 373s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 40s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 31s local //third_party/grpc-java:grpc-java-plugin_checked_in; 15s local Compiling src/google/protobuf/stubs/statusor.cc; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 240s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 195s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 182s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 374s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 41s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 32s local //third_party/grpc-java:grpc-java-plugin_checked_in; 16s local Compiling src/google/protobuf/stubs/statusor.cc; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 241s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 196s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 184s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 375s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 42s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 33s local //third_party/grpc-java:grpc-java-plugin_checked_in; 17s local Compiling src/google/protobuf/stubs/statusor.cc; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 242s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 197s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 185s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 376s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 43s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 34s local //third_party/grpc-java:grpc-java-plugin_checked_in; 18s local Compiling src/google/protobuf/stubs/statusor.cc; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 243s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 198s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 186s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 377s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 44s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 35s local //third_party/grpc-java:grpc-java-plugin_checked_in; 19s local Compiling src/google/protobuf/stubs/statusor.cc; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 244s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 199s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 187s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 378s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 45s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 36s local //third_party/grpc-java:grpc-java-plugin_checked_in; 20s local Compiling src/google/protobuf/stubs/statusor.cc; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 245s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 200s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 188s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 379s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 46s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 37s local //third_party/grpc-java:grpc-java-plugin_checked_in; 21s local Compiling src/google/protobuf/stubs/statusor.cc; 14s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 246s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 201s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 189s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 380s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 47s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 38s local //third_party/grpc-java:grpc-java-plugin_checked_in; 22s local Compiling src/google/protobuf/stubs/statusor.cc; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 247s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 203s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 190s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 381s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 48s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 39s local //third_party/grpc-java:grpc-java-plugin_checked_in; 23s local Compiling src/google/protobuf/stubs/statusor.cc; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 248s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 204s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 191s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 382s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 49s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 40s local //third_party/grpc-java:grpc-java-plugin_checked_in; 24s local Compiling src/google/protobuf/stubs/statusor.cc; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 249s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 205s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 192s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 383s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 50s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 41s local //third_party/grpc-java:grpc-java-plugin_checked_in; 25s local Compiling src/google/protobuf/stubs/statusor.cc; 19s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 250s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 206s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 193s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 384s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 51s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 42s local //third_party/grpc-java:grpc-java-plugin_checked_in; 26s local Compiling src/google/protobuf/stubs/statusor.cc; 20s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 251s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 207s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 194s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 385s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 52s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 44s local //third_party/grpc-java:grpc-java-plugin_checked_in; 27s local Compiling src/google/protobuf/stubs/statusor.cc; 21s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 252s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 208s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 195s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 386s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 53s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 45s local //third_party/grpc-java:grpc-java-plugin_checked_in; 28s local Compiling src/google/protobuf/stubs/statusor.cc; 22s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 254s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 209s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 196s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 387s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 54s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 46s local //third_party/grpc-java:grpc-java-plugin_checked_in; 29s local Compiling src/google/protobuf/stubs/statusor.cc; 23s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 255s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 210s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 197s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 389s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 55s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 47s local //third_party/grpc-java:grpc-java-plugin_checked_in; 30s local Compiling src/google/protobuf/stubs/statusor.cc; 24s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 256s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 211s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 198s         [173 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 390s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 56s local Compiling src/google/protobuf/stubs/status.cc [for tool]; 48s local //third_party/grpc-java:grpc-java-plugin_checked_in; 31s local Compiling src/google/protobuf/stubs/statusor.cc; 25s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 257s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 212s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 199s         [174 / 877] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 390s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 57s local //third_party/grpc-java:grpc-java-plugin_checked_in; 32s local Compiling src/google/protobuf/stubs/statusor.cc; 25s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 257s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 212s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 200s [Scann] Compiling src/google/protobuf/stubs/int128.cc [for tool]         [174 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 390s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 57s local //third_party/grpc-java:grpc-java-plugin_checked_in; 32s local Compiling src/google/protobuf/stubs/statusor.cc; 26s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 257s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 213s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 200s         [174 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 391s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 58s local //third_party/grpc-java:grpc-java-plugin_checked_in; 33s local Compiling src/google/protobuf/stubs/statusor.cc; 27s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 258s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 214s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 201s         [174 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 392s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 59s local //third_party/grpc-java:grpc-java-plugin_checked_in; 34s local Compiling src/google/protobuf/stubs/statusor.cc; 28s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 259s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 215s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 202s         [174 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 393s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 60s local //third_party/grpc-java:grpc-java-plugin_checked_in; 35s local Compiling src/google/protobuf/stubs/statusor.cc; 29s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 260s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 216s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 203s         [174 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 394s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 61s local //third_party/grpc-java:grpc-java-plugin_checked_in; 36s local Compiling src/google/protobuf/stubs/statusor.cc; 30s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 262s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 217s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 204s         [174 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 395s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 62s local //third_party/grpc-java:grpc-java-plugin_checked_in; 37s local Compiling src/google/protobuf/stubs/statusor.cc; 31s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 263s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 218s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 205s         [175 / 877] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 396s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 63s local //third_party/grpc-java:grpc-java-plugin_checked_in; 38s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 264s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 219s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 206s [Scann] Compiling src/google/protobuf/stubs/status.cc         [175 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 397s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 64s local //third_party/grpc-java:grpc-java-plugin_checked_in; 39s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/status.cc; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 264s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 219s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 206s         [175 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 398s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 65s local //third_party/grpc-java:grpc-java-plugin_checked_in; 40s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 7s local Compiling src/google/protobuf/stubs/status.cc; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 265s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 220s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 208s         [175 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 399s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 66s local //third_party/grpc-java:grpc-java-plugin_checked_in; 41s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 9s local Compiling src/google/protobuf/stubs/status.cc; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 266s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 221s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 209s         [175 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 400s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 67s local //third_party/grpc-java:grpc-java-plugin_checked_in; 42s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/status.cc; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 267s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 222s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 210s         [175 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 401s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 68s local //third_party/grpc-java:grpc-java-plugin_checked_in; 43s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/status.cc; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 268s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 223s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 211s         [175 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 402s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 69s local //third_party/grpc-java:grpc-java-plugin_checked_in; 44s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/status.cc; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 269s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 224s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 212s         [175 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 403s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 70s local //third_party/grpc-java:grpc-java-plugin_checked_in; 45s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/status.cc; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 270s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 225s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 213s         [175 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 404s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 71s local //third_party/grpc-java:grpc-java-plugin_checked_in; 46s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/status.cc; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 271s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 227s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 214s         [175 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 405s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 72s local //third_party/grpc-java:grpc-java-plugin_checked_in; 47s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/status.cc; 8s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 272s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 228s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 215s         [175 / 877] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 406s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 73s local //third_party/grpc-java:grpc-java-plugin_checked_in; 48s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/status.cc; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 273s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 229s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 216s         [176 / 882] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 407s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 74s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/status.cc; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 274s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 229s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 217s        [176 / 1,004] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 408s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 75s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/status.cc; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 275s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 231s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 218s        [176 / 1,207] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 409s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 76s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/status.cc; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 276s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 232s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 219s        [176 / 1,321] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 410s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 77s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/status.cc; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 277s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 233s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 220s        [176 / 1,403] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 411s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 78s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/status.cc; 14s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 278s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 234s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 221s        [176 / 1,509] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 412s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 79s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/status.cc; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 280s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 235s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 222s        [176 / 1,697] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 413s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 80s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/status.cc; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 281s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 236s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 223s        [176 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 414s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 81s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/status.cc; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 281s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 237s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 224s [Prepa] Creating source manifest for //.../build/lib/bazel:BazelServer         [177 / 1,796] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 414s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 81s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/status.cc; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 282s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 237s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 224s        [177 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 415s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 82s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/status.cc; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 282s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 237s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 225s [Prepa] //src/main/java/com/google/devtools/build/lib/bazel:BazelServer         [177 / 1,796] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 415s local Compiling src/tools/singlejar/output_jar.cc [for tool]; 82s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/status.cc; 18s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 0s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 282s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 238s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 225s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 416s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/status.cc; 19s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 283s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 239s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 226s [Prepa] Linking src/tools/singlejar/liboutput_jar.a [for tool]         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 417s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/status.cc; 20s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 1s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 284s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 239s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 226s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 418s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/status.cc; 21s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 2s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 285s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 240s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 227s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 419s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/status.cc; 22s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 3s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 286s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 241s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 228s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 420s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/status.cc; 23s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 4s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 287s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 242s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 229s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 421s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/status.cc; 24s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 5s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 288s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 243s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 230s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 4s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 422s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/status.cc; 25s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 6s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 289s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 244s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 231s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 5s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 423s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/status.cc; 26s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 7s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 290s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 245s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 233s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 6s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 424s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 34s local Compiling src/google/protobuf/stubs/status.cc; 27s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 9s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 291s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 246s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 234s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 7s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 425s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 35s local Compiling src/google/protobuf/stubs/status.cc; 28s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 10s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 292s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 247s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 235s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 8s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 426s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 36s local Compiling src/google/protobuf/stubs/status.cc; 29s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 293s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 248s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 236s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 9s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 426s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 36s local Compiling src/google/protobuf/stubs/status.cc; 29s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 11s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 293s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 249s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 236s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 10s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 427s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 37s local Compiling src/google/protobuf/stubs/status.cc; 30s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 12s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 295s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 250s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 237s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 11s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 428s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 38s local Compiling src/google/protobuf/stubs/status.cc; 32s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 13s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 296s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 251s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 238s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 12s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 430s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 39s local Compiling src/google/protobuf/stubs/status.cc; 33s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 14s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 297s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 252s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 239s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 13s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 431s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 40s local Compiling src/google/protobuf/stubs/status.cc; 34s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 15s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 298s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 253s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 240s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 14s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 432s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 41s local Compiling src/google/protobuf/stubs/status.cc; 35s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 16s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 299s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 254s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 241s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 15s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 433s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 42s local Compiling src/google/protobuf/stubs/status.cc; 36s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 17s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 300s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 255s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 242s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 16s         [178 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 434s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 43s local Compiling src/google/protobuf/stubs/status.cc; 37s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 18s local [Sched] Linking external/bazel_tools/.../ijar/zipper [for tool]; 301s [Sched] Linking src/main/cpp/util/libmd5.pic.a; 256s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 243s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 17s         [178 / 1,796] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 435s local Compiling src/google/protobuf/stubs/int128.cc [for tool]; 44s local Compiling src/google/protobuf/stubs/status.cc; 38s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 19s local Linking external/bazel_tools/third_party/ijar/zipper [for tool]; 0s local [Sched] Linking src/main/cpp/util/libmd5.pic.a; 257s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 244s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 18s         [179 / 1,796] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 435s local Compiling src/google/protobuf/stubs/status.cc; 38s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 20s local Linking external/bazel_tools/third_party/ijar/zipper [for tool]; 0s local [Sched] Linking src/main/cpp/util/libmd5.pic.a; 257s [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 245s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 18s [Sched] Compiling src/google/protobuf/stubs/common.cc [for tool]         [179 / 1,796] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 436s local Compiling src/google/protobuf/stubs/status.cc; 39s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 20s local Linking external/bazel_tools/third_party/ijar/zipper [for tool]; 0s local Linking src/main/cpp/util/libmd5.pic.a; 0s local [Sched] Linking src/main/cpp/util/liblogging.a [for tool]; 245s [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 19s [Sched] Compiling src/google/protobuf/stubs/common.cc [for tool]         [181 / 1,799] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 436s local Compiling src/google/protobuf/stubs/status.cc; 39s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 20s local Linking src/main/cpp/util/liblogging.a [for tool]; 0s local [Sched] Linking src/tools/singlejar/liboutput_jar.a [for tool]; 19s [Sched] Compiling src/google/protobuf/stubs/common.cc [for tool] [Sched] PythonZipper src/create_embedded_tools.zip [for tool]        [182 / 1,802] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 436s local Compiling src/google/protobuf/stubs/status.cc; 39s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 21s local Linking src/tools/singlejar/liboutput_jar.a [for tool]; 0s local PythonZipper src/create_embedded_tools.zip [for tool]; 0s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 0s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 0s local Executing genrule //src/main/native:copy_link_jni_md_header; 0s local         [183 / 1,802] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 436s local Compiling src/google/protobuf/stubs/status.cc; 39s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 21s local PythonZipper src/create_embedded_tools.zip [for tool]; 0s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 0s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 0s local Executing genrule //src/main/native:copy_link_jni_md_header; 0s local        [183 / 1,803] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 437s local Compiling src/google/protobuf/stubs/status.cc; 40s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 21s local PythonZipper src/create_embedded_tools.zip [for tool]; 0s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 0s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 0s local Executing genrule //src/main/native:copy_link_jni_md_header; 0s local Compiling src/tools/singlejar/combiners.cc [for tool]; 0s local         [184 / 1,803] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 437s local Compiling src/google/protobuf/stubs/status.cc; 40s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 21s local PythonZipper src/create_embedded_tools.zip [for tool]; 0s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 0s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 0s local Compiling src/tools/singlejar/combiners.cc [for tool]; 0s local Executing genrule //src/main/native:copy_link_jni_header; 0s local         [186 / 1,803] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 437s local Compiling src/google/protobuf/stubs/status.cc; 40s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 22s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 0s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 0s local Compiling src/tools/singlejar/combiners.cc [for tool]; 0s local BuildBinary src/create_embedded_tools [for tool]; 0s local        [187 / 1,806] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 437s local Compiling src/google/protobuf/stubs/status.cc; 40s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 22s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 1s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 1s local Compiling src/tools/singlejar/combiners.cc [for tool]; 0s local Compiling src/main/native/latin1_jni_path.cc; 0s local        [187 / 1,833] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 438s local Compiling src/google/protobuf/stubs/status.cc; 41s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 23s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 2s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 2s local Compiling src/tools/singlejar/combiners.cc [for tool]; 1s local Compiling src/main/native/latin1_jni_path.cc; 1s local        [187 / 1,844] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 439s local Compiling src/google/protobuf/stubs/status.cc; 43s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 24s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 3s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 3s local Compiling src/tools/singlejar/combiners.cc [for tool]; 3s local Compiling src/main/native/latin1_jni_path.cc; 2s local        [187 / 1,844] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 441s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 25s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 4s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 4s local Compiling src/tools/singlejar/combiners.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/int128.cc; 0s local [Prepa] Action .../devtools/build/lib/runtime/commands/license/LICENSE [Sched] Linking src/main/native/liblatin1_jni_path.pic.a         [189 / 1,844] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 441s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 25s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 4s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 4s local Compiling src/tools/singlejar/combiners.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/int128.cc; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a [Sched] Action .../devtools/build/lib/runtime/commands/license/LICENSE         [189 / 1,844] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 441s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 25s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 4s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 4s local Compiling src/tools/singlejar/combiners.cc [for tool]; 4s local Compiling src/google/protobuf/stubs/int128.cc; 0s local Action .../devtools/build/lib/runtime/commands/license/LICENSE; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a         [189 / 1,844] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 442s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 26s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 5s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 5s local Compiling src/tools/singlejar/combiners.cc [for tool]; 5s local Compiling src/google/protobuf/stubs/int128.cc; 1s local Action .../devtools/build/lib/runtime/commands/license/LICENSE; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a         [189 / 1,844] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 443s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 28s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 6s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 6s local Compiling src/tools/singlejar/combiners.cc [for tool]; 6s local Compiling src/google/protobuf/stubs/int128.cc; 2s local Action .../devtools/build/lib/runtime/commands/license/LICENSE; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a         [189 / 1,844] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 444s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 29s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 7s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 7s local Compiling src/tools/singlejar/combiners.cc [for tool]; 7s local Compiling src/google/protobuf/stubs/int128.cc; 3s local Action .../devtools/build/lib/runtime/commands/license/LICENSE; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a         [189 / 1,844] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 445s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 30s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 8s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 8s local Compiling src/tools/singlejar/combiners.cc [for tool]; 8s local Compiling src/google/protobuf/stubs/int128.cc; 4s local Action .../devtools/build/lib/runtime/commands/license/LICENSE; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 4s         [189 / 1,844] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 446s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 31s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 9s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 9s local Compiling src/tools/singlejar/combiners.cc [for tool]; 9s local Compiling src/google/protobuf/stubs/int128.cc; 5s local Action .../devtools/build/lib/runtime/commands/license/LICENSE; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 5s         [190 / 1,844] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 446s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 31s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 10s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 10s local Compiling src/tools/singlejar/combiners.cc [for tool]; 10s local Compiling src/google/protobuf/stubs/int128.cc; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 6s        [190 / 1,886] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 447s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 32s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 11s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 11s local Compiling src/tools/singlejar/combiners.cc [for tool]; 11s local Compiling src/google/protobuf/stubs/int128.cc; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 7s        [190 / 1,886] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 449s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 33s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 12s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 12s local Compiling src/tools/singlejar/combiners.cc [for tool]; 12s local Compiling src/google/protobuf/stubs/int128.cc; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 8s        [190 / 1,892] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 450s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 34s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 13s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 13s local Compiling src/tools/singlejar/combiners.cc [for tool]; 13s local Compiling src/google/protobuf/stubs/int128.cc; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 9s        [190 / 1,910] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 451s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 35s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 14s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 14s local Compiling src/tools/singlejar/combiners.cc [for tool]; 14s local Compiling src/google/protobuf/stubs/int128.cc; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 10s        [190 / 1,924] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 452s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 36s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 15s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 15s local Compiling src/tools/singlejar/combiners.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/int128.cc; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 11s        [190 / 1,930] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 452s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 37s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 15s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 15s local Compiling src/tools/singlejar/combiners.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/int128.cc; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 11s [Prepa] Expanding template .../build/lib/bazel/rules/java/jdk.WORKSPACE         [190 / 1,930] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 452s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 37s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 16s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 16s local Compiling src/tools/singlejar/combiners.cc [for tool]; 15s local Compiling src/google/protobuf/stubs/int128.cc; 12s local Expanding template .../build/lib/bazel/rules/java/jdk.WORKSPACE; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 12s         [192 / 1,937] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 453s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 37s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 16s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 16s local Compiling src/tools/singlejar/combiners.cc [for tool]; 16s local Compiling src/google/protobuf/stubs/int128.cc; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 12s        [192 / 1,985] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 454s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 38s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 17s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 17s local Compiling src/tools/singlejar/combiners.cc [for tool]; 17s local Compiling src/google/protobuf/stubs/int128.cc; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 13s        [192 / 2,065] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 455s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 39s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 18s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 18s local Compiling src/tools/singlejar/combiners.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/int128.cc; 14s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 14s        [192 / 2,067] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 455s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 40s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 18s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 18s local Compiling src/tools/singlejar/combiners.cc [for tool]; 18s local Compiling src/google/protobuf/stubs/int128.cc; 14s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 14s [Prepa] Executing genrule @zstd-jni//:copy_link_jni_header         [192 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 455s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 40s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 19s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 19s local Compiling src/tools/singlejar/combiners.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/int128.cc; 15s local Executing genrule @zstd-jni//:copy_link_jni_header; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 15s         [193 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 456s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 40s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 19s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 19s local Compiling src/tools/singlejar/combiners.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/int128.cc; 15s local Executing genrule @zstd-jni//:copy_link_jni_md_header; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 15s         [194 / 2,067] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 456s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 41s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 20s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 20s local Compiling src/tools/singlejar/combiners.cc [for tool]; 19s local Compiling src/google/protobuf/stubs/int128.cc; 16s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 16s        [194 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 456s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 41s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 20s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 20s local Compiling src/tools/singlejar/combiners.cc [for tool]; 20s local Compiling src/google/protobuf/stubs/int128.cc; 16s local Compiling src/main/native/common/debug.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 16s         INFO: From Compiling src/main/native/common/debug.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [194 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 457s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 42s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 21s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 21s local Compiling src/tools/singlejar/combiners.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/int128.cc; 17s local Compiling src/main/native/common/debug.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 17s         [195 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 458s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 42s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 21s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 21s local Compiling src/tools/singlejar/combiners.cc [for tool]; 21s local Compiling src/google/protobuf/stubs/int128.cc; 17s local Compiling src/main/native/common/entropy_common.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 17s         [195 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 459s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 43s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 22s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 22s local Compiling src/tools/singlejar/combiners.cc [for tool]; 22s local Compiling src/google/protobuf/stubs/int128.cc; 18s local Compiling src/main/native/common/entropy_common.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 18s         [195 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 460s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 45s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 23s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 23s local Compiling src/tools/singlejar/combiners.cc [for tool]; 23s local Compiling src/google/protobuf/stubs/int128.cc; 19s local Compiling src/main/native/common/entropy_common.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 19s         [195 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 461s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 46s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 24s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 24s local Compiling src/tools/singlejar/combiners.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/int128.cc; 20s local Compiling src/main/native/common/entropy_common.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 20s         [195 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 462s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 47s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 25s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 25s local Compiling src/tools/singlejar/combiners.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/int128.cc; 21s local Compiling src/main/native/common/entropy_common.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 21s         INFO: From Compiling src/main/native/common/entropy_common.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [195 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 462s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 47s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 26s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 26s local Compiling src/tools/singlejar/combiners.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/int128.cc; 22s local Compiling src/main/native/common/entropy_common.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 22s         [196 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 463s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 47s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 26s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 26s local Compiling src/tools/singlejar/combiners.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/int128.cc; 22s local Compiling src/main/native/common/error_private.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 22s         INFO: From Compiling src/main/native/common/error_private.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [196 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 464s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 48s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 27s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 27s local Compiling src/tools/singlejar/combiners.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/int128.cc; 23s local Compiling src/main/native/common/error_private.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 23s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 464s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 49s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 27s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 27s local Compiling src/tools/singlejar/combiners.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/int128.cc; 23s local Compiling src/main/native/common/fse_decompress.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 23s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 465s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 50s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 28s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 28s local Compiling src/tools/singlejar/combiners.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/int128.cc; 24s local Compiling src/main/native/common/fse_decompress.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 24s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 466s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 51s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 29s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 29s local Compiling src/tools/singlejar/combiners.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/int128.cc; 25s local Compiling src/main/native/common/fse_decompress.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 25s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 467s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 52s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 31s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 31s local Compiling src/tools/singlejar/combiners.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/int128.cc; 26s local Compiling src/main/native/common/fse_decompress.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 26s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 468s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 53s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 32s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 32s local Compiling src/tools/singlejar/combiners.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/int128.cc; 27s local Compiling src/main/native/common/fse_decompress.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 27s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 469s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 54s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 33s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 33s local Compiling src/tools/singlejar/combiners.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/int128.cc; 28s local Compiling src/main/native/common/fse_decompress.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 29s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 470s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 55s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 34s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 34s local Compiling src/tools/singlejar/combiners.cc [for tool]; 33s local Compiling src/google/protobuf/stubs/int128.cc; 30s local Compiling src/main/native/common/fse_decompress.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 30s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 471s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 56s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 35s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 35s local Compiling src/tools/singlejar/combiners.cc [for tool]; 34s local Compiling src/google/protobuf/stubs/int128.cc; 31s local Compiling src/main/native/common/fse_decompress.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 31s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 472s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 57s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 36s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 36s local Compiling src/tools/singlejar/combiners.cc [for tool]; 35s local Compiling src/google/protobuf/stubs/int128.cc; 32s local Compiling src/main/native/common/fse_decompress.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 32s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 473s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 58s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 37s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 37s local Compiling src/tools/singlejar/combiners.cc [for tool]; 37s local Compiling src/google/protobuf/stubs/int128.cc; 33s local Compiling src/main/native/common/fse_decompress.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 33s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 474s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 59s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 37s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 37s local Compiling src/tools/singlejar/combiners.cc [for tool]; 37s local Compiling src/google/protobuf/stubs/int128.cc; 33s local Compiling src/main/native/common/fse_decompress.c; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 33s         [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 475s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 60s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 39s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 39s local Compiling src/tools/singlejar/combiners.cc [for tool]; 38s local Compiling src/google/protobuf/stubs/int128.cc; 34s local Compiling src/main/native/common/fse_decompress.c; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 34s         INFO: From Compiling src/main/native/common/fse_decompress.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [197 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 476s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 60s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 39s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 39s local Compiling src/tools/singlejar/combiners.cc [for tool]; 39s local Compiling src/google/protobuf/stubs/int128.cc; 35s local Compiling src/main/native/common/fse_decompress.c; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 35s         [198 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 476s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 61s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 39s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 39s local Compiling src/tools/singlejar/combiners.cc [for tool]; 39s local Compiling src/google/protobuf/stubs/int128.cc; 35s local Compiling src/main/native/common/pool.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 35s         [198 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 477s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 62s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 40s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 40s local Compiling src/tools/singlejar/combiners.cc [for tool]; 40s local Compiling src/google/protobuf/stubs/int128.cc; 36s local Compiling src/main/native/common/pool.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 36s         [198 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 478s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 63s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 42s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 42s local Compiling src/tools/singlejar/combiners.cc [for tool]; 41s local Compiling src/google/protobuf/stubs/int128.cc; 37s local Compiling src/main/native/common/pool.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 37s         [198 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 479s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 64s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 43s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 43s local Compiling src/tools/singlejar/combiners.cc [for tool]; 42s local Compiling src/google/protobuf/stubs/int128.cc; 38s local Compiling src/main/native/common/pool.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 38s         INFO: From Compiling src/main/native/common/pool.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [198 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 480s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 64s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 43s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 43s local Compiling src/tools/singlejar/combiners.cc [for tool]; 43s local Compiling src/google/protobuf/stubs/int128.cc; 39s local Compiling src/main/native/common/pool.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 39s         [199 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 480s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 65s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 43s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 43s local Compiling src/tools/singlejar/combiners.cc [for tool]; 43s local Compiling src/google/protobuf/stubs/int128.cc; 39s local Compiling src/main/native/common/threading.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 39s         INFO: From Compiling src/main/native/common/threading.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [199 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 480s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 65s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 44s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 44s local Compiling src/tools/singlejar/combiners.cc [for tool]; 44s local Compiling src/google/protobuf/stubs/int128.cc; 40s local Compiling src/main/native/common/threading.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 40s         [200 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 481s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 65s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 44s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 44s local Compiling src/tools/singlejar/combiners.cc [for tool]; 44s local Compiling src/google/protobuf/stubs/int128.cc; 40s local Compiling src/main/native/common/xxhash.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 40s         [200 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 482s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 67s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 45s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 45s local Compiling src/tools/singlejar/combiners.cc [for tool]; 45s local Compiling src/google/protobuf/stubs/int128.cc; 41s local Compiling src/main/native/common/xxhash.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 41s         [200 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 483s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 68s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 46s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 46s local Compiling src/tools/singlejar/combiners.cc [for tool]; 46s local Compiling src/google/protobuf/stubs/int128.cc; 42s local Compiling src/main/native/common/xxhash.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 42s         [200 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 484s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 69s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 47s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 47s local Compiling src/tools/singlejar/combiners.cc [for tool]; 47s local Compiling src/google/protobuf/stubs/int128.cc; 43s local Compiling src/main/native/common/xxhash.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 43s         [200 / 2,067] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 485s local //src/main/java/com/google/devtools/build/lib/bazel:BazelServer; 70s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 48s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 48s local Compiling src/tools/singlejar/combiners.cc [for tool]; 48s local Compiling src/google/protobuf/stubs/int128.cc; 44s local Compiling src/main/native/common/xxhash.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 44s         [201 / 2,067] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 486s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 50s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 50s local Compiling src/tools/singlejar/combiners.cc [for tool]; 49s local Compiling src/google/protobuf/stubs/int128.cc; 45s local Compiling src/main/native/common/xxhash.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 45s        [201 / 2,114] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 487s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 51s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 51s local Compiling src/tools/singlejar/combiners.cc [for tool]; 50s local Compiling src/google/protobuf/stubs/int128.cc; 46s local Compiling src/main/native/common/xxhash.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 46s        [201 / 2,145] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 488s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 52s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 52s local Compiling src/tools/singlejar/combiners.cc [for tool]; 51s local Compiling src/google/protobuf/stubs/int128.cc; 47s local Compiling src/main/native/common/xxhash.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 47s        INFO: From Compiling src/main/native/common/xxhash.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [201 / 2,185] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 489s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 52s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 52s local Compiling src/tools/singlejar/combiners.cc [for tool]; 52s local Compiling src/google/protobuf/stubs/int128.cc; 48s local Compiling src/main/native/common/xxhash.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 48s        [202 / 2,208] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 489s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 53s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 53s local Compiling src/tools/singlejar/combiners.cc [for tool]; 52s local Compiling src/google/protobuf/stubs/int128.cc; 48s local Compiling src/main/native/common/zstd_common.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 48s        [202 / 2,211] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 490s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 54s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 54s local Compiling src/tools/singlejar/combiners.cc [for tool]; 53s local Compiling src/google/protobuf/stubs/int128.cc; 50s local Compiling src/main/native/common/zstd_common.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 50s        [202 / 2,255] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 491s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 55s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 55s local Compiling src/tools/singlejar/combiners.cc [for tool]; 55s local Compiling src/google/protobuf/stubs/int128.cc; 51s local Compiling src/main/native/common/zstd_common.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 51s        INFO: From Compiling src/main/native/common/zstd_common.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [202 / 2,255] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 492s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 55s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 55s local Compiling src/tools/singlejar/combiners.cc [for tool]; 55s local Compiling src/google/protobuf/stubs/int128.cc; 51s local Compiling src/main/native/common/zstd_common.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 51s        [203 / 2,255] 7 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 492s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 55s local Compiling src/main/cpp/util/errors_posix.cc [for tool]; 55s local Compiling src/tools/singlejar/combiners.cc [for tool]; 55s local Compiling src/google/protobuf/stubs/int128.cc; 51s local Compiling src/main/native/compress/fse_compress.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 51s        [204 / 2,258] 7 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 493s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 56s local Compiling src/tools/singlejar/combiners.cc [for tool]; 56s local Compiling src/google/protobuf/stubs/int128.cc; 52s local Compiling src/main/native/compress/fse_compress.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 52s [Prepa] Linking src/main/cpp/util/liberrors.a [for tool]        [204 / 2,258] 7 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 493s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 57s local Compiling src/tools/singlejar/combiners.cc [for tool]; 56s local Compiling src/google/protobuf/stubs/int128.cc; 53s local Compiling src/main/native/compress/fse_compress.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 53s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]        [204 / 2,285] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 494s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 57s local Compiling src/tools/singlejar/combiners.cc [for tool]; 57s local Compiling src/google/protobuf/stubs/int128.cc; 53s local Compiling src/main/native/compress/fse_compress.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 53s [Sched] Linking src/main/cpp/util/liberrors.a [for tool] [Prepa] Writing file .../build/lib/bazel/rules/rules_license.WORKSPACE         [205 / 2,285] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 494s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 57s local Compiling src/tools/singlejar/combiners.cc [for tool]; 57s local Compiling src/google/protobuf/stubs/int128.cc; 53s local Compiling src/main/native/compress/fse_compress.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 53s [Sched] Linking src/main/cpp/util/liberrors.a [for tool] [Prepa] Writing file .../devtools/build/lib/bazel/rules/coverage.WORKSPACE         [208 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 494s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 58s local Compiling src/tools/singlejar/combiners.cc [for tool]; 57s local Compiling src/google/protobuf/stubs/int128.cc; 54s local Compiling src/main/native/compress/fse_compress.c; 2s local //src:zip_builtins; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 54s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]         [209 / 2,289] 7 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 495s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 59s local Compiling src/tools/singlejar/combiners.cc [for tool]; 58s local Compiling src/google/protobuf/stubs/int128.cc; 54s local Compiling src/main/native/compress/fse_compress.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 54s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]        [209 / 2,289] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 496s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 59s local Compiling src/tools/singlejar/combiners.cc [for tool]; 59s local Compiling src/google/protobuf/stubs/int128.cc; 55s local Compiling src/main/native/compress/fse_compress.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 55s [Sched] Linking src/main/cpp/util/liberrors.a [for tool] [Prepa] Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip         [209 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 496s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 60s local Compiling src/tools/singlejar/combiners.cc [for tool]; 59s local Compiling src/google/protobuf/stubs/int128.cc; 55s local Compiling src/main/native/compress/fse_compress.c; 4s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 55s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]         [209 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 497s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 61s local Compiling src/tools/singlejar/combiners.cc [for tool]; 60s local Compiling src/google/protobuf/stubs/int128.cc; 57s local Compiling src/main/native/compress/fse_compress.c; 5s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 57s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 4s         [209 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 498s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 62s local Compiling src/tools/singlejar/combiners.cc [for tool]; 61s local Compiling src/google/protobuf/stubs/int128.cc; 58s local Compiling src/main/native/compress/fse_compress.c; 6s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 58s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 5s         [210 / 2,289] 7 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 498s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 62s local Compiling src/tools/singlejar/combiners.cc [for tool]; 62s local Compiling src/main/native/compress/fse_compress.c; 6s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 58s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 5s        [210 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 499s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 62s local Compiling src/tools/singlejar/combiners.cc [for tool]; 62s local Compiling src/main/native/compress/fse_compress.c; 7s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 2s local Compiling src/google/protobuf/stubs/common.cc; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 58s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 5s         INFO: From Compiling src/main/native/compress/fse_compress.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [210 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 499s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 62s local Compiling src/tools/singlejar/combiners.cc [for tool]; 62s local Compiling src/main/native/compress/fse_compress.c; 7s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 3s local Compiling src/google/protobuf/stubs/common.cc; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 58s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 6s         [211 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 499s local Compiling src/google/protobuf/stubs/common.cc [for tool]; 63s local Compiling src/tools/singlejar/combiners.cc [for tool]; 63s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 3s local Compiling src/google/protobuf/stubs/common.cc; 0s local Compiling src/main/native/compress/hist.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 59s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 6s         [212 / 2,289] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 500s local Compiling src/tools/singlejar/combiners.cc [for tool]; 63s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 3s local Compiling src/google/protobuf/stubs/common.cc; 1s local Compiling src/main/native/compress/hist.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 59s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 7s [Scann] Compiling src/google/protobuf/stubs/bytestream.cc [for tool]         [212 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 500s local Compiling src/tools/singlejar/combiners.cc [for tool]; 63s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 4s local Compiling src/google/protobuf/stubs/common.cc; 1s local Compiling src/main/native/compress/hist.c; 0s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 59s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 7s         [212 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 501s local Compiling src/tools/singlejar/combiners.cc [for tool]; 64s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 5s local Compiling src/google/protobuf/stubs/common.cc; 2s local Compiling src/main/native/compress/hist.c; 2s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 60s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 8s         INFO: From Compiling src/main/native/compress/hist.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [212 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 501s local Compiling src/tools/singlejar/combiners.cc [for tool]; 64s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 5s local Compiling src/google/protobuf/stubs/common.cc; 2s local Compiling src/main/native/compress/hist.c; 2s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 61s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 8s         [213 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 502s local Compiling src/tools/singlejar/combiners.cc [for tool]; 65s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 5s local Compiling src/google/protobuf/stubs/common.cc; 3s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 1s local Compiling src/main/native/compress/huf_compress.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 61s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 8s         [213 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 503s local Compiling src/tools/singlejar/combiners.cc [for tool]; 66s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 6s local Compiling src/google/protobuf/stubs/common.cc; 4s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 2s local Compiling src/main/native/compress/huf_compress.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 62s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 10s         [213 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 504s local Compiling src/tools/singlejar/combiners.cc [for tool]; 67s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 7s local Compiling src/google/protobuf/stubs/common.cc; 5s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 4s local Compiling src/main/native/compress/huf_compress.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 63s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 11s         [213 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 505s local Compiling src/tools/singlejar/combiners.cc [for tool]; 68s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 8s local Compiling src/google/protobuf/stubs/common.cc; 6s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 5s local Compiling src/main/native/compress/huf_compress.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 64s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 12s         [213 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 506s local Compiling src/tools/singlejar/combiners.cc [for tool]; 69s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 10s local Compiling src/google/protobuf/stubs/common.cc; 7s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 6s local Compiling src/main/native/compress/huf_compress.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 65s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 13s         [213 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 507s local Compiling src/tools/singlejar/combiners.cc [for tool]; 70s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 11s local Compiling src/google/protobuf/stubs/common.cc; 8s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 7s local Compiling src/main/native/compress/huf_compress.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 66s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 14s         [213 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 508s local Compiling src/tools/singlejar/combiners.cc [for tool]; 71s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 12s local Compiling src/google/protobuf/stubs/common.cc; 9s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 8s local Compiling src/main/native/compress/huf_compress.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 67s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 15s         [213 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 509s local Compiling src/tools/singlejar/combiners.cc [for tool]; 72s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 13s local Compiling src/google/protobuf/stubs/common.cc; 10s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 9s local Compiling src/main/native/compress/huf_compress.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 68s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 16s         [213 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 510s local Compiling src/tools/singlejar/combiners.cc [for tool]; 73s local Executing genrule //.../starlark/builtins_bzl:builtins_bzl_zip; 14s local Compiling src/google/protobuf/stubs/common.cc; 11s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 10s local Compiling src/main/native/compress/huf_compress.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 69s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 17s         [214 / 2,289] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 510s local Compiling src/tools/singlejar/combiners.cc [for tool]; 74s local Compiling src/google/protobuf/stubs/common.cc; 11s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 10s local Compiling src/main/native/compress/huf_compress.c; 9s local Executing genrule //.../build/lib/bazel/rules:builtins_bzl_zip; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 70s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 17s         [215 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 511s local Compiling src/tools/singlejar/combiners.cc [for tool]; 74s local Compiling src/google/protobuf/stubs/common.cc; 12s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 10s local Compiling src/main/native/compress/huf_compress.c; 9s local Executing genrule @zstd-jni//:version-java; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 70s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 17s         [216 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 511s local Compiling src/tools/singlejar/combiners.cc [for tool]; 74s local Compiling src/google/protobuf/stubs/common.cc; 12s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 11s local Compiling src/main/native/compress/huf_compress.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 70s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 18s [Scann] Compiling src/main/native/decompress/huf_decompress_amd64.S         [216 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 511s local Compiling src/tools/singlejar/combiners.cc [for tool]; 74s local Compiling src/google/protobuf/stubs/common.cc; 12s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 11s local Compiling src/main/native/compress/huf_compress.c; 9s local Compiling src/main/native/decompress/huf_decompress_amd64.S; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 71s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 18s         [216 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 512s local Compiling src/tools/singlejar/combiners.cc [for tool]; 75s local Compiling src/google/protobuf/stubs/common.cc; 13s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 12s local Compiling src/main/native/compress/huf_compress.c; 10s local Compiling src/main/native/decompress/huf_decompress_amd64.S; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 72s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 19s         INFO: From Compiling src/main/native/decompress/huf_decompress_amd64.S: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [216 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 513s local Compiling src/tools/singlejar/combiners.cc [for tool]; 76s local Compiling src/google/protobuf/stubs/common.cc; 14s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 12s local Compiling src/main/native/compress/huf_compress.c; 11s local Compiling src/main/native/decompress/huf_decompress_amd64.S; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 72s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 19s         [217 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 513s local Compiling src/tools/singlejar/combiners.cc [for tool]; 76s local Compiling src/google/protobuf/stubs/common.cc; 14s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 13s local Compiling src/main/native/compress/huf_compress.c; 11s local Compiling src/main/native/legacy/zstd_v07.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 72s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 20s         [217 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 514s local Compiling src/tools/singlejar/combiners.cc [for tool]; 77s local Compiling src/google/protobuf/stubs/common.cc; 15s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 14s local Compiling src/main/native/compress/huf_compress.c; 12s local Compiling src/main/native/legacy/zstd_v07.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 73s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 21s         [217 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 515s local Compiling src/tools/singlejar/combiners.cc [for tool]; 78s local Compiling src/google/protobuf/stubs/common.cc; 16s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 15s local Compiling src/main/native/compress/huf_compress.c; 13s local Compiling src/main/native/legacy/zstd_v07.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 74s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 22s         [217 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 516s local Compiling src/tools/singlejar/combiners.cc [for tool]; 79s local Compiling src/google/protobuf/stubs/common.cc; 17s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 16s local Compiling src/main/native/compress/huf_compress.c; 14s local Compiling src/main/native/legacy/zstd_v07.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 75s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 23s         [217 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 517s local Compiling src/tools/singlejar/combiners.cc [for tool]; 80s local Compiling src/google/protobuf/stubs/common.cc; 18s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 17s local Compiling src/main/native/compress/huf_compress.c; 15s local Compiling src/main/native/legacy/zstd_v07.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 76s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 24s         [217 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 518s local Compiling src/tools/singlejar/combiners.cc [for tool]; 81s local Compiling src/google/protobuf/stubs/common.cc; 19s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 18s local Compiling src/main/native/compress/huf_compress.c; 16s local Compiling src/main/native/legacy/zstd_v07.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 77s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 25s         [217 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 519s local Compiling src/tools/singlejar/combiners.cc [for tool]; 82s local Compiling src/google/protobuf/stubs/common.cc; 20s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 19s local Compiling src/main/native/compress/huf_compress.c; 17s local Compiling src/main/native/legacy/zstd_v07.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 79s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 26s         [217 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 520s local Compiling src/tools/singlejar/combiners.cc [for tool]; 83s local Compiling src/google/protobuf/stubs/common.cc; 21s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 20s local Compiling src/main/native/compress/huf_compress.c; 18s local Compiling src/main/native/legacy/zstd_v07.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 80s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 27s         [217 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 521s local Compiling src/tools/singlejar/combiners.cc [for tool]; 84s local Compiling src/google/protobuf/stubs/common.cc; 22s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 21s local Compiling src/main/native/compress/huf_compress.c; 19s local Compiling src/main/native/legacy/zstd_v07.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 81s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 28s         INFO: From Compiling src/main/native/compress/huf_compress.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [217 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 522s local Compiling src/tools/singlejar/combiners.cc [for tool]; 85s local Compiling src/google/protobuf/stubs/common.cc; 23s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 22s local Compiling src/main/native/compress/huf_compress.c; 20s local Compiling src/main/native/legacy/zstd_v07.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 81s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 29s         [218 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 522s local Compiling src/tools/singlejar/combiners.cc [for tool]; 86s local Compiling src/google/protobuf/stubs/common.cc; 23s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 22s local Compiling src/main/native/legacy/zstd_v07.c; 9s local Compiling src/main/native/compress/zstd_compress.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 82s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 29s         [218 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 523s local Compiling src/tools/singlejar/combiners.cc [for tool]; 87s local Compiling src/google/protobuf/stubs/common.cc; 24s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 23s local Compiling src/main/native/legacy/zstd_v07.c; 10s local Compiling src/main/native/compress/zstd_compress.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 83s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 30s         [218 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 525s local Compiling src/tools/singlejar/combiners.cc [for tool]; 88s local Compiling src/google/protobuf/stubs/common.cc; 26s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 24s local Compiling src/main/native/legacy/zstd_v07.c; 11s local Compiling src/main/native/compress/zstd_compress.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 84s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 31s         [218 / 2,297] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 526s local Compiling src/tools/singlejar/combiners.cc [for tool]; 89s local Compiling src/google/protobuf/stubs/common.cc; 27s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 25s local Compiling src/main/native/legacy/zstd_v07.c; 12s local Compiling src/main/native/compress/zstd_compress.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 85s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 32s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 526s local Compiling src/google/protobuf/stubs/common.cc; 27s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 26s local Compiling src/main/native/legacy/zstd_v07.c; 13s local Compiling src/main/native/compress/zstd_compress.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 86s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 33s [Prepa] Linking src/tools/singlejar/libcombiners.a [for tool]         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 527s local Compiling src/google/protobuf/stubs/common.cc; 28s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 27s local Compiling src/main/native/legacy/zstd_v07.c; 14s local Compiling src/main/native/compress/zstd_compress.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 86s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 34s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 528s local Compiling src/google/protobuf/stubs/common.cc; 29s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 28s local Compiling src/main/native/legacy/zstd_v07.c; 15s local Compiling src/main/native/compress/zstd_compress.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 87s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 35s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 529s local Compiling src/google/protobuf/stubs/common.cc; 30s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 29s local Compiling src/main/native/legacy/zstd_v07.c; 16s local Compiling src/main/native/compress/zstd_compress.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 88s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 36s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 530s local Compiling src/google/protobuf/stubs/common.cc; 31s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 30s local Compiling src/main/native/legacy/zstd_v07.c; 17s local Compiling src/main/native/compress/zstd_compress.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 89s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 37s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 531s local Compiling src/google/protobuf/stubs/common.cc; 32s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 31s local Compiling src/main/native/legacy/zstd_v07.c; 18s local Compiling src/main/native/compress/zstd_compress.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 90s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 38s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 4s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 532s local Compiling src/google/protobuf/stubs/common.cc; 33s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 32s local Compiling src/main/native/legacy/zstd_v07.c; 19s local Compiling src/main/native/compress/zstd_compress.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 91s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 39s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 5s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 533s local Compiling src/google/protobuf/stubs/common.cc; 34s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 33s local Compiling src/main/native/legacy/zstd_v07.c; 20s local Compiling src/main/native/compress/zstd_compress.c; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 92s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 40s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 6s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 534s local Compiling src/google/protobuf/stubs/common.cc; 35s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 34s local Compiling src/main/native/legacy/zstd_v07.c; 21s local Compiling src/main/native/compress/zstd_compress.c; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 93s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 41s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 7s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 535s local Compiling src/google/protobuf/stubs/common.cc; 36s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 35s local Compiling src/main/native/legacy/zstd_v07.c; 22s local Compiling src/main/native/compress/zstd_compress.c; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 95s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 42s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 8s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 536s local Compiling src/google/protobuf/stubs/common.cc; 37s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 36s local Compiling src/main/native/legacy/zstd_v07.c; 23s local Compiling src/main/native/compress/zstd_compress.c; 14s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 96s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 43s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 9s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 537s local Compiling src/google/protobuf/stubs/common.cc; 38s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 37s local Compiling src/main/native/legacy/zstd_v07.c; 24s local Compiling src/main/native/compress/zstd_compress.c; 15s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 97s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 44s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 10s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 538s local Compiling src/google/protobuf/stubs/common.cc; 39s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 37s local Compiling src/main/native/legacy/zstd_v07.c; 25s local Compiling src/main/native/compress/zstd_compress.c; 15s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 97s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 44s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 11s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 539s local Compiling src/google/protobuf/stubs/common.cc; 40s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 38s local Compiling src/main/native/legacy/zstd_v07.c; 26s local Compiling src/main/native/compress/zstd_compress.c; 16s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 98s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 46s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 12s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 540s local Compiling src/google/protobuf/stubs/common.cc; 41s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 40s local Compiling src/main/native/legacy/zstd_v07.c; 27s local Compiling src/main/native/compress/zstd_compress.c; 17s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 99s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 47s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 13s         [219 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 541s local Compiling src/google/protobuf/stubs/common.cc; 42s local Compiling src/google/protobuf/stubs/bytestream.cc [for tool]; 41s local Compiling src/main/native/legacy/zstd_v07.c; 28s local Compiling src/main/native/compress/zstd_compress.c; 18s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 100s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 48s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 14s         [220 / 2,297] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 542s local Compiling src/google/protobuf/stubs/common.cc; 43s local Compiling src/main/native/legacy/zstd_v07.c; 28s local Compiling src/main/native/compress/zstd_compress.c; 19s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 101s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 48s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 15s [Scann] Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]         [220 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 542s local Compiling src/google/protobuf/stubs/common.cc; 43s local Compiling src/main/native/legacy/zstd_v07.c; 29s local Compiling src/main/native/compress/zstd_compress.c; 19s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 101s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 49s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 15s         INFO: From Compiling src/main/native/legacy/zstd_v07.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [220 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 542s local Compiling src/google/protobuf/stubs/common.cc; 44s local Compiling src/main/native/legacy/zstd_v07.c; 29s local Compiling src/main/native/compress/zstd_compress.c; 20s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 102s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 49s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 16s         [221 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 543s local Compiling src/google/protobuf/stubs/common.cc; 44s local Compiling src/main/native/compress/zstd_compress.c; 20s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 1s local Compiling src/main/native/legacy/zstd_v06.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 102s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 50s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 16s         [221 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 544s local Compiling src/google/protobuf/stubs/common.cc; 45s local Compiling src/main/native/compress/zstd_compress.c; 21s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 2s local Compiling src/main/native/legacy/zstd_v06.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 103s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 51s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 17s         [221 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 545s local Compiling src/google/protobuf/stubs/common.cc; 46s local Compiling src/main/native/compress/zstd_compress.c; 22s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 3s local Compiling src/main/native/legacy/zstd_v06.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 104s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 52s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 18s         [222 / 2,297] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 546s local Compiling src/main/native/compress/zstd_compress.c; 23s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 3s local Compiling src/main/native/legacy/zstd_v06.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 105s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 52s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 19s [Scann] Compiling src/google/protobuf/stubs/bytestream.cc         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 546s local Compiling src/main/native/compress/zstd_compress.c; 23s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 4s local Compiling src/main/native/legacy/zstd_v06.c; 3s local Compiling src/google/protobuf/stubs/bytestream.cc; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 105s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 53s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 19s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 547s local Compiling src/main/native/compress/zstd_compress.c; 24s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 5s local Compiling src/main/native/legacy/zstd_v06.c; 4s local Compiling src/google/protobuf/stubs/bytestream.cc; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 106s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 54s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 20s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 548s local Compiling src/main/native/compress/zstd_compress.c; 25s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 6s local Compiling src/main/native/legacy/zstd_v06.c; 5s local Compiling src/google/protobuf/stubs/bytestream.cc; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 107s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 55s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 21s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 549s local Compiling src/main/native/compress/zstd_compress.c; 27s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 7s local Compiling src/main/native/legacy/zstd_v06.c; 6s local Compiling src/google/protobuf/stubs/bytestream.cc; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 108s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 56s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 22s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 550s local Compiling src/main/native/compress/zstd_compress.c; 28s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 8s local Compiling src/main/native/legacy/zstd_v06.c; 7s local Compiling src/google/protobuf/stubs/bytestream.cc; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 110s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 57s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 23s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 551s local Compiling src/main/native/compress/zstd_compress.c; 29s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 9s local Compiling src/main/native/legacy/zstd_v06.c; 8s local Compiling src/google/protobuf/stubs/bytestream.cc; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 111s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 58s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 24s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 552s local Compiling src/main/native/compress/zstd_compress.c; 30s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 10s local Compiling src/main/native/legacy/zstd_v06.c; 9s local Compiling src/google/protobuf/stubs/bytestream.cc; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 112s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 59s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 25s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 553s local Compiling src/main/native/compress/zstd_compress.c; 31s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 11s local Compiling src/main/native/legacy/zstd_v06.c; 10s local Compiling src/google/protobuf/stubs/bytestream.cc; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 113s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 60s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 26s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 554s local Compiling src/main/native/compress/zstd_compress.c; 32s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 12s local Compiling src/main/native/legacy/zstd_v06.c; 11s local Compiling src/google/protobuf/stubs/bytestream.cc; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 114s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 61s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 27s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 555s local Compiling src/main/native/compress/zstd_compress.c; 33s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 13s local Compiling src/main/native/legacy/zstd_v06.c; 12s local Compiling src/google/protobuf/stubs/bytestream.cc; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 115s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 62s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 28s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 557s local Compiling src/main/native/compress/zstd_compress.c; 34s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 14s local Compiling src/main/native/legacy/zstd_v06.c; 13s local Compiling src/google/protobuf/stubs/bytestream.cc; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 116s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 63s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 30s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 557s local Compiling src/main/native/compress/zstd_compress.c; 34s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 15s local Compiling src/main/native/legacy/zstd_v06.c; 14s local Compiling src/google/protobuf/stubs/bytestream.cc; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 116s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 64s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 30s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 558s local Compiling src/main/native/compress/zstd_compress.c; 35s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 16s local Compiling src/main/native/legacy/zstd_v06.c; 15s local Compiling src/google/protobuf/stubs/bytestream.cc; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 117s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 65s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 31s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 559s local Compiling src/main/native/compress/zstd_compress.c; 36s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 17s local Compiling src/main/native/legacy/zstd_v06.c; 16s local Compiling src/google/protobuf/stubs/bytestream.cc; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 118s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 66s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 32s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 560s local Compiling src/main/native/compress/zstd_compress.c; 37s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 18s local Compiling src/main/native/legacy/zstd_v06.c; 17s local Compiling src/google/protobuf/stubs/bytestream.cc; 14s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 119s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 67s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 33s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 561s local Compiling src/main/native/compress/zstd_compress.c; 39s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 19s local Compiling src/main/native/legacy/zstd_v06.c; 18s local Compiling src/google/protobuf/stubs/bytestream.cc; 15s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 120s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 68s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 34s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 562s local Compiling src/main/native/compress/zstd_compress.c; 40s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 20s local Compiling src/main/native/legacy/zstd_v06.c; 19s local Compiling src/google/protobuf/stubs/bytestream.cc; 16s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 122s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 69s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 35s         [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 563s local Compiling src/main/native/compress/zstd_compress.c; 41s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 21s local Compiling src/main/native/legacy/zstd_v06.c; 20s local Compiling src/google/protobuf/stubs/bytestream.cc; 17s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 123s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 70s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 36s         INFO: From Compiling src/main/native/compress/zstd_compress.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [222 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 564s local Compiling src/main/native/compress/zstd_compress.c; 41s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 21s local Compiling src/main/native/legacy/zstd_v06.c; 21s local Compiling src/google/protobuf/stubs/bytestream.cc; 17s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 123s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 70s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 37s         [223 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 564s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 22s local Compiling src/main/native/legacy/zstd_v06.c; 21s local Compiling src/google/protobuf/stubs/bytestream.cc; 18s local Compiling src/main/native/compress/zstd_compress_literals.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 123s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 71s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 37s         [223 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 565s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 23s local Compiling src/main/native/legacy/zstd_v06.c; 22s local Compiling src/google/protobuf/stubs/bytestream.cc; 19s local Compiling src/main/native/compress/zstd_compress_literals.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 124s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 72s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 38s         INFO: From Compiling src/main/native/legacy/zstd_v06.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [223 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 566s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 23s local Compiling src/main/native/legacy/zstd_v06.c; 22s local Compiling src/google/protobuf/stubs/bytestream.cc; 19s local Compiling src/main/native/compress/zstd_compress_literals.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 125s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 72s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 39s         [224 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 566s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/bytestream.cc; 20s local Compiling src/main/native/compress/zstd_compress_literals.c; 2s local Compiling src/main/native/legacy/zstd_v05.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 125s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 73s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 39s         INFO: From Compiling src/main/native/compress/zstd_compress_literals.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [224 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 566s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 24s local Compiling src/google/protobuf/stubs/bytestream.cc; 20s local Compiling src/main/native/compress/zstd_compress_literals.c; 2s local Compiling src/main/native/legacy/zstd_v05.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 126s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 73s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 39s         [225 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 567s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 25s local Compiling src/google/protobuf/stubs/bytestream.cc; 21s local Compiling src/main/native/legacy/zstd_v05.c; 1s local Compiling src/main/native/compress/zstd_compress_sequences.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 126s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 74s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 40s         [225 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 568s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 26s local Compiling src/google/protobuf/stubs/bytestream.cc; 22s local Compiling src/main/native/legacy/zstd_v05.c; 2s local Compiling src/main/native/compress/zstd_compress_sequences.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 127s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 75s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 41s         [225 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 569s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 27s local Compiling src/google/protobuf/stubs/bytestream.cc; 23s local Compiling src/main/native/legacy/zstd_v05.c; 3s local Compiling src/main/native/compress/zstd_compress_sequences.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 128s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 76s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 42s         [225 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 570s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 28s local Compiling src/google/protobuf/stubs/bytestream.cc; 24s local Compiling src/main/native/legacy/zstd_v05.c; 4s local Compiling src/main/native/compress/zstd_compress_sequences.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 129s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 77s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 43s         [225 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 571s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 29s local Compiling src/google/protobuf/stubs/bytestream.cc; 25s local Compiling src/main/native/legacy/zstd_v05.c; 5s local Compiling src/main/native/compress/zstd_compress_sequences.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 130s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 78s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 44s         INFO: From Compiling src/main/native/compress/zstd_compress_sequences.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [225 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 572s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/bytestream.cc; 26s local Compiling src/main/native/legacy/zstd_v05.c; 6s local Compiling src/main/native/compress/zstd_compress_sequences.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 131s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 79s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 45s         [226 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 572s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 30s local Compiling src/google/protobuf/stubs/bytestream.cc; 26s local Compiling src/main/native/legacy/zstd_v05.c; 6s local Compiling src/main/native/compress/zstd_compress_superblock.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 132s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 79s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 45s         [226 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 573s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 31s local Compiling src/google/protobuf/stubs/bytestream.cc; 27s local Compiling src/main/native/legacy/zstd_v05.c; 7s local Compiling src/main/native/compress/zstd_compress_superblock.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 133s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 80s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 46s         [226 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 574s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 32s local Compiling src/google/protobuf/stubs/bytestream.cc; 28s local Compiling src/main/native/legacy/zstd_v05.c; 8s local Compiling src/main/native/compress/zstd_compress_superblock.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 134s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 81s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 47s         [226 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 575s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 33s local Compiling src/google/protobuf/stubs/bytestream.cc; 29s local Compiling src/main/native/legacy/zstd_v05.c; 9s local Compiling src/main/native/compress/zstd_compress_superblock.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 135s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 82s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 49s         [227 / 2,297] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 576s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 34s local Compiling src/main/native/legacy/zstd_v05.c; 10s local Compiling src/main/native/compress/zstd_compress_superblock.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 136s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 83s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 50s [Scann] Compiling src/google/protobuf/repeated_ptr_field.cc         [227 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 577s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 35s local Compiling src/main/native/legacy/zstd_v05.c; 11s local Compiling src/main/native/compress/zstd_compress_superblock.c; 4s local Compiling src/google/protobuf/repeated_ptr_field.cc; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 136s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 84s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 50s         [227 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 578s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 36s local Compiling src/main/native/legacy/zstd_v05.c; 12s local Compiling src/main/native/compress/zstd_compress_superblock.c; 5s local Compiling src/google/protobuf/repeated_ptr_field.cc; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 137s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 85s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 51s         [227 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 579s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 37s local Compiling src/main/native/legacy/zstd_v05.c; 13s local Compiling src/main/native/compress/zstd_compress_superblock.c; 6s local Compiling src/google/protobuf/repeated_ptr_field.cc; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 138s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 86s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 52s         INFO: From Compiling src/main/native/compress/zstd_compress_superblock.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [227 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 579s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 37s local Compiling src/main/native/legacy/zstd_v05.c; 13s local Compiling src/main/native/compress/zstd_compress_superblock.c; 7s local Compiling src/google/protobuf/repeated_ptr_field.cc; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 139s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 86s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 52s         [228 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 580s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 38s local Compiling src/main/native/legacy/zstd_v05.c; 14s local Compiling src/google/protobuf/repeated_ptr_field.cc; 3s local Compiling src/main/native/compress/zstd_double_fast.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 139s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 87s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 53s         [228 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 581s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 39s local Compiling src/main/native/legacy/zstd_v05.c; 15s local Compiling src/google/protobuf/repeated_ptr_field.cc; 4s local Compiling src/main/native/compress/zstd_double_fast.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 140s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 88s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 54s         [228 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 582s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 40s local Compiling src/main/native/legacy/zstd_v05.c; 16s local Compiling src/google/protobuf/repeated_ptr_field.cc; 5s local Compiling src/main/native/compress/zstd_double_fast.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 141s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 89s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 55s         [228 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 583s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 41s local Compiling src/main/native/legacy/zstd_v05.c; 17s local Compiling src/google/protobuf/repeated_ptr_field.cc; 6s local Compiling src/main/native/compress/zstd_double_fast.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 142s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 90s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 56s         [228 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 584s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 42s local Compiling src/main/native/legacy/zstd_v05.c; 18s local Compiling src/google/protobuf/repeated_ptr_field.cc; 7s local Compiling src/main/native/compress/zstd_double_fast.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 143s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 91s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 57s         [228 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 585s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 43s local Compiling src/main/native/legacy/zstd_v05.c; 19s local Compiling src/google/protobuf/repeated_ptr_field.cc; 8s local Compiling src/main/native/compress/zstd_double_fast.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 144s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 92s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 58s         INFO: From Compiling src/main/native/legacy/zstd_v05.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [228 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 586s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 43s local Compiling src/main/native/legacy/zstd_v05.c; 19s local Compiling src/google/protobuf/repeated_ptr_field.cc; 9s local Compiling src/main/native/compress/zstd_double_fast.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 145s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 92s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 59s         [229 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 586s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 44s local Compiling src/google/protobuf/repeated_ptr_field.cc; 9s local Compiling src/main/native/compress/zstd_double_fast.c; 6s local Compiling src/main/native/legacy/zstd_v04.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 145s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 93s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 59s         [229 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 587s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 45s local Compiling src/google/protobuf/repeated_ptr_field.cc; 10s local Compiling src/main/native/compress/zstd_double_fast.c; 7s local Compiling src/main/native/legacy/zstd_v04.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 146s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 94s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 60s         [229 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 588s local Compiling src/google/protobuf/repeated_ptr_field.cc [for tool]; 46s local Compiling src/google/protobuf/repeated_ptr_field.cc; 11s local Compiling src/main/native/compress/zstd_double_fast.c; 8s local Compiling src/main/native/legacy/zstd_v04.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 147s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 95s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 61s         [230 / 2,297] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 589s local Compiling src/google/protobuf/repeated_ptr_field.cc; 12s local Compiling src/main/native/compress/zstd_double_fast.c; 9s local Compiling src/main/native/legacy/zstd_v04.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 148s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 95s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 62s        [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 589s local Compiling src/google/protobuf/repeated_ptr_field.cc; 12s local Compiling src/main/native/compress/zstd_double_fast.c; 9s local Compiling src/main/native/legacy/zstd_v04.c; 3s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 148s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 96s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 62s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 590s local Compiling src/google/protobuf/repeated_ptr_field.cc; 13s local Compiling src/main/native/compress/zstd_double_fast.c; 10s local Compiling src/main/native/legacy/zstd_v04.c; 4s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 149s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 97s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 63s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 591s local Compiling src/google/protobuf/repeated_ptr_field.cc; 14s local Compiling src/main/native/compress/zstd_double_fast.c; 11s local Compiling src/main/native/legacy/zstd_v04.c; 5s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 150s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 98s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 64s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 592s local Compiling src/google/protobuf/repeated_ptr_field.cc; 15s local Compiling src/main/native/compress/zstd_double_fast.c; 12s local Compiling src/main/native/legacy/zstd_v04.c; 6s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 151s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 99s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 65s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 593s local Compiling src/google/protobuf/repeated_ptr_field.cc; 16s local Compiling src/main/native/compress/zstd_double_fast.c; 13s local Compiling src/main/native/legacy/zstd_v04.c; 7s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 152s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 100s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 66s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 594s local Compiling src/google/protobuf/repeated_ptr_field.cc; 17s local Compiling src/main/native/compress/zstd_double_fast.c; 14s local Compiling src/main/native/legacy/zstd_v04.c; 8s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 153s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 101s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 67s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 595s local Compiling src/google/protobuf/repeated_ptr_field.cc; 18s local Compiling src/main/native/compress/zstd_double_fast.c; 15s local Compiling src/main/native/legacy/zstd_v04.c; 9s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 154s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 102s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 68s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 596s local Compiling src/google/protobuf/repeated_ptr_field.cc; 19s local Compiling src/main/native/compress/zstd_double_fast.c; 16s local Compiling src/main/native/legacy/zstd_v04.c; 10s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 156s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 103s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 69s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 597s local Compiling src/google/protobuf/repeated_ptr_field.cc; 20s local Compiling src/main/native/compress/zstd_double_fast.c; 17s local Compiling src/main/native/legacy/zstd_v04.c; 11s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 157s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 104s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 70s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 598s local Compiling src/google/protobuf/repeated_ptr_field.cc; 21s local Compiling src/main/native/compress/zstd_double_fast.c; 18s local Compiling src/main/native/legacy/zstd_v04.c; 12s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 158s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 105s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 71s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 599s local Compiling src/google/protobuf/repeated_ptr_field.cc; 22s local Compiling src/main/native/compress/zstd_double_fast.c; 19s local Compiling src/main/native/legacy/zstd_v04.c; 13s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 159s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 106s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 72s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 600s local Compiling src/google/protobuf/repeated_ptr_field.cc; 23s local Compiling src/main/native/compress/zstd_double_fast.c; 20s local Compiling src/main/native/legacy/zstd_v04.c; 14s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 160s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 107s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 73s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 601s local Compiling src/google/protobuf/repeated_ptr_field.cc; 24s local Compiling src/main/native/compress/zstd_double_fast.c; 22s local Compiling src/main/native/legacy/zstd_v04.c; 15s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 161s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 108s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 74s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 603s local Compiling src/google/protobuf/repeated_ptr_field.cc; 26s local Compiling src/main/native/compress/zstd_double_fast.c; 23s local Compiling src/main/native/legacy/zstd_v04.c; 16s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 162s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 109s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 76s         [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 604s local Compiling src/google/protobuf/repeated_ptr_field.cc; 27s local Compiling src/main/native/compress/zstd_double_fast.c; 24s local Compiling src/main/native/legacy/zstd_v04.c; 17s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 14s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 163s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 110s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 77s         INFO: From Compiling src/main/native/legacy/zstd_v04.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [230 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 605s local Compiling src/google/protobuf/repeated_ptr_field.cc; 27s local Compiling src/main/native/compress/zstd_double_fast.c; 25s local Compiling src/main/native/legacy/zstd_v04.c; 18s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 15s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 164s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 111s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 78s         [231 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 605s local Compiling src/google/protobuf/repeated_ptr_field.cc; 28s local Compiling src/main/native/compress/zstd_double_fast.c; 25s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 16s local Compiling src/main/native/jni_zstd.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 164s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 112s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 78s         [231 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 606s local Compiling src/google/protobuf/repeated_ptr_field.cc; 29s local Compiling src/main/native/compress/zstd_double_fast.c; 26s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 17s local Compiling src/main/native/jni_zstd.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 165s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 113s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 79s         [231 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 607s local Compiling src/google/protobuf/repeated_ptr_field.cc; 30s local Compiling src/main/native/compress/zstd_double_fast.c; 27s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 18s local Compiling src/main/native/jni_zstd.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 166s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 114s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 80s         [231 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 608s local Compiling src/google/protobuf/repeated_ptr_field.cc; 31s local Compiling src/main/native/compress/zstd_double_fast.c; 28s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 19s local Compiling src/main/native/jni_zstd.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 167s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 115s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 81s         INFO: From Compiling src/main/native/jni_zstd.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [231 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 608s local Compiling src/google/protobuf/repeated_ptr_field.cc; 31s local Compiling src/main/native/compress/zstd_double_fast.c; 28s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 19s local Compiling src/main/native/jni_zstd.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 167s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 115s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 81s         [232 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 608s local Compiling src/google/protobuf/repeated_ptr_field.cc; 31s local Compiling src/main/native/compress/zstd_double_fast.c; 29s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 19s local Compiling src/main/native/jni_zdict.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 168s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 115s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 81s         INFO: From Compiling src/main/native/jni_zdict.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [232 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 609s local Compiling src/google/protobuf/repeated_ptr_field.cc; 32s local Compiling src/main/native/compress/zstd_double_fast.c; 29s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 20s local Compiling src/main/native/jni_zdict.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 169s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 116s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 82s         [233 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 610s local Compiling src/google/protobuf/repeated_ptr_field.cc; 32s local Compiling src/main/native/compress/zstd_double_fast.c; 30s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 20s local Compiling src/main/native/jni_outputstream_zstd.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 169s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 116s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 83s         [233 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 611s local Compiling src/google/protobuf/repeated_ptr_field.cc; 34s local Compiling src/main/native/compress/zstd_double_fast.c; 31s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 21s local Compiling src/main/native/jni_outputstream_zstd.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 170s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 117s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 84s         INFO: From Compiling src/main/native/jni_outputstream_zstd.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [233 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 611s local Compiling src/google/protobuf/repeated_ptr_field.cc; 34s local Compiling src/main/native/compress/zstd_double_fast.c; 31s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 22s local Compiling src/main/native/jni_outputstream_zstd.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 170s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 118s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 84s         [234 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 611s local Compiling src/google/protobuf/repeated_ptr_field.cc; 34s local Compiling src/main/native/compress/zstd_double_fast.c; 32s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 22s local Compiling src/main/native/jni_inputstream_zstd.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 171s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 118s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 84s         [234 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 612s local Compiling src/google/protobuf/repeated_ptr_field.cc; 35s local Compiling src/main/native/compress/zstd_double_fast.c; 33s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 23s local Compiling src/main/native/jni_inputstream_zstd.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 172s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 119s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 86s         [235 / 2,297] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 613s local Compiling src/main/native/compress/zstd_double_fast.c; 33s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 24s local Compiling src/main/native/jni_inputstream_zstd.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 172s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 120s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 86s [Scann] Compiling src/google/protobuf/repeated_field.cc         INFO: From Compiling src/main/native/jni_inputstream_zstd.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [235 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 613s local Compiling src/main/native/compress/zstd_double_fast.c; 33s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 24s local Compiling src/main/native/jni_inputstream_zstd.c; 1s local Compiling src/google/protobuf/repeated_field.cc; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 172s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 120s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 86s         [236 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 613s local Compiling src/main/native/compress/zstd_double_fast.c; 33s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 24s local Compiling src/google/protobuf/repeated_field.cc; 0s local Compiling src/main/native/jni_fast_zstd.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 173s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 120s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 86s         [236 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 614s local Compiling src/main/native/compress/zstd_double_fast.c; 34s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 25s local Compiling src/google/protobuf/repeated_field.cc; 1s local Compiling src/main/native/jni_fast_zstd.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 174s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 121s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 87s         [236 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 615s local Compiling src/main/native/compress/zstd_double_fast.c; 36s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 26s local Compiling src/google/protobuf/repeated_field.cc; 2s local Compiling src/main/native/jni_fast_zstd.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 175s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 122s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 88s         [236 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 616s local Compiling src/main/native/compress/zstd_double_fast.c; 37s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 27s local Compiling src/google/protobuf/repeated_field.cc; 3s local Compiling src/main/native/jni_fast_zstd.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 176s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 123s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 90s         [236 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 618s local Compiling src/main/native/compress/zstd_double_fast.c; 38s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 28s local Compiling src/google/protobuf/repeated_field.cc; 4s local Compiling src/main/native/jni_fast_zstd.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 177s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 124s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 91s         [236 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 619s local Compiling src/main/native/compress/zstd_double_fast.c; 39s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 29s local Compiling src/google/protobuf/repeated_field.cc; 5s local Compiling src/main/native/jni_fast_zstd.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 178s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 125s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 92s         INFO: From Compiling src/main/native/jni_fast_zstd.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [236 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 619s local Compiling src/main/native/compress/zstd_double_fast.c; 39s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 30s local Compiling src/google/protobuf/repeated_field.cc; 6s local Compiling src/main/native/jni_fast_zstd.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 178s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 126s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 92s         [237 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 619s local Compiling src/main/native/compress/zstd_double_fast.c; 39s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 30s local Compiling src/google/protobuf/repeated_field.cc; 6s local Compiling src/main/native/jni_directbufferdecompress_zstd.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 179s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 126s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 92s         [237 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 620s local Compiling src/main/native/compress/zstd_double_fast.c; 40s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 31s local Compiling src/google/protobuf/repeated_field.cc; 7s local Compiling src/main/native/jni_directbufferdecompress_zstd.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 180s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 127s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 93s         INFO: From Compiling src/main/native/jni_directbufferdecompress_zstd.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [237 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 621s local Compiling src/main/native/compress/zstd_double_fast.c; 41s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 32s local Compiling src/google/protobuf/repeated_field.cc; 7s local Compiling src/main/native/jni_directbufferdecompress_zstd.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 180s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 128s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 94s         [238 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 621s local Compiling src/main/native/compress/zstd_double_fast.c; 41s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 32s local Compiling src/google/protobuf/repeated_field.cc; 8s local Compiling src/main/native/jni_directbuffercompress_zstd.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 180s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 128s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 94s         [238 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 622s local Compiling src/main/native/compress/zstd_double_fast.c; 42s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 33s local Compiling src/google/protobuf/repeated_field.cc; 9s local Compiling src/main/native/jni_directbuffercompress_zstd.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 182s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 129s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 95s         INFO: From Compiling src/main/native/compress/zstd_double_fast.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [238 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 623s local Compiling src/main/native/compress/zstd_double_fast.c; 43s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 33s local Compiling src/google/protobuf/repeated_field.cc; 9s local Compiling src/main/native/jni_directbuffercompress_zstd.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 182s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 129s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 96s         [239 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 623s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 34s local Compiling src/google/protobuf/repeated_field.cc; 10s local Compiling src/main/native/jni_directbuffercompress_zstd.c; 2s local Compiling src/main/native/compress/zstd_fast.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 182s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 130s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 96s         INFO: From Compiling src/main/native/jni_directbuffercompress_zstd.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [239 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 624s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 34s local Compiling src/google/protobuf/repeated_field.cc; 10s local Compiling src/main/native/jni_directbuffercompress_zstd.c; 2s local Compiling src/main/native/compress/zstd_fast.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 183s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 130s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 97s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 624s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 35s local Compiling src/google/protobuf/repeated_field.cc; 11s local Compiling src/main/native/compress/zstd_fast.c; 1s local Compiling src/main/native/dictBuilder/zdict.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 183s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 131s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 97s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 625s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 36s local Compiling src/google/protobuf/repeated_field.cc; 12s local Compiling src/main/native/compress/zstd_fast.c; 2s local Compiling src/main/native/dictBuilder/zdict.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 184s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 132s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 98s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 626s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 37s local Compiling src/google/protobuf/repeated_field.cc; 13s local Compiling src/main/native/compress/zstd_fast.c; 3s local Compiling src/main/native/dictBuilder/zdict.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 185s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 133s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 99s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 627s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 38s local Compiling src/google/protobuf/repeated_field.cc; 14s local Compiling src/main/native/compress/zstd_fast.c; 4s local Compiling src/main/native/dictBuilder/zdict.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 186s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 134s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 100s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 628s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 39s local Compiling src/google/protobuf/repeated_field.cc; 15s local Compiling src/main/native/compress/zstd_fast.c; 5s local Compiling src/main/native/dictBuilder/zdict.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 187s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 135s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 101s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 629s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 40s local Compiling src/google/protobuf/repeated_field.cc; 16s local Compiling src/main/native/compress/zstd_fast.c; 6s local Compiling src/main/native/dictBuilder/zdict.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 189s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 136s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 102s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 630s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 41s local Compiling src/google/protobuf/repeated_field.cc; 17s local Compiling src/main/native/compress/zstd_fast.c; 7s local Compiling src/main/native/dictBuilder/zdict.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 190s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 137s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 103s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 631s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 42s local Compiling src/google/protobuf/repeated_field.cc; 18s local Compiling src/main/native/compress/zstd_fast.c; 8s local Compiling src/main/native/dictBuilder/zdict.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 191s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 138s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 104s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 632s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 43s local Compiling src/google/protobuf/repeated_field.cc; 19s local Compiling src/main/native/compress/zstd_fast.c; 9s local Compiling src/main/native/dictBuilder/zdict.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 192s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 139s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 105s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 633s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 44s local Compiling src/google/protobuf/repeated_field.cc; 20s local Compiling src/main/native/compress/zstd_fast.c; 10s local Compiling src/main/native/dictBuilder/zdict.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 193s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 140s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 106s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 634s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 45s local Compiling src/google/protobuf/repeated_field.cc; 21s local Compiling src/main/native/compress/zstd_fast.c; 11s local Compiling src/main/native/dictBuilder/zdict.c; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 194s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 141s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 108s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 636s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 46s local Compiling src/google/protobuf/repeated_field.cc; 22s local Compiling src/main/native/compress/zstd_fast.c; 12s local Compiling src/main/native/dictBuilder/zdict.c; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 195s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 142s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 109s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 636s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 47s local Compiling src/google/protobuf/repeated_field.cc; 22s local Compiling src/main/native/compress/zstd_fast.c; 13s local Compiling src/main/native/dictBuilder/zdict.c; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 195s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 143s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 109s         [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 637s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 48s local Compiling src/google/protobuf/repeated_field.cc; 23s local Compiling src/main/native/compress/zstd_fast.c; 14s local Compiling src/main/native/dictBuilder/zdict.c; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 196s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 144s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 110s         INFO: From Compiling src/main/native/dictBuilder/zdict.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [240 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 637s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 48s local Compiling src/google/protobuf/repeated_field.cc; 24s local Compiling src/main/native/compress/zstd_fast.c; 14s local Compiling src/main/native/dictBuilder/zdict.c; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 196s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 144s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 110s         [241 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 637s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 48s local Compiling src/google/protobuf/repeated_field.cc; 24s local Compiling src/main/native/compress/zstd_fast.c; 14s local Compiling src/main/native/dictBuilder/fastcover.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 197s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 144s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 110s         [241 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 638s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 49s local Compiling src/google/protobuf/repeated_field.cc; 25s local Compiling src/main/native/compress/zstd_fast.c; 15s local Compiling src/main/native/dictBuilder/fastcover.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 198s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 145s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 112s         [241 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 640s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 50s local Compiling src/google/protobuf/repeated_field.cc; 26s local Compiling src/main/native/compress/zstd_fast.c; 16s local Compiling src/main/native/dictBuilder/fastcover.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 199s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 146s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 113s         [241 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 641s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 51s local Compiling src/google/protobuf/repeated_field.cc; 27s local Compiling src/main/native/compress/zstd_fast.c; 18s local Compiling src/main/native/dictBuilder/fastcover.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 200s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 147s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 114s         INFO: From Compiling src/main/native/dictBuilder/fastcover.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [241 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 642s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 52s local Compiling src/google/protobuf/repeated_field.cc; 28s local Compiling src/main/native/compress/zstd_fast.c; 19s local Compiling src/main/native/dictBuilder/fastcover.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 201s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 148s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 115s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 642s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 53s local Compiling src/google/protobuf/repeated_field.cc; 29s local Compiling src/main/native/compress/zstd_fast.c; 19s local Compiling src/main/native/dictBuilder/divsufsort.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 201s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 149s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 115s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 643s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 54s local Compiling src/google/protobuf/repeated_field.cc; 30s local Compiling src/main/native/compress/zstd_fast.c; 20s local Compiling src/main/native/dictBuilder/divsufsort.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 202s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 150s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 116s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 644s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 55s local Compiling src/google/protobuf/repeated_field.cc; 31s local Compiling src/main/native/compress/zstd_fast.c; 21s local Compiling src/main/native/dictBuilder/divsufsort.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 203s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 151s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 117s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 645s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 56s local Compiling src/google/protobuf/repeated_field.cc; 32s local Compiling src/main/native/compress/zstd_fast.c; 22s local Compiling src/main/native/dictBuilder/divsufsort.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 204s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 152s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 118s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 646s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 57s local Compiling src/google/protobuf/repeated_field.cc; 33s local Compiling src/main/native/compress/zstd_fast.c; 23s local Compiling src/main/native/dictBuilder/divsufsort.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 205s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 153s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 119s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 647s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 58s local Compiling src/google/protobuf/repeated_field.cc; 34s local Compiling src/main/native/compress/zstd_fast.c; 24s local Compiling src/main/native/dictBuilder/divsufsort.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 206s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 154s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 120s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 648s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 59s local Compiling src/google/protobuf/repeated_field.cc; 35s local Compiling src/main/native/compress/zstd_fast.c; 25s local Compiling src/main/native/dictBuilder/divsufsort.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 207s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 155s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 121s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 649s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 60s local Compiling src/google/protobuf/repeated_field.cc; 36s local Compiling src/main/native/compress/zstd_fast.c; 26s local Compiling src/main/native/dictBuilder/divsufsort.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 209s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 156s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 122s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 650s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 61s local Compiling src/google/protobuf/repeated_field.cc; 37s local Compiling src/main/native/compress/zstd_fast.c; 27s local Compiling src/main/native/dictBuilder/divsufsort.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 210s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 157s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 123s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 651s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 62s local Compiling src/google/protobuf/repeated_field.cc; 38s local Compiling src/main/native/compress/zstd_fast.c; 28s local Compiling src/main/native/dictBuilder/divsufsort.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 211s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 158s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 124s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 652s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 63s local Compiling src/google/protobuf/repeated_field.cc; 39s local Compiling src/main/native/compress/zstd_fast.c; 29s local Compiling src/main/native/dictBuilder/divsufsort.c; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 212s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 159s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 125s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 653s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 64s local Compiling src/google/protobuf/repeated_field.cc; 40s local Compiling src/main/native/compress/zstd_fast.c; 30s local Compiling src/main/native/dictBuilder/divsufsort.c; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 212s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 160s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 126s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 654s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 65s local Compiling src/google/protobuf/repeated_field.cc; 41s local Compiling src/main/native/compress/zstd_fast.c; 31s local Compiling src/main/native/dictBuilder/divsufsort.c; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 213s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 161s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 127s         [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 655s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 66s local Compiling src/google/protobuf/repeated_field.cc; 42s local Compiling src/main/native/compress/zstd_fast.c; 32s local Compiling src/main/native/dictBuilder/divsufsort.c; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 214s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 162s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 128s         INFO: From Compiling src/main/native/compress/zstd_fast.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [242 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 656s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 67s local Compiling src/google/protobuf/repeated_field.cc; 42s local Compiling src/main/native/compress/zstd_fast.c; 33s local Compiling src/main/native/dictBuilder/divsufsort.c; 14s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 215s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 163s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 129s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 656s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 67s local Compiling src/google/protobuf/repeated_field.cc; 43s local Compiling src/main/native/dictBuilder/divsufsort.c; 14s local Compiling src/main/native/compress/zstd_lazy.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 215s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 163s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 129s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 657s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 68s local Compiling src/google/protobuf/repeated_field.cc; 44s local Compiling src/main/native/dictBuilder/divsufsort.c; 15s local Compiling src/main/native/compress/zstd_lazy.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 217s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 164s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 130s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 658s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 69s local Compiling src/google/protobuf/repeated_field.cc; 45s local Compiling src/main/native/dictBuilder/divsufsort.c; 16s local Compiling src/main/native/compress/zstd_lazy.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 218s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 165s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 131s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 659s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 70s local Compiling src/google/protobuf/repeated_field.cc; 46s local Compiling src/main/native/dictBuilder/divsufsort.c; 17s local Compiling src/main/native/compress/zstd_lazy.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 219s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 166s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 132s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 660s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 71s local Compiling src/google/protobuf/repeated_field.cc; 47s local Compiling src/main/native/dictBuilder/divsufsort.c; 18s local Compiling src/main/native/compress/zstd_lazy.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 220s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 167s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 133s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 661s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 72s local Compiling src/google/protobuf/repeated_field.cc; 48s local Compiling src/main/native/dictBuilder/divsufsort.c; 19s local Compiling src/main/native/compress/zstd_lazy.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 221s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 168s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 134s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 662s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 73s local Compiling src/google/protobuf/repeated_field.cc; 49s local Compiling src/main/native/dictBuilder/divsufsort.c; 20s local Compiling src/main/native/compress/zstd_lazy.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 222s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 169s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 135s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 664s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 74s local Compiling src/google/protobuf/repeated_field.cc; 50s local Compiling src/main/native/dictBuilder/divsufsort.c; 21s local Compiling src/main/native/compress/zstd_lazy.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 223s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 170s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 137s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 665s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 75s local Compiling src/google/protobuf/repeated_field.cc; 51s local Compiling src/main/native/dictBuilder/divsufsort.c; 22s local Compiling src/main/native/compress/zstd_lazy.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 224s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 171s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 138s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 666s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 76s local Compiling src/google/protobuf/repeated_field.cc; 52s local Compiling src/main/native/dictBuilder/divsufsort.c; 23s local Compiling src/main/native/compress/zstd_lazy.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 225s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 172s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 139s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 667s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 77s local Compiling src/google/protobuf/repeated_field.cc; 53s local Compiling src/main/native/dictBuilder/divsufsort.c; 25s local Compiling src/main/native/compress/zstd_lazy.c; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 226s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 173s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 140s         [243 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 667s local Compiling src/google/protobuf/repeated_field.cc [for tool]; 78s local Compiling src/google/protobuf/repeated_field.cc; 54s local Compiling src/main/native/dictBuilder/divsufsort.c; 25s local Compiling src/main/native/compress/zstd_lazy.c; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 226s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 174s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 140s         [244 / 2,297] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 667s local Compiling src/google/protobuf/repeated_field.cc; 54s local Compiling src/main/native/dictBuilder/divsufsort.c; 25s local Compiling src/main/native/compress/zstd_lazy.c; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 227s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 174s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 140s [Scann] Compiling src/google/protobuf/parse_context.cc [for tool]         [244 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 668s local Compiling src/google/protobuf/repeated_field.cc; 54s local Compiling src/main/native/dictBuilder/divsufsort.c; 26s local Compiling src/main/native/compress/zstd_lazy.c; 11s local Compiling src/google/protobuf/parse_context.cc [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 227s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 174s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 141s         [244 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 669s local Compiling src/google/protobuf/repeated_field.cc; 55s local Compiling src/main/native/dictBuilder/divsufsort.c; 27s local Compiling src/main/native/compress/zstd_lazy.c; 12s local Compiling src/google/protobuf/parse_context.cc [for tool]; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 228s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 176s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 142s         [244 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 670s local Compiling src/google/protobuf/repeated_field.cc; 56s local Compiling src/main/native/dictBuilder/divsufsort.c; 28s local Compiling src/main/native/compress/zstd_lazy.c; 13s local Compiling src/google/protobuf/parse_context.cc [for tool]; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 229s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 177s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 143s         [244 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 671s local Compiling src/google/protobuf/repeated_field.cc; 58s local Compiling src/main/native/dictBuilder/divsufsort.c; 29s local Compiling src/main/native/compress/zstd_lazy.c; 15s local Compiling src/google/protobuf/parse_context.cc [for tool]; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 230s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 178s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 144s         [244 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 672s local Compiling src/google/protobuf/repeated_field.cc; 59s local Compiling src/main/native/dictBuilder/divsufsort.c; 30s local Compiling src/main/native/compress/zstd_lazy.c; 16s local Compiling src/google/protobuf/parse_context.cc [for tool]; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 231s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 179s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 145s         INFO: From Compiling src/main/native/dictBuilder/divsufsort.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [244 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 672s local Compiling src/google/protobuf/repeated_field.cc; 59s local Compiling src/main/native/dictBuilder/divsufsort.c; 30s local Compiling src/main/native/compress/zstd_lazy.c; 16s local Compiling src/google/protobuf/parse_context.cc [for tool]; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 231s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 179s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 145s         [245 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 672s local Compiling src/google/protobuf/repeated_field.cc; 59s local Compiling src/main/native/compress/zstd_lazy.c; 16s local Compiling src/google/protobuf/parse_context.cc [for tool]; 4s local Compiling src/main/native/dictBuilder/cover.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 232s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 179s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 145s         [245 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 673s local Compiling src/google/protobuf/repeated_field.cc; 60s local Compiling src/main/native/compress/zstd_lazy.c; 17s local Compiling src/google/protobuf/parse_context.cc [for tool]; 5s local Compiling src/main/native/dictBuilder/cover.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 233s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 180s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 146s         [245 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 674s local Compiling src/google/protobuf/repeated_field.cc; 61s local Compiling src/main/native/compress/zstd_lazy.c; 18s local Compiling src/google/protobuf/parse_context.cc [for tool]; 7s local Compiling src/main/native/dictBuilder/cover.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 234s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 181s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 147s         [245 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 676s local Compiling src/google/protobuf/repeated_field.cc; 62s local Compiling src/main/native/compress/zstd_lazy.c; 19s local Compiling src/google/protobuf/parse_context.cc [for tool]; 8s local Compiling src/main/native/dictBuilder/cover.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 235s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 182s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 149s         [245 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 677s local Compiling src/google/protobuf/repeated_field.cc; 63s local Compiling src/main/native/compress/zstd_lazy.c; 20s local Compiling src/google/protobuf/parse_context.cc [for tool]; 9s local Compiling src/main/native/dictBuilder/cover.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 236s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 183s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 150s         [245 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 678s local Compiling src/google/protobuf/repeated_field.cc; 64s local Compiling src/main/native/compress/zstd_lazy.c; 21s local Compiling src/google/protobuf/parse_context.cc [for tool]; 10s local Compiling src/main/native/dictBuilder/cover.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 237s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 184s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 151s         [245 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 679s local Compiling src/google/protobuf/repeated_field.cc; 65s local Compiling src/main/native/compress/zstd_lazy.c; 22s local Compiling src/google/protobuf/parse_context.cc [for tool]; 11s local Compiling src/main/native/dictBuilder/cover.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 238s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 185s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 152s         [245 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 680s local Compiling src/google/protobuf/repeated_field.cc; 66s local Compiling src/main/native/compress/zstd_lazy.c; 23s local Compiling src/google/protobuf/parse_context.cc [for tool]; 12s local Compiling src/main/native/dictBuilder/cover.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 239s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 186s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 153s         [245 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 681s local Compiling src/google/protobuf/repeated_field.cc; 67s local Compiling src/main/native/compress/zstd_lazy.c; 24s local Compiling src/google/protobuf/parse_context.cc [for tool]; 13s local Compiling src/main/native/dictBuilder/cover.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 240s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 188s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 154s         INFO: From Compiling src/main/native/dictBuilder/cover.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [245 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 681s local Compiling src/google/protobuf/repeated_field.cc; 68s local Compiling src/main/native/compress/zstd_lazy.c; 25s local Compiling src/google/protobuf/parse_context.cc [for tool]; 13s local Compiling src/main/native/dictBuilder/cover.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 241s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 188s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 154s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 682s local Compiling src/google/protobuf/repeated_field.cc; 68s local Compiling src/main/native/compress/zstd_lazy.c; 25s local Compiling src/google/protobuf/parse_context.cc [for tool]; 14s local Compiling src/main/native/decompress/zstd_decompress_block.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 241s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 188s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 155s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 683s local Compiling src/google/protobuf/repeated_field.cc; 69s local Compiling src/main/native/compress/zstd_lazy.c; 26s local Compiling src/google/protobuf/parse_context.cc [for tool]; 15s local Compiling src/main/native/decompress/zstd_decompress_block.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 242s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 189s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 156s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 684s local Compiling src/google/protobuf/repeated_field.cc; 70s local Compiling src/main/native/compress/zstd_lazy.c; 27s local Compiling src/google/protobuf/parse_context.cc [for tool]; 16s local Compiling src/main/native/decompress/zstd_decompress_block.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 243s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 190s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 157s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 685s local Compiling src/google/protobuf/repeated_field.cc; 71s local Compiling src/main/native/compress/zstd_lazy.c; 28s local Compiling src/google/protobuf/parse_context.cc [for tool]; 17s local Compiling src/main/native/decompress/zstd_decompress_block.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 244s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 192s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 158s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 686s local Compiling src/google/protobuf/repeated_field.cc; 72s local Compiling src/main/native/compress/zstd_lazy.c; 29s local Compiling src/google/protobuf/parse_context.cc [for tool]; 18s local Compiling src/main/native/decompress/zstd_decompress_block.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 245s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 193s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 159s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 687s local Compiling src/google/protobuf/repeated_field.cc; 74s local Compiling src/main/native/compress/zstd_lazy.c; 31s local Compiling src/google/protobuf/parse_context.cc [for tool]; 19s local Compiling src/main/native/decompress/zstd_decompress_block.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 246s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 194s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 160s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 688s local Compiling src/google/protobuf/repeated_field.cc; 75s local Compiling src/main/native/compress/zstd_lazy.c; 32s local Compiling src/google/protobuf/parse_context.cc [for tool]; 20s local Compiling src/main/native/decompress/zstd_decompress_block.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 247s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 195s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 161s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 689s local Compiling src/google/protobuf/repeated_field.cc; 76s local Compiling src/main/native/compress/zstd_lazy.c; 33s local Compiling src/google/protobuf/parse_context.cc [for tool]; 21s local Compiling src/main/native/decompress/zstd_decompress_block.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 248s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 196s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 162s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 690s local Compiling src/google/protobuf/repeated_field.cc; 77s local Compiling src/main/native/compress/zstd_lazy.c; 34s local Compiling src/google/protobuf/parse_context.cc [for tool]; 22s local Compiling src/main/native/decompress/zstd_decompress_block.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 249s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 197s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 163s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 691s local Compiling src/google/protobuf/repeated_field.cc; 78s local Compiling src/main/native/compress/zstd_lazy.c; 35s local Compiling src/google/protobuf/parse_context.cc [for tool]; 23s local Compiling src/main/native/decompress/zstd_decompress_block.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 250s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 198s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 164s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 692s local Compiling src/google/protobuf/repeated_field.cc; 79s local Compiling src/main/native/compress/zstd_lazy.c; 36s local Compiling src/google/protobuf/parse_context.cc [for tool]; 24s local Compiling src/main/native/decompress/zstd_decompress_block.c; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 251s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 199s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 165s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 693s local Compiling src/google/protobuf/repeated_field.cc; 80s local Compiling src/main/native/compress/zstd_lazy.c; 37s local Compiling src/google/protobuf/parse_context.cc [for tool]; 25s local Compiling src/main/native/decompress/zstd_decompress_block.c; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 252s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 200s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 166s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 693s local Compiling src/google/protobuf/repeated_field.cc; 80s local Compiling src/main/native/compress/zstd_lazy.c; 37s local Compiling src/google/protobuf/parse_context.cc [for tool]; 25s local Compiling src/main/native/decompress/zstd_decompress_block.c; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 253s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 200s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 166s         [246 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 694s local Compiling src/google/protobuf/repeated_field.cc; 81s local Compiling src/main/native/compress/zstd_lazy.c; 38s local Compiling src/google/protobuf/parse_context.cc [for tool]; 27s local Compiling src/main/native/decompress/zstd_decompress_block.c; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 254s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 201s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 167s         [247 / 2,297] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 695s local Compiling src/main/native/compress/zstd_lazy.c; 39s local Compiling src/google/protobuf/parse_context.cc [for tool]; 27s local Compiling src/main/native/decompress/zstd_decompress_block.c; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 254s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 202s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 168s [Scann] Compiling src/google/protobuf/parse_context.cc         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 695s local Compiling src/main/native/compress/zstd_lazy.c; 39s local Compiling src/google/protobuf/parse_context.cc [for tool]; 27s local Compiling src/main/native/decompress/zstd_decompress_block.c; 14s local Compiling src/google/protobuf/parse_context.cc; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 255s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 202s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 168s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 696s local Compiling src/main/native/compress/zstd_lazy.c; 40s local Compiling src/google/protobuf/parse_context.cc [for tool]; 28s local Compiling src/main/native/decompress/zstd_decompress_block.c; 15s local Compiling src/google/protobuf/parse_context.cc; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 256s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 203s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 169s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 697s local Compiling src/main/native/compress/zstd_lazy.c; 41s local Compiling src/google/protobuf/parse_context.cc [for tool]; 29s local Compiling src/main/native/decompress/zstd_decompress_block.c; 16s local Compiling src/google/protobuf/parse_context.cc; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 257s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 204s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 170s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 698s local Compiling src/main/native/compress/zstd_lazy.c; 42s local Compiling src/google/protobuf/parse_context.cc [for tool]; 31s local Compiling src/main/native/decompress/zstd_decompress_block.c; 17s local Compiling src/google/protobuf/parse_context.cc; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 258s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 205s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 171s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 699s local Compiling src/main/native/compress/zstd_lazy.c; 43s local Compiling src/google/protobuf/parse_context.cc [for tool]; 32s local Compiling src/main/native/decompress/zstd_decompress_block.c; 18s local Compiling src/google/protobuf/parse_context.cc; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 259s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 206s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 172s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 701s local Compiling src/main/native/compress/zstd_lazy.c; 44s local Compiling src/google/protobuf/parse_context.cc [for tool]; 33s local Compiling src/main/native/decompress/zstd_decompress_block.c; 19s local Compiling src/google/protobuf/parse_context.cc; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 260s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 207s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 174s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 702s local Compiling src/main/native/compress/zstd_lazy.c; 45s local Compiling src/google/protobuf/parse_context.cc [for tool]; 34s local Compiling src/main/native/decompress/zstd_decompress_block.c; 20s local Compiling src/google/protobuf/parse_context.cc; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 261s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 208s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 175s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 703s local Compiling src/main/native/compress/zstd_lazy.c; 46s local Compiling src/google/protobuf/parse_context.cc [for tool]; 35s local Compiling src/main/native/decompress/zstd_decompress_block.c; 21s local Compiling src/google/protobuf/parse_context.cc; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 262s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 209s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 176s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 704s local Compiling src/main/native/compress/zstd_lazy.c; 47s local Compiling src/google/protobuf/parse_context.cc [for tool]; 36s local Compiling src/main/native/decompress/zstd_decompress_block.c; 22s local Compiling src/google/protobuf/parse_context.cc; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 263s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 210s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 177s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 705s local Compiling src/main/native/compress/zstd_lazy.c; 48s local Compiling src/google/protobuf/parse_context.cc [for tool]; 37s local Compiling src/main/native/decompress/zstd_decompress_block.c; 23s local Compiling src/google/protobuf/parse_context.cc; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 264s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 211s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 178s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 706s local Compiling src/main/native/compress/zstd_lazy.c; 49s local Compiling src/google/protobuf/parse_context.cc [for tool]; 38s local Compiling src/main/native/decompress/zstd_decompress_block.c; 24s local Compiling src/google/protobuf/parse_context.cc; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 265s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 213s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 179s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 706s local Compiling src/main/native/compress/zstd_lazy.c; 50s local Compiling src/google/protobuf/parse_context.cc [for tool]; 39s local Compiling src/main/native/decompress/zstd_decompress_block.c; 25s local Compiling src/google/protobuf/parse_context.cc; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 266s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 213s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 179s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 707s local Compiling src/main/native/compress/zstd_lazy.c; 51s local Compiling src/google/protobuf/parse_context.cc [for tool]; 40s local Compiling src/main/native/decompress/zstd_decompress_block.c; 26s local Compiling src/google/protobuf/parse_context.cc; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 267s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 214s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 180s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 709s local Compiling src/main/native/compress/zstd_lazy.c; 52s local Compiling src/google/protobuf/parse_context.cc [for tool]; 41s local Compiling src/main/native/decompress/zstd_decompress_block.c; 27s local Compiling src/google/protobuf/parse_context.cc; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 268s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 215s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 182s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 710s local Compiling src/main/native/compress/zstd_lazy.c; 53s local Compiling src/google/protobuf/parse_context.cc [for tool]; 42s local Compiling src/main/native/decompress/zstd_decompress_block.c; 28s local Compiling src/google/protobuf/parse_context.cc; 14s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 269s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 216s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 183s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 711s local Compiling src/main/native/compress/zstd_lazy.c; 54s local Compiling src/google/protobuf/parse_context.cc [for tool]; 43s local Compiling src/main/native/decompress/zstd_decompress_block.c; 29s local Compiling src/google/protobuf/parse_context.cc; 15s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 270s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 217s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 184s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 712s local Compiling src/main/native/compress/zstd_lazy.c; 55s local Compiling src/google/protobuf/parse_context.cc [for tool]; 44s local Compiling src/main/native/decompress/zstd_decompress_block.c; 30s local Compiling src/google/protobuf/parse_context.cc; 16s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 271s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 218s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 185s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 713s local Compiling src/main/native/compress/zstd_lazy.c; 56s local Compiling src/google/protobuf/parse_context.cc [for tool]; 45s local Compiling src/main/native/decompress/zstd_decompress_block.c; 31s local Compiling src/google/protobuf/parse_context.cc; 17s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 272s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 219s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 186s         [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 714s local Compiling src/main/native/compress/zstd_lazy.c; 57s local Compiling src/google/protobuf/parse_context.cc [for tool]; 46s local Compiling src/main/native/decompress/zstd_decompress_block.c; 32s local Compiling src/google/protobuf/parse_context.cc; 18s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 273s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 221s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 187s         INFO: From Compiling src/main/native/decompress/zstd_decompress_block.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [247 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 715s local Compiling src/main/native/compress/zstd_lazy.c; 58s local Compiling src/google/protobuf/parse_context.cc [for tool]; 47s local Compiling src/main/native/decompress/zstd_decompress_block.c; 33s local Compiling src/google/protobuf/parse_context.cc; 19s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 274s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 221s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 188s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 715s local Compiling src/main/native/compress/zstd_lazy.c; 59s local Compiling src/google/protobuf/parse_context.cc [for tool]; 47s local Compiling src/google/protobuf/parse_context.cc; 20s local Compiling src/main/native/decompress/zstd_decompress.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 274s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 222s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 188s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 716s local Compiling src/main/native/compress/zstd_lazy.c; 60s local Compiling src/google/protobuf/parse_context.cc [for tool]; 48s local Compiling src/google/protobuf/parse_context.cc; 21s local Compiling src/main/native/decompress/zstd_decompress.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 275s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 223s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 189s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 717s local Compiling src/main/native/compress/zstd_lazy.c; 61s local Compiling src/google/protobuf/parse_context.cc [for tool]; 49s local Compiling src/google/protobuf/parse_context.cc; 22s local Compiling src/main/native/decompress/zstd_decompress.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 276s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 224s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 190s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 718s local Compiling src/main/native/compress/zstd_lazy.c; 62s local Compiling src/google/protobuf/parse_context.cc [for tool]; 50s local Compiling src/google/protobuf/parse_context.cc; 23s local Compiling src/main/native/decompress/zstd_decompress.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 278s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 225s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 191s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 719s local Compiling src/main/native/compress/zstd_lazy.c; 63s local Compiling src/google/protobuf/parse_context.cc [for tool]; 51s local Compiling src/google/protobuf/parse_context.cc; 24s local Compiling src/main/native/decompress/zstd_decompress.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 279s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 226s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 192s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 720s local Compiling src/main/native/compress/zstd_lazy.c; 64s local Compiling src/google/protobuf/parse_context.cc [for tool]; 52s local Compiling src/google/protobuf/parse_context.cc; 25s local Compiling src/main/native/decompress/zstd_decompress.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 280s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 227s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 193s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 721s local Compiling src/main/native/compress/zstd_lazy.c; 65s local Compiling src/google/protobuf/parse_context.cc [for tool]; 53s local Compiling src/google/protobuf/parse_context.cc; 26s local Compiling src/main/native/decompress/zstd_decompress.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 281s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 228s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 194s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 722s local Compiling src/main/native/compress/zstd_lazy.c; 66s local Compiling src/google/protobuf/parse_context.cc [for tool]; 54s local Compiling src/google/protobuf/parse_context.cc; 27s local Compiling src/main/native/decompress/zstd_decompress.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 282s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 229s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 195s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 723s local Compiling src/main/native/compress/zstd_lazy.c; 67s local Compiling src/google/protobuf/parse_context.cc [for tool]; 56s local Compiling src/google/protobuf/parse_context.cc; 28s local Compiling src/main/native/decompress/zstd_decompress.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 283s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 230s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 196s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 725s local Compiling src/main/native/compress/zstd_lazy.c; 68s local Compiling src/google/protobuf/parse_context.cc [for tool]; 57s local Compiling src/google/protobuf/parse_context.cc; 29s local Compiling src/main/native/decompress/zstd_decompress.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 284s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 231s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 198s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 726s local Compiling src/main/native/compress/zstd_lazy.c; 69s local Compiling src/google/protobuf/parse_context.cc [for tool]; 58s local Compiling src/google/protobuf/parse_context.cc; 30s local Compiling src/main/native/decompress/zstd_decompress.c; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 285s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 232s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 199s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 727s local Compiling src/main/native/compress/zstd_lazy.c; 70s local Compiling src/google/protobuf/parse_context.cc [for tool]; 59s local Compiling src/google/protobuf/parse_context.cc; 31s local Compiling src/main/native/decompress/zstd_decompress.c; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 286s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 233s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 200s         [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 727s local Compiling src/main/native/compress/zstd_lazy.c; 70s local Compiling src/google/protobuf/parse_context.cc [for tool]; 59s local Compiling src/google/protobuf/parse_context.cc; 31s local Compiling src/main/native/decompress/zstd_decompress.c; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 286s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 234s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 200s         INFO: From Compiling src/main/native/decompress/zstd_decompress.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [248 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 727s local Compiling src/main/native/compress/zstd_lazy.c; 71s local Compiling src/google/protobuf/parse_context.cc [for tool]; 59s local Compiling src/google/protobuf/parse_context.cc; 31s local Compiling src/main/native/decompress/zstd_decompress.c; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 286s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 234s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 200s         [249 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 727s local Compiling src/main/native/compress/zstd_lazy.c; 71s local Compiling src/google/protobuf/parse_context.cc [for tool]; 59s local Compiling src/google/protobuf/parse_context.cc; 32s local Compiling src/main/native/decompress/zstd_ddict.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 287s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 234s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 200s         [249 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 728s local Compiling src/main/native/compress/zstd_lazy.c; 72s local Compiling src/google/protobuf/parse_context.cc [for tool]; 60s local Compiling src/google/protobuf/parse_context.cc; 33s local Compiling src/main/native/decompress/zstd_ddict.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 288s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 235s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 201s         INFO: From Compiling src/main/native/decompress/zstd_ddict.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [249 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 729s local Compiling src/main/native/compress/zstd_lazy.c; 73s local Compiling src/google/protobuf/parse_context.cc [for tool]; 61s local Compiling src/google/protobuf/parse_context.cc; 34s local Compiling src/main/native/decompress/zstd_ddict.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 288s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 236s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 202s         [250 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 729s local Compiling src/main/native/compress/zstd_lazy.c; 73s local Compiling src/google/protobuf/parse_context.cc [for tool]; 61s local Compiling src/google/protobuf/parse_context.cc; 34s local Compiling src/main/native/decompress/huf_decompress.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 289s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 236s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 202s         [251 / 2,297] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 730s local Compiling src/main/native/compress/zstd_lazy.c; 74s local Compiling src/google/protobuf/parse_context.cc; 35s local Compiling src/main/native/decompress/huf_decompress.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 290s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 237s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 203s [Scann] Compiling src/google/protobuf/message_lite.cc [for tool]         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 731s local Compiling src/main/native/compress/zstd_lazy.c; 74s local Compiling src/google/protobuf/parse_context.cc; 35s local Compiling src/main/native/decompress/huf_decompress.c; 1s local Compiling src/google/protobuf/message_lite.cc [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 290s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 237s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 204s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 732s local Compiling src/main/native/compress/zstd_lazy.c; 75s local Compiling src/google/protobuf/parse_context.cc; 36s local Compiling src/main/native/decompress/huf_decompress.c; 2s local Compiling src/google/protobuf/message_lite.cc [for tool]; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 291s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 238s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 205s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 733s local Compiling src/main/native/compress/zstd_lazy.c; 76s local Compiling src/google/protobuf/parse_context.cc; 37s local Compiling src/main/native/decompress/huf_decompress.c; 3s local Compiling src/google/protobuf/message_lite.cc [for tool]; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 292s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 239s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 206s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 734s local Compiling src/main/native/compress/zstd_lazy.c; 77s local Compiling src/google/protobuf/parse_context.cc; 38s local Compiling src/main/native/decompress/huf_decompress.c; 4s local Compiling src/google/protobuf/message_lite.cc [for tool]; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 293s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 241s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 207s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 735s local Compiling src/main/native/compress/zstd_lazy.c; 78s local Compiling src/google/protobuf/parse_context.cc; 39s local Compiling src/main/native/decompress/huf_decompress.c; 5s local Compiling src/google/protobuf/message_lite.cc [for tool]; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 294s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 242s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 208s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 736s local Compiling src/main/native/compress/zstd_lazy.c; 80s local Compiling src/google/protobuf/parse_context.cc; 40s local Compiling src/main/native/decompress/huf_decompress.c; 6s local Compiling src/google/protobuf/message_lite.cc [for tool]; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 295s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 243s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 209s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 737s local Compiling src/main/native/compress/zstd_lazy.c; 81s local Compiling src/google/protobuf/parse_context.cc; 42s local Compiling src/main/native/decompress/huf_decompress.c; 7s local Compiling src/google/protobuf/message_lite.cc [for tool]; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 296s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 244s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 210s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 738s local Compiling src/main/native/compress/zstd_lazy.c; 82s local Compiling src/google/protobuf/parse_context.cc; 43s local Compiling src/main/native/decompress/huf_decompress.c; 8s local Compiling src/google/protobuf/message_lite.cc [for tool]; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 297s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 245s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 211s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 739s local Compiling src/main/native/compress/zstd_lazy.c; 83s local Compiling src/google/protobuf/parse_context.cc; 44s local Compiling src/main/native/decompress/huf_decompress.c; 9s local Compiling src/google/protobuf/message_lite.cc [for tool]; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 298s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 246s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 212s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 740s local Compiling src/main/native/compress/zstd_lazy.c; 84s local Compiling src/google/protobuf/parse_context.cc; 45s local Compiling src/main/native/decompress/huf_decompress.c; 10s local Compiling src/google/protobuf/message_lite.cc [for tool]; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 299s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 247s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 213s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 741s local Compiling src/main/native/compress/zstd_lazy.c; 84s local Compiling src/google/protobuf/parse_context.cc; 45s local Compiling src/main/native/decompress/huf_decompress.c; 11s local Compiling src/google/protobuf/message_lite.cc [for tool]; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 300s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 248s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 214s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 742s local Compiling src/main/native/compress/zstd_lazy.c; 86s local Compiling src/google/protobuf/parse_context.cc; 47s local Compiling src/main/native/decompress/huf_decompress.c; 12s local Compiling src/google/protobuf/message_lite.cc [for tool]; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 301s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 249s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 215s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 743s local Compiling src/main/native/compress/zstd_lazy.c; 87s local Compiling src/google/protobuf/parse_context.cc; 48s local Compiling src/main/native/decompress/huf_decompress.c; 13s local Compiling src/google/protobuf/message_lite.cc [for tool]; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 302s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 250s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 216s         [251 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 744s local Compiling src/main/native/compress/zstd_lazy.c; 88s local Compiling src/google/protobuf/parse_context.cc; 49s local Compiling src/main/native/decompress/huf_decompress.c; 14s local Compiling src/google/protobuf/message_lite.cc [for tool]; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 303s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 251s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 217s         [252 / 2,297] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 745s local Compiling src/main/native/compress/zstd_lazy.c; 89s local Compiling src/main/native/decompress/huf_decompress.c; 15s local Compiling src/google/protobuf/message_lite.cc [for tool]; 14s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 304s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 252s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 218s [Scann] Compiling src/google/protobuf/message_lite.cc         [252 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 745s local Compiling src/main/native/compress/zstd_lazy.c; 89s local Compiling src/main/native/decompress/huf_decompress.c; 16s local Compiling src/google/protobuf/message_lite.cc [for tool]; 14s local Compiling src/google/protobuf/message_lite.cc; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 305s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 252s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 218s         [252 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 746s local Compiling src/main/native/compress/zstd_lazy.c; 90s local Compiling src/main/native/decompress/huf_decompress.c; 17s local Compiling src/google/protobuf/message_lite.cc [for tool]; 15s local Compiling src/google/protobuf/message_lite.cc; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 306s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 253s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 219s         [252 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 747s local Compiling src/main/native/compress/zstd_lazy.c; 91s local Compiling src/main/native/decompress/huf_decompress.c; 18s local Compiling src/google/protobuf/message_lite.cc [for tool]; 16s local Compiling src/google/protobuf/message_lite.cc; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 307s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 254s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 220s         [252 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 748s local Compiling src/main/native/compress/zstd_lazy.c; 92s local Compiling src/main/native/decompress/huf_decompress.c; 19s local Compiling src/google/protobuf/message_lite.cc [for tool]; 17s local Compiling src/google/protobuf/message_lite.cc; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 308s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 255s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 221s         [252 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 749s local Compiling src/main/native/compress/zstd_lazy.c; 93s local Compiling src/main/native/decompress/huf_decompress.c; 20s local Compiling src/google/protobuf/message_lite.cc [for tool]; 18s local Compiling src/google/protobuf/message_lite.cc; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 309s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 256s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 222s         [252 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 750s local Compiling src/main/native/compress/zstd_lazy.c; 94s local Compiling src/main/native/decompress/huf_decompress.c; 21s local Compiling src/google/protobuf/message_lite.cc [for tool]; 20s local Compiling src/google/protobuf/message_lite.cc; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 310s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 257s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 223s         [252 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 751s local Compiling src/main/native/compress/zstd_lazy.c; 95s local Compiling src/main/native/decompress/huf_decompress.c; 22s local Compiling src/google/protobuf/message_lite.cc [for tool]; 21s local Compiling src/google/protobuf/message_lite.cc; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 311s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 258s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 225s         [252 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 753s local Compiling src/main/native/compress/zstd_lazy.c; 96s local Compiling src/main/native/decompress/huf_decompress.c; 23s local Compiling src/google/protobuf/message_lite.cc [for tool]; 22s local Compiling src/google/protobuf/message_lite.cc; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 312s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 259s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 226s         INFO: From Compiling src/main/native/decompress/huf_decompress.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [252 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 753s local Compiling src/main/native/compress/zstd_lazy.c; 96s local Compiling src/main/native/decompress/huf_decompress.c; 23s local Compiling src/google/protobuf/message_lite.cc [for tool]; 22s local Compiling src/google/protobuf/message_lite.cc; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 312s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 259s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 226s         [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 753s local Compiling src/main/native/compress/zstd_lazy.c; 97s local Compiling src/google/protobuf/message_lite.cc [for tool]; 22s local Compiling src/google/protobuf/message_lite.cc; 8s local Compiling src/main/native/compress/zstdmt_compress.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 312s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 260s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 226s         [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 754s local Compiling src/main/native/compress/zstd_lazy.c; 98s local Compiling src/google/protobuf/message_lite.cc [for tool]; 23s local Compiling src/google/protobuf/message_lite.cc; 9s local Compiling src/main/native/compress/zstdmt_compress.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 313s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 261s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 227s         [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 755s local Compiling src/main/native/compress/zstd_lazy.c; 99s local Compiling src/google/protobuf/message_lite.cc [for tool]; 24s local Compiling src/google/protobuf/message_lite.cc; 10s local Compiling src/main/native/compress/zstdmt_compress.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 314s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 262s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 228s         [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 756s local Compiling src/main/native/compress/zstd_lazy.c; 100s local Compiling src/google/protobuf/message_lite.cc [for tool]; 25s local Compiling src/google/protobuf/message_lite.cc; 11s local Compiling src/main/native/compress/zstdmt_compress.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 315s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 263s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 229s         [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 757s local Compiling src/main/native/compress/zstd_lazy.c; 101s local Compiling src/google/protobuf/message_lite.cc [for tool]; 26s local Compiling src/google/protobuf/message_lite.cc; 12s local Compiling src/main/native/compress/zstdmt_compress.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 316s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 264s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 230s         [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 758s local Compiling src/main/native/compress/zstd_lazy.c; 102s local Compiling src/google/protobuf/message_lite.cc [for tool]; 27s local Compiling src/google/protobuf/message_lite.cc; 13s local Compiling src/main/native/compress/zstdmt_compress.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 318s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 265s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 231s         [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 759s local Compiling src/main/native/compress/zstd_lazy.c; 103s local Compiling src/google/protobuf/message_lite.cc [for tool]; 28s local Compiling src/google/protobuf/message_lite.cc; 14s local Compiling src/main/native/compress/zstdmt_compress.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 319s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 266s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 232s         [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 760s local Compiling src/main/native/compress/zstd_lazy.c; 104s local Compiling src/google/protobuf/message_lite.cc [for tool]; 29s local Compiling src/google/protobuf/message_lite.cc; 15s local Compiling src/main/native/compress/zstdmt_compress.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 320s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 267s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 233s         [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 761s local Compiling src/main/native/compress/zstd_lazy.c; 105s local Compiling src/google/protobuf/message_lite.cc [for tool]; 30s local Compiling src/google/protobuf/message_lite.cc; 16s local Compiling src/main/native/compress/zstdmt_compress.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 321s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 268s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 234s         [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 762s local Compiling src/main/native/compress/zstd_lazy.c; 106s local Compiling src/google/protobuf/message_lite.cc [for tool]; 32s local Compiling src/google/protobuf/message_lite.cc; 17s local Compiling src/main/native/compress/zstdmt_compress.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 322s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 269s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 235s         INFO: From Compiling src/main/native/compress/zstdmt_compress.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [253 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 763s local Compiling src/main/native/compress/zstd_lazy.c; 107s local Compiling src/google/protobuf/message_lite.cc [for tool]; 32s local Compiling src/google/protobuf/message_lite.cc; 18s local Compiling src/main/native/compress/zstdmt_compress.c; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 322s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 270s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 236s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 763s local Compiling src/main/native/compress/zstd_lazy.c; 107s local Compiling src/google/protobuf/message_lite.cc [for tool]; 33s local Compiling src/google/protobuf/message_lite.cc; 18s local Compiling src/main/native/compress/zstd_opt.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 323s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 270s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 237s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 765s local Compiling src/main/native/compress/zstd_lazy.c; 108s local Compiling src/google/protobuf/message_lite.cc [for tool]; 34s local Compiling src/google/protobuf/message_lite.cc; 19s local Compiling src/main/native/compress/zstd_opt.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 324s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 271s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 238s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 766s local Compiling src/main/native/compress/zstd_lazy.c; 109s local Compiling src/google/protobuf/message_lite.cc [for tool]; 35s local Compiling src/google/protobuf/message_lite.cc; 20s local Compiling src/main/native/compress/zstd_opt.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 325s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 272s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 239s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 767s local Compiling src/main/native/compress/zstd_lazy.c; 110s local Compiling src/google/protobuf/message_lite.cc [for tool]; 36s local Compiling src/google/protobuf/message_lite.cc; 21s local Compiling src/main/native/compress/zstd_opt.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 326s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 273s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 240s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 768s local Compiling src/main/native/compress/zstd_lazy.c; 111s local Compiling src/google/protobuf/message_lite.cc [for tool]; 37s local Compiling src/google/protobuf/message_lite.cc; 22s local Compiling src/main/native/compress/zstd_opt.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 327s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 274s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 241s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 769s local Compiling src/main/native/compress/zstd_lazy.c; 112s local Compiling src/google/protobuf/message_lite.cc [for tool]; 38s local Compiling src/google/protobuf/message_lite.cc; 23s local Compiling src/main/native/compress/zstd_opt.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 328s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 276s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 242s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 770s local Compiling src/main/native/compress/zstd_lazy.c; 113s local Compiling src/google/protobuf/message_lite.cc [for tool]; 39s local Compiling src/google/protobuf/message_lite.cc; 24s local Compiling src/main/native/compress/zstd_opt.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 329s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 277s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 243s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 771s local Compiling src/main/native/compress/zstd_lazy.c; 114s local Compiling src/google/protobuf/message_lite.cc [for tool]; 40s local Compiling src/google/protobuf/message_lite.cc; 25s local Compiling src/main/native/compress/zstd_opt.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 330s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 278s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 244s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 772s local Compiling src/main/native/compress/zstd_lazy.c; 116s local Compiling src/google/protobuf/message_lite.cc [for tool]; 41s local Compiling src/google/protobuf/message_lite.cc; 27s local Compiling src/main/native/compress/zstd_opt.c; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 331s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 279s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 245s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 773s local Compiling src/main/native/compress/zstd_lazy.c; 117s local Compiling src/google/protobuf/message_lite.cc [for tool]; 42s local Compiling src/google/protobuf/message_lite.cc; 28s local Compiling src/main/native/compress/zstd_opt.c; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 332s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 280s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 246s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 774s local Compiling src/main/native/compress/zstd_lazy.c; 118s local Compiling src/google/protobuf/message_lite.cc [for tool]; 43s local Compiling src/google/protobuf/message_lite.cc; 29s local Compiling src/main/native/compress/zstd_opt.c; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 333s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 281s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 247s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 775s local Compiling src/main/native/compress/zstd_lazy.c; 119s local Compiling src/google/protobuf/message_lite.cc [for tool]; 44s local Compiling src/google/protobuf/message_lite.cc; 30s local Compiling src/main/native/compress/zstd_opt.c; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 334s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 282s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 248s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 775s local Compiling src/main/native/compress/zstd_lazy.c; 119s local Compiling src/google/protobuf/message_lite.cc [for tool]; 44s local Compiling src/google/protobuf/message_lite.cc; 30s local Compiling src/main/native/compress/zstd_opt.c; 12s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 335s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 282s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 248s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 776s local Compiling src/main/native/compress/zstd_lazy.c; 120s local Compiling src/google/protobuf/message_lite.cc [for tool]; 45s local Compiling src/google/protobuf/message_lite.cc; 31s local Compiling src/main/native/compress/zstd_opt.c; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 336s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 283s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 249s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 777s local Compiling src/main/native/compress/zstd_lazy.c; 121s local Compiling src/google/protobuf/message_lite.cc [for tool]; 46s local Compiling src/google/protobuf/message_lite.cc; 32s local Compiling src/main/native/compress/zstd_opt.c; 14s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 337s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 284s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 250s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 778s local Compiling src/main/native/compress/zstd_lazy.c; 122s local Compiling src/google/protobuf/message_lite.cc [for tool]; 47s local Compiling src/google/protobuf/message_lite.cc; 33s local Compiling src/main/native/compress/zstd_opt.c; 15s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 338s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 285s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 251s         [254 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 779s local Compiling src/main/native/compress/zstd_lazy.c; 123s local Compiling src/google/protobuf/message_lite.cc [for tool]; 49s local Compiling src/google/protobuf/message_lite.cc; 34s local Compiling src/main/native/compress/zstd_opt.c; 16s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 339s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 286s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 252s         [255 / 2,297] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 780s local Compiling src/main/native/compress/zstd_lazy.c; 123s local Compiling src/google/protobuf/message_lite.cc; 34s local Compiling src/main/native/compress/zstd_opt.c; 16s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 339s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 286s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 253s [Scann] Compiling src/google/protobuf/map.cc [for tool]         [255 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 780s local Compiling src/main/native/compress/zstd_lazy.c; 124s local Compiling src/google/protobuf/message_lite.cc; 35s local Compiling src/main/native/compress/zstd_opt.c; 16s local Compiling src/google/protobuf/map.cc [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 339s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 287s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 253s         INFO: From Compiling src/main/native/compress/zstd_lazy.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [255 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 780s local Compiling src/main/native/compress/zstd_lazy.c; 124s local Compiling src/google/protobuf/message_lite.cc; 35s local Compiling src/main/native/compress/zstd_opt.c; 16s local Compiling src/google/protobuf/map.cc [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 339s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 287s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 253s         [256 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 780s local Compiling src/google/protobuf/message_lite.cc; 35s local Compiling src/main/native/compress/zstd_opt.c; 17s local Compiling src/google/protobuf/map.cc [for tool]; 0s local Compiling src/main/native/compress/zstd_ldm.c; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 340s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 287s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 253s         [256 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 781s local Compiling src/google/protobuf/message_lite.cc; 36s local Compiling src/main/native/compress/zstd_opt.c; 18s local Compiling src/google/protobuf/map.cc [for tool]; 1s local Compiling src/main/native/compress/zstd_ldm.c; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 341s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 288s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 254s         [256 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 782s local Compiling src/google/protobuf/message_lite.cc; 37s local Compiling src/main/native/compress/zstd_opt.c; 19s local Compiling src/google/protobuf/map.cc [for tool]; 2s local Compiling src/main/native/compress/zstd_ldm.c; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 342s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 289s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 255s         [256 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 783s local Compiling src/google/protobuf/message_lite.cc; 38s local Compiling src/main/native/compress/zstd_opt.c; 20s local Compiling src/google/protobuf/map.cc [for tool]; 3s local Compiling src/main/native/compress/zstd_ldm.c; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 343s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 290s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 257s         [256 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 785s local Compiling src/google/protobuf/message_lite.cc; 39s local Compiling src/main/native/compress/zstd_opt.c; 21s local Compiling src/google/protobuf/map.cc [for tool]; 4s local Compiling src/main/native/compress/zstd_ldm.c; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 344s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 291s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 258s         [256 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 786s local Compiling src/google/protobuf/message_lite.cc; 40s local Compiling src/main/native/compress/zstd_opt.c; 22s local Compiling src/google/protobuf/map.cc [for tool]; 5s local Compiling src/main/native/compress/zstd_ldm.c; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 345s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 292s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 259s         [256 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 787s local Compiling src/google/protobuf/message_lite.cc; 41s local Compiling src/main/native/compress/zstd_opt.c; 23s local Compiling src/google/protobuf/map.cc [for tool]; 6s local Compiling src/main/native/compress/zstd_ldm.c; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 346s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 293s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 260s         INFO: From Compiling src/main/native/compress/zstd_ldm.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [256 / 2,297] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 788s local Compiling src/google/protobuf/message_lite.cc; 42s local Compiling src/main/native/compress/zstd_opt.c; 24s local Compiling src/google/protobuf/map.cc [for tool]; 7s local Compiling src/main/native/compress/zstd_ldm.c; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 347s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 294s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 261s         [257 / 2,298] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 788s local Compiling src/google/protobuf/message_lite.cc; 42s local Compiling src/main/native/compress/zstd_opt.c; 24s local Compiling src/google/protobuf/map.cc [for tool]; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 347s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 295s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 261s [Scann] Compiling src/tools/singlejar/input_jar.cc [for tool]         [257 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 788s local Compiling src/google/protobuf/message_lite.cc; 43s local Compiling src/main/native/compress/zstd_opt.c; 25s local Compiling src/google/protobuf/map.cc [for tool]; 8s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 347s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 295s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 261s         [257 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 789s local Compiling src/google/protobuf/message_lite.cc; 44s local Compiling src/main/native/compress/zstd_opt.c; 26s local Compiling src/google/protobuf/map.cc [for tool]; 9s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 349s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 296s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 262s         [257 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 790s local Compiling src/google/protobuf/message_lite.cc; 45s local Compiling src/main/native/compress/zstd_opt.c; 27s local Compiling src/google/protobuf/map.cc [for tool]; 10s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 350s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 297s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 263s         [257 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 791s local Compiling src/google/protobuf/message_lite.cc; 46s local Compiling src/main/native/compress/zstd_opt.c; 28s local Compiling src/google/protobuf/map.cc [for tool]; 11s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 351s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 298s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 264s         [257 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 792s local Compiling src/google/protobuf/message_lite.cc; 47s local Compiling src/main/native/compress/zstd_opt.c; 29s local Compiling src/google/protobuf/map.cc [for tool]; 12s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 352s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 299s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 265s         [257 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 793s local Compiling src/google/protobuf/message_lite.cc; 48s local Compiling src/main/native/compress/zstd_opt.c; 30s local Compiling src/google/protobuf/map.cc [for tool]; 13s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 353s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 300s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 266s         [257 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 794s local Compiling src/google/protobuf/message_lite.cc; 49s local Compiling src/main/native/compress/zstd_opt.c; 31s local Compiling src/google/protobuf/map.cc [for tool]; 14s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 354s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 301s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 267s         [257 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 795s local Compiling src/google/protobuf/message_lite.cc; 50s local Compiling src/main/native/compress/zstd_opt.c; 32s local Compiling src/google/protobuf/map.cc [for tool]; 15s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 355s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 302s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 269s         [258 / 2,298] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 797s local Compiling src/main/native/compress/zstd_opt.c; 33s local Compiling src/google/protobuf/map.cc [for tool]; 16s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 356s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 303s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 270s [Scann] Compiling src/google/protobuf/map.cc         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 797s local Compiling src/main/native/compress/zstd_opt.c; 33s local Compiling src/google/protobuf/map.cc [for tool]; 17s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 8s local Compiling src/google/protobuf/map.cc; 0s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 356s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 304s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 270s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 798s local Compiling src/main/native/compress/zstd_opt.c; 34s local Compiling src/google/protobuf/map.cc [for tool]; 18s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 10s local Compiling src/google/protobuf/map.cc; 1s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 357s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 305s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 271s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 799s local Compiling src/main/native/compress/zstd_opt.c; 35s local Compiling src/google/protobuf/map.cc [for tool]; 19s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 11s local Compiling src/google/protobuf/map.cc; 2s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 358s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 306s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 272s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 800s local Compiling src/main/native/compress/zstd_opt.c; 36s local Compiling src/google/protobuf/map.cc [for tool]; 20s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 12s local Compiling src/google/protobuf/map.cc; 3s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 359s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 307s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 273s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 801s local Compiling src/main/native/compress/zstd_opt.c; 37s local Compiling src/google/protobuf/map.cc [for tool]; 21s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 13s local Compiling src/google/protobuf/map.cc; 4s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 360s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 308s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 274s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 802s local Compiling src/main/native/compress/zstd_opt.c; 38s local Compiling src/google/protobuf/map.cc [for tool]; 22s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 14s local Compiling src/google/protobuf/map.cc; 5s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 361s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 309s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 275s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 803s local Compiling src/main/native/compress/zstd_opt.c; 39s local Compiling src/google/protobuf/map.cc [for tool]; 23s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 15s local Compiling src/google/protobuf/map.cc; 6s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 362s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 310s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 276s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 804s local Compiling src/main/native/compress/zstd_opt.c; 40s local Compiling src/google/protobuf/map.cc [for tool]; 24s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 16s local Compiling src/google/protobuf/map.cc; 7s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 363s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 311s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 277s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 805s local Compiling src/main/native/compress/zstd_opt.c; 42s local Compiling src/google/protobuf/map.cc [for tool]; 25s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 17s local Compiling src/google/protobuf/map.cc; 8s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 364s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 312s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 278s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 806s local Compiling src/main/native/compress/zstd_opt.c; 43s local Compiling src/google/protobuf/map.cc [for tool]; 26s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 18s local Compiling src/google/protobuf/map.cc; 9s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 366s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 313s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 279s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 807s local Compiling src/main/native/compress/zstd_opt.c; 44s local Compiling src/google/protobuf/map.cc [for tool]; 27s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 19s local Compiling src/google/protobuf/map.cc; 10s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 367s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 314s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 280s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 808s local Compiling src/main/native/compress/zstd_opt.c; 45s local Compiling src/google/protobuf/map.cc [for tool]; 28s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 20s local Compiling src/google/protobuf/map.cc; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 368s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 315s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 281s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 809s local Compiling src/main/native/compress/zstd_opt.c; 45s local Compiling src/google/protobuf/map.cc [for tool]; 28s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 20s local Compiling src/google/protobuf/map.cc; 11s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 368s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 315s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 282s         [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 810s local Compiling src/main/native/compress/zstd_opt.c; 46s local Compiling src/google/protobuf/map.cc [for tool]; 29s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 21s local Compiling src/google/protobuf/map.cc; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 369s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 316s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 283s         INFO: From Compiling src/main/native/compress/zstd_opt.c: warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] 1 warning generated. [258 / 2,298] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 810s local Compiling src/main/native/compress/zstd_opt.c; 46s local Compiling src/google/protobuf/map.cc [for tool]; 30s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 22s local Compiling src/google/protobuf/map.cc; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 369s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 317s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 283s         [259 / 2,298] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 810s local Compiling src/google/protobuf/map.cc [for tool]; 30s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 22s local Compiling src/google/protobuf/map.cc; 13s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 370s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 317s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 283s [Sched] Linking external/zstd-jni/libzstd-jni.so         [259 / 2,298] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 811s local Compiling src/google/protobuf/map.cc [for tool]; 31s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 23s local Compiling src/google/protobuf/map.cc; 14s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 371s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 318s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 284s [Sched] Linking external/zstd-jni/libzstd-jni.so         [259 / 2,298] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 813s local Compiling src/google/protobuf/map.cc [for tool]; 32s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 24s local Compiling src/google/protobuf/map.cc; 15s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 372s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 319s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 286s [Sched] Linking external/zstd-jni/libzstd-jni.so         [259 / 2,298] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 814s local Compiling src/google/protobuf/map.cc [for tool]; 33s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 25s local Compiling src/google/protobuf/map.cc; 17s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 373s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 320s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 287s [Sched] Linking external/zstd-jni/libzstd-jni.so         [259 / 2,298] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 815s local Compiling src/google/protobuf/map.cc [for tool]; 34s local Compiling src/tools/singlejar/input_jar.cc [for tool]; 26s local Compiling src/google/protobuf/map.cc; 18s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 374s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 321s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 288s [Sched] Linking external/zstd-jni/libzstd-jni.so; 4s         [260 / 2,298] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 815s local Compiling src/google/protobuf/map.cc [for tool]; 35s local Compiling src/google/protobuf/map.cc; 18s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 374s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 322s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 288s [Sched] Linking external/zstd-jni/libzstd-jni.so; 4s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]         [260 / 2,298] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 816s local Compiling src/google/protobuf/map.cc [for tool]; 36s local Compiling src/google/protobuf/map.cc; 19s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 375s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 323s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 289s [Sched] Linking external/zstd-jni/libzstd-jni.so; 5s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]         [260 / 2,298] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 817s local Compiling src/google/protobuf/map.cc [for tool]; 37s local Compiling src/google/protobuf/map.cc; 20s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 376s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 324s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 290s [Sched] Linking external/zstd-jni/libzstd-jni.so; 6s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]         [260 / 2,298] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 818s local Compiling src/google/protobuf/map.cc [for tool]; 38s local Compiling src/google/protobuf/map.cc; 21s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 377s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 325s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 291s [Sched] Linking external/zstd-jni/libzstd-jni.so; 7s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]         [260 / 2,298] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 819s local Compiling src/google/protobuf/map.cc [for tool]; 39s local Compiling src/google/protobuf/map.cc; 22s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 378s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 326s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 292s [Sched] Linking external/zstd-jni/libzstd-jni.so; 8s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 4s         [260 / 2,298] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 820s local Compiling src/google/protobuf/map.cc [for tool]; 40s local Compiling src/google/protobuf/map.cc; 23s local [Sched] Linking src/main/native/liblatin1_jni_path.pic.a; 379s [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 327s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 293s [Sched] Linking external/zstd-jni/libzstd-jni.so; 10s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 5s         [260 / 2,298] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 820s local Compiling src/google/protobuf/map.cc [for tool]; 40s local Compiling src/google/protobuf/map.cc; 23s local Linking src/main/native/liblatin1_jni_path.pic.a; 0s local [Sched] Linking src/main/cpp/util/liberrors.a [for tool]; 327s [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 293s [Sched] Linking external/zstd-jni/libzstd-jni.so; 10s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 5s         [262 / 2,300] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 821s local Compiling src/google/protobuf/map.cc; 24s local Linking src/main/cpp/util/liberrors.a [for tool]; 0s local [Sched] Linking src/tools/singlejar/libcombiners.a [for tool]; 294s [Sched] Linking external/zstd-jni/libzstd-jni.so; 10s [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 5s [Sched] @com_google_protobuf//:protobuf_lite [Prepa] Expanding template .../google/devtools/build/lib/bazel/BazelServer         [264 / 2,304] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 821s local Compiling src/google/protobuf/map.cc; 24s local Linking src/tools/singlejar/libcombiners.a [for tool]; 0s local Linking external/zstd-jni/libzstd-jni.so; 0s local [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 6s [Sched] @com_google_protobuf//:protobuf_lite [Sched] Compiling src/main/cpp/util/path_posix.cc [for tool]        [265 / 2,307] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 821s local Compiling src/google/protobuf/map.cc; 24s local Linking external/zstd-jni/libzstd-jni.so; 0s local [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 6s [Sched] @com_google_protobuf//:protobuf_lite [Sched] Compiling src/main/cpp/util/path_posix.cc [for tool] [Sched] Compiling src/tools/singlejar/mapped_file.cc [for tool] [Prepa] @bazel_tools//tools/jdk:platformclasspath         [265 / 2,307] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 821s local Compiling src/google/protobuf/map.cc; 24s local Linking external/zstd-jni/libzstd-jni.so; 0s local [Sched] Linking src/tools/singlejar/libinput_jar.a [for tool]; 6s [Sched] @com_google_protobuf//:protobuf_lite [Sched] Compiling src/main/cpp/util/path_posix.cc [for tool] [Sched] Compiling src/tools/singlejar/mapped_file.cc [for tool] [Sched] @bazel_tools//tools/jdk:platformclasspath         [265 / 2,307] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 822s local Compiling src/google/protobuf/map.cc; 25s local Linking external/zstd-jni/libzstd-jni.so; 0s local Linking src/tools/singlejar/libinput_jar.a [for tool]; 0s local [Sched] @com_google_protobuf//:protobuf_lite [Sched] Compiling src/main/cpp/util/path_posix.cc [for tool] [Sched] Compiling src/tools/singlejar/mapped_file.cc [for tool] [Sched] @bazel_tools//tools/jdk:platformclasspath         [267 / 2,308] 6 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 822s local Compiling src/google/protobuf/map.cc; 25s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local @bazel_tools//tools/jdk:platformclasspath; 0s local @com_google_protobuf//:protobuf_lite; 0s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 0s local       [267 / 2,308] 7 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 822s local Compiling src/google/protobuf/map.cc; 25s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local @bazel_tools//tools/jdk:platformclasspath; 0s local @com_google_protobuf//:protobuf_lite; 0s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 0s local Compiling src/tools/singlejar/options.cc [for tool]; 0s local        [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 823s local Compiling src/google/protobuf/map.cc; 26s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 0s local @bazel_tools//tools/jdk:platformclasspath; 0s local @com_google_protobuf//:protobuf_lite; 0s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 0s local Compiling src/tools/singlejar/options.cc [for tool]; 0s local Compiling src/main/cpp/util/file.cc [for tool]; 0s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 824s local Compiling src/google/protobuf/map.cc; 27s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 1s local @bazel_tools//tools/jdk:platformclasspath; 1s local @com_google_protobuf//:protobuf_lite; 1s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 1s local Compiling src/tools/singlejar/options.cc [for tool]; 1s local Compiling src/main/cpp/util/file.cc [for tool]; 1s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 825s local Compiling src/google/protobuf/map.cc; 28s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 2s local @bazel_tools//tools/jdk:platformclasspath; 2s local @com_google_protobuf//:protobuf_lite; 2s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 2s local Compiling src/tools/singlejar/options.cc [for tool]; 2s local Compiling src/main/cpp/util/file.cc [for tool]; 2s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 826s local Compiling src/google/protobuf/map.cc; 29s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 3s local @bazel_tools//tools/jdk:platformclasspath; 3s local @com_google_protobuf//:protobuf_lite; 3s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 3s local Compiling src/tools/singlejar/options.cc [for tool]; 3s local Compiling src/main/cpp/util/file.cc [for tool]; 3s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 827s local Compiling src/google/protobuf/map.cc; 30s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 4s local @bazel_tools//tools/jdk:platformclasspath; 4s local @com_google_protobuf//:protobuf_lite; 4s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 4s local Compiling src/tools/singlejar/options.cc [for tool]; 4s local Compiling src/main/cpp/util/file.cc [for tool]; 4s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 828s local Compiling src/google/protobuf/map.cc; 31s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 5s local @bazel_tools//tools/jdk:platformclasspath; 5s local @com_google_protobuf//:protobuf_lite; 5s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 5s local Compiling src/tools/singlejar/options.cc [for tool]; 5s local Compiling src/main/cpp/util/file.cc [for tool]; 5s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 829s local Compiling src/google/protobuf/map.cc; 32s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 6s local @bazel_tools//tools/jdk:platformclasspath; 6s local @com_google_protobuf//:protobuf_lite; 6s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 6s local Compiling src/tools/singlejar/options.cc [for tool]; 6s local Compiling src/main/cpp/util/file.cc [for tool]; 6s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 830s local Compiling src/google/protobuf/map.cc; 33s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 8s local @bazel_tools//tools/jdk:platformclasspath; 8s local @com_google_protobuf//:protobuf_lite; 8s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 8s local Compiling src/tools/singlejar/options.cc [for tool]; 7s local Compiling src/main/cpp/util/file.cc [for tool]; 7s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 831s local Compiling src/google/protobuf/map.cc; 34s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 9s local @bazel_tools//tools/jdk:platformclasspath; 9s local @com_google_protobuf//:protobuf_lite; 9s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 9s local Compiling src/tools/singlejar/options.cc [for tool]; 8s local Compiling src/main/cpp/util/file.cc [for tool]; 8s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 832s local Compiling src/google/protobuf/map.cc; 35s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 10s local @bazel_tools//tools/jdk:platformclasspath; 10s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 10s local Compiling src/tools/singlejar/options.cc [for tool]; 9s local Compiling src/main/cpp/util/file.cc [for tool]; 9s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 833s local Compiling src/google/protobuf/map.cc; 36s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 11s local @bazel_tools//tools/jdk:platformclasspath; 11s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 11s local Compiling src/tools/singlejar/options.cc [for tool]; 10s local Compiling src/main/cpp/util/file.cc [for tool]; 10s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 834s local Compiling src/google/protobuf/map.cc; 37s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 11s local @bazel_tools//tools/jdk:platformclasspath; 11s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 11s local Compiling src/tools/singlejar/options.cc [for tool]; 11s local Compiling src/main/cpp/util/file.cc [for tool]; 11s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 835s local Compiling src/google/protobuf/map.cc; 38s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 12s local @bazel_tools//tools/jdk:platformclasspath; 12s local @com_google_protobuf//:protobuf_lite; 12s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 12s local Compiling src/tools/singlejar/options.cc [for tool]; 12s local Compiling src/main/cpp/util/file.cc [for tool]; 12s local         [267 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 836s local Compiling src/google/protobuf/map.cc; 39s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 13s local @bazel_tools//tools/jdk:platformclasspath; 13s local @com_google_protobuf//:protobuf_lite; 13s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 13s local Compiling src/tools/singlejar/options.cc [for tool]; 13s local Compiling src/main/cpp/util/file.cc [for tool]; 13s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 836s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 14s local @bazel_tools//tools/jdk:platformclasspath; 14s local @com_google_protobuf//:protobuf_lite; 14s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 14s local Compiling src/tools/singlejar/options.cc [for tool]; 13s local Compiling src/main/cpp/util/file.cc [for tool]; 13s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 0s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 837s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 15s local @bazel_tools//tools/jdk:platformclasspath; 15s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 15s local Compiling src/tools/singlejar/options.cc [for tool]; 14s local Compiling src/main/cpp/util/file.cc [for tool]; 14s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 1s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 838s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 16s local @bazel_tools//tools/jdk:platformclasspath; 16s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 16s local Compiling src/tools/singlejar/options.cc [for tool]; 15s local Compiling src/main/cpp/util/file.cc [for tool]; 15s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 2s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 839s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 17s local @bazel_tools//tools/jdk:platformclasspath; 17s local @com_google_protobuf//:protobuf_lite; 17s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 17s local Compiling src/tools/singlejar/options.cc [for tool]; 16s local Compiling src/main/cpp/util/file.cc [for tool]; 16s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 3s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 840s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 18s local @bazel_tools//tools/jdk:platformclasspath; 18s local @com_google_protobuf//:protobuf_lite; 18s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 18s local Compiling src/tools/singlejar/options.cc [for tool]; 18s local Compiling src/main/cpp/util/file.cc [for tool]; 17s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 4s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 841s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 19s local @bazel_tools//tools/jdk:platformclasspath; 19s local @com_google_protobuf//:protobuf_lite; 19s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 19s local Compiling src/tools/singlejar/options.cc [for tool]; 19s local Compiling src/main/cpp/util/file.cc [for tool]; 18s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 5s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 842s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 20s local @bazel_tools//tools/jdk:platformclasspath; 20s local @com_google_protobuf//:protobuf_lite; 20s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 20s local Compiling src/tools/singlejar/options.cc [for tool]; 20s local Compiling src/main/cpp/util/file.cc [for tool]; 19s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 6s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 844s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 21s local @bazel_tools//tools/jdk:platformclasspath; 21s local @com_google_protobuf//:protobuf_lite; 21s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 21s local Compiling src/tools/singlejar/options.cc [for tool]; 21s local Compiling src/main/cpp/util/file.cc [for tool]; 20s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 7s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 845s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 22s local @bazel_tools//tools/jdk:platformclasspath; 22s local @com_google_protobuf//:protobuf_lite; 22s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 22s local Compiling src/tools/singlejar/options.cc [for tool]; 22s local Compiling src/main/cpp/util/file.cc [for tool]; 22s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 8s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 846s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 23s local @bazel_tools//tools/jdk:platformclasspath; 23s local @com_google_protobuf//:protobuf_lite; 23s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 23s local Compiling src/tools/singlejar/options.cc [for tool]; 23s local Compiling src/main/cpp/util/file.cc [for tool]; 23s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 9s local         [268 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 847s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 24s local @bazel_tools//tools/jdk:platformclasspath; 24s local @com_google_protobuf//:protobuf_lite; 24s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 24s local Compiling src/tools/singlejar/options.cc [for tool]; 24s local Compiling src/main/cpp/util/file.cc [for tool]; 24s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 10s local         [269 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 848s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 25s local @com_google_protobuf//:protobuf_lite; 25s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 25s local Compiling src/tools/singlejar/options.cc [for tool]; 25s local Compiling src/main/cpp/util/file.cc [for tool]; 24s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 11s local [Prepa] @bazel_tools//tools/jdk:platformclasspath         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 848s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 25s local @com_google_protobuf//:protobuf_lite; 25s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 25s local Compiling src/tools/singlejar/options.cc [for tool]; 25s local Compiling src/main/cpp/util/file.cc [for tool]; 25s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 11s local @bazel_tools//tools/jdk:platformclasspath; 0s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 849s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 26s local @com_google_protobuf//:protobuf_lite; 26s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 26s local Compiling src/tools/singlejar/options.cc [for tool]; 26s local Compiling src/main/cpp/util/file.cc [for tool]; 26s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 12s local @bazel_tools//tools/jdk:platformclasspath; 1s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 850s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 28s local @com_google_protobuf//:protobuf_lite; 28s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 28s local Compiling src/tools/singlejar/options.cc [for tool]; 27s local Compiling src/main/cpp/util/file.cc [for tool]; 27s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 13s local @bazel_tools//tools/jdk:platformclasspath; 2s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 851s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 29s local @com_google_protobuf//:protobuf_lite; 29s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 29s local Compiling src/tools/singlejar/options.cc [for tool]; 28s local Compiling src/main/cpp/util/file.cc [for tool]; 28s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 15s local @bazel_tools//tools/jdk:platformclasspath; 3s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 852s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 30s local @com_google_protobuf//:protobuf_lite; 30s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 30s local Compiling src/tools/singlejar/options.cc [for tool]; 29s local Compiling src/main/cpp/util/file.cc [for tool]; 29s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 16s local @bazel_tools//tools/jdk:platformclasspath; 4s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 853s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 31s local @com_google_protobuf//:protobuf_lite; 31s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 31s local Compiling src/tools/singlejar/options.cc [for tool]; 30s local Compiling src/main/cpp/util/file.cc [for tool]; 30s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 17s local @bazel_tools//tools/jdk:platformclasspath; 5s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 854s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 32s local @com_google_protobuf//:protobuf_lite; 32s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 32s local Compiling src/tools/singlejar/options.cc [for tool]; 31s local Compiling src/main/cpp/util/file.cc [for tool]; 31s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 18s local @bazel_tools//tools/jdk:platformclasspath; 6s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 855s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 33s local @com_google_protobuf//:protobuf_lite; 33s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 33s local Compiling src/tools/singlejar/options.cc [for tool]; 32s local Compiling src/main/cpp/util/file.cc [for tool]; 32s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 19s local @bazel_tools//tools/jdk:platformclasspath; 7s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 856s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 34s local @com_google_protobuf//:protobuf_lite; 34s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 34s local Compiling src/tools/singlejar/options.cc [for tool]; 33s local Compiling src/main/cpp/util/file.cc [for tool]; 33s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 20s local @bazel_tools//tools/jdk:platformclasspath; 8s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 857s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 35s local @com_google_protobuf//:protobuf_lite; 35s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 35s local Compiling src/tools/singlejar/options.cc [for tool]; 35s local Compiling src/main/cpp/util/file.cc [for tool]; 34s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 21s local @bazel_tools//tools/jdk:platformclasspath; 9s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 858s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 36s local @com_google_protobuf//:protobuf_lite; 36s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 36s local Compiling src/tools/singlejar/options.cc [for tool]; 36s local Compiling src/main/cpp/util/file.cc [for tool]; 35s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 22s local @bazel_tools//tools/jdk:platformclasspath; 10s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 859s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 36s local @com_google_protobuf//:protobuf_lite; 36s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 36s local Compiling src/tools/singlejar/options.cc [for tool]; 36s local Compiling src/main/cpp/util/file.cc [for tool]; 36s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 22s local @bazel_tools//tools/jdk:platformclasspath; 11s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 860s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 38s local @com_google_protobuf//:protobuf_lite; 38s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 38s local Compiling src/tools/singlejar/options.cc [for tool]; 37s local Compiling src/main/cpp/util/file.cc [for tool]; 37s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 24s local @bazel_tools//tools/jdk:platformclasspath; 12s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 861s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 39s local @com_google_protobuf//:protobuf_lite; 39s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 39s local Compiling src/tools/singlejar/options.cc [for tool]; 38s local Compiling src/main/cpp/util/file.cc [for tool]; 38s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 25s local @bazel_tools//tools/jdk:platformclasspath; 13s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 862s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 40s local @com_google_protobuf//:protobuf_lite; 40s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 40s local Compiling src/tools/singlejar/options.cc [for tool]; 39s local Compiling src/main/cpp/util/file.cc [for tool]; 39s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 26s local @bazel_tools//tools/jdk:platformclasspath; 14s local         [269 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 863s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 41s local @com_google_protobuf//:protobuf_lite; 41s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 41s local Compiling src/tools/singlejar/options.cc [for tool]; 40s local Compiling src/main/cpp/util/file.cc [for tool]; 40s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 27s local @bazel_tools//tools/jdk:platformclasspath; 15s local         [270 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 864s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 41s local @com_google_protobuf//:protobuf_lite; 41s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 41s local Compiling src/tools/singlejar/options.cc [for tool]; 41s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 27s local @bazel_tools//tools/jdk:platformclasspath; 16s local [Scann] Compiling src/main/cpp/util/path.cc [for tool]         [270 / 2,308] 8 actions running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 864s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 41s local @com_google_protobuf//:protobuf_lite; 41s local Compiling src/tools/singlejar/mapped_file.cc [for tool]; 41s local Compiling src/tools/singlejar/options.cc [for tool]; 41s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 27s local @bazel_tools//tools/jdk:platformclasspath; 16s local Compiling src/main/cpp/util/path.cc [for tool]; 0s local         [271 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 864s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 42s local @com_google_protobuf//:protobuf_lite; 42s local Compiling src/tools/singlejar/options.cc [for tool]; 41s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 28s local @bazel_tools//tools/jdk:platformclasspath; 16s local Compiling src/main/cpp/util/path.cc [for tool]; 0s local [Prepa] Linking src/tools/singlejar/libmapped_file.a [for tool]         [271 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 865s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 42s local @com_google_protobuf//:protobuf_lite; 42s local Compiling src/tools/singlejar/options.cc [for tool]; 42s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 28s local @bazel_tools//tools/jdk:platformclasspath; 17s local Compiling src/main/cpp/util/path.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]         [271 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 866s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 43s local @com_google_protobuf//:protobuf_lite; 43s local Compiling src/tools/singlejar/options.cc [for tool]; 43s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 29s local @bazel_tools//tools/jdk:platformclasspath; 18s local Compiling src/main/cpp/util/path.cc [for tool]; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]         [271 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 867s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 44s local @com_google_protobuf//:protobuf_lite; 44s local Compiling src/tools/singlejar/options.cc [for tool]; 44s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 30s local @bazel_tools//tools/jdk:platformclasspath; 19s local Compiling src/main/cpp/util/path.cc [for tool]; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]         [271 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 868s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 45s local @com_google_protobuf//:protobuf_lite; 45s local Compiling src/tools/singlejar/options.cc [for tool]; 45s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 31s local @bazel_tools//tools/jdk:platformclasspath; 20s local Compiling src/main/cpp/util/path.cc [for tool]; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]         [271 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 869s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 46s local @com_google_protobuf//:protobuf_lite; 46s local Compiling src/tools/singlejar/options.cc [for tool]; 46s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 32s local @bazel_tools//tools/jdk:platformclasspath; 21s local Compiling src/main/cpp/util/path.cc [for tool]; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 4s         [271 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 870s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 47s local @com_google_protobuf//:protobuf_lite; 47s local Compiling src/tools/singlejar/options.cc [for tool]; 47s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 33s local @bazel_tools//tools/jdk:platformclasspath; 22s local Compiling src/main/cpp/util/path.cc [for tool]; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 5s         [271 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 871s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 48s local @com_google_protobuf//:protobuf_lite; 48s local Compiling src/tools/singlejar/options.cc [for tool]; 48s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 34s local @bazel_tools//tools/jdk:platformclasspath; 23s local Compiling src/main/cpp/util/path.cc [for tool]; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 6s         [271 / 2,308] 8 actions, 7 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 872s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 49s local @com_google_protobuf//:protobuf_lite; 49s local Compiling src/tools/singlejar/options.cc [for tool]; 49s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 35s local @bazel_tools//tools/jdk:platformclasspath; 24s local Compiling src/main/cpp/util/path.cc [for tool]; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 7s         [272 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 872s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 50s local @com_google_protobuf//:protobuf_lite; 50s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 36s local @bazel_tools//tools/jdk:platformclasspath; 24s local Compiling src/main/cpp/util/path.cc [for tool]; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 7s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]         [272 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 873s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 51s local @com_google_protobuf//:protobuf_lite; 51s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 37s local @bazel_tools//tools/jdk:platformclasspath; 25s local Compiling src/main/cpp/util/path.cc [for tool]; 9s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 9s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]         [272 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 874s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 52s local @com_google_protobuf//:protobuf_lite; 52s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 38s local @bazel_tools//tools/jdk:platformclasspath; 26s local Compiling src/main/cpp/util/path.cc [for tool]; 10s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 10s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]         [272 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 875s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 53s local @com_google_protobuf//:protobuf_lite; 53s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 39s local @bazel_tools//tools/jdk:platformclasspath; 27s local Compiling src/main/cpp/util/path.cc [for tool]; 11s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 11s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]         [272 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 876s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 54s local @com_google_protobuf//:protobuf_lite; 54s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 40s local @bazel_tools//tools/jdk:platformclasspath; 28s local Compiling src/main/cpp/util/path.cc [for tool]; 12s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 12s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 4s         [273 / 2,308] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 877s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 55s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 41s local @bazel_tools//tools/jdk:platformclasspath; 29s local Compiling src/main/cpp/util/path.cc [for tool]; 13s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 12s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 5s [Scann] @com_google_protobuf//:protobuf_lite         [273 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 877s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 55s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 41s local @bazel_tools//tools/jdk:platformclasspath; 29s local Compiling src/main/cpp/util/path.cc [for tool]; 13s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 13s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 5s         [273 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 878s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 56s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 42s local @bazel_tools//tools/jdk:platformclasspath; 30s local Compiling src/main/cpp/util/path.cc [for tool]; 14s local @com_google_protobuf//:protobuf_lite; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 14s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 6s         [273 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 880s local Compiling src/main/cpp/util/path_posix.cc [for tool]; 57s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 43s local @bazel_tools//tools/jdk:platformclasspath; 31s local Compiling src/main/cpp/util/path.cc [for tool]; 15s local @com_google_protobuf//:protobuf_lite; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 15s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 7s         [274 / 2,308] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 880s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 44s local @bazel_tools//tools/jdk:platformclasspath; 32s local Compiling src/main/cpp/util/path.cc [for tool]; 16s local @com_google_protobuf//:protobuf_lite; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 16s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 8s [Scann] Compiling src/main/cpp/util/file_posix.cc [for tool]         [274 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 881s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 44s local @bazel_tools//tools/jdk:platformclasspath; 33s local Compiling src/main/cpp/util/path.cc [for tool]; 16s local @com_google_protobuf//:protobuf_lite; 3s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 16s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 8s         [274 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 882s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 45s local @bazel_tools//tools/jdk:platformclasspath; 34s local Compiling src/main/cpp/util/path.cc [for tool]; 18s local @com_google_protobuf//:protobuf_lite; 4s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 17s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 9s         [274 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 883s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 46s local @bazel_tools//tools/jdk:platformclasspath; 35s local Compiling src/main/cpp/util/path.cc [for tool]; 19s local @com_google_protobuf//:protobuf_lite; 5s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 18s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 10s         [274 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 884s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 47s local @bazel_tools//tools/jdk:platformclasspath; 36s local Compiling src/main/cpp/util/path.cc [for tool]; 20s local @com_google_protobuf//:protobuf_lite; 6s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 19s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 11s         [274 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 885s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 48s local @bazel_tools//tools/jdk:platformclasspath; 37s local Compiling src/main/cpp/util/path.cc [for tool]; 21s local @com_google_protobuf//:protobuf_lite; 7s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 20s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 12s         [274 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 886s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 49s local @bazel_tools//tools/jdk:platformclasspath; 38s local Compiling src/main/cpp/util/path.cc [for tool]; 22s local @com_google_protobuf//:protobuf_lite; 8s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 21s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 13s         [274 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 887s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 50s local @bazel_tools//tools/jdk:platformclasspath; 39s local Compiling src/main/cpp/util/path.cc [for tool]; 23s local @com_google_protobuf//:protobuf_lite; 9s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 22s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 14s         [274 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 888s local Compiling src/google/protobuf/io/zero_copy_stream_impl_lite.cc; 51s local @bazel_tools//tools/jdk:platformclasspath; 40s local Compiling src/main/cpp/util/path.cc [for tool]; 24s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 23s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 15s         [275 / 2,308] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 889s local @bazel_tools//tools/jdk:platformclasspath; 41s local Compiling src/main/cpp/util/path.cc [for tool]; 25s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 24s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 16s [Scann] Compiling src/google/protobuf/io/zero_copy_stream_impl.cc         [275 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 889s local @bazel_tools//tools/jdk:platformclasspath; 41s local Compiling src/main/cpp/util/path.cc [for tool]; 25s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 8s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 24s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 17s         [275 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 890s local @bazel_tools//tools/jdk:platformclasspath; 42s local Compiling src/main/cpp/util/path.cc [for tool]; 26s local @com_google_protobuf//:protobuf_lite; 12s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 9s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 25s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 18s         [275 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 891s local @bazel_tools//tools/jdk:platformclasspath; 43s local Compiling src/main/cpp/util/path.cc [for tool]; 27s local @com_google_protobuf//:protobuf_lite; 14s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 10s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 27s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 19s         [275 / 2,308] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 892s local @bazel_tools//tools/jdk:platformclasspath; 44s local Compiling src/main/cpp/util/path.cc [for tool]; 28s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 12s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 28s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 20s         [277 / 2,318] 7 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 893s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 13s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 29s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 21s [Scann] Compiling src/main/cpp/util/md5.cc        [278 / 2,325] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 894s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 13s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 4s local Compiling src/main/cpp/util/md5.cc; 0s local @com_github_grpc_grpc//src/compiler:grpc_cpp_plugin; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 29s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 21s         [279 / 2,334] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 894s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 13s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 5s local Compiling src/main/cpp/util/md5.cc; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 29s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 21s [Scann] Compiling src/compiler/ruby_generator.cc [for tool]         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 894s local @com_google_protobuf//:protobuf_lite; 17s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 14s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 5s local Compiling src/main/cpp/util/md5.cc; 0s local Compiling src/compiler/ruby_generator.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 30s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 22s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 895s local @com_google_protobuf//:protobuf_lite; 18s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 15s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 6s local Compiling src/main/cpp/util/md5.cc; 2s local Compiling src/compiler/ruby_generator.cc [for tool]; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 31s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 23s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 896s local @com_google_protobuf//:protobuf_lite; 19s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 16s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 7s local Compiling src/main/cpp/util/md5.cc; 3s local Compiling src/compiler/ruby_generator.cc [for tool]; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 32s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 24s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 897s local @com_google_protobuf//:protobuf_lite; 20s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 17s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 8s local Compiling src/main/cpp/util/md5.cc; 4s local Compiling src/compiler/ruby_generator.cc [for tool]; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 33s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 25s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 898s local @com_google_protobuf//:protobuf_lite; 21s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 18s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 9s local Compiling src/main/cpp/util/md5.cc; 5s local Compiling src/compiler/ruby_generator.cc [for tool]; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 34s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 26s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 900s local @com_google_protobuf//:protobuf_lite; 22s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 19s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 10s local Compiling src/main/cpp/util/md5.cc; 6s local Compiling src/compiler/ruby_generator.cc [for tool]; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 35s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 27s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 901s local @com_google_protobuf//:protobuf_lite; 23s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 20s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 11s local Compiling src/main/cpp/util/md5.cc; 7s local Compiling src/compiler/ruby_generator.cc [for tool]; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 36s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 28s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 902s local @com_google_protobuf//:protobuf_lite; 24s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 21s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 12s local Compiling src/main/cpp/util/md5.cc; 8s local Compiling src/compiler/ruby_generator.cc [for tool]; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 37s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 29s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 903s local @com_google_protobuf//:protobuf_lite; 25s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 22s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 13s local Compiling src/main/cpp/util/md5.cc; 9s local Compiling src/compiler/ruby_generator.cc [for tool]; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 38s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 30s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 904s local @com_google_protobuf//:protobuf_lite; 26s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 23s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 14s local Compiling src/main/cpp/util/md5.cc; 10s local Compiling src/compiler/ruby_generator.cc [for tool]; 9s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 39s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 31s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 905s local @com_google_protobuf//:protobuf_lite; 27s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 24s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 15s local Compiling src/main/cpp/util/md5.cc; 11s local Compiling src/compiler/ruby_generator.cc [for tool]; 10s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 40s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 32s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 906s local @com_google_protobuf//:protobuf_lite; 28s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 25s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 16s local Compiling src/main/cpp/util/md5.cc; 12s local Compiling src/compiler/ruby_generator.cc [for tool]; 11s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 41s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 33s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 907s local @com_google_protobuf//:protobuf_lite; 29s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 26s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 17s local Compiling src/main/cpp/util/md5.cc; 13s local Compiling src/compiler/ruby_generator.cc [for tool]; 12s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 42s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 34s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 908s local @com_google_protobuf//:protobuf_lite; 30s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 27s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 18s local Compiling src/main/cpp/util/md5.cc; 14s local Compiling src/compiler/ruby_generator.cc [for tool]; 13s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 43s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 35s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 909s local @com_google_protobuf//:protobuf_lite; 31s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 28s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 20s local Compiling src/main/cpp/util/md5.cc; 15s local Compiling src/compiler/ruby_generator.cc [for tool]; 14s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 44s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 36s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 910s local @com_google_protobuf//:protobuf_lite; 32s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 29s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 21s local Compiling src/main/cpp/util/md5.cc; 16s local Compiling src/compiler/ruby_generator.cc [for tool]; 15s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 45s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 37s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 911s local @com_google_protobuf//:protobuf_lite; 33s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 30s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 22s local Compiling src/main/cpp/util/md5.cc; 17s local Compiling src/compiler/ruby_generator.cc [for tool]; 16s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 46s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 38s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 912s local @com_google_protobuf//:protobuf_lite; 34s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 31s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 23s local Compiling src/main/cpp/util/md5.cc; 18s local Compiling src/compiler/ruby_generator.cc [for tool]; 17s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 47s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 39s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 913s local @com_google_protobuf//:protobuf_lite; 35s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 32s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 24s local Compiling src/main/cpp/util/md5.cc; 19s local Compiling src/compiler/ruby_generator.cc [for tool]; 19s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 48s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 40s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 914s local @com_google_protobuf//:protobuf_lite; 36s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 33s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 25s local Compiling src/main/cpp/util/md5.cc; 20s local Compiling src/compiler/ruby_generator.cc [for tool]; 20s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 49s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 41s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 915s local @com_google_protobuf//:protobuf_lite; 37s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 34s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 26s local Compiling src/main/cpp/util/md5.cc; 21s local Compiling src/compiler/ruby_generator.cc [for tool]; 21s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 50s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 42s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 916s local @com_google_protobuf//:protobuf_lite; 38s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 35s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 27s local Compiling src/main/cpp/util/md5.cc; 22s local Compiling src/compiler/ruby_generator.cc [for tool]; 22s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 51s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 44s         [279 / 2,334] 8 actions, 6 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 917s local @com_google_protobuf//:protobuf_lite; 40s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 36s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 28s local Compiling src/main/cpp/util/md5.cc; 23s local Compiling src/compiler/ruby_generator.cc [for tool]; 23s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 53s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 45s         [280 / 2,334] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 918s local @com_google_protobuf//:protobuf_lite; 40s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 37s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 29s local Compiling src/compiler/ruby_generator.cc [for tool]; 24s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 53s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 45s [Prepa] Linking src/main/cpp/util/libmd5.a         [280 / 2,334] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 918s local @com_google_protobuf//:protobuf_lite; 41s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 37s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 29s local Compiling src/compiler/ruby_generator.cc [for tool]; 24s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 54s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 46s [Sched] Linking src/main/cpp/util/libmd5.a         [280 / 2,334] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 919s local @com_google_protobuf//:protobuf_lite; 42s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 39s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 30s local Compiling src/compiler/ruby_generator.cc [for tool]; 25s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 55s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 47s [Sched] Linking src/main/cpp/util/libmd5.a         [280 / 2,334] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 920s local @com_google_protobuf//:protobuf_lite; 43s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 40s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 31s local Compiling src/compiler/ruby_generator.cc [for tool]; 26s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 56s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 48s [Sched] Linking src/main/cpp/util/libmd5.a         [280 / 2,334] 8 actions, 5 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 921s local @com_google_protobuf//:protobuf_lite; 44s local Compiling src/main/cpp/util/file_posix.cc [for tool]; 41s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 32s local Compiling src/compiler/ruby_generator.cc [for tool]; 27s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 57s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 49s [Sched] Linking src/main/cpp/util/libmd5.a         [281 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 922s local @com_google_protobuf//:protobuf_lite; 44s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 32s local Compiling src/compiler/ruby_generator.cc [for tool]; 27s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 57s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 49s [Sched] Linking src/main/cpp/util/libmd5.a [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]         [281 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 923s local @com_google_protobuf//:protobuf_lite; 45s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 33s local Compiling src/compiler/ruby_generator.cc [for tool]; 28s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 58s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 50s [Sched] Linking src/main/cpp/util/libmd5.a; 4s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]         [281 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 924s local @com_google_protobuf//:protobuf_lite; 46s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 34s local Compiling src/compiler/ruby_generator.cc [for tool]; 29s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 59s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 51s [Sched] Linking src/main/cpp/util/libmd5.a; 5s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]         [282 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 924s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 35s local Compiling src/compiler/ruby_generator.cc [for tool]; 30s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 59s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 51s [Sched] Linking src/main/cpp/util/libmd5.a; 5s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]         [282 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 925s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 36s local Compiling src/compiler/ruby_generator.cc [for tool]; 31s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 60s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 52s [Sched] Linking src/main/cpp/util/libmd5.a; 7s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]         [282 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 926s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 37s local Compiling src/compiler/ruby_generator.cc [for tool]; 32s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 61s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 53s [Sched] Linking src/main/cpp/util/libmd5.a; 8s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 4s         [282 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 927s local Compiling src/google/protobuf/io/zero_copy_stream_impl.cc; 38s local Compiling src/compiler/ruby_generator.cc [for tool]; 33s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 62s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 55s [Sched] Linking src/main/cpp/util/libmd5.a; 9s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 5s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 927s local Compiling src/compiler/ruby_generator.cc [for tool]; 33s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 3s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 63s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 55s [Sched] Linking src/main/cpp/util/libmd5.a; 9s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 5s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 928s local Compiling src/compiler/ruby_generator.cc [for tool]; 34s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 4s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 64s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 56s [Sched] Linking src/main/cpp/util/libmd5.a; 10s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 7s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 929s local Compiling src/compiler/ruby_generator.cc [for tool]; 35s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 5s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 65s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 57s [Sched] Linking src/main/cpp/util/libmd5.a; 11s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 8s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 931s local Compiling src/compiler/ruby_generator.cc [for tool]; 36s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 6s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 66s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 58s [Sched] Linking src/main/cpp/util/libmd5.a; 12s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 9s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 932s local Compiling src/compiler/ruby_generator.cc [for tool]; 37s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 7s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 67s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 59s [Sched] Linking src/main/cpp/util/libmd5.a; 13s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 10s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 933s local Compiling src/compiler/ruby_generator.cc [for tool]; 38s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 8s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 68s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 60s [Sched] Linking src/main/cpp/util/libmd5.a; 14s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 11s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 934s local Compiling src/compiler/ruby_generator.cc [for tool]; 39s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 9s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 69s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 61s [Sched] Linking src/main/cpp/util/libmd5.a; 15s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 12s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 935s local Compiling src/compiler/ruby_generator.cc [for tool]; 40s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 10s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 70s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 62s [Sched] Linking src/main/cpp/util/libmd5.a; 16s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 13s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 936s local Compiling src/compiler/ruby_generator.cc [for tool]; 41s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 11s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 71s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 63s [Sched] Linking src/main/cpp/util/libmd5.a; 17s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 14s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 937s local Compiling src/compiler/ruby_generator.cc [for tool]; 42s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 13s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 9s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 72s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 64s [Sched] Linking src/main/cpp/util/libmd5.a; 18s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 15s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 938s local Compiling src/compiler/ruby_generator.cc [for tool]; 43s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 14s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 10s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 73s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 65s [Sched] Linking src/main/cpp/util/libmd5.a; 19s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 16s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 939s local Compiling src/compiler/ruby_generator.cc [for tool]; 44s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 15s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 11s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 74s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 66s [Sched] Linking src/main/cpp/util/libmd5.a; 20s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 17s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 939s local Compiling src/compiler/ruby_generator.cc [for tool]; 45s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 15s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 11s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 74s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 67s [Sched] Linking src/main/cpp/util/libmd5.a; 21s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 17s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 940s local Compiling src/compiler/ruby_generator.cc [for tool]; 46s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 16s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 12s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 76s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 68s [Sched] Linking src/main/cpp/util/libmd5.a; 22s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 18s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 941s local Compiling src/compiler/ruby_generator.cc [for tool]; 47s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 17s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 13s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 77s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 69s [Sched] Linking src/main/cpp/util/libmd5.a; 23s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 19s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 942s local Compiling src/compiler/ruby_generator.cc [for tool]; 48s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 18s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 15s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 78s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 70s [Sched] Linking src/main/cpp/util/libmd5.a; 24s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 20s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 943s local Compiling src/compiler/ruby_generator.cc [for tool]; 49s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 19s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 16s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 79s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 71s [Sched] Linking src/main/cpp/util/libmd5.a; 25s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 21s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 944s local Compiling src/compiler/ruby_generator.cc [for tool]; 50s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 20s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 17s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 80s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 72s [Sched] Linking src/main/cpp/util/libmd5.a; 26s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 22s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 945s local Compiling src/compiler/ruby_generator.cc [for tool]; 51s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 21s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 18s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 81s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 73s [Sched] Linking src/main/cpp/util/libmd5.a; 27s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 24s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 947s local Compiling src/compiler/ruby_generator.cc [for tool]; 52s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 22s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 19s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 82s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 74s [Sched] Linking src/main/cpp/util/libmd5.a; 28s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 25s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 948s local Compiling src/compiler/ruby_generator.cc [for tool]; 53s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 23s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 20s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 83s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 75s [Sched] Linking src/main/cpp/util/libmd5.a; 29s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 26s         [283 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 949s local Compiling src/compiler/ruby_generator.cc [for tool]; 54s local Compiling src/google/protobuf/io/zero_copy_stream.cc [for tool]; 24s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 21s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 84s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 76s [Sched] Linking src/main/cpp/util/libmd5.a; 30s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 27s         [284 / 2,334] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 949s local Compiling src/compiler/ruby_generator.cc [for tool]; 55s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 21s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 85s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 77s [Sched] Linking src/main/cpp/util/libmd5.a; 31s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 27s        [284 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 949s local Compiling src/compiler/ruby_generator.cc [for tool]; 55s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 22s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 85s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 77s [Sched] Linking src/main/cpp/util/libmd5.a; 31s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 28s         [284 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 951s local Compiling src/compiler/ruby_generator.cc [for tool]; 56s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 23s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 86s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 78s [Sched] Linking src/main/cpp/util/libmd5.a; 32s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 29s         [284 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 952s local Compiling src/compiler/ruby_generator.cc [for tool]; 57s local Compiling src/google/protobuf/io/zero_copy_stream.cc; 24s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 87s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 79s [Sched] Linking src/main/cpp/util/libmd5.a; 33s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 30s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 952s local Compiling src/compiler/ruby_generator.cc [for tool]; 57s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 2s local Compiling src/google/protobuf/io/strtod.cc; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 87s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 79s [Sched] Linking src/main/cpp/util/libmd5.a; 33s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 30s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 953s local Compiling src/compiler/ruby_generator.cc [for tool]; 58s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 3s local Compiling src/google/protobuf/io/strtod.cc; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 88s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 80s [Sched] Linking src/main/cpp/util/libmd5.a; 34s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 31s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 954s local Compiling src/compiler/ruby_generator.cc [for tool]; 59s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 4s local Compiling src/google/protobuf/io/strtod.cc; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 89s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 81s [Sched] Linking src/main/cpp/util/libmd5.a; 35s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 32s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 955s local Compiling src/compiler/ruby_generator.cc [for tool]; 61s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 5s local Compiling src/google/protobuf/io/strtod.cc; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 90s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 82s [Sched] Linking src/main/cpp/util/libmd5.a; 36s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 33s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 956s local Compiling src/compiler/ruby_generator.cc [for tool]; 62s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 6s local Compiling src/google/protobuf/io/strtod.cc; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 91s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 83s [Sched] Linking src/main/cpp/util/libmd5.a; 38s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 34s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 957s local Compiling src/compiler/ruby_generator.cc [for tool]; 63s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 7s local Compiling src/google/protobuf/io/strtod.cc; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 92s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 85s [Sched] Linking src/main/cpp/util/libmd5.a; 39s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 35s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 958s local Compiling src/compiler/ruby_generator.cc [for tool]; 64s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 8s local Compiling src/google/protobuf/io/strtod.cc; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 93s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 86s [Sched] Linking src/main/cpp/util/libmd5.a; 40s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 36s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 959s local Compiling src/compiler/ruby_generator.cc [for tool]; 65s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 9s local Compiling src/google/protobuf/io/strtod.cc; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 95s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 87s [Sched] Linking src/main/cpp/util/libmd5.a; 41s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 37s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 960s local Compiling src/compiler/ruby_generator.cc [for tool]; 66s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 10s local Compiling src/google/protobuf/io/strtod.cc; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 96s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 88s [Sched] Linking src/main/cpp/util/libmd5.a; 42s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 38s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 961s local Compiling src/compiler/ruby_generator.cc [for tool]; 67s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 12s local Compiling src/google/protobuf/io/strtod.cc; 9s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 97s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 89s [Sched] Linking src/main/cpp/util/libmd5.a; 43s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 39s         [285 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 962s local Compiling src/compiler/ruby_generator.cc [for tool]; 68s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 13s local Compiling src/google/protobuf/io/strtod.cc; 10s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 98s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 90s [Sched] Linking src/main/cpp/util/libmd5.a; 44s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 40s         [286 / 2,334] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 963s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 13s local Compiling src/google/protobuf/io/strtod.cc; 11s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 98s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 90s [Sched] Linking src/main/cpp/util/libmd5.a; 44s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 41s [Scann] Compiling src/compiler/python_generator.cc [for tool]         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 963s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 14s local Compiling src/google/protobuf/io/strtod.cc; 11s local Compiling src/compiler/python_generator.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 99s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 91s [Sched] Linking src/main/cpp/util/libmd5.a; 45s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 41s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 964s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 15s local Compiling src/google/protobuf/io/strtod.cc; 12s local Compiling src/compiler/python_generator.cc [for tool]; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 100s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 92s [Sched] Linking src/main/cpp/util/libmd5.a; 46s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 42s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 965s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 16s local Compiling src/google/protobuf/io/strtod.cc; 13s local Compiling src/compiler/python_generator.cc [for tool]; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 101s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 93s [Sched] Linking src/main/cpp/util/libmd5.a; 47s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 43s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 966s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 17s local Compiling src/google/protobuf/io/strtod.cc; 14s local Compiling src/compiler/python_generator.cc [for tool]; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 102s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 94s [Sched] Linking src/main/cpp/util/libmd5.a; 48s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 45s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 967s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 18s local Compiling src/google/protobuf/io/strtod.cc; 15s local Compiling src/compiler/python_generator.cc [for tool]; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 103s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 95s [Sched] Linking src/main/cpp/util/libmd5.a; 49s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 46s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 969s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 19s local Compiling src/google/protobuf/io/strtod.cc; 16s local Compiling src/compiler/python_generator.cc [for tool]; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 104s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 96s [Sched] Linking src/main/cpp/util/libmd5.a; 50s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 47s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 970s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 20s local Compiling src/google/protobuf/io/strtod.cc; 17s local Compiling src/compiler/python_generator.cc [for tool]; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 105s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 97s [Sched] Linking src/main/cpp/util/libmd5.a; 51s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 48s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 971s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 21s local Compiling src/google/protobuf/io/strtod.cc; 18s local Compiling src/compiler/python_generator.cc [for tool]; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 106s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 98s [Sched] Linking src/main/cpp/util/libmd5.a; 52s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 49s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 972s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 22s local Compiling src/google/protobuf/io/strtod.cc; 19s local Compiling src/compiler/python_generator.cc [for tool]; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 107s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 99s [Sched] Linking src/main/cpp/util/libmd5.a; 53s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 50s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 973s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 23s local Compiling src/google/protobuf/io/strtod.cc; 21s local Compiling src/compiler/python_generator.cc [for tool]; 9s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 108s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 100s [Sched] Linking src/main/cpp/util/libmd5.a; 54s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 51s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 974s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 24s local Compiling src/google/protobuf/io/strtod.cc; 22s local Compiling src/compiler/python_generator.cc [for tool]; 10s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 109s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 101s [Sched] Linking src/main/cpp/util/libmd5.a; 55s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 52s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 974s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 25s local Compiling src/google/protobuf/io/strtod.cc; 22s local Compiling src/compiler/python_generator.cc [for tool]; 11s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 110s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 102s [Sched] Linking src/main/cpp/util/libmd5.a; 56s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 52s         [286 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 975s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 26s local Compiling src/google/protobuf/io/strtod.cc; 23s local Compiling src/compiler/python_generator.cc [for tool]; 12s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 111s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 103s [Sched] Linking src/main/cpp/util/libmd5.a; 57s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 54s         [287 / 2,334] 8 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 976s local Compiling src/google/protobuf/io/strtod.cc [for tool]; 27s local Compiling src/compiler/python_generator.cc [for tool]; 13s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 112s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 104s [Sched] Linking src/main/cpp/util/libmd5.a; 58s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 55s [Scann] Compiling src/google/protobuf/io/io_win32.cc         [288 / 2,334] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 977s local Compiling src/compiler/python_generator.cc [for tool]; 13s local Compiling src/google/protobuf/io/io_win32.cc; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 112s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 104s [Sched] Linking src/main/cpp/util/libmd5.a; 58s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 55s        [288 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 977s local Compiling src/compiler/python_generator.cc [for tool]; 14s local Compiling src/google/protobuf/io/io_win32.cc; 0s local Compiling src/google/protobuf/io/io_win32.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 112s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 104s [Sched] Linking src/main/cpp/util/libmd5.a; 58s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 55s         [289 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 977s local Compiling src/compiler/python_generator.cc [for tool]; 14s local Compiling src/google/protobuf/io/io_win32.cc [for tool]; 0s local Compiling src/google/protobuf/io/coded_stream.cc; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 113s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 105s [Sched] Linking src/main/cpp/util/libmd5.a; 59s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 55s         [290 / 2,334] 7 actions, 3 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 977s local Compiling src/compiler/python_generator.cc [for tool]; 14s local Compiling src/google/protobuf/io/coded_stream.cc; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 113s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 105s [Sched] Linking src/main/cpp/util/libmd5.a; 59s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 56s        [290 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 978s local Compiling src/compiler/python_generator.cc [for tool]; 14s local Compiling src/google/protobuf/io/coded_stream.cc; 0s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 113s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 105s [Sched] Linking src/main/cpp/util/libmd5.a; 59s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 56s         INFO: From JavacBootstrap src/java_tools/buildjar/java/com/google/devtools/build/buildjar/libstarlark-deps.jar [for tool]: warning: Implicitly compiled files were not subject to annotation processing. Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 warning [290 / 2,334] 8 actions, 4 running JavacBootstrap .../buildjar/libstarlark-deps.jar [for tool]; 978s local Compiling src/compiler/python_generator.cc [for tool]; 14s local Compiling src/google/protobuf/io/coded_stream.cc; 0s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 113s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 105s [Sched] Linking src/main/cpp/util/libmd5.a; 59s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 56s         [291 / 2,334] 8 actions, 3 running Compiling src/compiler/python_generator.cc [for tool]; 15s local Compiling src/google/protobuf/io/coded_stream.cc; 1s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 114s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 106s [Sched] Linking src/main/cpp/util/libmd5.a; 60s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 56s [Prepa] JavacBootstrap .../jarhelper/libbootstrap_jarhelper.jar [for tool]         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 15s local Compiling src/google/protobuf/io/coded_stream.cc; 1s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 1s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 114s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 106s [Sched] Linking src/main/cpp/util/libmd5.a; 60s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 57s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 16s local Compiling src/google/protobuf/io/coded_stream.cc; 2s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 2s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 115s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 107s [Sched] Linking src/main/cpp/util/libmd5.a; 61s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 58s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 17s local Compiling src/google/protobuf/io/coded_stream.cc; 3s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 3s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 116s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 108s [Sched] Linking src/main/cpp/util/libmd5.a; 62s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 59s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 18s local Compiling src/google/protobuf/io/coded_stream.cc; 4s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 4s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 117s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 109s [Sched] Linking src/main/cpp/util/libmd5.a; 63s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 60s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 19s local Compiling src/google/protobuf/io/coded_stream.cc; 5s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 5s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 118s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 110s [Sched] Linking src/main/cpp/util/libmd5.a; 64s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 61s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 20s local Compiling src/google/protobuf/io/coded_stream.cc; 6s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 6s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 119s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 111s [Sched] Linking src/main/cpp/util/libmd5.a; 65s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 62s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 21s local Compiling src/google/protobuf/io/coded_stream.cc; 7s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 7s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 120s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 112s [Sched] Linking src/main/cpp/util/libmd5.a; 66s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 63s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 22s local Compiling src/google/protobuf/io/coded_stream.cc; 8s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 8s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 121s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 113s [Sched] Linking src/main/cpp/util/libmd5.a; 67s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 64s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 23s local Compiling src/google/protobuf/io/coded_stream.cc; 9s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 9s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 122s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 114s [Sched] Linking src/main/cpp/util/libmd5.a; 68s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 65s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 25s local Compiling src/google/protobuf/io/coded_stream.cc; 10s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 10s local .../google/devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 9s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 123s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 115s [Sched] Linking src/main/cpp/util/libmd5.a; 69s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 66s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 25s local Compiling src/google/protobuf/io/coded_stream.cc; 11s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 10s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 10s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 124s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 116s [Sched] Linking src/main/cpp/util/libmd5.a; 70s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 67s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 26s local Compiling src/google/protobuf/io/coded_stream.cc; 12s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 11s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 11s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 125s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 117s [Sched] Linking src/main/cpp/util/libmd5.a; 71s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 68s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 27s local Compiling src/google/protobuf/io/coded_stream.cc; 13s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 13s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 12s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 126s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 118s [Sched] Linking src/main/cpp/util/libmd5.a; 72s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 69s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 28s local Compiling src/google/protobuf/io/coded_stream.cc; 14s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 14s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 13s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 127s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 119s [Sched] Linking src/main/cpp/util/libmd5.a; 73s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 70s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 29s local Compiling src/google/protobuf/io/coded_stream.cc; 15s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 15s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 14s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 128s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 120s [Sched] Linking src/main/cpp/util/libmd5.a; 74s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 71s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 30s local Compiling src/google/protobuf/io/coded_stream.cc; 16s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 16s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 15s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 129s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 121s [Sched] Linking src/main/cpp/util/libmd5.a; 75s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 72s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 31s local Compiling src/google/protobuf/io/coded_stream.cc; 17s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 17s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 16s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 130s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 122s [Sched] Linking src/main/cpp/util/libmd5.a; 76s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 73s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 32s local Compiling src/google/protobuf/io/coded_stream.cc; 18s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 18s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 17s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 131s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 123s [Sched] Linking src/main/cpp/util/libmd5.a; 77s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 74s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 33s local Compiling src/google/protobuf/io/coded_stream.cc; 19s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 19s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 18s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 132s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 124s [Sched] Linking src/main/cpp/util/libmd5.a; 78s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 75s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 34s local Compiling src/google/protobuf/io/coded_stream.cc; 20s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 20s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 19s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 133s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 125s [Sched] Linking src/main/cpp/util/libmd5.a; 79s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 76s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 35s local Compiling src/google/protobuf/io/coded_stream.cc; 21s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 21s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 20s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 134s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 126s [Sched] Linking src/main/cpp/util/libmd5.a; 80s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 77s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 37s local Compiling src/google/protobuf/io/coded_stream.cc; 22s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 22s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 21s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 135s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 127s [Sched] Linking src/main/cpp/util/libmd5.a; 81s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 78s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 38s local Compiling src/google/protobuf/io/coded_stream.cc; 23s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 23s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 22s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 136s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 128s [Sched] Linking src/main/cpp/util/libmd5.a; 83s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 79s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 39s local Compiling src/google/protobuf/io/coded_stream.cc; 24s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 24s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 23s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 137s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 129s [Sched] Linking src/main/cpp/util/libmd5.a; 84s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 80s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 40s local Compiling src/google/protobuf/io/coded_stream.cc; 26s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 25s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 24s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 138s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 131s [Sched] Linking src/main/cpp/util/libmd5.a; 85s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 81s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 41s local Compiling src/google/protobuf/io/coded_stream.cc; 27s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 26s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 25s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 140s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 132s [Sched] Linking src/main/cpp/util/libmd5.a; 86s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 82s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 42s local Compiling src/google/protobuf/io/coded_stream.cc; 28s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 27s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 27s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 141s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 133s [Sched] Linking src/main/cpp/util/libmd5.a; 87s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 83s         [291 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 43s local Compiling src/google/protobuf/io/coded_stream.cc; 29s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 29s local .../devtools/build/buildjar/jarhelper:bootstrap_jarhelper; 28s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 142s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 134s [Sched] Linking src/main/cpp/util/libmd5.a; 88s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 85s         [292 / 2,334] 8 actions, 3 running Compiling src/compiler/python_generator.cc [for tool]; 44s local Compiling src/google/protobuf/io/coded_stream.cc; 30s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 29s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 142s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 135s [Sched] Linking src/main/cpp/util/libmd5.a; 89s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 85s [Prepa] .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder         [292 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 44s local Compiling src/google/protobuf/io/coded_stream.cc; 30s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 30s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 143s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 135s [Sched] Linking src/main/cpp/util/libmd5.a; 89s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 86s         [292 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 45s local Compiling src/google/protobuf/io/coded_stream.cc; 31s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 31s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 144s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 136s [Sched] Linking src/main/cpp/util/libmd5.a; 90s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 87s         [292 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 46s local Compiling src/google/protobuf/io/coded_stream.cc; 32s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 32s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 145s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 137s [Sched] Linking src/main/cpp/util/libmd5.a; 91s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 88s         [292 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 47s local Compiling src/google/protobuf/io/coded_stream.cc; 33s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 33s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 146s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 138s [Sched] Linking src/main/cpp/util/libmd5.a; 92s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 89s         [292 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 48s local Compiling src/google/protobuf/io/coded_stream.cc; 34s local Compiling src/google/protobuf/io/coded_stream.cc [for tool]; 34s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 147s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 139s [Sched] Linking src/main/cpp/util/libmd5.a; 93s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 90s         [293 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 48s local Compiling src/google/protobuf/io/coded_stream.cc; 34s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 4s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 147s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 139s [Sched] Linking src/main/cpp/util/libmd5.a; 93s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 90s         [293 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 50s local Compiling src/google/protobuf/io/coded_stream.cc; 35s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 5s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 148s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 140s [Sched] Linking src/main/cpp/util/libmd5.a; 94s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 91s         [293 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 51s local Compiling src/google/protobuf/io/coded_stream.cc; 36s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 6s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 149s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 141s [Sched] Linking src/main/cpp/util/libmd5.a; 96s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 92s         [293 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 52s local Compiling src/google/protobuf/io/coded_stream.cc; 37s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 7s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 150s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 142s [Sched] Linking src/main/cpp/util/libmd5.a; 97s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 93s         [293 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 53s local Compiling src/google/protobuf/io/coded_stream.cc; 39s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 8s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 151s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 144s [Sched] Linking src/main/cpp/util/libmd5.a; 98s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 94s         [294 / 2,334] 8 actions, 3 running Compiling src/compiler/python_generator.cc [for tool]; 53s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 9s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 152s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 144s [Sched] Linking src/main/cpp/util/libmd5.a; 98s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 94s [Scann] Compiling src/google/protobuf/inlined_string_field.cc         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 53s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 9s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 4s local Compiling src/google/protobuf/inlined_string_field.cc; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 152s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 144s [Sched] Linking src/main/cpp/util/libmd5.a; 98s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 95s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 54s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 10s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 6s local Compiling src/google/protobuf/inlined_string_field.cc; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 153s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 145s [Sched] Linking src/main/cpp/util/libmd5.a; 99s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 96s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 55s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 11s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 7s local Compiling src/google/protobuf/inlined_string_field.cc; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 154s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 146s [Sched] Linking src/main/cpp/util/libmd5.a; 100s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 97s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 56s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 12s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 8s local Compiling src/google/protobuf/inlined_string_field.cc; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 155s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 147s [Sched] Linking src/main/cpp/util/libmd5.a; 101s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 98s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 58s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 13s local Compiling src/google/protobuf/inlined_string_field.cc [for tool]; 9s local Compiling src/google/protobuf/inlined_string_field.cc; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 156s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 148s [Sched] Linking src/main/cpp/util/libmd5.a; 102s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 99s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 59s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 14s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/google/protobuf/inlined_string_field.cc; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 157s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 149s [Sched] Linking src/main/cpp/util/libmd5.a; 104s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 100s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 60s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 15s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/google/protobuf/inlined_string_field.cc; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 158s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 150s [Sched] Linking src/main/cpp/util/libmd5.a; 105s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 101s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 61s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 16s local @com_google_protobuf//:protobuf_lite; 12s local Compiling src/google/protobuf/inlined_string_field.cc; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 159s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 152s [Sched] Linking src/main/cpp/util/libmd5.a; 106s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 102s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 62s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 18s local @com_google_protobuf//:protobuf_lite; 13s local Compiling src/google/protobuf/inlined_string_field.cc; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 161s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 153s [Sched] Linking src/main/cpp/util/libmd5.a; 107s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 103s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 63s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 19s local @com_google_protobuf//:protobuf_lite; 14s local Compiling src/google/protobuf/inlined_string_field.cc; 9s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 162s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 154s [Sched] Linking src/main/cpp/util/libmd5.a; 108s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 104s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 64s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 20s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/google/protobuf/inlined_string_field.cc; 10s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 163s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 155s [Sched] Linking src/main/cpp/util/libmd5.a; 109s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 105s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 64s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 20s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/google/protobuf/inlined_string_field.cc; 11s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 163s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 155s [Sched] Linking src/main/cpp/util/libmd5.a; 109s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 106s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 65s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 21s local @com_google_protobuf//:protobuf_lite; 17s local Compiling src/google/protobuf/inlined_string_field.cc; 12s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 164s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 156s [Sched] Linking src/main/cpp/util/libmd5.a; 110s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 107s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 67s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 22s local @com_google_protobuf//:protobuf_lite; 18s local Compiling src/google/protobuf/inlined_string_field.cc; 13s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 165s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 157s [Sched] Linking src/main/cpp/util/libmd5.a; 111s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 108s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 68s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 23s local @com_google_protobuf//:protobuf_lite; 19s local Compiling src/google/protobuf/inlined_string_field.cc; 14s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 166s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 158s [Sched] Linking src/main/cpp/util/libmd5.a; 113s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 109s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 69s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 24s local @com_google_protobuf//:protobuf_lite; 20s local Compiling src/google/protobuf/inlined_string_field.cc; 15s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 167s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 160s [Sched] Linking src/main/cpp/util/libmd5.a; 114s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 110s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 70s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 26s local @com_google_protobuf//:protobuf_lite; 21s local Compiling src/google/protobuf/inlined_string_field.cc; 16s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 168s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 161s [Sched] Linking src/main/cpp/util/libmd5.a; 115s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 111s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 71s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 27s local @com_google_protobuf//:protobuf_lite; 22s local Compiling src/google/protobuf/inlined_string_field.cc; 17s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 170s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 162s [Sched] Linking src/main/cpp/util/libmd5.a; 116s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 112s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 72s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 28s local @com_google_protobuf//:protobuf_lite; 23s local Compiling src/google/protobuf/inlined_string_field.cc; 18s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 171s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 163s [Sched] Linking src/main/cpp/util/libmd5.a; 117s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 113s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 73s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 29s local @com_google_protobuf//:protobuf_lite; 24s local Compiling src/google/protobuf/inlined_string_field.cc; 19s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 172s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 164s [Sched] Linking src/main/cpp/util/libmd5.a; 118s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 114s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 74s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 30s local @com_google_protobuf//:protobuf_lite; 25s local Compiling src/google/protobuf/inlined_string_field.cc; 20s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 173s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 165s [Sched] Linking src/main/cpp/util/libmd5.a; 119s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 115s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 75s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 31s local @com_google_protobuf//:protobuf_lite; 26s local Compiling src/google/protobuf/inlined_string_field.cc; 22s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 174s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 166s [Sched] Linking src/main/cpp/util/libmd5.a; 120s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 116s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 76s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 32s local @com_google_protobuf//:protobuf_lite; 27s local Compiling src/google/protobuf/inlined_string_field.cc; 23s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 175s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 167s [Sched] Linking src/main/cpp/util/libmd5.a; 121s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 118s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 77s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 33s local @com_google_protobuf//:protobuf_lite; 28s local Compiling src/google/protobuf/inlined_string_field.cc; 24s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 176s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 168s [Sched] Linking src/main/cpp/util/libmd5.a; 122s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 119s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 78s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 34s local @com_google_protobuf//:protobuf_lite; 29s local Compiling src/google/protobuf/inlined_string_field.cc; 25s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 177s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 169s [Sched] Linking src/main/cpp/util/libmd5.a; 123s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 120s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 79s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 35s local @com_google_protobuf//:protobuf_lite; 30s local Compiling src/google/protobuf/inlined_string_field.cc; 26s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 178s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 170s [Sched] Linking src/main/cpp/util/libmd5.a; 124s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 121s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 80s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 36s local @com_google_protobuf//:protobuf_lite; 31s local Compiling src/google/protobuf/inlined_string_field.cc; 27s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 179s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 171s [Sched] Linking src/main/cpp/util/libmd5.a; 125s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 122s         [294 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 81s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 37s local @com_google_protobuf//:protobuf_lite; 32s local Compiling src/google/protobuf/inlined_string_field.cc; 28s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 180s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 172s [Sched] Linking src/main/cpp/util/libmd5.a; 126s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 123s         [295 / 2,334] 8 actions, 3 running Compiling src/compiler/python_generator.cc [for tool]; 82s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 38s local Compiling src/google/protobuf/inlined_string_field.cc; 29s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 181s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 173s [Sched] Linking src/main/cpp/util/libmd5.a; 127s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 124s [Scann] Compiling src/google/protobuf/implicit_weak_message.cc [for tool]         [295 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 83s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 38s local Compiling src/google/protobuf/inlined_string_field.cc; 29s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 181s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 173s [Sched] Linking src/main/cpp/util/libmd5.a; 127s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 124s         [295 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 84s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 39s local Compiling src/google/protobuf/inlined_string_field.cc; 30s local @com_google_protobuf//:protobuf_lite; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 182s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 174s [Sched] Linking src/main/cpp/util/libmd5.a; 129s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 125s         [296 / 2,334] 8 actions, 3 running Compiling src/compiler/python_generator.cc [for tool]; 84s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 40s local @com_google_protobuf//:protobuf_lite; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 183s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 175s [Sched] Linking src/main/cpp/util/libmd5.a; 129s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 126s [Scann] Compiling src/google/protobuf/implicit_weak_message.cc         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 85s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 41s local @com_google_protobuf//:protobuf_lite; 2s local Compiling src/google/protobuf/implicit_weak_message.cc; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 184s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 176s [Sched] Linking src/main/cpp/util/libmd5.a; 130s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 126s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 86s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 42s local @com_google_protobuf//:protobuf_lite; 3s local Compiling src/google/protobuf/implicit_weak_message.cc; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 185s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 177s [Sched] Linking src/main/cpp/util/libmd5.a; 131s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 127s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 87s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 43s local @com_google_protobuf//:protobuf_lite; 4s local Compiling src/google/protobuf/implicit_weak_message.cc; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 186s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 178s [Sched] Linking src/main/cpp/util/libmd5.a; 132s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 129s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 88s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 44s local @com_google_protobuf//:protobuf_lite; 5s local Compiling src/google/protobuf/implicit_weak_message.cc; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 187s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 179s [Sched] Linking src/main/cpp/util/libmd5.a; 133s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 130s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 89s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 45s local @com_google_protobuf//:protobuf_lite; 6s local Compiling src/google/protobuf/implicit_weak_message.cc; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 188s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 180s [Sched] Linking src/main/cpp/util/libmd5.a; 134s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 131s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 90s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 46s local @com_google_protobuf//:protobuf_lite; 7s local Compiling src/google/protobuf/implicit_weak_message.cc; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 189s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 181s [Sched] Linking src/main/cpp/util/libmd5.a; 135s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 132s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 91s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 47s local @com_google_protobuf//:protobuf_lite; 8s local Compiling src/google/protobuf/implicit_weak_message.cc; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 190s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 182s [Sched] Linking src/main/cpp/util/libmd5.a; 136s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 133s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 92s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 48s local @com_google_protobuf//:protobuf_lite; 9s local Compiling src/google/protobuf/implicit_weak_message.cc; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 191s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 183s [Sched] Linking src/main/cpp/util/libmd5.a; 137s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 134s         [296 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 93s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 49s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/google/protobuf/implicit_weak_message.cc; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 192s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 184s [Sched] Linking src/main/cpp/util/libmd5.a; 138s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 135s         INFO: From JavacBootstrap src/java_tools/buildjar/java/com/google/devtools/build/buildjar/libbootstrap_VanillaJavaBuilder.jar [for tool]: warning: Implicitly compiled files were not subject to annotation processing. Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. Note: src/java_tools/buildjar/java/com/google/devtools/build/buildjar/VanillaJavaBuilder.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 warning [296 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 94s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 50s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/google/protobuf/implicit_weak_message.cc; 9s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 193s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 185s [Sched] Linking src/main/cpp/util/libmd5.a; 139s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 135s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 94s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/google/protobuf/implicit_weak_message.cc; 9s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 193s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 185s [Sched] Linking src/main/cpp/util/libmd5.a; 139s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 136s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 95s local @com_google_protobuf//:protobuf_lite; 13s local Compiling src/google/protobuf/implicit_weak_message.cc; 10s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 194s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 186s [Sched] Linking src/main/cpp/util/libmd5.a; 140s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 137s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 96s local @com_google_protobuf//:protobuf_lite; 14s local Compiling src/google/protobuf/implicit_weak_message.cc; 11s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 195s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 187s [Sched] Linking src/main/cpp/util/libmd5.a; 141s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 138s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 97s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/google/protobuf/implicit_weak_message.cc; 12s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 196s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 188s [Sched] Linking src/main/cpp/util/libmd5.a; 142s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 139s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 98s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/google/protobuf/implicit_weak_message.cc; 13s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 197s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 189s [Sched] Linking src/main/cpp/util/libmd5.a; 143s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 140s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 99s local @com_google_protobuf//:protobuf_lite; 17s local Compiling src/google/protobuf/implicit_weak_message.cc; 14s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 198s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 190s [Sched] Linking src/main/cpp/util/libmd5.a; 144s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 141s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 101s local @com_google_protobuf//:protobuf_lite; 18s local Compiling src/google/protobuf/implicit_weak_message.cc; 16s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 199s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 191s [Sched] Linking src/main/cpp/util/libmd5.a; 145s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 142s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 102s local @com_google_protobuf//:protobuf_lite; 19s local Compiling src/google/protobuf/implicit_weak_message.cc; 17s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 200s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 192s [Sched] Linking src/main/cpp/util/libmd5.a; 146s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 143s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 103s local @com_google_protobuf//:protobuf_lite; 20s local Compiling src/google/protobuf/implicit_weak_message.cc; 18s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 201s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 193s [Sched] Linking src/main/cpp/util/libmd5.a; 148s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 144s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 104s local @com_google_protobuf//:protobuf_lite; 21s local Compiling src/google/protobuf/implicit_weak_message.cc; 19s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 9s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 202s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 195s [Sched] Linking src/main/cpp/util/libmd5.a; 149s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 145s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 105s local @com_google_protobuf//:protobuf_lite; 22s local Compiling src/google/protobuf/implicit_weak_message.cc; 20s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 10s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 204s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 196s [Sched] Linking src/main/cpp/util/libmd5.a; 150s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 146s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 106s local @com_google_protobuf//:protobuf_lite; 23s local Compiling src/google/protobuf/implicit_weak_message.cc; 21s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 11s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 205s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 197s [Sched] Linking src/main/cpp/util/libmd5.a; 151s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 147s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 106s local @com_google_protobuf//:protobuf_lite; 23s local Compiling src/google/protobuf/implicit_weak_message.cc; 21s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 12s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 205s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 197s [Sched] Linking src/main/cpp/util/libmd5.a; 151s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 148s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 107s local @com_google_protobuf//:protobuf_lite; 24s local Compiling src/google/protobuf/implicit_weak_message.cc; 22s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 13s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 206s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 198s [Sched] Linking src/main/cpp/util/libmd5.a; 152s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 149s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 108s local @com_google_protobuf//:protobuf_lite; 25s local Compiling src/google/protobuf/implicit_weak_message.cc; 23s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 14s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 207s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 199s [Sched] Linking src/main/cpp/util/libmd5.a; 153s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 150s         [297 / 2,334] 8 actions, 4 running Compiling src/compiler/python_generator.cc [for tool]; 109s local @com_google_protobuf//:protobuf_lite; 26s local Compiling src/google/protobuf/implicit_weak_message.cc; 24s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 15s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 208s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 200s [Sched] Linking src/main/cpp/util/libmd5.a; 154s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 151s         [298 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 27s local Compiling src/google/protobuf/implicit_weak_message.cc; 25s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 15s local Compiling src/compiler/php_generator.cc [for tool]; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 208s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 200s [Sched] Linking src/main/cpp/util/libmd5.a; 154s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 151s         [298 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 28s local Compiling src/google/protobuf/implicit_weak_message.cc; 26s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 16s local Compiling src/compiler/php_generator.cc [for tool]; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 209s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 201s [Sched] Linking src/main/cpp/util/libmd5.a; 155s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 152s         [298 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 29s local Compiling src/google/protobuf/implicit_weak_message.cc; 27s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 17s local Compiling src/compiler/php_generator.cc [for tool]; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 210s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 202s [Sched] Linking src/main/cpp/util/libmd5.a; 157s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 153s         [298 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 30s local Compiling src/google/protobuf/implicit_weak_message.cc; 28s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 18s local Compiling src/compiler/php_generator.cc [for tool]; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 211s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 204s [Sched] Linking src/main/cpp/util/libmd5.a; 158s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 154s         [298 / 2,334] 8 actions, 4 running @com_google_protobuf//:protobuf_lite; 31s local Compiling src/google/protobuf/implicit_weak_message.cc; 29s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 19s local Compiling src/compiler/php_generator.cc [for tool]; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 212s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 205s [Sched] Linking src/main/cpp/util/libmd5.a; 159s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 155s         [299 / 2,334] 8 actions, 3 running Compiling src/google/protobuf/implicit_weak_message.cc; 29s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 20s local Compiling src/compiler/php_generator.cc [for tool]; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 213s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 205s [Sched] Linking src/main/cpp/util/libmd5.a; 159s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 156s [Scann] Compiling src/google/protobuf/generated_message_util.cc [for tool]         [299 / 2,334] 8 actions, 4 running Compiling src/google/protobuf/implicit_weak_message.cc; 29s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 20s local Compiling src/compiler/php_generator.cc [for tool]; 5s local @com_google_protobuf//:protobuf_lite; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 213s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 205s [Sched] Linking src/main/cpp/util/libmd5.a; 159s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 156s         [299 / 2,334] 8 actions, 4 running Compiling src/google/protobuf/implicit_weak_message.cc; 30s local .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 21s local Compiling src/compiler/php_generator.cc [for tool]; 6s local @com_google_protobuf//:protobuf_lite; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 214s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 206s [Sched] Linking src/main/cpp/util/libmd5.a; 160s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 157s         [300 / 2,334] 8 actions, 3 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 22s local Compiling src/compiler/php_generator.cc [for tool]; 6s local @com_google_protobuf//:protobuf_lite; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 215s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 207s [Sched] Linking src/main/cpp/util/libmd5.a; 161s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 158s [Scann] Compiling src/google/protobuf/generated_message_util.cc         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 22s local Compiling src/compiler/php_generator.cc [for tool]; 7s local @com_google_protobuf//:protobuf_lite; 2s local Compiling src/google/protobuf/generated_message_util.cc; 0s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 215s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 207s [Sched] Linking src/main/cpp/util/libmd5.a; 161s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 158s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 23s local Compiling src/compiler/php_generator.cc [for tool]; 8s local @com_google_protobuf//:protobuf_lite; 3s local Compiling src/google/protobuf/generated_message_util.cc; 1s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 216s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 208s [Sched] Linking src/main/cpp/util/libmd5.a; 162s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 159s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 24s local Compiling src/compiler/php_generator.cc [for tool]; 9s local @com_google_protobuf//:protobuf_lite; 4s local Compiling src/google/protobuf/generated_message_util.cc; 2s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 217s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 209s [Sched] Linking src/main/cpp/util/libmd5.a; 164s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 160s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 25s local Compiling src/compiler/php_generator.cc [for tool]; 10s local @com_google_protobuf//:protobuf_lite; 5s local Compiling src/google/protobuf/generated_message_util.cc; 3s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 218s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 211s [Sched] Linking src/main/cpp/util/libmd5.a; 165s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 161s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 26s local Compiling src/compiler/php_generator.cc [for tool]; 11s local @com_google_protobuf//:protobuf_lite; 6s local Compiling src/google/protobuf/generated_message_util.cc; 4s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 219s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 212s [Sched] Linking src/main/cpp/util/libmd5.a; 166s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 162s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 27s local Compiling src/compiler/php_generator.cc [for tool]; 12s local @com_google_protobuf//:protobuf_lite; 7s local Compiling src/google/protobuf/generated_message_util.cc; 5s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 221s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 213s [Sched] Linking src/main/cpp/util/libmd5.a; 167s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 163s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 28s local Compiling src/compiler/php_generator.cc [for tool]; 13s local @com_google_protobuf//:protobuf_lite; 8s local Compiling src/google/protobuf/generated_message_util.cc; 6s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 222s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 214s [Sched] Linking src/main/cpp/util/libmd5.a; 168s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 164s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 29s local Compiling src/compiler/php_generator.cc [for tool]; 14s local @com_google_protobuf//:protobuf_lite; 9s local Compiling src/google/protobuf/generated_message_util.cc; 7s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 223s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 215s [Sched] Linking src/main/cpp/util/libmd5.a; 169s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 165s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 31s local Compiling src/compiler/php_generator.cc [for tool]; 15s local @com_google_protobuf//:protobuf_lite; 10s local Compiling src/google/protobuf/generated_message_util.cc; 8s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 224s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 216s [Sched] Linking src/main/cpp/util/libmd5.a; 170s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 166s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 32s local Compiling src/compiler/php_generator.cc [for tool]; 16s local @com_google_protobuf//:protobuf_lite; 11s local Compiling src/google/protobuf/generated_message_util.cc; 9s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 225s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 217s [Sched] Linking src/main/cpp/util/libmd5.a; 171s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 167s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 33s local Compiling src/compiler/php_generator.cc [for tool]; 17s local @com_google_protobuf//:protobuf_lite; 12s local Compiling src/google/protobuf/generated_message_util.cc; 10s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 226s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 218s [Sched] Linking src/main/cpp/util/libmd5.a; 172s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 169s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 34s local Compiling src/compiler/php_generator.cc [for tool]; 18s local @com_google_protobuf//:protobuf_lite; 13s local Compiling src/google/protobuf/generated_message_util.cc; 11s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 227s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 219s [Sched] Linking src/main/cpp/util/libmd5.a; 173s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 170s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 35s local Compiling src/compiler/php_generator.cc [for tool]; 19s local @com_google_protobuf//:protobuf_lite; 15s local Compiling src/google/protobuf/generated_message_util.cc; 12s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 228s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 220s [Sched] Linking src/main/cpp/util/libmd5.a; 174s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 171s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 36s local Compiling src/compiler/php_generator.cc [for tool]; 20s local @com_google_protobuf//:protobuf_lite; 16s local Compiling src/google/protobuf/generated_message_util.cc; 13s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 229s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 221s [Sched] Linking src/main/cpp/util/libmd5.a; 175s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 172s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 37s local Compiling src/compiler/php_generator.cc [for tool]; 21s local @com_google_protobuf//:protobuf_lite; 17s local Compiling src/google/protobuf/generated_message_util.cc; 14s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 230s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 222s [Sched] Linking src/main/cpp/util/libmd5.a; 176s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 173s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 38s local Compiling src/compiler/php_generator.cc [for tool]; 22s local @com_google_protobuf//:protobuf_lite; 18s local Compiling src/google/protobuf/generated_message_util.cc; 15s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 231s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 223s [Sched] Linking src/main/cpp/util/libmd5.a; 177s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 174s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 39s local Compiling src/compiler/php_generator.cc [for tool]; 23s local @com_google_protobuf//:protobuf_lite; 19s local Compiling src/google/protobuf/generated_message_util.cc; 17s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 232s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 224s [Sched] Linking src/main/cpp/util/libmd5.a; 178s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 175s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 40s local Compiling src/compiler/php_generator.cc [for tool]; 24s local @com_google_protobuf//:protobuf_lite; 20s local Compiling src/google/protobuf/generated_message_util.cc; 18s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 233s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 225s [Sched] Linking src/main/cpp/util/libmd5.a; 179s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 176s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 41s local Compiling src/compiler/php_generator.cc [for tool]; 26s local @com_google_protobuf//:protobuf_lite; 21s local Compiling src/google/protobuf/generated_message_util.cc; 19s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 234s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 226s [Sched] Linking src/main/cpp/util/libmd5.a; 180s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 177s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 42s local Compiling src/compiler/php_generator.cc [for tool]; 27s local @com_google_protobuf//:protobuf_lite; 22s local Compiling src/google/protobuf/generated_message_util.cc; 20s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 235s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 227s [Sched] Linking src/main/cpp/util/libmd5.a; 181s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 178s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 43s local Compiling src/compiler/php_generator.cc [for tool]; 28s local @com_google_protobuf//:protobuf_lite; 23s local Compiling src/google/protobuf/generated_message_util.cc; 21s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 236s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 228s [Sched] Linking src/main/cpp/util/libmd5.a; 182s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 179s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 44s local Compiling src/compiler/php_generator.cc [for tool]; 29s local @com_google_protobuf//:protobuf_lite; 24s local Compiling src/google/protobuf/generated_message_util.cc; 22s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 237s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 229s [Sched] Linking src/main/cpp/util/libmd5.a; 183s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 180s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 45s local Compiling src/compiler/php_generator.cc [for tool]; 30s local @com_google_protobuf//:protobuf_lite; 25s local Compiling src/google/protobuf/generated_message_util.cc; 23s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 238s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 230s [Sched] Linking src/main/cpp/util/libmd5.a; 185s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 181s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 46s local Compiling src/compiler/php_generator.cc [for tool]; 31s local @com_google_protobuf//:protobuf_lite; 26s local Compiling src/google/protobuf/generated_message_util.cc; 24s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 239s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 232s [Sched] Linking src/main/cpp/util/libmd5.a; 186s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 182s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 47s local Compiling src/compiler/php_generator.cc [for tool]; 32s local @com_google_protobuf//:protobuf_lite; 27s local Compiling src/google/protobuf/generated_message_util.cc; 25s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 240s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 233s [Sched] Linking src/main/cpp/util/libmd5.a; 187s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 183s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 48s local Compiling src/compiler/php_generator.cc [for tool]; 33s local @com_google_protobuf//:protobuf_lite; 28s local Compiling src/google/protobuf/generated_message_util.cc; 26s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 242s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 234s [Sched] Linking src/main/cpp/util/libmd5.a; 188s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 184s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 49s local Compiling src/compiler/php_generator.cc [for tool]; 34s local @com_google_protobuf//:protobuf_lite; 29s local Compiling src/google/protobuf/generated_message_util.cc; 27s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 243s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 235s [Sched] Linking src/main/cpp/util/libmd5.a; 189s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 185s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 50s local Compiling src/compiler/php_generator.cc [for tool]; 35s local @com_google_protobuf//:protobuf_lite; 30s local Compiling src/google/protobuf/generated_message_util.cc; 28s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 244s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 236s [Sched] Linking src/main/cpp/util/libmd5.a; 190s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 186s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 52s local Compiling src/compiler/php_generator.cc [for tool]; 36s local @com_google_protobuf//:protobuf_lite; 31s local Compiling src/google/protobuf/generated_message_util.cc; 29s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 245s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 237s [Sched] Linking src/main/cpp/util/libmd5.a; 191s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 187s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 53s local Compiling src/compiler/php_generator.cc [for tool]; 37s local @com_google_protobuf//:protobuf_lite; 32s local Compiling src/google/protobuf/generated_message_util.cc; 30s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 246s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 238s [Sched] Linking src/main/cpp/util/libmd5.a; 192s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 188s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 54s local Compiling src/compiler/php_generator.cc [for tool]; 38s local @com_google_protobuf//:protobuf_lite; 33s local Compiling src/google/protobuf/generated_message_util.cc; 31s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 247s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 239s [Sched] Linking src/main/cpp/util/libmd5.a; 193s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 190s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 55s local Compiling src/compiler/php_generator.cc [for tool]; 39s local @com_google_protobuf//:protobuf_lite; 34s local Compiling src/google/protobuf/generated_message_util.cc; 32s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 248s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 240s [Sched] Linking src/main/cpp/util/libmd5.a; 194s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 191s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 56s local Compiling src/compiler/php_generator.cc [for tool]; 40s local @com_google_protobuf//:protobuf_lite; 36s local Compiling src/google/protobuf/generated_message_util.cc; 33s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 249s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 241s [Sched] Linking src/main/cpp/util/libmd5.a; 195s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 192s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 57s local Compiling src/compiler/php_generator.cc [for tool]; 41s local @com_google_protobuf//:protobuf_lite; 37s local Compiling src/google/protobuf/generated_message_util.cc; 34s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 250s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 242s [Sched] Linking src/main/cpp/util/libmd5.a; 196s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 193s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 58s local Compiling src/compiler/php_generator.cc [for tool]; 42s local @com_google_protobuf//:protobuf_lite; 38s local Compiling src/google/protobuf/generated_message_util.cc; 35s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 251s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 243s [Sched] Linking src/main/cpp/util/libmd5.a; 197s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 194s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 59s local Compiling src/compiler/php_generator.cc [for tool]; 43s local @com_google_protobuf//:protobuf_lite; 39s local Compiling src/google/protobuf/generated_message_util.cc; 36s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 252s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 244s [Sched] Linking src/main/cpp/util/libmd5.a; 198s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 195s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 60s local Compiling src/compiler/php_generator.cc [for tool]; 44s local @com_google_protobuf//:protobuf_lite; 40s local Compiling src/google/protobuf/generated_message_util.cc; 38s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 253s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 245s [Sched] Linking src/main/cpp/util/libmd5.a; 199s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 196s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 61s local Compiling src/compiler/php_generator.cc [for tool]; 45s local @com_google_protobuf//:protobuf_lite; 41s local Compiling src/google/protobuf/generated_message_util.cc; 39s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 254s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 246s [Sched] Linking src/main/cpp/util/libmd5.a; 200s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 197s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 62s local Compiling src/compiler/php_generator.cc [for tool]; 47s local @com_google_protobuf//:protobuf_lite; 42s local Compiling src/google/protobuf/generated_message_util.cc; 40s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 255s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 247s [Sched] Linking src/main/cpp/util/libmd5.a; 201s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 198s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 63s local Compiling src/compiler/php_generator.cc [for tool]; 48s local @com_google_protobuf//:protobuf_lite; 43s local Compiling src/google/protobuf/generated_message_util.cc; 41s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 256s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 248s [Sched] Linking src/main/cpp/util/libmd5.a; 202s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 199s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 64s local Compiling src/compiler/php_generator.cc [for tool]; 48s local @com_google_protobuf//:protobuf_lite; 44s local Compiling src/google/protobuf/generated_message_util.cc; 42s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 257s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 249s [Sched] Linking src/main/cpp/util/libmd5.a; 203s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 200s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 65s local Compiling src/compiler/php_generator.cc [for tool]; 49s local @com_google_protobuf//:protobuf_lite; 45s local Compiling src/google/protobuf/generated_message_util.cc; 43s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 258s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 250s [Sched] Linking src/main/cpp/util/libmd5.a; 204s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 201s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 66s local Compiling src/compiler/php_generator.cc [for tool]; 51s local @com_google_protobuf//:protobuf_lite; 46s local Compiling src/google/protobuf/generated_message_util.cc; 44s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 259s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 251s [Sched] Linking src/main/cpp/util/libmd5.a; 205s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 202s         [300 / 2,334] 8 actions, 4 running .../google/devtools/build/buildjar:bootstrap_VanillaJavaBuilder; 67s local Compiling src/compiler/php_generator.cc [for tool]; 52s local @com_google_protobuf//:protobuf_lite; 47s local Compiling src/google/protobuf/generated_message_util.cc; 45s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 260s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 252s [Sched] Linking src/main/cpp/util/libmd5.a; 206s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 203s         [301 / 2,334] 8 actions, 3 running Compiling src/compiler/php_generator.cc [for tool]; 52s local @com_google_protobuf//:protobuf_lite; 47s local Compiling src/google/protobuf/generated_message_util.cc; 45s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 261s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 253s [Sched] Linking src/main/cpp/util/libmd5.a; 207s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 203s [Prepa] Building .../devtools/build/lib/util/libos.jar (1 source file)         [301 / 2,334] 8 actions, 3 running Compiling src/compiler/php_generator.cc [for tool]; 52s local @com_google_protobuf//:protobuf_lite; 48s local Compiling src/google/protobuf/generated_message_util.cc; 45s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 261s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 253s [Sched] Linking src/main/cpp/util/libmd5.a; 207s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 204s [Sched] Building .../devtools/build/lib/util/libos.jar (1 source file)         [301 / 2,334] 8 actions, 4 running Compiling src/compiler/php_generator.cc [for tool]; 52s local @com_google_protobuf//:protobuf_lite; 48s local Compiling src/google/protobuf/generated_message_util.cc; 46s local Building .../build/lib/util/libos.jar (1 source file); 0s multiplex-worker [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 261s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 253s [Sched] Linking src/main/cpp/util/libmd5.a; 207s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 204s         [301 / 2,334] 8 actions, 4 running Compiling src/compiler/php_generator.cc [for tool]; 53s local @com_google_protobuf//:protobuf_lite; 49s local Compiling src/google/protobuf/generated_message_util.cc; 47s local Building .../build/lib/util/libos.jar (1 source file); 1s multiplex-worker [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 262s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 254s [Sched] Linking src/main/cpp/util/libmd5.a; 208s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 205s         [301 / 2,334] 8 actions, 4 running Compiling src/compiler/php_generator.cc [for tool]; 55s local @com_google_protobuf//:protobuf_lite; 50s local Compiling src/google/protobuf/generated_message_util.cc; 48s local Building .../build/lib/util/libos.jar (1 source file); 2s multiplex-worker [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 263s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 255s [Sched] Linking src/main/cpp/util/libmd5.a; 209s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 206s         [301 / 2,334] 8 actions, 4 running Compiling src/compiler/php_generator.cc [for tool]; 56s local @com_google_protobuf//:protobuf_lite; 51s local Compiling src/google/protobuf/generated_message_util.cc; 49s local Building .../build/lib/util/libos.jar (1 source file); 3s multiplex-worker [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 264s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 256s [Sched] Linking src/main/cpp/util/libmd5.a; 210s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 207s         [301 / 2,334] 8 actions, 4 running Compiling src/compiler/php_generator.cc [for tool]; 57s local @com_google_protobuf//:protobuf_lite; 52s local Compiling src/google/protobuf/generated_message_util.cc; 50s local Building .../build/lib/util/libos.jar (1 source file); 4s multiplex-worker [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 266s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 258s [Sched] Linking src/main/cpp/util/libmd5.a; 212s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 208s         [301 / 2,334] 8 actions, 4 running Compiling src/compiler/php_generator.cc [for tool]; 58s local @com_google_protobuf//:protobuf_lite; 54s local Compiling src/google/protobuf/generated_message_util.cc; 51s local Building .../build/lib/util/libos.jar (1 source file); 5s multiplex-worker [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 267s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 259s [Sched] Linking src/main/cpp/util/libmd5.a; 213s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 210s         ERROR: /usr/obj/ports/bazel-6.3.2/bazel-6.3.2/src/main/java/com/google/devtools/build/lib/util/BUILD:32:13: Building src/main/java/com/google/devtools/build/lib/util/libos.jar (1 source file) failed: Worker process did not return a WorkResponse: ---8<---8<--- Start of log, file at /usr/obj/ports/bazel-6.3.2/tmp/tmp/bazel_wqhKb1PL/out/bazel-workers/multiplex-worker-1-Javac.log ---8<---8<--- (empty) ---8<---8<--- End of log ---8<---8<--- [302 / 2,334] 7 actions, 3 running Compiling src/compiler/php_generator.cc [for tool]; 58s local @com_google_protobuf//:protobuf_lite; 54s local Compiling src/google/protobuf/generated_message_util.cc; 51s local [Sched] Linking src/tools/singlejar/libmapped_file.a [for tool]; 267s [Sched] Linking src/tools/singlejar/liboptions.a [for tool]; 259s [Sched] Linking src/main/cpp/util/libmd5.a; 213s [Sched] Linking src/main/cpp/util/libfilesystem.a [for tool]; 210s        [307 / 2,334] 2 actions running @com_google_protobuf//:protobuf_lite; 54s local Compiling src/google/protobuf/generated_message_util.cc; 52s local   [308 / 2,334] @com_google_protobuf//:protobuf_lite; 54s local [309 / 2,334] checking cached actions Target //src:bazel_nojdk failed to build [309 / 2,334] checking cached actions INFO: Elapsed time: 1452.107s, Critical Path: 1132.25s [309 / 2,334] checking cached actions INFO: 309 processes: 66 internal, 243 local. [309 / 2,334] checking cached actions FAILED: Build did NOT complete successfully  ERROR: Could not build Bazel *** Error 1 in devel/bazel (Makefile:58 'do-build') *** Error 2 in devel/bazel (/usr/ports/infrastructure/mk/bsd.port.mk:3057 '/usr/obj/ports/bazel-6.3.2/.build_done': @cd /usr/ports/devel/baz...) *** Error 2 in devel/bazel (/usr/ports/infrastructure/mk/bsd.port.mk:2704 'build': @lock=bazel-6.3.2p1; export _LOCKS_HELD=" bazel-6.3.2p1"...) ===> Exiting devel/bazel with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1721928919.32 max_stuck=587.92/depends=64.31/show-prepare-results=13.25/patch=76.36/configure=1.98/build=3239.55 Error: job failed with 512 on sparc64-2c at 1721928919